body {
	color: #000000;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;	
}

a {
	font-weight: bold !important;
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

h1,h2,h3,h4 {
	font-family: Arial, Helvetica, sans-serif;	
}

/* Original Style */
/*#top_header {
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 24px;
	text-align: right;
	padding-top: 10px;
	padding-right:30px;
	padding-bottom: 10px;
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	vertical-align: middle;
}*/

#top_header {
	font-family: Arial, Helvetica, sans-serif;
	color: #D41A27;
	font-size: 24px;
	text-align: right;
	padding-top: 10px;
	padding-right:30px;
	padding-bottom: 10px;
	/*background-image: url(../images/header_bg.jpg);*/
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	/*line-height: 39px;*/
	vertical-align: middle;
}
/*
#header img {
	width: 100%;
	height: auto;
}

#header img {
	height: 232px;
}*/

.menu {
	padding-left: 10px;
	line-height: 28px;
	background-color: #000000;
}

.menu a{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 90%;
}

.menu a:hover{
	color: #FFFFFF;
	
}

.maintitle {
	font-size: 36px;
	font-weight: bolder;
	font-size-adjust: 150%;
	/*color: #AA0C1F;*/
	/*color: #CCCCCC;*/
	color: #FFFFFF;
	margin: 15px 15px 0px 15px;
}

#side_master {
	background-color: #363d47;
	width: 160px;
}

#detail {
	background-color: #363d47;
	border: 1px #363D47 solid;
	/*margin-top: 30px;
	margin-bottom: 30px;*/
}

.login_row label {
	color:#FFFFFF;
	font-size:14px;
	font-weight: bold;
}

.sidemenu {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 100%;
}

.sidemenu a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
}

.sidemenu a:hover {
	color: #DFDFDF;
	text-decoration: none;
	font-size: 14px;
}

.info {
	/*background-color: #6D8EAF;*/
	background-color: #EFEFEF;
	padding: 10px 3px 5px 15px;
}

#list {
	border: 1px #436789 solid;
	/*margin-top: 30px;
	margin-bottom: 30px;*/
}

#list a{
	color: #FFFFFF;
	text-decoration: underline;
}

#list a:hover{
	color: #363D47;
}

.top_header {
	background-color: #305782;
	padding: 10px 0px 10px 20px;
	
}

table .main_content {
	border-color: #335f7f;
	border-bottom-style: solid;
	border: 5px;
	
}

.footer {
	background: url(../images/footer_bg.jpg);
	line-height: 38px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}

.header {
	/*background-color: #AA0C1F;*/
	background-color: #000000;
	color: #FFFFFF;
	font-weight: bolder;
	/*padding: 3px 0px 3px 15px;*/
	
}

tr.header td{
	padding-left: 10px;	
}

.sec_title {
	color: #000000;
	font-size: 24pt;
	font-weight: bold;
}

.sub_header {
	/*background-color: #AF2B3D;*/
	/*background-color: #305782;*/
	background-color: #363D47;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px 0px 3px 15px;
	line-height: 25px;
}

tr.sub_header td{
	padding-left: 10px;
}

#content {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 30px;
}

.row_odd{
	color: #FFFFFF;
	background-color:#657586;
	/*padding-left: 20px;*/
	/*text-indent: 15px;*/
}

tr.row_odd td{
	padding-left: 15px
}

.row_even{
	background-color:#74828F;
	color: #FFFFFF;
	/*padding-left: 20px;*/
	/*text-indent: 15px;*/
}

tr.row_even td{
	padding-left: 15px;
}

#err_box {
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid red; 
	margin: 15px 15px 15px 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	width: 300px;
	
}

input, select {
	border: 1px solid silver; 
}

input.error, select.error, textarea.error {
	padding-right: 16px; 
	border: 1px solid red; 
	background-color: #FFFCE2; 
	background-image: url(../images/warning_obj.gif); 
	background-position: right; 
	background-repeat: no-repeat;
}

input:focus, select:focus, textarea:focus {
	border: 1px solid #99BA51; 
	background-color:#EFEFEF;
}

#help_box {
	background-color: #FFFFFF;
	color: #305782;
	font-weight: bold;
	text-align: left;
	padding-left: 20px;
	padding-bottom: 5px;
}

#disclamer {
	margin-bottom: 15px;
	margin-left: 5px;
}

.user_agreement p {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.user_agreement td {
	padding:10px;
}

.tcontent td {
	padding:10px;
}
