﻿body
{
    margin: 0;
    font-family: Verdana;
    font-size: 14px;
    color: #666666;
}

body a:link, body a:active, body a:hover, body a:visited
{
    color: #0094ce;
}

.LinkText, .LinkText a, .LinkText a:active, .LinkText a:hover, .LinkText a:link, .LinkText a:visited
{
    margin: 0;
    font-family: Verdana;
    font-size: 14px;
    color: #0094ce;
    text-decoration: underline;
    cursor: pointer;
}

body a:link, body a:active, body a:hover, body a:visited
{
    color: #0094ce;
}

body h1
{
 font-family: Verdana;
 font-size: 24px;
 color: #6d6e71;
 margin: 0;  
}

body h2
{
 font-family: Verdana;
 font-size: 18px;
 color: #0094ce;
 margin: 0;  
}

body h3
{
 font-family: Verdana;
 font-size: 16px;
 color: #6d6e71;
 margin: 0;  
}

#timelabel
{
    color: #0094ce;
}

.blue
{
    color: #0094ce;
}

#headerBar
{
    width: 100%;
    height: 108px;
    border-bottom: 1px solid #d6d6d6;
    background-color: #FFF;
    -webkit-box-shadow: #d4d4d4 0px 3px 10px;
    -moz-box-shadow: #d4d4d4 0px 3px 10px;
    box-shadow: #d4d4d4 0px 3px 10px;
    behavior: url('scripts/PIE/PIE.htc');
}

#headerContainer
{
    width: 1020px;
    padding: 0px 10px 0px 10px;
    margin: 0 auto;
    height: 108px;
}

#oasLogo
{
    width: 170px;
    height: 63px;
    margin: 20px 0px 0px 0px;
    padding-left: 15px;
    float: left;
}

#headerNavTop
{
    float: left;
    width: 790px;
    height: 37px;
    margin-left: 25px;
    text-align: right;
    padding-top: 17px;
}

#headerNavBottom
{
    float: left;
    width: 790px;
    height: 54px;
    margin-left: 25px;
}

#container
{
    width: 1020px;
    margin: 0 auto;
    padding: 0px 10px 0px 10px;
  
}

#sideBox
{  
    padding: 15px 0px 20px 0px;
    width: 190px;
    border: 1px solid #d6d6d6;
    float: left;
    background-color: #FFFFFF;
    margin-top: 15px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: #d4d4d4 0px 3px 10px;
    -moz-box-shadow: #d4d4d4 0px 3px 10px;
    box-shadow: #d4d4d4 0px 3px 10px;
    behavior: url('scripts/PIE/PIE.htc');
}

#middleBox
{
    width: 760px;
    min-height:490px;
    height:auto !important;
    height:490px;
    float: left;
    background-color: #FFFFFF;
	border: 1px solid #d6d6d6;
    margin-top: 15px;
    margin-left: 15px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: #d4d4d4 0px 3px 10px;
    -moz-box-shadow: #d4d4d4 0px 3px 10px;
    box-shadow: #d4d4d4 0px 3px 10px;
    behavior: url('scripts/PIE/PIE.htc');
    position: relative;
    padding: 15px 20px 20px 20px;
}





.homeLogosFirst
{
    float: left;
    margin-top: 35px;
}

.homeLogos
{
    float: left;
    margin-left: 25px;
    margin-top: 35px;
}

#footerBar
{
    background-image: url('/images/footer-bg.gif');
    background-position: top;
    background-repeat: repeat-x;
    height: 65px;
    float: left;
    width: 100%;
    margin-top: 15px;
    font-size: 12px;
}

#footerContainer
{
    width: 1020px;
    padding: 10px 10px 0px 10px;
    margin: 0 auto;
    height: 65px;
}

#footerLogo
{
    float: left;
    width: 166px;
    height: 29px; 
    margin: 15px 0px 0px 0px;
    padding-left: 15px;
}

#footerCopy
{
    margin: 23px 0px 0px 100px;
    float: left; 
    width: 500px;
}

#social
{
    width: 115px;
    float: left;
    margin: 15px 0px 0px 100px; 
}

