@charset "utf-8";
/* CSS Document */

.tabnormal{
	padding:0 10px 0 10px;
	margin:0 ;
	height:25px;
	font: bold 11px Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color:#DBF2F8;
	text-transform: uppercase;
	background-color:#54A9D2;
	border-top:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	cursor:pointer;
}
.tabhilight{
	padding:0 10px 0 10px;
	margin:0 ;
	height:22px;
	font: bold 11px Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	text-transform: uppercase;
	background-color:#EEEEEE;
	border-top:4px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	cursor:pointer;
}
/******************** Show tab style *************************/
.TabShow
{
	border-bottom:0px;
	height:28px;
	background:url(../images/head_bg.gif) repeat-x;
	
}
.TabShow td
{
	text-align:center;
	
}
.TabShow td a
{
	color:#004275;
	display:block;
	text-decoration:none;
	font-weight:bold;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:13px;
}
.TabShow td a:hover
{
	color:#3574b7;
}

/******************** Hide tab style *************************/
.TabHide
{
	border-bottom:1px solid #D9D9D9;
	height:28px;
	background:url(../images/head_bg_small.gif) repeat-x;
	
}
.TabHide td
{
	text-align:center;
}
.TabHide td a
{
	color:#004275;
	display:block;
	text-decoration:none;
	font-weight:bold;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:13px;
}
.TabHide td a:hover
{
	color:#3574b7;
}

/*.leftBorder
{
	border-left:1px solid #154374;
	background:url(../images/head_left.gif) left no-repeat;
}
.RightBorder
{
	background:url(../images/head_right.gif) right no-repeat;
}*/

.borderTab
{
	border-left:0px solid #ccc;
	border-right:0px solid #ccc;
	border-bottom:0px solid #ccc;
}
.borderbottom
{
	border-bottom:1px solid #ccc;
}
.paddingText
{
	height:319px;
	width:456px;
}
.ScrollDiv
{
	overflow-x: hidden;
	overflow-y: scroll; 
	height:100px;
	width:306px;
	border:1px solid #D9D9D9;
}
.ScrollDiv100
{
	overflow-x: hidden;
	overflow-y: scroll; 
	height:300px;
	width:100%;
	border:1px solid #D9D9D9;
}
.ScrollDiv102
{
	overflow-x: hidden;
	overflow-y: scroll; 
	height:100px;
	width:100%;
	border:1px solid #D9D9D9;
}

/*-------------------- tab large -------------*/
.TabShowLg
{
	border-bottom:0px;
	height:32px;
	background:url(suggest-bg.gif) repeat-x;
	
}

.TabShowLg td
{
	text-align:center;
	
}
.TabShowLg td a
{
	color:#004275;
	display:block;
	text-decoration:none;
	font-weight:bold;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:13px;
}
.TabShowLg td a:hover
{
	color:#3574b7;
}


.TabHideLg
{
	border-bottom:1px solid #D9D9D9;
	height:28px;
	background:url(suggest-bg-small.gif) repeat-x;
	
}
.TabHideLg td
{
	text-align:center;
}
.TabHideLg td a
{
	color:#004275;
	display:block;
	text-decoration:none;
	font-weight:bold;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:13px;
}
.TabHideLg td a:hover
{
	color:#3574b7;
}