* {
	font-size: 100%;
	font-size:11px;
	font-family: verdana, trebuchet ms, arial, sans-serif;
}

body {
        margin-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
}

a {
	text-decoration: none;
	color: #37568F;

}

a:hover {
	text-decoration: underline;
	color: #990000;
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0.5em 0 0;
	font-size: 12px;
}

.style1 {
        font-weight: bold;
	color: #FFFFFF;
}

.style2 {
        font-weight: bold;
        color: #000000;
}


.style5 {
        font-weight: bold;
	color: #FFFFFF;
}

/* ########### txtboxes ############ */

.FIELD,.REQUIRED {
font-family: Verdana, Arial; 
font-size: 12px; background-color:#EFEFEF; 
font-style: normal; 
line-height: normal; 
font-weight: normal; 
text-decoration: none; 
padding: 1px; 
border-style: solid; 
color: #333; }

.FIELD {
border-width: 1px; 
border-color: #999 #CCC #DBDBDB #CCC;}

.REQUIRED {
border-width: 1px 1px 1px 1px; 
border-color: #B5BFC5 #B5BFC5 #B5BFC5 #B5BFC5 ;
}

.REQUIRED:focus, .FIELD:focus {
padding: 1px; 
background-color: #FFF; 
border-width: 1px 1px 1px 1px; 
border-style: solid; 
border-color: #B5BFC5 #B5BFC5 #B5BFC5 #B5BFC5 ;}

.loginbox {
border: 0.06em solid #cccccc;
margin-left: 30em;
margin-right: 30em;
}


.table_container {
	font-size: 1.0em;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #AACCEE;
	border-left-color: #AACCEE;
}

.table_even {
	background-image: url(images/bg_table_off.jpg);
	background-color: #FFFFFF;
	color: #000000;
}

.table_odd {
	background-color: #FFFFFF;
	color: #000000;
}
.sort-table {
	color: #FFFFFF;
    text-decoration: none;
}
.sort-table thead {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.sort-table thead  tr {
	background-color: #3D7D9C;
	background-image: url(images/bg_table_head.jpg);
	vertical-align: middle;
	cursor: pointer;
}


.table_even:hover, .table_odd:hover {
	background-color: #3D7D9C;
	background-image: url(images/bg_table.jpg);
	vertical-align: middle;
}

.table_even span, .table_odd span {
	display: none;
}
.sort-table td {
	padding:	2px 5px;
	border-bottom:1px solid #ace;
}

.fieldcell { 
 text-align: left;
 background-color: #F2F7FB; 
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
 color: #3670A7; 
 margin-right: 0px; 
 padding-right: 0px; 
} 

.fieldcell input { 
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
 background-color: #D7E5F2; 
 color: #102132; 
 border: 1px solid #284279; 
 margin-right: 0px; 
}

.errormsg {
	margin: 10 0 0 0 ;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: red;
	background-color: white;
	font-weight: bold;
	width: 30%;
	border: 2px dotted gray;
	padding-bottom: 1em;
}

#banner {
	background-image:url(images/banner_bg.gif);
	background-repeat:repeat-x;
	height:110px;
}


.r_img {
position:absolute;
right:0px;
}
img {
border:medium none;
}

