﻿/*---------------------------------------------------
Basic Style Sheet(for version 4 browsers)

version:	2.1
UI/UE:		Wenji Zhang
timestamp:	20010/1/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,  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;
	font-size:14px;	
}


/* 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;

}
/* 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; 
}



.bgcolor1{
	background:#fff;
}

.height1{ 
	height:1px;
	overflow:hidden;
}


.height3{ 
	height:3px;
	overflow:hidden;
}
.height5{ 
	height:5px;
	overflow:hidden;
}

/***** 3. Font setting *****/



.fColor_0053c2,a.fColor_0053c2,a.fColor_0053c2:link,a.fColor_0053c2:visited{
	color:#0053c2;
	text-decoration:none;
}
a.fColor_0053c2:hover,a.fColor_0053c2:active{
	color:#0053c2;
	text-decoration:underline;
}



.fColor_041e8c,a.fColor_041e8c,a.fColor_041e8c:link,a.fColor_041e8c:visited{
	color:#041e8c;
	text-decoration:none;
}
a.fColor_041e8c:hover,a.fColor_041e8c:active{
	color:#041e8c;
	text-decoration:underline;
}


.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:20px;
}




.lh20px{
	line-height:20px;
}




.famliy1,a.famliy1,a.famliy1:link,a.famliy1:visited{
	font-family:Arial, Helvetica, sans-serif;
}
a.famliy1:hover,a.famliy1:active{
	font-family:Arial, Helvetica, sans-serif;
}

/***** 5. Links *****/

a:link,a:visited {
	color:#003082;
	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;	
}



#path a:link{
	color:#ffffff;
	text-decoration:none;
}
#path a:visited,#path a:link{
	color:#ffffff;
	text-decoration:none;
}
#path a:hover,#path a:active {
	color:#CEDEFF;
	text-decoration:none;
}



/***** 6. header *****/



/***** 7. mainNav *****/

.input1{BORDER-RIGHT: #294bab 1px solid; BORDER-TOP: #294bab 0px solid; FONT-SIZE: 9pt; BORDER-LEFT: #294bab 0px solid; COLOR: #294bab; BORDER-BOTTOM: #294bab 1px solid; BACKGROUND-COLOR: #c7e3ff; padding-top:3px;}



/***** 8. sideContent *****/


/***** 9. primaryContent *****/

