/* ************** Elements ******************** */



h1 {
	margin:0;
	padding:0;
	margin-bottom:20px;
	font-size:100%;
	font-weight:bold;
	line-height:1em;
	margin-top:15px;
}
h2 {
	margin:0;
	padding:0;
	margin-bottom:5px;
	font-size:1.3em;
	font-weight:bold;
	line-height:1em;
}

h3 {
	margin:0;
	padding:0;
	font-size:1.1em;
	font-weight:bold;
	font-style:italic;
	margin-bottom:10px;
}

img, a img {
	border:none;
	margin:0;
	padding:0;
}

hr {
	background:none;
	border:none;
	width:100%;
	height:1px;
	border-top:1px dotted #333;
	margin:15px 0 15px 0;
}

ul {
    line-height:1.7em;
}

ul.none {
	margin:0;
	padding:0;
	list-style:none;
}

fieldset
{
    padding: 0.7em;
    margin-top:3px;
    overflow:hidden;
    border-width:thin;
}

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

label
{
    color:#4d4d4d;
    font-size:0.81em;
    display:inline-block;
}

/* ********************* Other ********************* */


.imagelink24
{
    vertical-align: text-bottom !important;
    padding-right: 24px !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    border: 0px;
    cursor:pointer;
    font-weight: bold;
}

.imagelink16
{
    vertical-align: text-bottom !important;
    padding-right: 16px !important;
    padding-top: 1px !important;
    padding-bottom: 1px !important;
    border: 0px;
    cursor:pointer;
    font-weight: bold;
}

.alignedRight{text-align:right;}
.floatright {float:right;}
.floatleft {float:left;}
.floatrightmargin {float:right;margin:5px 0 10px 15px;}
.floatleftmargin {	float:left;margin:5px 15px 10px 0;}
.smaller{font-size:smaller !important;}
.block{display:block;}
.padded{padding:30px;}
.clear {clear:both;}
.alignedTop{vertical-align:top}
.textCenter{text-align:center;}


.error
{
    font-size:13px;
    color:#C1272D;
}

span[errormessage]
{
    font-weight:bold;
    color:Red;
}

.formText
{
    font-size:13px;
    color:#4d4d4d;
}

.inputLabel
{
    width: 160px;
    font-size:.81em;
    color:#4d4d4d;
}

.tableRowHover{cursor:pointer;}
.selectedRow{}


 /* ****************** ID ********************** */


#wrapper {
	width:960px;
	height:auto;
	margin:0 auto;
	padding:0;
	text-align:left;
	position:relative;
}

#mainBody
{
    position: relative;
    min-height: 400px;
    margin: 0;
    z-index: 100;
    background-color:#ffffff;
}

.GeneralBody
{
    margin-left: 70px;
    position: relative;
    max-width: 800px;   
}

.RegisterBody
{
    left: 180px;
    position: relative; 
    max-width: 700px;
}

.OneTimePaymentBody
{
    position:relative;
    left: 75px;
    max-width: 800px;
}

.LoggedInPaymentBody
{
    position:relative;
    margin-left: 10px !important;
    width: 950px;
}

.header 
{
    color:#003466;
    margin: 0;
    font-size: 1.2em;
    line-height: 1.5em;
    background:url(images/header_bg.png) no-repeat top left;
    max-height:109px;
    min-height:84px;
    max-width:960px;
    padding-top:25px;
    padding-left:30px;
}

.footer 
{
	color:#999;
	background:url(images/bottomcorners.png) no-repeat top left;
	height:65px;
	padding:0;
	margin:0;
	font-size:1.1em;
	text-align:center;
}

.footer a {
	text-decoration:underline;
	color:#0a57a5;
	margin:0 2px 0 2px;
}

.footer a:hover {
	color:#0a57a5;	
	text-decoration:none;
}

.subhead
{
    font-size:1.06em;
    font-weight:bold;
    color: #003366;
    border-bottom:1px solid #999999;
}

#content
{
    padding: 0px 0px 0px 30px;
    position: relative;
    float: left;
    width: 520px;
    height: auto;
}

input[type="text"],input[type="password"],.g-border,select,textarea 
{
    -moz-border-radius: 5px; /* Firefox */ 
	-webkit-border-radius: 5px; /* Safari, Chrome */ 
	-khtml-border-radius: 5px; /* KHTML */ 
	border-radius: 5px; /* CSS3 */
	border: 1px solid #4d4d4d;
	height:24px;
	width:180px;
}

input[type="text"],input[type="password"],textrea {
	padding-left: 3px;
}

.form-input-large
{width:100% !important;
    height:32px !important;
}

