/* adding borders to a div alters rendering in both IE and FF*/
/* p tags affect padding of floated divs differently to wrapping divs */
/* absolute positioning a div causes its displacing capaciy to be ignored */

/* Removed textarea from this CSS Selector Set - LUKE */
body {
  padding : 0px;
  padding-bottom: 30px; /* This Padding allows for the "Under Development" Banner to be shown at the bottom of the page */
	font : small verdana, Helvetica, Arial, sans-serif;
	font-size :small;
	margin : 0px;
}

form{
	margin : 0px;
	padding : 0px;
	font-family:verdana,helvetica,arial;
}

form table td{
	vertical-align : top;
}

form table th{
	font-size : xx-small;
	text-align : right;
	vertical-align : top;
}

h1{
	color : #97A6F4;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 1.7em;
	letter-spacing: .1em;
}

h2{
	color : #0000FF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 1.4em;
}

h3{
	font-size:1.2em;
	color: #0D207F;
}

h4{
	font-size:1.1em;
	color: #000000;
}
table th{
	text-align : right;
	width : 25%;
}

th, td{
	margin : 2px;
	padding : 2px;
	vertical-align : top;
}

.highlight{
	color : #5F5F5F;
	font-weight : bold;
}

#content {
	border : 1px solid #0D207F;
	margin : 0px 242px 0px 190px;
	padding : 10px;
	padding-top : 0px;
}

table.tableformat{
	border-collapse: collapse;
}

table.tableformat th{
	background-color:#0B1B6C;
	text-align:center;
	vertical-align:bottom;
	color:#FFFFFF;
	border:1px solid #0B1B6C;
	font-size:xx-small;
}

table.tableformat td{
	background-color:#FFFFFF;
	color:#0B1B6C;
	border:1px solid #0B1B6C;
	text-align:left;
}

table.datagrid{
	width:98%;
}
table.datagrid td, table.datagrid th{
	border: 1px solid black;
	font-size:x-small;
}
table.login  a{
	color: #0B1B6C;
}
table.login  td{
	color: #0B1B6C;
	font-size:x-small;
}

#footer {
	background-color : #FFFFFF;
	border-top : 1px solid #D3D3D3;
	clear : both;
	margin : 10px 10px 10px 10px;
	text-align : center;
}
/*
#footer a {
  border-style: solid;
  border-width: 0 1px 0 0;
  padding: 0 5px 0 5px;
}
*/
#footer span.botMenu {
  padding: 0 5px 0 5px;
}

#footer ul li {
	display : inline;
	font-size : x-small;
	list-style-type : none;
}

#header {
	padding : 5px 10px 12px 5px;
}

#logo{
	margin-left : 10px;
	margin-top : 10px;
	position : relative;
}

#main {
	margin-top : 0px;
}

#navglobal{
	float : right;
	padding : 10px;
	text-align : right;
}

/*#navglobal a {
  border-style: solid;
  border-width: 0 0 0 1px;
  padding: 0 5px 0 5px;
  }
  #navglobal a.first {
    border-left: 0;
    }
*/

#sidebar1 {
	background-color : #99CCFF;
	border : 1px solid #99CCFF;
	clear : left;
	float : left;
	margin-bottom : 10px;
	margin-left : 5px;
	padding : 5px;
	width : 158px;
}

#sidebar1 ul{
	margin-top : -1em;
	
}

#sidebar1 ul {
	list-style : none;
	margin-left : 0px;
	padding-left : 0px;
}

#sidebar1 ul li {
	border-bottom : 1px solid #BBBCFF;
	margin-bottom : 4px;
	padding-bottom : 10px;
	font-weight:bold;
	
}
#sidebar1 ul li span{
	
}

#sidebar1 ul li a{
	color : #0D207F;
	text-decoration : none;
	width : 10em;
}

#sidebar1 ul li a:hover{
	color : Black;
}

#sidebar2 {
	background-color : #99CCFF;
	border : 1px solid #99CCFF;
	clear : right;
	color : #0D207F;
	float : right;
	margin-bottom : 20px;
	padding : 5px;
	width : 220px;
}

#sidebar2 ul li {
	margin-bottom : 3px;
	padding-bottom : 3px;
}

#sidebar2 ul li a{
	color : #0D207F;
}

#sidebar3, #sidebar4 {
	background-color : #99CCFF;
	border : 4px double #6EB8FF;
	clear : left;
	color : #000000;
	float : left;
	margin-bottom : 10px;
	margin-left : 5px;
	padding : 5px;
	width : 154px;
}

.message_bold{
	font-weight:bold;
	color:red;
}
.pageUpdated {
  color: #666;
  font-size: xx-small;
  text-align: center;
}