
body.PageDisabled select
{
	visibility: hidden;
}

body.Disabled select
{
	visibility: hidden;
}

.subscript{
	font-size: 0.7em;
}

.superscript{
	font-size: 0.7em;
}

table
{
	border-collapse: collapse;
}

table td
{
	padding: 5px 5px 5px 5px;
	vertical-align: top;
}

table.DataTable
{
	/*border: 1px solid #AAAAAA;*/
	margin: 5px 0px 10px 0px;
}

table.CheckBoxList
{
	/*border: 1px solid #AAAAAA;*/
	margin: 0px 0px 0px -5px;
}

table.Border
{
	border: 1px solid #666666;
}

table.DataTable td
{
	padding: 2px 5px 2px 5px;
	vertical-align: top;	
}

table.Border td
{
	border: 1px solid #AAAAAA;
}

table.BorderBottom td
{
	border-bottom: 1px solid #AAAAAA;
}

table.BorderTop tbody td
{
	border-top: 1px solid #AAAAAA;
	vertical-align: top;
}

table.BorderNone tbody td
{
	border-top: 0px solid #AAAAAA;
	vertical-align: top;
}

table.BorderTop tfoot td
{
	border-top: 1px solid #AAAAAA;
}

table.DataTable td.LabelCell
{
	font-weight: bold;
	vertical-align: top;
}

table.DataTable td.TableCellShaded
{
	background-color: #f6f6f6;	
}

table.DataTable td.TableCell, td.TableCellShaded
{
	text-align: left;
	vertical-align: top;
}

thead td, tfoot td
{
	margin: 0px 0px 0px 0px;
	/*background-color: #CCCCCC*/;
	text-align: left;
	font-weight: bold;
}

pre
{
	font-size: xx-small;
  font-family: arial, helvetica, sans-serif;
	/*line-height: 0.8em;*/
}

table td.LabelCell
{
	font-weight: bold;
	vertical-align: top;
}

table td.Mandatory
{
	color: #FF0000;
}

table td.Disabled
{
	color: #999999;
}

div.ContentUpdated
{
	text-align: right; 
	height: 10px; 
	padding: 0px 5px 5px 0px; 
	margin: 0px 0px 0px 0px;
}

div.ContentEditLink
{
	text-align: right; 
	height: 10px; 
	padding: 0px 5px 0px 0px; 
	margin: 0px 0px 0px 0px;
}

span.Term
{
	/*border: 1px solid #FFFFFF; this is necessary to ensure correct co-ordinates of the rollover effect */
	cursor: help;
	text-decoration: underline;
	color: #666666;
}

#DefinitionLayer
{
	text-align: left;
	position: absolute;
	visibility: hidden;
	left: 0;
	top: 0;
	width: 250px;
	padding: 2px;
	color: black;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	cursor: help;
	z-index: 0;
	font-size: 0.8em;
}

#HoverDetails
{
	text-align: left;
	position: absolute;
	visibility: hidden;
	left: 0;
	top: 0;
	/*width: 250px;*/
	padding: 2px;
	color: black;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	z-index: 1000;
	font-size: 0.8em;
}

div.PageDisabled
{
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: black;
	opacity: 0.3;
	filter:alpha(opacity=20);
	-moz-opacity: 0.3;
}

#divLoading
{
	position: absolute;
	left: 50%;
	width: 100px;
	margin-left: -50px; /* Must be half the width in order to centre it properly */
	
	/*top: 50%;*/
	height: 120px;
	margin-top: -60px;
	
	visibility: hidden;
	z-index: 2000;

}

div.FloatingPage
{
	position: absolute;
	visibility: hidden;
	
	background-color: #FFFFFF;
	border-style: solid;
	border-color: #999999;
	border-width: 2px;	
	
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: auto;
	width: auto;
	
	/*z-index: 1000;*/
}

div.Enabled select
{
	visibility: visible;
}

div.Disabled select
{
	visibility: hidden;
}

table.FloatingPageTitle
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 22px;
	background-color: #0054EC;
	color: #FFFFFF; 
	font-weight: bold;
}

table.FloatingPageTitle
{
	padding: 2px 2px 0px 5px;
	margin: 0px 0px 0px 0px;
}

table.FloatingPageTitle td.FloatingPageClose
{
	padding: 2px 2px 0px 0px;
	margin: 2px 2px 0px 0px;
	width: 20px;
	text-align: right;
}


table.FloatingPageTitle a:link, table.FloatingPageTitle a:visited
{
	text-decoration: none;
}

input.button
{
	background-color: #167fd0;
	font-weight: normal;
	padding: 3px 8px;
	border-top: 1px solid #9dcff4;
	border-right: 1px solid #0c63a6;	
	border-bottom: 1px solid #0c63a6;		
	border-left: 1px solid #1580d2;	
	color: #FFFFFF;
	min-height: 20px;
	padding: 0;
	cursor: pointer;

}

img
{
	border: 0px;
}

h2
{
	color: #333;
	background: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding:0;
	margin-bottom: 0px;
	line-height: 20px;
}
