﻿html, body {   
   font-family: "Palatino Linotype", Palatino, "Times New Roman", Serif; 
   font-size: 13px;     
}

body {
   text-align: center;
}

img {
   border: none;
} 
h1, h2, h3, h4, h5, h6, p {    
   margin: 0;
   padding: 0;
}
h1 {
   font-size: 250%;   
}
h2 {
   font-size: 225%;
}
h3 {
   font-size: 200%;
}
h4{
   font-size: 175%;
}
h5 {
   font-size: 150%;
}
h6 {
   font-size: 125%;
}

p + p {
   margin-top: 0.5em;
}

#Entrance {
   margin-top: 350px;   
   font-size: 36px;
   font-weight: bold;
   text-align: center;
}

a {
   color: Black;
}

#topContent, #mainContent, #footerContent, #signInContent {
   margin-left: auto;
   margin-right: auto;
   width: 50em;
   width: 800px;  
   text-align: left; 
}

#signInContent {
   width: 325px;
}

#mainContent {
   clear: both;
   min-height: 350px; 
   padding: 1.5em 1.5em 1em 2em;
}

#mainContent .heading, #signInContent .heading {
   font-weight: bold;
   font-size: 105%;
   color: #0C71B9;
}

#footerContent .copyright {
   color: #999999;
   font-family: "Palatino Linotype", Palatino, serif;
   font-size: 11px;
}

area, button, input, textarea {
   font-family: Verdana, Arial, Helvetica, sans-serif; /*font-size: 75%;*/   
}         

input, textarea, select {
   color: #352D27; /*border: 1px solid #352D27;*/
   padding-left: 2px;
} 

input {
   background-color: #fefefe;   
   color: #352D27;
   padding-left: 2px;
}    
input.standard {
   background-color: #E7E7E7; /*#352D27*/
   border: 1px solid #CCCCCC;
   color: #000000;
   font-size: 0.8em;
}    

.w100per {
   border: 1px solid #000000;
   width: 98%;
}

.w75 {
   border: 1px solid #000000;
   width: 75px;
}

.w150 {
   border: 1px solid #000000;
   width: 150px;
}

#Results, #ctl00_MainContent_Results {
   color: red;
}

.UserLabel {
   float: right;
   display: inline;
   text-align: right;
}

#OtherPanel {
   text-align: right;
}

.MultiColumns {
   text-align: left;
   margin: 0 0 0 16px;
   width: auto;   
}

.MultiColumns ul, .MultiColumns li {
   margin: 0;
   padding: 0;
}

.MultiColumns li {
   margin: 0 16px 0 16px;
}

.LeftCol {
   float: left;
}

.RightCol {
   float: right;
}

.ClearFloats {
   clear: both;
}

.GridView {
   width: 800px;
   background-color: #666666;
   color: #fefefe;
}

.GridView td, .GridView td * {
   white-space: pre-line;
	width: 50px;
}

.ReportTable {
   width: 800px;
}
