/*---------------------------------------------------
Basic Style Sheet(for version 4 browsers)

version:	2.1
UI/UE:		Wenji Zhang
timestamp:	2009/2/10
email:		zwj__itc@sina.com
website:	http://www.tibet328.cn/
---------------------------------------------------*/


/*
=Index
		1. Css reset
		2. Global setting
		3. Font setting
		4. Main layout
		5. Links 
		6. header 
		7. mainNav
		8. sideContent
		9. primaryContent
		10.turnImages	

*/

/***** 1. Css reset *****/
html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td,del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	vertical-align: baselinebaseline;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;

}


/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	background: #cdcdcd; 
	color: black;
}
ol, ul {
	list-style: none;
}
/* tables still need cellspacing="0" in the markup */
table {
	border-collapse: 0;
	border-spacing: 0;

}
caption, th, td {
	font-weight: normal;
	text-align: left;
	vertical-align:top;
}
/* remove possible quote marks (") from <q> & <blockquote> */
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/***** 2. Global setting *****/
.clear{ 
	clear:both;
}
 
.float-left{ 
	float:left;
} 
.float-right{
	float:right; 
} 


.text-left     { text-align:left; } 
.text-right    { text-align:right; } 
.text-center   { text-align:center; } 
.text-justify  { text-align:justify; }
 


.bold          { font-weight:bold; } 
.italic        { font-style:italic; } 
.underline     { border-bottom:1px solid; } 
.highlight     { background:#ffc; }
 

.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }


.padddingleft10{
	padding-left:10px;
}
.padddingright10{
	padding-right:10px;
}

.noindent{
	margin-left:0;
	padding-left:0; 
} 
.nobullet{
	list-style:none;
	list-style-image:none; 
}

.width6px{
	width:6px;
}

.width58px{
	width:58px;
}
.width170px{
	width:170px;
}
.width620px{
	width:620px;
}
.width100{
	width:100%;
}


.bgcolor1{
	background:#fff;
}

.height1{ 
	height:1px;
	overflow:hidden;
}


.height3{ 
	height:3px;
	overflow:hidden;
}
.height5{ 
	height:5px;
	overflow:hidden;
}
.height25{
	height:25px;
	overflow:hidden;
}
.height50{
	height:40px;
	overflow:hidden;
}
.height75{
	height:70px;
	overflow:hidden;
}
.height29{
	height:29px;
	overflow:hidden;
}
.height235{
	height:220px;
	overflow:hidden;
}

.height310{
	height:315px;
	overflow:hidden;
}

/***** 3. Font setting *****/



.fColor_C2C2C2,a.fColor_C2C2C2,a.fColor_C2C2C2:link,a.fColor_C2C2C2:visited{
	color:#C2C2C2;
	text-decoration:none;
}
a.fColor_C2C2C2:hover,a.fColor_C2C2C2:active{
	color:#C2C2C2;
	text-decoration:underline;
}



.fColor_203D70,a.fColor_203D70,a.fColor_203D70:link,a.fColor_203D70:visited{
	color:#203D70;
	text-decoration:none;
}
a.fColor_203D70:hover,a.fColor_203D70:active{
	color:#1C6FFF;
	text-decoration:none;
}


.fColor_000000,a.fColor_000000,a.fColor_000000:link,a.fColor_000000:visited{
	color:#000000;
	text-decoration:none;
}
a.fColor_000000:hover,a.fColor_000000:active{
	color:#000000;
	text-decoration:underline;
}

.fColor_ffffff,a.fColor_ffffff,a.fColor_ffffff:link,a.fColor_ffffff:visited{
	color:#ffffff;
	text-decoration:none;
}
a.fColor_ffffff:hover,a.fColor_ffffff:active{
	color:#CEDEFF;
	text-decoration:none;
}




.fColor_03005C{
	color:#03005C;
}



.fSize_12{
	font-size:12px;
}
.fSize_14{
	font-size:14px;
}
.fSize_16{
	font-size:16px;
}
.fSize_18{
	font-size:18px;
}
.fSize_22{
	font-size:22px;
}




.lh1-6em{
	line-height:1.6em;
}
.lh1-5em{
	line-height:1.5em;
}


h1,h1 a,h1 a:link,h1 a:visited{
	font-weight:normal;
	color:#154083;
	text-decoration:none;
}
h1 a:hover,h1 a:hover{
	color:#0000CC;
	text-decoration:underline;
}



h2,h2 a,h2 a:link,h2 a:visited{
	font-weight:normal;
	color:#303030;
	text-decoration:none;
}
h2 a:hover,h2 a:hover{
	color:#0000CC;
	text-decoration:underline;
}


h3,h3 a,h3 a:link,h3 a:visited{
	font-weight:normal;
	color:#900303;
	text-decoration:none;
}
h3 a:hover,h3 a:hover{
	color:#0000CC;
	text-decoration:underline;
}


h4,h4 a,h4 a:link,h4 a:visited{
	font-weight:normal;
	color:#D5D4D4;
	text-decoration:none;
}
h4 a:hover,h4 a:hover{
	color:#D5D4D4;
	text-decoration:underline;
}

h5,h5 a,h5 a:link,h5 a:visited{
	font-weight:normal;
	color:#000000;
	text-decoration:none;
}
h5 a:hover,h5 a:hover{
	color:#12326A;
	text-decoration:none;
}