.input-field-container{
	padding-top: 4px;
	padding-bottom: 4px;	
}	

/**************
 * Button Format
 **************/
input[type="button"],input[type="submit"] {
	color: #003366;
	font-size: .94em;
	font-weight: bold;
	border: none;
}

ul {
  display: block;
  list-style-position: outside;
  margin-bottom: 10px;
}

li {
  margin-bottom: 3px;
}



/**************
* Anchor styles
**************/
a {
  outline: 0;
  text-decoration: none;
  font-size:13px;
  color:#003366;
}

a:hover {
  text-decoration: none;
}

#base-body {

}

#page-container-top {
  margin-left: auto;
  margin-right: auto;
  min-height: 20em;
  padding-top: 1em;
  width: 960px;
}

/**************
 * Header Format
 **************/
.link-seperator {
  padding-left: 5px;
  padding-right: 5px;
}

#header-logo {
  float: left;
  min-height: 78px;
  min-width: 277px;
}

#header-links {
  float: left;
  font-size: 12px;
  width: 468px;
}

#header-links span {
  margin: 0 0.25em 0 0.25em;
}

#header-links,#header-top-links,#header-side-links {
  padding-top: 15px;
}

ul#topnav {
    float: left;
    font-size: 1.1em;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    width: 100%;
}

ul#topnav li {
    float: left;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    position: relative;
    z-index: 500;
}

#header-top-links {
	float: left;
  	font-size: 12px;
}

#header-side-links {
  	float: right;
  	font-size: 12px;
  	padding-right: 31px;
}

/**************
 * Page Format
 **************/
#page-content {
  	background-color: white;
  	padding-top: 8px;
  	float: left;
  	width: 960px;
}

#page-footer {
  	float: none;
  	margin-left: auto;
  	margin-right: auto;
  	min-height: 8em;
  	width: 960px;
}

#page-header {
	background-image: url('../images/header-bg.png');
	float: left;
	max-height: 78px;
	padding-bottom: 3px;
	padding-left: 24px;
	padding-right: 0;
	padding-top: 12px;
	width: 936px;
}

.pageHeaderBar{
	background-image: url('../images/headerbar_gradient.png');
	float: left;
	max-height: 60px;
	padding-bottom: 4px;
	padding-top: 4px;
	width: 960px;
}

.pageHeaderBar p{
	color: white;
	font-size: 1.25em;
	font-weight: bold;
	text-align: center;
}

.form-header h1 {
	color: #003366;
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 8px;
}

.form-header-message p {
	color: #4d4d4d;;
	font-size: .81em;
	padding-top: 8px;
	padding-bottom: 16px;
	border-top: 1px solid gray;
}


.defaultText { 
	/* color: #999999; */
	color: #4d4d4d;
}

.defaultTextActive { 
	color: #4d4d4d; 
	/*color: #999999; */
}

.alertMessage{
	margin-top: 8px;
	padding: 8px;	
}

.alertMessage p{
	font-size: .81em;
	
}

.errorIcon{
	background-image: url('../images/error_exclaimation_icon.png');
	background-repeat: no-repeat;
	overflow-x: hidden;
    overflow-y: hidden;
	float: left;
    height: 16px;
    padding-right: 5px;
    width: 16px;
}	

.errorMessage {
	color: #C1272D; 
	font-size: .81em;	
}

.fieldError {
	background-color: #FFFFCC;
	color: #C1272D;
}	

.formErrorContainer{
	padding-left: 25%;
		
}

.loginAlertMessage{
	margin-bottom: 8px;
	margin-left: 24%;
	margin-right: 20%;
	padding-bottom: 8px;
}		

#loginAlertMessageContainer{
	
}	

.leftSideNavigation{
	width: 25%;
	float: left;	
}

.rightSideNavigation{
	width: 25%;
	float: right;	
}	

.sectionHeader{
	background-image: url("../images/accordianbar_gradient.png");
	background-repeat: repeat-x;
	font-size: 1em;
	color:white;
	height: 30px;
	
}		

.sectionHeaderName{
	float:left;
	padding-top: 4px;
	padding-left: 16px;
}

.sectionHeaderFunction
{
    clear:both;
	float:right;
	padding-top: 4px;
	padding-right: 16px;
	cursor: pointer;
}	

.sectionDisplayEntry{
	padding-top: 16px;
	padding-left: 16px;
	padding-bottom: 24px;	
}

.sectionFormEntry{
	padding-top: 16px;
	padding-left: 16px;
	padding-bottom: 48px;	
}

.formDisplayField{
	display: inline-block;
}

.formDisplayLabel{
	width: 30%;	
}


