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

body {
	background: #004276;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #004276;
}
#entire
{
border: 1px solid #ccc;
background-color:#FFFFFF;
}
#header
{
/*background:url("css/images/ui-bg_highlight-hard_100_eeeeee_1x100.png") repeat-x scroll 50% 50% #004276;*/
border-bottom: 1px solid #ccc;
height:60px;

}
#footer
{

border-top: 1px solid #ccc;
/*background:url("css/images/ui-bg_highlight-hard_100_eeeeee_1x100.png") repeat-x scroll 50% 50% #004276;*/
height:30px;
color:#004276;
padding-left:10px;
}
#content
{
height:380px;
}
#loginfo
{
padding-top:7px;
padding-bottom:7px;
}
#tabLogin
{
border: 1px solid #2a71cd;
background-color:#FFFFFF;

}

#tabLogin th
{
background-image:url(images/button-bg.jpg);
background-repeat:repeat-x;
height:20px;
color:#FFFFFF;
}

.CSSTextBox
{
border: 1px solid #c0c0c0;
width:150px;
}

.CSSSelectBox
{
border: 1px solid #c0c0c0;
height:20px;
width:150px;
}

.btn
{
border: 1px solid #cccccc;
background:url("css/images/ui-bg_highlight-hard_100_eeeeee_1x100.png") repeat-x scroll 50% 50% #EEEEEE;
color:#004276;
font-weight:normal;
padding-bottom:2px;
padding-top:2px;
border-top-left-radius: 5px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 5px;
/*width:80px;*/
}
.CSSTextArea
{
border: 1px solid #c0c0c0;
width:100%;
}

.CSSTextAreaRO
{
border: 1px solid #c0c0c0;
width:100%;
background-color:#F2F2F2;
}

#btmLine
{
border-bottom: 1px solid #2a71cd;
}

#tabHome
{
border: 1px solid #2a71cd;
background-color:#F5F5F5;
}

#tabStaff
{
border: 1px solid #2a71cd;
}

.tabHead
{
background-image:url(images/button-bg.jpg);
background-repeat:repeat-x;
height:18px;
font-weight:bold;
color:#FFFFFF;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #004276;
}
a:link {
	text-decoration: none;
	color: #004276;
}
a:visited {
	text-decoration: none;
	color: #004276;
}
a:hover {
	text-decoration: none;
	color: #004276;
}
a:active {
	text-decoration: none;
	color: #004276;
}

#bgview
{
background-color:#FFFFFF;
}
#bgview:hover
{
background-color:#C8E2EA;
}

#searchBox
{
}

.crBox
{
}

.lblHeader
{
font-size:12px;
font-weight:bold;
}