﻿body
{
    background: Maroon url('/Content/images/background.png');
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: Maroon;
    text-align: center;
}

a:link
{
    color: #034af3;
    text-decoration: underline;
}
a:visited
{
    color: #505abc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 3em;
    padding-bottom: 10px;
    margin-bottom: 0;
    text-align: left;
    color: #991111;
    border-bottom: dotted silver 2px;
    float:left;
    width: 960px;
}

h2
{
    padding: 10px 0 10px 0;
    float: left;
    color: #991111;
    font-size: 2em;
    text-align:left;
    width:100%;    
    font-family: Times New Roman, Serif;
}

h3
{
    color: #991111;
    font-size: 1.5em;
    font-style:italic;
    font-weight:bold;
    margin-left: 100px;
    font-family: Times New Roman, Serif;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
}

#main
{
    padding: 30px 30px 15px 30px;
    background-color: #fff;
    margin-bottom: 0px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

#footer
{
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}



#title
{
    display:block;
    float:left;
    text-align:left;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.copyright 
{
    color:Orange;
    font-family:Times New Roman, Serif;
    font-size:1em;
}

div.cornerbox
{
    background-color: Maroon;
    margin: 5px;
    padding:5px;
    float:none;
    clear:both;
}

div.cornerboxsilver
{
    background-color: silver;
    margin: 5px;
    padding:10px;
    padding-top:20px;
    float:none;
    clear:both;
}

div.cornerboxlabel h2
{
    margin: 0px;
    padding:0px;
    color:White;
}

.outerbox 
{
    background-color:White;
    clear:both;
    float:none;
}



.hidden{display:none;}

#simplemodal-overlay {
	background-color:#000; 
	cursor:wait;
}



/* Container */
#simplemodal-container {
	/* height:800px;  */
	width:800px; 
	background-color:#fff; 
	border:3px solid #ccc;
}

#simplemodal-container a.modalCloseImg {
	background:url(/Content/Images/CloseLabel.gif) no-repeat; 
	width:66px; 
	height:22px; 
	display:inline; 
	z-index:3200; 
	position:absolute; 
	top:0px; 
	right:5px; 
	cursor:pointer;
}

#simplemodal-container #basicModalContent {
	padding:8px;
}

.imagepanel 
{
    margin-top:20px;
}

.verticalList  
{
    list-style: none;
    list-style-type: none;
    float: left;
    clear:both;
    width: 100%;
}

.verticalList li 
{
    padding:3px;
    
}

.verticalList label 
{
    width: 120px;
    margin-right: 5px;
    min-width: 120px;
    float: left;
    text-align:right;
    height: 9px;
}

.verticalList li input[type=checkbox]
{
    width:20px;
}

.verticalList li input[type=submit]
{
    width:120px;
}

.verticalList li input[type=text],  .verticalList li textarea
{
    width:400px;
}