/* CSS Document */

/*	tpl.Frame.htm	*/


#Container
{	
	width:990px; height:100%; display:table; margin:auto;
	text-align:left;
	padding:0px 4px;
	position:relative;
	background: center url(../images/full_background.jpg);
}

#TopMenuBlock
{	height:78px; width:100%; position:relative;	}

#Logo
{	position:absolute; bottom:0px; left:10px;}
#soundplayer
{	position:absolute; bottom:5px; right:3px; visibility:visible;	}
#csebox
{	padding:5px; position:absolute; top:0px; right:0px; width:280px;	}

#topmenu
{	position:absolute;	right:0px; bottom:0px; z-index:432;}
#topmenu , #topmenu li
{
	padding:0px; margin:0px;
	font-size:10px;
}
#topmenu li
{
	list-style:none;
	float:left; width:71px; height:20px; background:url(../images/topmenu/top.gif);	
	margin:0px 3px;
	padding-top:8px;
	padding-right:10px;
	text-align:center;
	letter-spacing:1px;
	position:relative;
}
#topmenu li:hover
{
	background:url(../images/topmenu/tophover.gif);
}
#topmenu .submenu
{	display:none; position:absolute; width:300px; bottom:-40px;	left:0px; z-index:456;}
#topmenu .submenu li
{	
	float:left; width:auto; text-align:center;  
	background:#FFFFFF;
	padding:10px;
	margin:0px;	
	display:table;
	padding-top:15px;
}


