﻿html, body 
{
    height: 100%;
}

body
{
    background-color: #fdfdfd;
	margin: 0;
	padding: 0;
	font-size:75%;
	line-height:1.33;
	color:#333;	
}

p, ul
{
    line-height: 1.6em;
}

img {
	border: 0px;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #534e78;
    font-weight: normal;
}

h1
{
	font-size: 2.0em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
	font-size: 1.8em;
    padding: 0;
}
h3
{
    font-size: 1.2em;
    padding-bottom: 2px;
    border-bottom: 1px solid #dfdfdf;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page, #header, #logo 
{
    margin: 0px;
    padding: 0px;
}
/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 100%;
	min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 0 -51px 0; 
}

#logo 
{
    margin-left: 20px;
}

#menucontainer
{
    padding-left: 10px; 
}

#main
{
    padding: 0px 30px 15px 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

#clearFooter 
{
    height: 50px;
    clear: both;
}

#footer
{
    position: relative;
	height: 50px;
	clear: both;
	width: 100%;
	bottom: 0;
	text-align: center;
	background-color: #fff;
	border-top: 1px solid #dfdfdf;
	font-size: .9em;
	color: #aaa;
}

#footer p 
{
    margin-top: 15px;
}

#footer a {
	text-decoration: none;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    float: left;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    margin-top: 5px;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li#greeting
{
    padding: 8px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
}

ul#menu li a:hover
{
    text-decoration: none;
}

ul#menu li a:active
{
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/
input[type="text"], input[type="password"], textarea, .defaultSelect 
{
	border: 1px solid #dfdfdf;
	margin: 0px;
	padding: 5px;
	background-color: #fafafa;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 14px;
    color:#555555;
}

input[type="text"]
{
    width: 300px;    
}

input[type="password"] 
{
    width: 200px;
}

textarea {
    overflow:auto;
}

input[type="text"]:hover, input[type="text"]:focus, input[type="text"]:active,
input[type="password"]:hover, input[type="password"]:focus, input[type="password"]:active,
textarea:hover, textarea:focus, textarea:active, .defaultSelect:hover, .defaultSelect:focus
{
	background-color: #ffffdf;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

/* Table Styles
----------------------------------------------------------*/
.defaultTable, .wideTable {
	width: 730px;
	margin: 5px 0 10px 0;
    border: solid 1px #c1c1c1;   
    border-collapse:collapse;	
	background-color: #fff;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;	
}

.wideTable {
	width: 97%;
}

.defaultTable td, .wideTable td, .endorsements td 
{
    padding: 5px;   
    border: solid 1px #c1c1c1;   
    color: #717171;
    line-height: 20px;
    vertical-align: top;
}

.defaultTable th, .wideTable th, .endorsements th
{
    padding: 5px 3px;   
    color: #333;
    text-shadow:0 1px 0 #fff;  
    background:#dfdfdf url(images/gray-grad.png) repeat-x scroll left top;   
    background-color: #dfdfdf;
    border-right: solid 1px #c1c1c1;
    font-size: 1.0em;
    text-align: left;  
}
	
.altRowStyle {background-color: #fafafa; }	

.pgr {background: #fff;}

.defaultTable .pgr table, .wideTable .pgr table {margin: 5px 0;}
.defaultTable .pgr td, .wideTable .pgr td 
{
    border: none;
    border-width: 0;   
    padding: 0 6px;   
    border-left: solid 1px #c1c1c1;   
    font-weight: bold;   
    color: #F47E2F;   
    line-height: 12px;    
}

.defaultTable .pgr a, .wideTable .pgr a{ color: #717171; text-decoration: none; }
.defaultTable .pgr a:hover, .wideTable .pgr a:hover { color: #F47E2F; text-decoration: none; }

tr.emptyData 
{
    font-weight: bold;
    line-height: 40px;
}

tr.emptyData td 
{
    padding-left: 20px;
    background-color: #fffcdf;   
}