/*

	template: Artificial Intelligence
	author: luka cvrk (www.solucija.com)
	
*/

body { 
	margin: 0; 
	padding: 0; 
	background: #fff url(images/bg.gif) repeat-x; 
	font:  normal .8em MS Gothic,Tahoma, Verdana, Arial, Helvetica, Sans-Serif; 
	line-height: 1.6em; 
	color: #333; 
}

.Title
{text-align:center; font-size:16px;float:left; font-weight:bold; width:100%
	}
.news_photo
{ margin:5px 0 20px 0;

	}
.news
{clear:both;text-align:left; line-height:2em;margin:10px 40px 20px 20px;
	}
/* LINKS AND HEADINGS STYLING */

a { color: #546F92; background: inherit; }
a:hover { color: #808080; background: inherit; }
h1  { font: bold 1.2em MS Gothic, Tahoma, Verdana, Arial, Helvetica, Sans-Serif; margin: 0; color: #fff; background-color:transparent; }
h2  { font: bold 1.4em "Arial", Helvetica, Sans-Serif; }
h3 { clear: both; font-size: 1.3em; color: #000;font:"MS Gothic"; background: #fff url(images/h3bg.gif) no-repeat center left; padding: 0 14px; margin: 0;}
h4 { font: normal 1.2em MS Gothic}
h5 
{
	width:500px;
	height:23px;
	 clear: both;
	  font-size: 1.7em;
	   font-family:MS Gothic;
	   color: #003A6C;
	    background: #C6D9F4 url(images/tiicSmell.bmp) no-repeat center left; 
	    padding: 0 39px; 
	    margin: 10;
	    vertical-align:bottom;
}
.red { color: #FF6600; background: inherit; }
.image { float: left; border: 2px solid #e2e2e2; padding: 3px; margin: 0 15px 10px 0; }

/* CONTENT WRAPPER */

#main { 
	width: 900px; 
	margin: 25px auto 0 auto; 
}

/* TOP LEFT LOGO */

#logo { 
	
	padding: 10px 0 10px 10px; 
}
	#logo h1 { color: #000; background: #fff; }

/* TOP RIGHT HORIZONTAL MENU */
	
#menu { 
	float: right; 
	background: #fff url(images/barul.gif) no-repeat bottom right; 
	color: #808080; 
	padding: 18px 1px 11px 0; 
	margin: 0; 
}
	#menu li { 
		padding: 14px 18px 14px 18px; 
		color: #444; 
		background: #fff url(images/bar.gif) no-repeat bottom left; 
		display: inline; 
	}
	#menu li.active { 
		background: #fff url(images/baractive.gif) no-repeat bottom left; 
		color: #8D9CAF; 
		font-weight: bold; 
		padding: 14px 18px 14px 18px; 
		margin: 0 1px 0 0; 
	}
	#menu li a { 
		background: #f8f8f8; 
		color: #808080; 
		text-decoration: none; 
	} 	
	#menu li a:hover { 
		color: #000; 
		background: #f8f8f8; 
	} 	

	
	.key { text-decoration: underline; } /* ACCESKEY UNDERLINED LETTER */

/* LEFT INTRO SIDE */	

#intro_left {
	clear: left;
	width: 250px;
	background: #FFFFFF url(images/logoTiic.bmp) no-repeat center;
	color: #E5EAF2;
	margin: 0 0 1px 0;
}
	#intro_left a { color: #fff; background: inherit; }
	#intro_left p { padding: 11px 15px; margin: 0; }

	/* LEFT VERTICAL MENU */
	
	.menu_left { 
	
		margin: 0 0 0px 0; 
		padding: 0 0 0px 0; 
		
	}
		.menu_left li { list-style: none; }
		.menu_left li a { 
			display: block; 
			color: #3F5B7F; 
			background: #C2CEDE url(images/arrow.gif) no-repeat center left; 
			width: 204px; 
			padding: 7px 23px 7px 23px; 
			margin: 0 0 1px 0; 
			font-weight: bold; 
			text-decoration: none; 
		}	
		.menu_left li a:hover { background: #9EB1C9 url(images/arrow.gif) no-repeat center left; color: #fff;  }

		.menu_left_sub { 
	
		margin: 0 0 0px 0; 
		padding: 0 0 0px 0; 
		
	}
		.menu_left_sub li { list-style: none; }
		.menu_left_sub li a { 
			color: #FF6600; 
			background: #c0c0c0 url(images/arrow.gif) no-repeat center left; 
			width: 204px; 
			padding: 7px 20px 7px 20px; 
			margin: 0 0 1px 0; 
			font-weight: bold; 
			
			text-decoration: none; 
		}	
		.menu_left_sub li a:hover { background: #808080 url(images/arrow.gif) no-repeat center left; color: #fff;  }

/* RIGHT INTRO SIDE */
	
#intro_right {
	width: 340px;
	padding: 25px 280px 0 20px;
	background: #BCCEDA url(images/intro.jpg) no-repeat;
	color: #547592;
	margin: 0 0 6px 0;
	height: 174px;
	border: 2px solid #e2e2e2;
}
	#intro_right h1 { margin: 0 0 20px 0; color:#FF6600;}
	#intro_right .white { color: #FFF; background-color:transparent; }
#intro_rightOn {
	width: 340px;
	padding: 25px 280px 0 20px;
	background: #BCCEDA url(images/intro.jpg) no-repeat;
	color: #547592;
	margin: 0 0 6px 0;
	height: 174px;
	border: 2px solid #e2e2e2;
}
	
