﻿html {
	height: 100%;
}
body {
    margin:0px;
    padding:0px;
    border:0px;
    background-color:#E4E4E4;
    height:100%;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:9pt;
    font-style: normal;
}
b{color:#105BAC;}
a:link, a:visited{color:#105BAC;text-decoration:none;}
a:hover {text-decoration:underline;}
#contentWrapper {
    width:1050px;
    margin:auto;
    background-color:White;
    height:100%;
}
#content { 
    overflow:auto; 
    width: 100%;
} 
#left, #right {      
    height:50px;
    background: white; 
}
#left { 
    float:left;
    width:20%;
    background-color:#B7B7FF;
    text-align:center; 
}
#right { 
    float:right;
    width:80%;
    background-color:#99CCFF;
    text-align:center; 
} 
.height5 {
    height:5px;
}
.height10 {
    height:10px;
}
.height20 {
    height:20px;
}
.height30 {
    height:30px;
}
.height40 {
    height:40px;
}       
.height50 {
    height:50px;
}
.clear {
    clear:both;
}
/* CSS for Modal Popup */
.modalBackground {   
    background-color: Gray;   
    filter: alpha(opacity=75);   
    opacity: 0.75;   
}   
.modalBox {   
    background-color : #ffffff;   
    border-width: 1px;   
    border-style: solid;   
    border-color: Black;   
    padding: 3px;            
    padding:15px;
}   
.PromptCSS {
    color:#105bac;
    font-size:large;
    font-style:italic;
    font-weight:bold;
    background-color:#ffffff;
    height:25px;
}
.required {
    color:Red;
    font-weight:bold;
}
.SessionTimer {
     position:absolute;
     left:40%;
     top:50%; 
     background-color:#FF0000; 
     border-style: solid;
     padding:20px;
     font-weight:bold;
}