﻿html, body {
    height: 100%;
}

body {
    margin: 0;
    background-color: #fff;
    font-size: 0.8em;
    font-family: "Arial", "Helvetica", sans-seif;
}

#mainTable {
    background-color: #eee;
    border: 1px solid #ccc;
    width: 650px;
    margin: auto;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 1em;
}

form { /* Needed for sticky footers */
    height: 100%;
}

a img {
    border: 0;
}

a {
    color: #37f;
}

#tMenu {
    background: #252525 url(/images/headerborder.jpg) 100% 100% no-repeat;
}

#titleBar, #tLogoText {
    padding-left: 100px;
    padding-right: 50px;
}

.menuBarItem {
    margin-right: 50px;
    padding-right: -50px;
    margin-bottom: 30px;
    text-align: center;
    color: #e7e7e7;
    min-height: 70px;
}

#tMenu a {
    color: #55BBFF;
}

#tLogo {
    position: absolute;
    left: 0;
    top: 0;
}

#tLogoText {
    background-color: #000;
    margin-bottom: 5px;
    border-bottom: 1px solid #B4B4B4;
}

#bodyContainer {
    margin: 2em 1.5em 0em 1.5em;
}

/*This lets the AJAX Control Toolkit calendar show above WebGrids*/
.ajax__calendar_container {
    z-index : 1004 ;
}

/* For password validator */
.summary {
    background: #f4f7f9;
    border: 1px solid #d2e0eb;
    margin-bottom: 0.5em;
    padding: 1em;
}

.error {
    background: #f9f4f4;
    border: 1px solid #ebd2d2;
    margin-bottom: 0.5em;
    padding: 1em;
}

/* Buttons */
input[type="submit"], input[type="reset"], input[type="button"], button {
    border: 1px solid #aaa;
    background-color: #f3f3f3;
    margin-right: 0.25em;
    margin-left: 0.25em;
    cursor: pointer;
}

input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, button:hover {
    background-color: #e3e3e3;
}

.right {
    float: right;
}

.center {
    text-align: center;
}

.left {
    float: left;
}

.clear {
    clear: both;
}

#footer {
    position: absolute;
    bottom: 0 !important;
    bottom: -1px; /* For Certain IE widths */
    font-size: 0.85em;
    color: #666;
    width: 100%;
    padding-top: 2px;
    text-align: center;
    height: 18px;
    left: 0;
}

#content {
    padding-bottom: 28px; /* Slightly taller than the footer height */
}

#page {
    margin: 0 auto;
    text-align: left;
    position: relative;
    min-height: 100%; /* For Modern Browsers */
    height: auto !important; /* For Modern Browsers */
    height: 100%; /* For IE */
}

h1, h2, h3, h4 
{
    padding: 0;
    margin: 0;
}

h1 {
    font-size: 1.4em;
}

h2 {
    font-size: 1.3em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

hr {
    color: #fefefe;
    background-color: #fefefe;
    border: 0;
    margin: 0;
    padding: 0;
    line-height: 0;
    margin-bottom: 0.5em;
    border-bottom: dotted 1px #ccc;
}

#certPreview {
    width: 513px;
    height: 321px;
}

#imagePreview {
    width: auto;
    height: auto;
    text-align: center;
}
        
.light {
    color: #aaa;
    font-style: italic;
}

.disclaimer {
    font-size: 0.8em;
    color: #333;
}

.modal .disclaimer {
    color: #aaa;
}

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
/* don't change the the comments above the backslash (holly hack) is what makes this work everywhere! */

.inlineBlockList li.inlineBlock {
    /*These are not customizable:*/
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    
    /*These are customizable:*/
    border: 1px solid #222;
    margin: 5px;
    width: 200px;
    min-height: 180px;
    _height: 180px;
    padding: 0.4em;
}