#h1script
{
	float:left; 
	color:#666666; font-size:9px; 
	font-weight:normal; 	
	margin-top:-30px;	
}
#Head
{	background-color:#EFEFEF; border-bottom:1px solid #939393; height:25px; width:100%;clear:both;}
#HeadRow
{	width:980px; margin:0px auto;	}
#TopBlock
{
	float:right;
	position:relative; margin-top:5px;
}
#TopUserBlock a:link , #TopUserBlock a:visited
{	color:#666666;}
#TopUserBlock
{	
	position:absolute; color:#666666; 
	top:0px; right:10px; 
	font-size:11px; letter-spacing:1px; 
	width:800px; text-align:right;	
}
#TopUserBlock li
{	float:right; margin:0px 15px;	}

#TopPhotoImage
{	width:100%; height:90px; vertical-align:bottom;	}


#Main
{	float:right; position:relative; width:770px;}

#Foot
{	
	margin-bottom:0px; text-align:center;
	position:relative;
	clear:both;
	width:100%;
	background-color:#FFFFFF;
	background:url(../images/bg-footer-03.gif) repeat-x; margin-top:20px;	
}

#FootMenu li
{	float:left; margin:0px 5px; list-style:none;	}
#Foot img
{	margin:10px;	}

#FootMenu
{	position:absolute;top:20px; left:20px;	}


#Body
{	margin-top:10px; position:relative; }

#LeftMenu a
{ color:#666666;}

#LeftMenu
{
	float:left; width:200px; 
	text-align:left; position:relative;
	z-index:2;
}

#LeftMenu ul li
{	
	list-style:none;
	background-color:#EFEFEF;
	margin-bottom:1px;
	margin-top:1px;
	padding:8px;	
}

#LeftMenu ul
{	width:200px; background:#FFFFFF; padding:0px; z-index:1111; position:relative; }

#LeftMenu .submenu
{	
	display:none; left:132px; top:0px; 
	border:1px solid #666666; 
	z-index:1122; 
	position:absolute;
}
#LeftMenu li
{	}

#LeftMenu .submenu li
{	padding:4px;	background-color:#DEEAF8;position:relative; }

/*	Article	*/
#ViewDiaryBody 
{
	padding:5px 0px; width:770px; text-align:left;
	margin:0px auto;
}

#ViewExpBody
{
	padding:5px 0px; width:740px; text-align:left;
	margin:10px auto;
}
#ViewDiaryBody h2
{
	font-size:14px; font-weight:bold;
	color:#990033;
	padding:0px; margin:5px 0px;
}
#ViewDiaryBody #ArticleColumn
{	width:370px; padding:0px ; margin-left:10px;
	float:left;
}
#ViewDiaryBody #AuthorColumn
{	float:right;	width:260px;	margin-right:20px;}

#ViewDiaryBody #AuthorColumn .AuthorBlock
{
	clear:both;
	width:230px;
	border:3px solid #E9EEF3;
	background-color:#EAEDFB;
	padding:10px;
	margin:5px;
	display:table;
}
#ViewDiaryBody #AuthorColumn .AuthorBlock .readmore
{
	float:right; text-decoration:underline;
	color:#FF6600;
}

#ViewDiaryBody #AuthorColumn .AuthorBlock .desc
{	padding:8px;	}

#ViewDiaryBody #ArticleColumn .ArticleBlock img
{	float:left; width:100px; margin:5px; border:0px solid #333333; }

#ViewDiaryBody #ArticleColumn .ArticleBlock
{
	clear:both; margin:5px 0px; 
	background-color:#F5F5F5; display:table; 
	line-height:20px;
	position:relative;
	width:430px; padding:5px; 
	border:2px solid #D4D4D4;
}

#ViewDiaryBody #ArticleList
{	width:740px; padding:0px ; margin-left:10px;
	float:left;
}
#ViewDiaryBody #ArticleList .ArticleBlock img
{	float:left; width:100px; margin:5px; border:1px solid #333333; }

#ViewDiaryBody #ArticleList .ArticleBlock
{
	float:left;
	margin:5px 0px; background-color:#F5F5F5; 
	margin-right:5px;
	display:table; width:350px; padding:5px; border:2px solid #D4D4D4;	
	height:160px;
}

#ViewDiaryBody #ArticleList h3
{ font-size:12px; margin:5px 0px; padding:0px;}

#ViewExpBody .ArticleBlock
{
	width:340px; padding:10px; 
	margin:10px 10px 0px 0px; 
	float:left; 
	background:url(../images/exp_blockbg.jpg); 
	height:210px; position:relative;
}

#ViewExpBody .ArticleBlock img
{	float:left; margin:0px 10px; border:1px solid #333333;}
#ViewExpBody .ArticleBlock .readmore
{
	position:absolute; bottom:10px; right:20px;
}

#ArticleWindow
{	
	text-align:left;
	display:none; position:absolute; z-index:77; border:1px solid #333333; padding:10px;
	background:url(../images/bg_articlewindow.jpg);
	height:530px;
}
#ArticleWindow h2
{	float:left; clear:left; font-size:18px; font-weight:normal; letter-spacing:2px; padding:0px; margin:3px;}
#ArticleWindowBody
{	clear:both; padding:10px; font-size:15px;	}

.ArticleTextFrame
{
	clear:both; 
	margin:10px; padding:10px; 
	border:1px solid #999999;
	height:300px; 
	color:#000000;
	background:#FFFFFF;
	overflow:scroll; overflow-x:hidden;
}

.itemright {
	padding-bottom:12px;
}

.eventlabel
{ display:block;	width:100px; font-size:13px; text-align:center;	}

.rssicon
{	float:right; margin-top:5px; margin-right:10px;	}

.closebutton
{	
	float:right; clear:right;
	width:47px; height:20px; background:url(../images/css/closebutton.gif);
	margin:5px; cursor:pointer;
}

.ArticleBoard
{	margin-top:10px; clear:both;	}


.HomeArticleLabel
{	
	float:left; height:25px; width:120px; background:url(../images/blocktitlebg.jpg);
	font-size:12px; padding-top:10px; text-align:center;
}


#HomeArticleBlock
{	clear:both; border:1px solid #CBDEE9; display:table; width:560px; margin:0px 1px; padding:3px;	}
.HomeArticleBlockBody
{	display:table; padding:5px; width:550px; background:url(../images/blockbg.jpg) repeat-x;	}

#HomeEventBlock
{	clear:both; border:1px solid #CBDEE9; display:table; width:560px; margin:0px 1px; padding:3px;}

#EventBlock
{	width:560px; min-height:350px;	}

* html #EventBlock {height:350px;}

.eventsbody
{	width:560px; display:none;	}

.articletable .tablelisthead td
{	border-bottom:1px solid #000000; padding:5px 10px; font-weight:bold;	}
.articletable td
{	border-bottom:1px dotted #000000; padding:10px; }

.articletable tr:hover
{	background-color:#D3E1EB;	}
#DescBlock img , #AnswerText img 
{ border:1px solid #333333; margin:5px; border:0px solid #333333;}
.courseword
{
	font-size: 12px;
	font-style: normal;
	color: #666666;
	line-height: 22px;
	width:680px;
}
.courseword ul
{	margin-left:20px; padding-left:15px;	}
.courseword .coursefoot
{	text-align:right; margin-right:80px;	}
.courseword p
{	margin-left:25px;	}

.AllCover
{
	z-index:3;
	text-align:center;
	width:100%; height:100%; position:absolute;
	top:0px; left:0px;
	background-color:#2B2B2B;
	filter:alpha(opacity=80); /* IE */
	-moz-opacity:0.8; /* Moz + FF */
	opacity: 0.8;
	border:1px solid #333333;
	border-left-width:0px;
	border-right-width:0px;
	display:none;
}


/**************  home  ************/

#PhotoBlock
{
	margin-top:5px;
}



.CourseArea
{
	width:750px; padding:10px;
}
.CourseArea ul , .CourseArea ol
{	margin-left:20px;	}

.CourseArea h3
{	color:#FF6600;	}

.CourseArea .top
{	float:right; clear:left; padding:10px; text-decoration:underline; color:#990000;}

.CourseArea h2
{	margin-top:30px; border-bottom:1px dotted #CCCCCC;	}




#Event_conten {
	background-image: url( ../images/event/0423img1.jpg);
	height: 350px;
	width: 560px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor:pointer;
}
#Event_conten .title{
	height: 169px;
}
#Event_conten .time{
	font-size: 12px;
	color: #336600;
	padding-left: 46px;
	margin-top: 65px;
	height: 115px;
}
#Event_conten bb{
	margin-left: -24px;
	color: #333333;
	line-height: 20px;
}

#Event_conten .ps{
	color: #009900;
	padding-left: 5px;
}


#Event-ywca
{	width:560px; height:350px; position:relative;	}
#Event-ywca img
{	float:left; border-width:0px;	}