/* LEFT SIDE */
	
#left {
	
	width: 250px;
}
	.box { 
		padding: 4px 15px;
		border: 1px solid #ccc;
		margin: 0 0 10px 0;
		
	}
	.note {
		padding: 15px 15px 20px 100px;
		border: 1px solid #CFCB66;
		margin: 0 0 5px 0;
		background: #FFFFAD url(images/package.gif) no-repeat;
		color: #585616;
	}

/* RIGHT SIDE */

#right {
	
	width: 643px;
}
	.leftcol { 
		float:left;
		padding: 12px 15px;
		width: 285px;
		height: 370px; 
		border:#ccc 1px solid;
		text-align: justify;
		margin: 0 0 10px 0;
	}
	.rightcol { 
		float:right;
		padding: 12px 15px;
		width: 285px; 
		height: 370px;
		border:#ccc 1px solid;
		text-align: justify; 
		margin: 0 0 10px 0;
		}
	.special {
		clear: both;
		margin:0px 0 20px 0;	
		padding: 5px 20px;
		border: 1px solid #ccc;
		background: #eee;
		color: #444;
	}
	.center {
		clear: both;
		min-height:30px;
		margin:0px 0 20px 0;	
		padding: 5px 20px;
		border: 1px solid #ccc;
		background: #fff;
		color: #444;
	}

/* FOOTER */

#footer { margin:0 0 1px 0; padding: 5px; border-top: 1px solid #ccc;  text-align:center;}

/**************line box**************************/

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 12px @仿宋_GB2312;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data 
{
	font: 12px @仿宋_GB2312;
	padding: 0 10px; 
	color:#666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 80%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

/**************************************/

#gallery {
		background-color: #FFFFFF;
		padding: 20px;
		width: 520px;
	}
	
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img 
	{
		
		border: 5px solid #FFFFFF;
		border-width: 5px 5px 20px;
	}
	
	#gallery ul a:hover img 
	{
		
		border: 5px solid #FFFFFF;
		border-width: 5px 5px 20px;
		color: #99ff33;
	}
	
	#gallery ul a:hover  
	{
		border: 5px solid #ccff66;
		border-width: 5px 5px 20px;
		color: #FFFFFF;
	}
	#gallery ul .foot
	{
		font-family:@仿宋_GB2312;
		font-size:11px;
		color:#ff6600;
		float:inherit;
	}
	
	/*******************************************/
	
	#photo_tb ul img 
	{
		
		border: 5px solid #FFFFFF;
		border-width: 5px 5px 20px;
		color: #FFFFFF;
	}
	
	#photo_tb  a:hover img
	{
		border:none;
		color: #99ff33;
	}
	
	#photo_tb  a:hover  img
	{
		
		border: 5px solid #FFFFFF;
		border-width: 5px 5px 20px;
		color: #FFFFFF;
	}
		#photo_tb  a:link img
	{
		border: 5px solid #FFFFFF;
		border-width: 5px 5px 20px;
		color: #FFFFFF;
	}
	 
	#photo_tb  a:visited img
	{
		border: 5px solid #FFFFFF;
		border-width: 5px 5px 20px;
		color: #FFFFFF;
	}
	#photo_tb  .foot
	{
		font-family:@仿宋_GB2312;
		font-size:11px;
		color:#ff6600;
		float:inherit;
	}
/***********************************************************/
 a:link img
	{
		border:none;
	}
a:visited img
	{
		border: none;
		
	}
	/***********ListTable**************************/
.ListTable
{
	border-collapse:collapse;
	width:80%;
	
	
}
/******************tb_album******************************/
.pta
{
	background:#FFFFFF url(images/xcbg.png) no-repeat;
	text-align:center;
	width:120px;
	height:125px;
	vertical-align:bottom;
	
}
 .xc_img
{
	margin:10px 10px 10px 13px;
	width:100px;
	height:100px;

	}
.p_title
{
	height:1px;
	vertical-align:top;
	float:left;
	margin: 10px 0px 0px 12px;
	}
.p_title  a:link
{
	text-decoration:none;
		margin: 10px 0px 0px 12px;
	}
	.p_title  a:visited
{
	text-decoration:none;
		margin: 10px 0px 0px 12px;
	}
	.cout
	{
		color:#c0c0c0;
		font-size:11px;
	margin: 10px 0px 0px 12px;
		}
.xc_td
{
	width:160px;
	height:160px;
	background:#FFFFFF url(images/xcbg2.png) no-repeat;

	
	}
.xc_info
{
	width:330;
	margin: 0px 0px 0px 10px;
	}
.xc_top_img
{
	width:136px;
	margin:0px 0px 10px 12px;
	}
.xc_top_table
{
	border-bottom:1px solid #ccc;
	}
