body {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #575757;
	background: #e4e0dd;
	background: url(../images/background_site.gif) center top repeat-x;
}
img { border: none; }

a:link, a:visited, a:hover, a:active {
	color: #1C6089;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

#wrap {
	padding:0;
	margin: 0 auto;
}

#maincontainer {
	width: 996px; /*   996 - 879px; Width of main container*/
	margin: 0 auto; /*Center container on page*/
	padding: 0px;
}

#contentcolumn-wide {
	padding: 15px;
	padding-top: 20px;
	width: 800px;
}

#contentcolumn-wide h1 {
	margin-top: 0;  
	font-size: 1.4em;
}
#contentcolumn-wide h2 {
/* 	margin-top: 0;    */
	font-size: 1.1em;
}
#contentcolumn-wide h3 {
	margin-top: 0;
	font-size: 1.0em;
}

#contentcolumn-wide h4 {
	margin-top: 0;
	font-size: 0.9em;
}


.row0 {
background: #ECF2F9;
}
.row1 {
background: #fff;
}
/* +++++++++++++++++++++++++++++ Footer +++++++++++++++++++++++++++++++++ */
#footer {
	padding: 10px 0;
	margin: 0px;
	margin-right: 0;
	height: 100%;
	background: #fff /*#e4e0dd*/;
	color: #000;
	font-size: .7em;
	width: 100%;
	border-top: 1px solid #bfbcba;

}
div#footer a:link, div#footer a:visited, div#footer a:hover, div#footer a:active {
	color: #000;
	text-decoration: underline;
}
div#footer a:hover {
	text-decoration: none;
}

/* +++++++++++++++++++++++++++++++ UDM Menu ++++++++++++++++++++++++++++++++++++++++++++++++ */
ul#udm {
	margin: 1px 0 0 0;
}

	
/* ------------------------------------------------------------
 * DATATABLE
 * ------------------------------------------------------------ */
 
.dataTable {
	margin: 0 auto 10px auto;
	border: 1px solid #407BC1;
	border-left: 0;
	background: transparent;
	width: 100%;
  }
		
.dataTable tr.alt {             /* for use with JQuery */
	background: #ECF2F9;
  }
.dataTable tr.over {            /* for use with JQuery */
	background: #FFEED9;
  }
.dataTable tr.highlight {
	background: #FFD299;
  }
	
.dataTable th,
.dataTable td {
	padding: 5px;
	color: #000;
	vertical-align: top;
  }
	
.dataTable th {
	border-left: 1px solid #407BC1;
	background: #B3CAE6;
	font: bold 62.5%/140% verdana,arial,helvetica,sans-serif;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
  }
.dataTable thead th {
  border-bottom: 1px solid #407BC1;
  text-align: left;
  }
.dataTable tfoot th,
.dataTable tfoot td {
  border-top: 1px solid #407BC1;
  }
.dataTable th a:link,
.dataTable th a:visited {
	color: #000;
  }
.dataTable th a:hover,
.dataTable th a:active {
	color: #FFF;
  }
	
.dataTable td {
	border-bottom: 1px solid #CFDEEF;
	border-left: 1px solid #407BC1;
	font: normal 70% verdana,arial,helvetica,sans-serif;
	text-align: center;
	vertical-align: top;
  }	
.dataTable tr.lastRow td {      /* for use with JQuery */
	border-bottom: 0;
  }
.dataTable td.alignLeft {
	text-align: left;
  }
.dataTable td.alignRight {
	text-align: right;
  }




.dataTable th.selectionCell,
.dataTable td.selectionCell {
	padding: 0;
	width: 22px;
	vertical-align: middle;
  }
.dataTable td.selectionCell {
	border-bottom: 1px solid #79A2D3;
	background: #5C8FCA;
  }
#rounded-corner
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	
	text-align: left;
	border-collapse: collapse;
}
#rounded-corner thead th.rounded-company
{
	background: #b9c9fe url('table-images/left.png') left -1px no-repeat;
}
#rounded-corner thead th.rounded-q4
{
	background: #b9c9fe url('table-images/right.png') right -1px no-repeat;
}
#rounded-corner th
{
	padding: 8px;
	font-weight: normal;
	font-size: 13px;
	color: #039;
	background: #b9c9fe;
}
#rounded-corner td
{
	padding: 8px;
	background: #e8edff;
	border-top: 1px solid #fff;
	color: #669;
}
#rounded-corner tfoot td.rounded-foot-left
{
	background: #e8edff url('table-images/botleft.png') left bottom no-repeat;
}
#rounded-corner tfoot td.rounded-foot-right
{
	background: #e8edff url('table-images/botright.png') right bottom no-repeat;
}
#rounded-corner tbody tr:hover td
{
	background: #d0dafd;
}

/*
 * added for .asp pages
 */
 fieldset ol 
 {
 	list-style-type: none;
 }
 
fieldset ol li {
	margin: 0;	
	padding: 5px 0 5px 220px;
	color: #000; }

fieldset ol li label {
	float: left;
	margin: 0 0 0 -220px;
	background: transparent;
	padding-right: 15px;
	width: 200px;
	color: #000;
	text-align: right; }	
	
fieldset ol li label.required {
	background: transparent url(/common/images/icon_required.gif) right center no-repeat; }
	
