html, body{
	/*width: 100%; */
	height: 100%;
	margin: 0;
	padding: 0;
	font: 12px Trebuchet, 'Trebuchet MS', Tahoma, Verdana, Arial, sans-serif;
	color: #000000;
	background: url(../images/left.gif) repeat-x top left;
}

table#containerTable{
	width: 700px;
	border-left: 1px solid #B5B5B5;
	border-right: 1px solid #B5B5B5;
	margin-left: auto;
	margin-right: auto;
}

/* fixing IE font for TD and top align for all browsers*/
input, button, select, textarea, td{
	vertical-align: top;
	font: 12px Trebuchet, 'Trebuchet MS', Tahoma, Verdana, Arial, sans-serif;
	color: #000000;
}
input, button, select, textarea{
	background-color: #FFFFEF;
}

table#containerTable td#headerPage{
	height: 56px;
	vertical-align: middle;
	background: url(../images/bg_header.gif) repeat-x top left;
}

table#containerTable td#headerPage span{
	font-size: 18px;
	font-weight: 900;
	vertical-align: bottom;
}

table#containerTable td#contentPage{
	height: 376px;
	vertical-align: top;
}

table#containerTable td#footerPage{
	vertical-align: middle;
	padding-left: 10px;
	background: url(../images/bg_nav.gif) repeat-x top left;
	height: 25px;
}

table#topNavigation{
	width: 100%;
}

table#topNavigation td#topNavigationContainer{
	vertical-align: middle;
	padding: 0px;
	background: url(../images/bg_nav.gif) repeat-x top left;
	height: 25px;
}

td#contentPage{
	padding: 0px 10px 10px 10px;
	background-color: #ffffff;
}

td#footerPage{

}

a.simple{
	padding: 4px 9px 4px 9px; 
	/* margin: 4px 0px 4px 0px; */
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	height: 25px;
}

a.simple:hover, a.hvr{
	font-weight: bold;
	padding: 5px 8px 5px 8px;
	background-color: #F0F0F0;
	border-top: 1px solid #B5B5B5;
	border-left: 1px solid #B5B5B5;
	border-right: 1px solid white;
	border-bottom: 1px solid #F0F0F0;
	color: #000000;
	text-decoration: none;
	height: 25px;
}

.menu{
	position: absolute;
	z-Index: 1001;
	visibility: hidden;
	margin: 0px;
	min-width: 100px;
	background-color: #F0F0F0;
	border-left: 1px solid #B5B5B5;
	border-right: 1px solid #B5B5B5;
	border-bottom: 1px solid #B5B5B5;
}

.menu a:link, .menu a:visited{
	width: auto;
	display: block;
	color: #000000;
	padding: 3px 6px; 
	text-decoration: none;
}

.menu a:hover, .menu a:active{
	background: url(../images/bg_hover.gif) repeat-x top left;
	color: #ffffff;
	text-decoration: none;
	width: auto;
}

table.formTable td.specW{
	width: 160px;
	text-align: right;
	background-color: #F7FAFF;
	color: #0A5174;
}

table.formTable td.controlButtons{
	padding-left: 80px;
	background-color: white;
}

h1, h2, h3, form{
	margin: 0px;
}

h2{
	font-size: 16px;
	border-bottom: 1px solid gray;
	padding: 4px 0;
}

h3{
	font-size: 14px;
	font-style: italic;
	font-weight: bolder;
	font-family: Georgia, serif;
	background-color: #F7FAFF;
	border-left: 6px solid #FFA600;
	padding: 4px;
	padding-left: 10px;
}

.note{
	color: grey;
}

.messages{
	color: red;
	font-family: fixed, monospace;
}

.brk{
	border: 1px solid gray;
	margin: 4px 10px;
	text-align: left;
}

table.tableList{
	width: 700px;
}

th{
	text-align: left;
	background-color: gray;
	color: white;
}

th a{color:white;}

.colpar{
	background-color: #f5f5f5;
}

.colimpar{}

.par{
	background-color: #f5f5f5;
}

.impar{}

formTable td{
	width: auto;
}

table.defineFields{
	width: 100%;
}

div.hr {
	height: 1px;
	background-color: #929292;
	width: 126px;
	margin: 2px 7px;
}
div.hr hr {
  display: none;
}