/***相册说明***/
.txt_title
{
	font-family:@仿宋_GB2312 Arial;
	color:#FF9900;
	font-size:17px;
	font-weight:bold;
}
.txt_other
{
	font-family:@仿宋_GB2312 Arial;
	color:#808080;
	font-size:12px;
	font-weight:100;
}
.txt_other a:link
{
	text-decoration:none;
	
	}
.txt_other a:hover
{
	color:red;
	}
.Td_Title
{
	width:300px;
	text-align:right;
	font-size:13px;
	font-weight:bold;
	color:#003399;
	
}
.Td_Content
{
	vertical-align:bottom;
	text-align:left;
	font-size:12px;
	}
.vali
{
	margin:0px 0px 4px 0px;
	}
.Msg
{
	height:100px;
border-bottom:solid 1px #808080;
background:#FFFFFF url(images/OK.gif) no-repeat;
	}
.Error
{
	height:140px;
border-bottom:solid 1px #808080;
background:#FFFFFF url(images/error.bmp) no-repeat;
	}
.post
{
	clear: both; font-size: 1.3em; color: #000;font:"MS Gothic"; background: #fff url(images/h3bg.gif) no-repeat left; padding: 0 14px; margin: 0;
	
}
/*   == Tab页样式    =====*/
.tabDiv
{
    padding-left: 12px;
    border-bottom: 1px solid #99bbe8;/*gray;*/
    margin-bottom: 12px;
}

.tabDiv ul{
    padding: 3px 0;
    margin-left: 0;
    margin-top: 1px;
    margin-bottom: 0;
    list-style-type: none;
}

.tabDiv li{
    display: inline;
    margin-right: 10px;
}

.tabDiv li a
{
    padding: 3px 7px;
    border: 1px solid #99bbe8;/*778;*/
    background: white url(./images/bg_tab_inactive.gif) top left repeat-x;
}

.tabDiv li a:visited, a:hover
{
    text-decoration: underline;
}

.tabDiv li.selected
{
    position: relative;
    font-weight:bold;
}

.tabDiv li.selected a
{
    background-image: url(./images/bg_tab_active.gif);
    border-bottom-color: white;
    text-decoration: none;
}

.tabDiv li.selected a:link, .tabDiv li.selected a:hover, .tabDiv li.selected a:visited
{
    background-image: url(./images/bg_tab_active.gif);
    border-bottom-color: white;
    text-decoration: none;
}
/*        ===*/

/*  ====== 列表(GridView)样式   ======*/
.list{
    margin-top: 5px;
}

.list .listTopOperation{margin: 5px 0px;}

.list .listTopOperation .select{padding-bottom: 5px;}

.list .listTopOperation .IUD{text-align: right;}

.list .grid
{
	margin-top: 5px;
	width:100%; 	
	background-color: #e7f3ff;
	text-align:center;
}


.list .grid tr th
{
	/*background-color: #31559c;*/	
	font-weight: bold;
	text-align: center;
	padding: 4px 2px 2px 2px;
	border-top: #ffffff 1px solid;
	border-left: #ffffff 1px solid;
	border-bottom: #31559c 1px solid;
	border-right: #31559c 1px solid;
	filter: progid:dximagetransform.microsoft.gradient( gradienttype = 0, startcolorstr = #ffffff, endcolorstr = #cccccc );
}

.list .grid .data td 
{	
    /*background-color: #E7F3FB;*/
	border-top: #ffffff 1px solid;
	border-left: #ffffff 1px solid;
	border-bottom: #31559c 1px solid;
	border-right: #31559c 1px solid;
	padding-right: 4px; 
	padding-left: 4px; 
	padding-bottom: 4px;	
	padding-top: 4px;
}

.list .grid .data td img
{
    border: 1px solid #eeeeee;
}

.list .listBottomOperation
{
	margin-top: 5px; 
	text-align: right;
}
/*        ====*/


/*   == 编辑表格样式    ==*/
.edittable table {
	background-color: #99bbe8;
	width:600px;
	
}
.edittable table td {
	padding-right: 2px; 
	border-top: #ffffff 1px solid; 
	padding-left: 2px; 
	padding-bottom: 2px; 
	border-left: #ffffff 1px solid; 
	padding-top: 2px; 
	background-color: #e7f3ff;
	
}
.edittable table .tdtop 
{
    height: 20px;
    font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.edittable table .tdleft {
	width: 15%; 
	background-color: #eeeeee; 
	text-align: right;
}
.edittable table .tdright {
	background-color: #e7f3ff; 
	text-align: left;
}
.edittable table .tdbottom {
	padding-right: 0px; 
	padding-left: 0px; 
	padding-bottom: 3px; 
	padding-top: 3px; 
	text-align: center;
}
/*       font ====*/
.addFont 
{
	font:  bold .8em  黑体, Verdana, Arial, Helvetica, Sans-Serif;
}
.jtFont 
{
	font:  bold 1.0em Tahoma;
}
.FontA 
{
	font:  bold 1.0em 黑体,MS Gothic;
}
.FontJob 
{
	font:  bold 1.0em @仿宋_GB2312 Arial,MS Gothic;
}