/*
---------------------------------------
common
---------------------------------------
*/

body{
	margin:0 0 0 0;
	font-family: Tahoma, Verdana, Arial;
	font-size:12px;
	color:#444;
	line-height:180%;
	scrollbar-face-color:#ffffff;
	scrollbar-highlight-color:#999999;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-shadow-color:#999999;
	scrollbar-arrow-color:#2d619d;
	scrollbar-track-color:#ffffff;
	background-color:#fff;
}
/*
-----------------------------------------
div with id style
-----------------------------------------
*/
#page{
	width:970px;
	text-align:left;
	padding:0;
	margin:0;
	background-color:#fff;
	border:0;
	overflow:hidden;
}
#top{
	float:left;
	width:970px;
	height:89px;
	margin:0 0 0 0 ;
}
#top #logo{
	float:left;
	width:216px;
	height:89px;
	border:0;
	background-image:url(../images/line_v.gif);
	background-repeat:repeat-y;
	background-position:right top;
}
#top #logo img{
	margin-top:25px;
	margin-left:10px;
	border:0;
}
#top #home{
	float:right;
	width:750px;
	height:89px;
	border:0;
	text-align:right;
}
#top #home img{
	margin-top:73px;
	margin-right:5px;
	margin-left:5px;
}
#top #home a{
	font-size:12px;
	/*font-weight:bold;*/
	color:#2d619d;
	text-decoration:none;
	margin-top:73px;
	margin-right:5px;
}
#top #home a:hover{
	color:#f50;
}
#copyright{
	width:970px;
	height:35px;
	border-top:1px solid #bbb;
	padding-left:10px;
	padding-top:10px;
	font-size:9px;
	color:#aaa;
	text-align:left;
}

#copyright a
{
	font-size:9px;
	color: #aaa;
}

#copyright a:link, #copyright a:visited, #copyright a:active
{
	text-decoration: none;
}