#loginBox
{
    width: 525px;
    height: 210px;
    border: 1px solid #d6d6d6;
    background-color: #FFFFFF;
    margin: 0 auto;
    margin-top: 100px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: #d4d4d4 0px 3px 10px;
    -moz-box-shadow: #d4d4d4 0px 3px 10px;
    box-shadow: #d4d4d4 0px 3px 10px;
    behavior: url('scripts/PIE/PIE.htc');
    position: relative;
}

#loginMessageBox
{
    width: 485px;
    height: 50px;
    border: 1px solid #d6d6d6;
    background-color: #FFFFFF;
    margin: 0 auto;
    margin-top: 15px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: #d4d4d4 0px 3px 10px;
    -moz-box-shadow: #d4d4d4 0px 3px 10px;
    box-shadow: #d4d4d4 0px 3px 10px;
    behavior: url('scripts/PIE/PIE.htc');
    position: relative;
    text-align: center;
    padding: 20px 20px 0px 20px;
}

.errorText
{
    color: #0094ce; 
    font-size: 12px; 
}

#loginBoxLeft
{
    width: 100px;
    float: left; 
    height: 170px;  
    margin: 40px 0px 0px 50px;
}

#loginBoxRight
{
    width: 375px;
    height: 210px;
    float: left;  
}

.button1
{
    width: 100px;
    height: 30px;
    font-family: Verdana;
    font-size: 12px;
    color: White;
    color: #0094ce   
}

#sidebarImage
{
    margin: 25px 0px 0px 50px;   
}

 table.radioWithProperWrap input
 {    
      float: left;
 }

 table.radioWithProperWrap label
 {    
      margin-left: 25px;
      display: block;
 }
 
 #KeyContainer
 {
    float: left;
    width: 70%;
    padding: 10px 10px 10px 50px;
    margin-top: 25px;
 }
 
 .QuestionNoContainer
 {
     float: left;
     width: 100%;
 }
 
 
 .AnsweredKey
 {
    width: 10px;
    height: 10px;
    background-color: #0094ce;
    margin: 8px 3px 0px 0px;
    float: left;
 }
 
.NotAnsweredKey
 {
    width: 10px;
    height: 10px;
    background-color: #6d6e71;
    margin: 18px 3px 0px 0px;
    float: left;
 }
 

.NotAnsweredKeyText
 {
    font-size: 11px;
    margin-top: 15px;
    color: #6d6e71;
    float: left;
 }

 .NotAnsweredQuestionText, .NotAnsweredQuestionText a:link, .NotAnsweredQuestionText a:active, .NotAnsweredQuestionText a:visited, .NotAnsweredQuestionText a:hover
 {
    color: #6d6e71;
    float: left;
    margin: 0px 10px 10px 0px;
    font-weight: bold;
    text-decoration: none;
 }
 
.AnsweredQuestionText, .AnsweredQuestionText a:active, .AnsweredQuestionText a:visited, .AnsweredQuestionText a:hover, .AnsweredQuestionText a:link
 {
    color: #0094ce;
    float: left;
    margin: 0px 10px 10px 0px;
    text-decoration: none;
 }
 
.AnsweredKeyText
 {
    font-size: 11px;
    color: #0094ce;
    float: left;
    margin-top: 5px;
 }
 
 .FlaggedKeyText
 {
    font-size: 11px;
    color: red;
    float: left;
    margin-top: 5px;
 }
 
  .FlaggedAnswerKey
 {
    width: 10px;
    height: 10px;
    background-color: Red;
    margin: 8px 3px 0px 0px;
    float: left;
 }
 
.QuestionNoButtonUnAnswered
 {
     float: left;
     margin: 2px 5px 0px 0px;
     width: 20px;
     height: 20px;
     border: none;
 }

.QuestionNoButtonUnAnswered
 {
     float: left;
     margin: 2px 5px 0px 0px;
     width: 20px;
     height: 20px;
     border: none;
 }
 
.ImagePopupBox
{
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: #d4d4d4 0px 3px 10px;
    -moz-box-shadow: #d4d4d4 0px 3px 10px;
    box-shadow: #d4d4d4 0px 3px 10px;
    behavior: url('scripts/PIE/PIE.htc');
    background-color: #FFF;
    padding: 25px 25px 25px 25px;
    border: 1px solid #d6d6d6;
    z-index: 999;
}