/***** 4. Main layout *****/
#threeColLayout {
	
}

#twoColLayout {
	background: url(090210001_10.gif) repeat-y;
	margin:0px auto;
}

#wrap { 
	width:980px;
	margin:0px auto; 
	padding:0px;
	background:#fff;

}
#wrap2 { 
	width:980px;
	margin:0px auto; 
	padding:0px;
	background:#12326A;

}

#primaryContent {
	width:645px;
	padding:0 5px 0 10px;

}

#primaryContentRight {
	width:665px;
	padding:0 10px 0 3px;

}

#sideContent{
	width:310px;
	padding-right:10px;
}

#main {
	float:left;
	width:65%;
}

#footer {
	color:#C2C2C2;
}



/***** 5. Links *****/

a:link,a:visited {
	color:#0000CC;
	text-decoration:none;
}
a:hover,a:focus,a:active {
	color:#0000CC;
	text-decoration:underline;
}

.imglink a:link img{
	border:2px solid #12326A;
	padding:1px;
}
.imglink a:hover img,.imglink a:active img{
	border:1px solid #00A10B;
	padding:1px;
}
.imglink a:visited img{
	border:1px solid #12326A;
	padding:1px;	
}


/***** 6. header *****/
#header_left{
	width:140px;
	padding-left:10px;
	float:left;
	background-color:#12326A;

}

#header_center{
	width:580px;
	padding-left:10px;
	padding-right:10px;
	float:left;

}
#header_right_all{
	width:830px;
}

#header_right{
	width:220px;

	padding-right:10px;
	float:left;

}

#header_right ul{
	background: url(090210001_7.gif) repeat;
	height:24px;
	width:194px;
	overflow:hidden;

}

#header_right ul a,header_right ul a:link{
	color:#DCDCDC;
	text-decoration:none;
	font-size:14px;
}

#header_right ul a:hover{
	color:#FFFFFF;
}

#header_right ul li{
	 float:left;
	 padding:0.2em 0.5em;	
}





/***** 7. mainNav *****/

#mainNav{
	width:941px;
	background: url(090210001_17.gif) repeat;
	overflow:hidden;
	height:22px;	
}

#mainNav ul a,#mainNav ul a:link{
	color:#000000;
	font-size:14px;
}

#mainNav ul a:hover{
	color:#12326A;
}

#mainNav ul li{
	float:left;
	padding:2px 10px;

}

/***** 8. sideContent *****/
#sC_column{
	width:305px;
	border:1px solid #000;
	background:#fff;
}
.sCc_img img{
	padding:8px;
	margin:5px;
	border:1px solid #666666;
	background:#FFFFFF;
}
#sC_column_topleft{
	background: url(090210001_30.gif) no-repeat;
	width:182px;
	height:29px;
	overflow:hidden;
	line-height:28px;
}
#sC_column_topright{
	width:128px;
}





/***** 9. primaryContent *****/
#pC_content{
	background:#fff;
	border:1px dotted #666666;
	border-spacing:3px;
	padding:5px;
}

#pC_content p{
	padding:10px 0px;
	color:#203D70;
	font-size:14px;
	line-height:1.6em;
	
}
#pC_content li{
	line-height:25px;
}



g

/***** 10.turnImages *****/
#au{
	filter:progid:DXImageTransform.Microsoft.Fade ( duration=0.5,overlap=1.0 );
}
#au img{
	width:288px;
	height:218px;
	border:#ffffff 1px solid;
}

#No {
	height:12px;
	width:150px;
	margin-top:-12px;
}

.tI_numFont{
 	cursor:hand; 
	font-family:Arial;
	width:13px;
	height:12px; 
	overflow:hidden; 
	float:left; 
	margin:0 3px;
	text-align:center;
	font-size:11px;
	line-height:12px;
}


.tI_numBg0,.tI_numBg0 a:link,.tI_numBg0 a:visited,.tI_numBg0 a:hover,.tI_numBg0 a:active{
	background: url(090215001_002.gif) no-repeat;
}

.tI_numBg1,.tI_numBg1 a:link,.tI_numBg1 a:visited,.tI_numBg1 a:hover,.tI_numBg1 a:active{
	background: url(090215001_001.gif) no-repeat;
}


#conau{
	background: url(090215001_003.gif); 
	width:283px;
	height:18px;
	padding-top:5px;
	padding-left:5px;
	border-right:1px solid #cccccc;
	border-left:1px solid #cccccc;	
	overflow:hidden;
}


/***** 11.pages *****/

.menu {
	font-size:12px; 
	width:95%;
	PADDING: 3px;
	MARGIN: 3px auto;
	TEXT-ALIGN: center
}
.menu .currentt {
	BORDER: #12326A 1px solid; 
	PADDING: 2px 5px;
	FONT-WEIGHT: bold; 
	BACKGROUND: #BED5FD; 
	MARGIN: 2px; 
	COLOR: #12326A;
}
.menu .disabled {
	BORDER:#12326A 1px solid;
	COLOR:#12326A;
	MARGIN:2px;
	padding:2px 5px 2px 5px;
}
.menu A {
	BORDER:#12326A 1px solid;
	COLOR:#12326A;
	MARGIN:2px;
	padding:2px 5px 2px 5px;
	TEXT-DECORATION:none
}
.menu A:hover,.menu A:active{
	BORDER:#12326A 1px solid;COLOR:#12326A 
}
