﻿.temc{ background-color:red;}
body
{
	margin: 0;
	padding: 0;
	font: 13px Arial, Helvetica, sans-serif;
	color: #333333;
}
a:link{ text-decoration:none; font-family:"宋体"; color:#333333;}
a:hover{ text-decoration:none;font-family:"宋体"; color:#333333;}
a:visited{ text-decoration:none;font-family:"宋体"; color:#333333;}


#caption
{
	height: 18px;
	background-image:url(title_bg.gif);
	background-position:bottom;
	padding-top:3px
}

#caption h2
{
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	display: inline;
	margin:3px 0px 0px 10px;
}

#caption h1
{
	font-size: 12px;
	display: inline;
	letter-spacing: -1pt;
	margin:3px 0px 0px 10px;
	color:#fff;
}



#menu
{
	float: left;
	padding: 0 0 0 20px;
}

#menu ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li
{
	display: block;
	float: left;
	height: 25px;
}

#menu a
{
	display: block;
	width: 110px;
	height: 20px;
	padding: 5px 0 0 0;
	margin-right: 1px;
	text-decoration: none;
	text-align: center;
	letter-spacing: -1px;
	font-weight: bold;
	font-size: 12pt;
	color: white;
}

#menu a:hover
{
	width: 108px;
	border-left: 2px solid #cecece;
	color: #FFFFFF;
	background-color: #1188aa;
}

#menu .actived
{
	background: #ffffff;
}

#menu .actived a
{
	width: 108px;
	border-left: 2px solid #FFFFFF;
	color: #000000;
}

#menu .actived a:hover
{
	color: #EB1400;
	background: #ffffff;
	border-left: 2px solid #cecece;
	color: #EB1400;
}

.toolbar
{
	margin-bottom: 10px;
	border:1px solid  #efefef;

}

img
{
	border: none;
	vertical-align: middle;
}
.toolbar a
{
	text-decoration: none;
	vertical-align: middle;
}

.toolbarContent
{
	margin-top: 5px;
	padding: 5px;
	background: #ffffff url(  'topbar.gif' ) top left repeat-x;
}
.toolbarContent input{
	background: #FAFAFA;
	border-bottom: 1px inset #B9B9B9;  
	border-left: 1px inset #999999;   
	border-top: 1px inset #999999;  
	border-right: 1px inset #B9B9B9;
}
.box
{
	margin-bottom: 1.25em;
}

.boxContent
{
	margin-top: 5px;
	padding: 5px 0px 5px 10px;
	background: #ffffff url(  'title_bg.gif' ) top left repeat-x;
	font-weight: bold;
}

.boxContentV2
{
	margin-top: 5px;
	padding: 5px 0px 5px 10px;
	background: #2B4DD5 url(  'topbar.gif' ) top left repeat-x;
	font-weight: bold;
}

.box .boxContent
{
	margin-top: 0;
	color: black;
	border-left: solid 4px #dddddd;
	background: #efefef;
	padding: 4px 4px 4px 4px;
}

.box span
{
	font-weight: bold;
	font-size: 0.8em;
}

.box a
{
	background-color: inherit;
	color: #fff;
	font-size: 0.8em;
}

.box a:hover
{
	text-decoration: none;
	border-bottom: solid 1px #ff9900;
}

.box input.button
{
	margin-top: 0.25em;
	vertical-align: middle;
}

.box input.text
{
	width: 100%;
}

/** Content **/
#content
{
 padding: 0 0 5px 0;
}

#content p
{
	margin-bottom: 10px;
	text-align: justify;
	line-height: 20px;
}

#content strong
{
	color: #444;
}

#content ul
{
	margin-bottom: 10px;
	padding-left: 10px;
	line-height: 1.8em;
}

#status
{
	border-left: solid 0px #558800;
	border-top: solid 1px #efefef;
	padding-top: 4px;
	width: 98%;
	line-height: 30px;
	padding-left: 5px;
}

#content table
{
	margin-bottom: 1.5em;
	border: solid 1px #cccccc;
	
}

#content table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;

}

#content table td
{
	padding: 0.1em 0.5em 0.1em 0.5em;
    border: solid 1px #cccccc;
 }

#content table tr 
{background-color:expression((this.sectionRowIndex%2==0)?((this.sectionRowIndex==0)?"#FFF6B5":"#efefef"):"")}


.clear
{
	clear: both;
}

.deleted
{
	text-decoration: line-through;
}


#smallmenu
{
	float: left;
	padding: 0 0 0 20px;

}

#smallmenu ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#smallmenu li
{
	display: block;
	float: left;
	height: 30px;
}

#smallmenu a
{
	display: block;
	width: 80px;
	height: 20px;
	padding: 5px 0 0 0;
	margin-right: 1px;
	text-decoration: none;
	text-align: center;
	letter-spacing: -1px;
	font: bold 11pt "Trebuchet MS" , Arial, Helvetica, sans-serif;
	background-color: #fefefe;
}

#smallmenu a:hover
{
	width: 80px;
	border-left: 2px solid #fefefe;
	background-color: #007799;
	color: White;
}

#smallmenu .actived
{
}

#smallmenu .actived a
{
	width: 80px;
	border-left: 2px solid #FFFFFF;
	color: #000000;
	background-color: #007799;
	color: White;
}

#smallmenu .actived a:hover
{
	color: #EB1400;
	background-color: #007799;
	color: #cecece;
}

#tree
{
	clear: inherit;
}

#detail table
{
	margin-bottom: 1.5em;
	border: solid 1px #cccccc;
	
}

#detail table th
{
	text-align: left;
	font-weight: bold; /*padding: 0.5em;*/
	color: #444;
}

#detail table td
{
	/*padding: 0.5em;*/
}

#detail table tr.rowA
{
	background-color: #efefef;
	color: inherit;
}

#detail table tr.rowB
{
	/*background-color: #fafafa;*/
	background-color: #5D7B9D:
	color: inherit;
}

.pagination
{
	background: #f2f2f2;
	color: #666;
	padding: 2px;
	border: 1px solid #ddd;
	height:24px;
}
.pagination p
{

	text-align: left;

	/*margin-top: 5px;*/

	margin-top: 15px;
}
.pagination p a:link, .pagination p a:visited, .pagination p a:hover, .pagination p a:active
{
	text-decoration: none;
	padding: 2px 5px;
	border: 1px solid #ccc;
}
.pagination p a:hover
{
	background: #c00;
	color: #fff;
}
.pagination p span
{
	text-decoration: none;
	background: #fff;
	padding: 2px 5px;
	border: 0px solid #ccc;
	color: #ccc;
	line-height:12px;
	margin-top:2px;
}


#PublishHeader
{
	height: 25px;
	background-color: #2560B9;
	width: 100%;
}
/*add styles begin by lys at  2007.12.13*/
.mytbcss-top {

	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #C2C2C2;
}
.mytbcss{
	
	background-color: #ffffff;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-style: solid; 
	border-color: #c2c2c2;
	
}
.mytbcss.header{
	background-color: #add5fe;
	font-weight: 600;
	color: #FFFFFF;	
	height:28px;
	background-image:url(table_top_bg.gif);
}

.mytbcss.header a:link,.mytbcss.header a:hover,.mytbcss.header a:visited{
	color: #FFFFFF;
	font-weight: 600;
	color: #FFFFFF;	
}
.viewContentBox {
	font-size:14px;
	letter-spacing:1px;
	line-height:24px;
	text-align:left;
	width:680px;
	border:1px solid #f0f0f0;

}
.viewContentBox.content {
	font-size:14px;
	letter-spacing:1px;
	line-height:24px;
	text-align:left;
	width:680px;
	border:1px solid #f0f0f0;

}

.header
{
	height: 35px;
	background-color: #007799;
	width: 100%;
}
/*add styles end by lys at  2007.12.13*/
