﻿body
{
	font-family: Helvetica, Arial; 
	margin:0px;
	padding:0px;
	background-color:#99ccff;
}


p
{
	text-align:justify;
}
strong
{
	color:#000000;
	/*#3399ff;*/
}

h2
{
	color:#000080;
	text-align:center;
}

h3
{
	color:#000080;
}

a.helplink img
{
	text-decoration:none;
	border:0px;
	vertical-align:bottom;
}

a.helplink 
{
	text-decoration:none;
}

.highlightednumber
{
	color:#000000;
	font-size:larger;
}

.validation-advice {
	color : #000000;
	font-style:italic;
	font-size:smaller;
}

.Invalid
{
	color:#ff0000;
	font-weight:bold;
}

input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}


label.error
{
    margin:5px 0px 5px 0px;
    display:block;
    clear:both;
    font-size:10pt;
    font-weight:bold;
    color:white;
    background-color:#ff3333;
    border:2px solid #800000;
    padding:3px;
}

label.error a
{
    color:#ffff99;
}

input.required, textarea.required {
	border: 1px solid #00A8E6;
}

input.validation-failed, textarea.validation-failed, select.validation-failed, fieldset.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
	background-color: #ffff00;
}

legend
{
	color:#000080;
	font-weight:bold;
	font-size:larger;
}

.header
{
	clear:both;
	width:100%;
	height:75px;
	background-color:#ffffff;
}

#smallnav
{
	text-align:right;
	width:99%;
	z-index:3;
	vertical-align:bottom;
	font-size:smaller;
}

/* #getcaImage
{
	position:relative;
	width:100%;
	z-index:1;
	text-align:center;
	vertical-align:middle;
}*/

#getcaImage
{
	float:left;
	margin-left:10px;
}

#getcaTopNav
{
	padding-right:10px;
	float:right;
	font-weight:bold;
	vertical-align:bottom;
	position:relative;
	top:50px;
}

.separatorBar, .separatorBar A
{
	background-color:#000080;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}



.sidepanel
{
	padding-left:5px;
	height:auto;
}


.underneath
{
	background-color:#eeeeee;
	width:100%;
	overflow:auto;
	height:auto;
}
	
.maincontent_nobackground
{
	top:0px;
	left:50%;
	font-size:small;
	/* min-height:350px; */
	width:600px;
	padding:10px;
	background-color:#ffffff;
	border-left:dashed 2px #000080;
	border-right: dashed 2px #000080;
	height:auto;
}


.tab
{
	font-size:larger;
	font-weight:bold;
	color:#FFFFFF;
	text-align:left;
	width:100%;	
	/*width:105px;*/
	/*width:150px;*/
}

.tab img, .tabhighlighted img
{
	vertical-align:middle;
	padding-right:10px;
	height:32px;
	width:32px;
    float: left;
}


.tabhighlighted, .tabhighlighted a
{
	text-decoration:none;
	color:White;
}

.tab a, .tab a:visited
{
	text-decoration:none;
	color:#000080;	
}

.tab a:hover
{
	color:#FFFF00;
}

/* Repeated due to NiftyCube's rendering */
.tabhighlighted
{
	font-size:larger;
	font-weight:bold;
	text-align:left;
	padding:5px;
	background-color:#000080;
}

.main
{
	position:relative;
	font-size:small;
	margin-left:16%;
	width:65%; 
	/*width:84%;*/
	border:solid 5px #339933;
}

.maincontent
{
	background-color:#ffffff;
	border-left:solid 2px #000080;
	border-right:solid 2px #000080;
	vertical-align:top;
	padding-left:30px;
	padding-right:30px;
	background-repeat:no-repeat;
	background-position:center;
}


.username
{
	font-size:smallest;
}

.tooltip
{
/*	position:absolute;
	margin-left:60%; */
	margin: 0px;
	padding:5px;
	background-color:#3399ff;
	color:#FFFFFF;
	font-size:small;
	font-weight:bold;
	border:solid 2px black;	
}

/*
.subheader, .subfooter
{
	height:5px;
	background-color:#339933;
}
*/

.sortcol {
	cursor: pointer;
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: right;
}

.sortasc {
	background-color: #DDFFAC;
	background-image: url("../Content/images/up.gif");
}
.sortdesc {
	background-color: #B9DDFF;
	background-image: url("../Content/images/down.gif");
}

.nosort {
	cursor: default;
}

table.sortable td, table.sortable th {
	padding: 0.5em;
	border: 1px solid #CCC;
	padding-right:15px;	
}

table.sortable thead, table.sortable tfoot {
	background-color: #DDD;
}

table.sortable tr.rowodd {
	background-color: #FFF;
}

table.sortable tr.roweven {
	background-color: #F2F2F2;
}

table.sortable
{
	border-collapse:collapse;
	font-size:smaller;
}

.highlightforedit
{
    border: 2px dashed grey;
    background-color:#ffff99;
}

/* Div autocomplete styles */
 div.autocomplete {
      position:absolute;
      width:250px;
      background-color:white;
      border:1px solid #888;
      margin:0px;
      padding:0px;
    }
    div.autocomplete ul {
      list-style-type:none;
      margin:0px;
      padding:0px;
    }
    
    div.autocomplete ul li.selected { background-color: #ffb;}
    div.autocomplete ul li {
      list-style-type:none;
      display:block;
      margin:0;
      padding:2px;
      height:32px;
      cursor:pointer;
    }