#copyright a:hover
{
	text-decoration: underline;
}
/*
-------------------------------------
div with class 
-------------------------------------
*/
.content_2_1{
	float:left;
	width:190px;
	padding:10px 10px 10px 15px;
}
.content_2_2{
	float:left;
	width:729px;
	padding:10px 10px 10px 15px;
}
.content_3_1{
	float:left;
	width:285px;
	padding:10px 10px 10px 15px;
}
.content_3_2{
	float:left;
	width:435px;
	padding:10px 10px 10px 15px;
}
.content_3_3{
	float:left;
	width:183px;
	padding:10px 0px 10px 15px;
}
.content_4_1
{
	float:left;
	width:250px;
	padding:10px 10px 10px 15px;
}
.content_4_2
{
	float:left;
	width:648px;
	padding:10px 0px 10px 15px;
}
.lineV_default{
	float:right;
	width:1px;
	height:auto;
	margin:0px 0px 0px 1px;
	background-image:url(../images/line_v.gif);
	background-repeat:repeat-y;
	height:223px;
}
.lineV{
	float:left;
	width:1px;
	height:auto;
	margin:20px 0px 20px 0px;
	background-image:url(../images/line_v.gif);
	background-repeat:repeat-y;
	height:350px;
}
.lineH_default{
	width:970px;
	height:1px;
	border:0;
	margin-bottom:2px;
	margin-top:0px;
}
.lineH{
	width:970px;
	height:1px;
	border:0;
}
/*
------------------------------------
text
------------------------------------
*/
.boldRed_13{
	font-size:13px;
	font-weight:bold;
	color:#F50;
}
.boldBlue_13{
	font-size:13px;
	font-weight:bold;
	color:#2d619d;
}
/*Only for titles - changed to blue*/
.boldRed_11{
	font-size:12px;
	font-weight:bold;
	color:#2d619d;
}
.boldBlue_10{
	font-size:10px;
	font-weight:bold;
	color:#2d619d;
}
.boldBlue_11{
	font-size:12px;
	font-weight:bold;
	color:#2d619d;
}
.BlueUnder_11{
	font-size:11px;
	text-decoration: underline;
	color:#2d619d;
}
.boldGreen_10{
	font-size:10px;
	font-weight:bold;
	color: Green;
}
.boldGreen_11{
	font-size:11px;
	font-weight:bold;
	color: Green;
}
.alert
{
	text-indent: 2em;
	color: #F00;
	text-align: left;
	font-weight: bold;
	filter: RevealTrans(enable=true,Duration=6.0,transition=6);
}
.alert_Essay
{
	color: #F00;
	text-align: left;
	font-weight: normal;
}
.redmark
{
	color: #f00;
}
.datashow
{
	color:Navy;
	height: 20px;
	border:0px;
	border-bottom:1px solid Navy;
	text-align:center;
}
tr.datashow td,td.datashow
{
	color:Navy;
	line-height:20px;
	text-decoration:underline;
	text-align:center;
}
/*
-----------------------------
link
----------------------------- 
*/
a
{
	color: #444;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

a.boldBlue
{
	font-weight:bold;
	color:#2d619d;
	text-decoration:none;
}
a.boldBlue:hover
{
	color:#f50;
}
a.blueUnder
{
	color:#2d619d;
	text-decoration:underline;
}


a.boldRed{
	font-weight:bold;
	color:#F50;
	text-decoration:none;
}
a.boldRed:hover{
	text-decoration: underline;
}
a.redUnder{
	color:#f50;
	text-decoration:underline;
}

a.white
{
	display: block;  
	color: #fff;
	text-decoration: none;
}
a.white:hover
{
	text-decoration: underline;
}
a.adminEnter
{
	display: block;  
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
a.adminEnter:hover
{
	text-decoration: underline;
}
/*
--------------------------------
image
--------------------------------
*/
img{
	border:0;
}
/*
----------------------------------
form
----------------------------------
*/
input
{
	font-family: Tahoma, Verdana, Arial;
	font-size:12px;
	color:#333;
}
input.imgBtn
{
	background-color:#FFFFFF;
	background-repeat: no-repeat;
	background-position: center;
	cursor: hand;
	border: 0px;
	/*blr: expression(this.onFocus=this.blur());*/
}

input.ImgBtn66
{
	background-image: url(../images/button_66.gif);
	background-color:#FFFFFF;
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 66px;
	height: 17px;
	vertical-align: top;
	color: #000;
	font-family: Tahoma;
	font-size: 10px;
	letter-spacing: 1px;
	vertical-align: top;
	cursor: hand;
	border: 0px;
	/*blr: expression(this.onFocus=this.blur());*/
}

input.ImgBtn88
{
	background-image: url(../images/button_88.gif);
	background-color:#FFFFFF;
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 88px;
	height: 17px;
	vertical-align: top;
	color: #000;
	font-family: Tahoma;
	font-size: 10px;
	letter-spacing: 1px;
	cursor: hand;
	border: 0px;
	/*blr: expression(this.onFocus=this.blur());*/
}
/*
----------------------------------
select
----------------------------------
*/
select
{
	font-family: Tahoma, Verdana, Arial;
	font-size:12px;
	color:#333;
}
/*
----------------------------------
textarea
----------------------------------
*/
textarea
{
	font-family: Tahoma, Verdana, Arial;
	font-size:12px;
	color:#333;
	/*width: 86%;
	width: 600px;
	height: 60px;
	margin-left: 20px;*/
	line-height: 20px;
	background-color: transparent;
	background-image:url(../Images/GridLine.gif);
}
div.dataShowArea, div.dataShowArea2
{
	font-family: Tahoma, Verdana, Arial;
	font-size:12px;
	color:#333;
	border: 1px solid #2d619d;
	/*width: 86%;
	margin-left: 20px;
	width:950px;
	width: 600px;
	height: 60px;*/
	line-height: 20px;
	padding-left:5px;
	padding-right:5px;
	text-align: justify;
	background-color: transparent;
	background-image:url(../Images/GridLine.gif);
	word-break:normal;
	word-wrap:break-word;
}
div.dataShowArea2
{
	margin-left: 20px;
	width:950px;
}
/*
----------------------------------
table
----------------------------------
*/
table.infolist
{
	border: solid 1px #cccccc;
	background-color: #FFFFFF;
	cellspacing: 3px;
}
table.infolist td, table.infolist th
{
	font-size:11px;
	text-align: center;
}
table.infolist td.justify
{
	padding-left:1em;
	text-align: justify;
}
table.infolist td.txt_100
{
}
table.infolist td.txt_100 input
{
	padding-left: 3px;
	width: 80%;
	height:17px;
	border:1px solid #2d619d;
}
table.infolist input
{
	/*width: 100%;*/
	height:17px;
	border:1px solid #2d619d;
}
table.infolist .selectedItem
{
	font-weight: bold;
	color : White;
	background-color: #669999;
}
table.infolist .normalItem
{
	color: #000066;
	background-color: #FFFFFF;
}
table.infolist .actionItem
{
	color: #BB3300;
	background-color: #ccddee;
	font-weight: bold;
}
table.infolist .header
{
	height: 48px;
	font-weight: normal;
	vertical-align: middle;
	text-align: center;
	color: White;
	background-color: #2d619d;
}
table.infolist .footer
{
	color: #000066;
	background-color: #FFFFFF;
}
table.infolist .pager
{
	text-align: center;
	color: #000066;
	background-color: #FFFFFF;
}
/*
----------------------------------
ul
----------------------------------
*/
ul
{
	margin-bottom: 0px;
	margin-left: 2em;
}
/*
----------------------------------
Calendar
----------------------------------
*/
.form
{
	font-size:11px;
}
.form td
{
	font-size:11px;
}
/*
----------------------------------
for Preview
----------------------------------
*/
tr.titleBlue {
	font-size: 14px;
	height: 28px;
	background-color: #2d619d;
	color: #fff;
	font-weight: bold;
	text-indent: 1em;
}
tr.titleRed {
	font-size: 14px;
	height: 28px;
	background-color: #F50;
	color: #fff;
	font-weight: bold;
	text-indent: 1em;
}
.subtitleBlue {
	font-size: 12px;
	color: #2d619d;
	font-weight: normal;
	line-height: 150%;
	margin-left: 1em;
	/*text-indent: 1em;*/
}
.subtitleRed {
	font-size: 12px;
	color: #F50;
	font-weight: normal;
	line-height: 150%;
	margin-left: 1em;
	/*text-indent: 1em;*/
}
tr.sepbarWhite {
	height: 12px;
	background-color: #fff;
	color: #fff;
}
tr.sepbarGray {
	height: 12px;
	background-color: #aaa;
	color: #aaa;
}
table.viewFormTbl
{
	width: 740px;
	border-collapse: collapse;
	margin: 1em 0 1em 1em;
}
table.viewFormTbl td
{
	font-size:11px;
	line-height:180%;
	vertical-align: middle;
	padding-left: 5px;
	/*text-indent: 5px;*/
}
table.innerTbl
{
	width: 740px;
	border-collapse: collapse;
	margin: 1em 0 1em 1em;
}
table.innerTbl tr
{
	height: 32px;
}
table.innerTbl td
{
	font-size:11px;
	color:#444;
	line-height:180%;
	font-weight: normal;
	vertical-align: middle;
	padding-left: 5px;
	/*text-indent: 5px;*/
}
table.innerTbl .tipsV
{
	text-indent: 0.5em;
	text-align: left;
	background-color: #cde;
	color: #2d619d;
	line-height: 120%;
}
table.innerTbl td.tipsH
{
	text-align: center;
	background-color: #cde;
	color: #2d619d;
	line-height: 120%;
}
table.innerTbl .content
{
	/*text-align: center;*/
	text-indent: 12px;
	background-color: transparent;
	color: #333;
}
table.innerTbl textarea
{
	border: 0px;
	width: 100%;
	height: 120px;
}
div.question
{
	margin-left: 1.5em;
	font-size:11px;
	color:#444;
	line-height:140%;
	width:800px;
}
.alarm
{
	color: #ff0000;
}
.greenMark,.green
{
	color: #33dd33;
}
a.buttonNext
{
	font-size:24px !important;
	text-decoration:none !important;
	text-align:center;
	vertical-align:middle;
	color:#07a;
	cursor: hand;
	width:120px;
	height:40px;
}
input.buttonSaveContinue
{
	/*border:1px soild #07a;
	padding:3px;
	width:66px;
	height:20px;
	background-image:url(../images/button_66.gif);
	background-repeat:no-repeat;
	background-position:center 3px;
	margin-bottom:-3px;*/
	font-size:16px !important;
	text-decoration:none !important;
	text-align:center;
	vertical-align:middle;
	color:#07a;
	cursor: hand;
	width:160px;
	height:30px;
}
input.buttonInLine
{
	/*border:1px soild #07a;
	padding:3px;
	width:66px;
	height:20px;
	background-image:url(../images/button_66.gif);
	background-repeat:no-repeat;
	background-position:center 3px;
	margin-bottom:-3px;*/
	margin-top:-5px;
	text-decoration:none !important;
	text-align:center;
	vertical-align:top;
	color:#07a;
	cursor: hand;
}
