.swimtitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 180%;
	font-weight: bold;	
	color: #2C5C8C;
}
.FirstHeader
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 160%;
	font-weight: bold;	
	color:#2C5C8C;
}
.SecondHeader
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;	
	color:#2C5C8C;
}
.ThirdHeader
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;	
	color:#2C5C8C;
}
.lgtable {
	background-color : #FFFFCC;
	font-size: 100%;
}
.lgtabledarker {
	background-color : #FFFF9B;
	font-size: 100%;
	font-weight: bold;
}
.schemetable {
	background-color : #EBFFEB;
	font-size: 100%;
}
.schemetabledarker {
	background-color : #AEFFAE;
	font-size: 100%;
	font-weight: bold;	
}
.readonlyfield {
 background-color: #EBEBE4;
 text-align: right;
}
.textfield {
 background-color: #FFFFFF;
 text-align: right;
}
.leftmenu a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color:#000000;
	text-decoration: none
}
.leftmenu a:visited{
	font-size: 90%;
	color:#000000;
	text-decoration: none
}
.leftmenu a:hover{
	font-size: 90%;
	color:#0000FF;
	text-decoration: none
}
.legals {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;

}
.logininfo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color:#091A4E;
	background-color: #ACCDDF;
	display: block;
	padding: 2px;

}
.HelpHeader
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: bold;	
	color:#2C5C8C;
}
.derived
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;	
	color:#993333;
}
.helpusing {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
.li_top {
	font-size: 11px;
	text-decoration: none;
	color: #131D5B;
}

.radiobtn {
	color:#333333;
	background-color:#8733a3;
	border:1px solid;
	border-top-color:#696;
	border-left-color:#696;
	border-right-color:#363;
	border-bottom-color:#363;
}
#rightcol li {
	padding-top: 2px;
	padding-bottom: 2px;
	list-style-image: url(temp/misc/arrow.gif);
}
.tdpadding {
	padding: 5px;
}
.table {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #07174B;
	border-bottom-color: #07174B;
	border-left-color: #07174B;
}
.bordercentre {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #07174B;
}
#mainnav td a {
	text-decoration: none;
	padding-left: 7px;
	color: #091A4E;
	font-size: 11px;
}
#mainnav td a:hover {
	text-decoration: underline;
	color: #FF6600;
}
.redemphasis {
	color: #FF2200;
}

.submitdatatrow {
	background-color: #D4DAE2;
	font-size: 11px;
}
.submitdatatrow a {
	text-decoration: none;
	color: #091A4E;
	font-size: 11px;
}

dt {
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px solid #ACCDDF;
}

.jqmWindow {
    display: none;
    
    position: fixed;
    top: 27%;
    left: 50%;
    
    margin-left: -300px;
    width: 600px;
    
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
	padding-bottom: 15px;
}

.jqmOverlay { background-color: #000; }

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
	 top: expression((document.documentElement.scrollTop || document.body.scrollTop) + 
		Math.round(27 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}


