/*******************************************************
GENERAL
*******************************************************/
body, td, input, select, option, textarea {
	font-family:arial, helvetica;
	font-size:13px;
	color:#666666;
}

body {
	margin:0 0 0 0;
}

h1, h2, h3 {
	font-weight:normal;
}
h4 {
	color:#001A7B;
}

.boldblue
{
    FONT-WEIGHT: bold;
    COLOR: #001a7b
}

#container {
	/*border:1px solid red;*/
	/*margin:0 0 20px 0; this is the old margin code that keep the container fixed to the left side of the screen*/
	margin: 0 auto;
	padding:5px 0  5px 0;
	width: 890px; 
	height:100%;
}
#reportcontainer {
	/*border:1px solid red;*/
	/*margin:0 0 20px 0; this is the old margin code that keep the container fixed to the left side of the screen*/
	margin: 0 auto;
	padding:5px 5px 0 5px;
	/* for browsers with no escapes at all */
	width: 1500px; 
	/* for IE5/Win */ 
 	 \width: 1510px;
	/* for good browsers */   
  	 w\idth: 1500px;
	
	height:100%;
}

#content {
	margin:0 0 0 0;
	width:100%;
	/*height:600px;*/
	height:100%;
}

a, a:visted {
	color:#001A7B;
}
a:hover, a:active {
	color:#CC0000;
}

ul li {
	list-style-type:circle;
	list-style-image:url(/CWRWeb/i/bullet_nova.gif);
}

table {
	margin:0 0 10px 0;
	/*background-color:#BDCEE2;*/
}
table tr {
	vertical-align:top;
}
table tr th {
	font-size:13px;
	font-weight:normal;
	text-align:left;
	background-color:#BDCEE2;
	padding:2px 3px 2px 3px;
}
table tr td {
	background-color:#FFFFFF;
	padding:3px 3px 3px 3px;
}
table tr .curr {
	text-align:right;
}
table tr.total {
	background-color:#BDCEE2;
	font-weight:bold;
}

form {
	margin:0 0 0 0;
	padding:0 0 0 0;
}

input { 
 font-weight:bold;
}


.fieldGroup {
font-weight:bold;
}
.fieldGroup ul {

	margin:0 0 0 0;
	padding:0 0 0 0;
}
.fieldGroup ul li {
	margin:0 0 0 0;
	vertical-align:bottom;
	/*clear:both;*/
	list-style-type:none;
	list-style-image:none;
}
.fieldGroup ul li .name {

	float:left;
	display:inline;
	width:125px;
}
.fieldGroup ul li .name .required {
	float: center;
	display:inline;
	color:#CC0000;

}
.fieldGroup ul li .wideName {

	float:left;
	display:inline;
	width:150px;
}
.fieldGroup ul li .wideName .required {
	float: center;
	display:inline;
	color:#CC0000;

}
.fieldGroup ul li .button{
	display:inline;

	vertical-align:middle;

}


.fieldGroup ul li .value {
	vertical-align:middle;
	display:inline;
}
.fieldGroup ul li .value input {
}




.fieldGroupLong {
font-weight:bold;
}
.fieldGroupLong ul {
	margin:0 0 0 0;
	padding:0 0 0 0;
}
.fieldGroupLong ul li {
	margin:0 0 5px 0;
	vertical-align:middle;
	clear:both;
	list-style-type:none;
	list-style-image:none;
}
.fieldGroupLong ul li .name {
	float:left;
	display:inline;
	

	
}
.fieldGroupLong ul li .name .required {
	float: center;
	display:inline;
	color:#CC0000;

}


.fieldGroupLong ul li .value {
	display:inline;
}
.fieldGroupLong ul li .value input {
}


.buttonGroup {
	margin:0 0 12px 0;
}
.buttonGroup ul {
	margin:0 0 12px 0;
	padding:0 0 0 0;
}
.buttonGroup ul li {
	list-style-type:none;
	list-style-image:none;
}
.buttonGroup ul li .name {
}
.buttonGroup ul li .value {
}

.errorGroup {
	margin:0 0 12px 0;
	color:#CC0000;
	font-size: 16px;
	font-weight: bold;
}

.warningGroup {
	margin:0 0 12px 0;
	color:#CC0000;
	font-size: 16px;
	font-weight: bold;
}


.terminal {
	BORDER-RIGHT: #000000 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #000000 1px solid; PADDING-LEFT: 5px; FONT-WEIGHT: bold; FONT-SIZE: 10px; PADDING-BOTTOM: 5px; MARGIN: 5px; BORDER-LEFT: #000000 1px solid; COLOR: #000000; LINE-HEIGHT: 12px; PADDING-TOP: 5px; BORDER-BOTTOM: #000000 1px solid; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #ccf478
}
.tablebg {
	BACKGROUND-COLOR: #BDCEE2
}

.nicebutton {
		background-color: #001A7B; 
		font-weight: bold; 
		font-size: 12px; 
		color: white;
        border:1px;
		border-color:#BDCEE2;
		margin-right: 5px;
        }
