﻿body
{
    background-color:White;
    font-size: 11px;
    color: black;
    font-family: Arial;
}

.Copyright
{
    font-size: 11px;
    color: #000000;
    font-family: Arial;
    text-align: center;
    vertical-align: middle;
}


.FeedbackDropDown 
{
    font-size: 8pt;
    font-family:Arial;
    color: Black;
    height: 20px;
    width: 80px;
    border: 1;
}

.MultiLineTextBoxlarge 
{
    font-size: 8pt;
    font-family:Arial;
    color: Black;
    height: 48px;
    width: 95%;
    border: 1;
}


.ErrorMessage
{
    font-size: 11px;
    color: #5D7B9D;
    font-family: Arial;
    text-align: right;
}

.ValidationControl
{
    font-size: 11px;
    color: #5D7B9D;
    font-family: Arial;
    text-align: left;
    vertical-align:top;
}

.SmallBoldText
{
    font-size: 11px;
    color: black;
    font-family: Arial;
    text-align: right;
    font-weight: bold;
}

.Header
{
    font-weight: bold;
    font-size: 12px;
    color: #5D7B9D;
    font-family: Arial;
}


.Searchtextbox
{
   
    border-right: #8E8E8E 1px outset;
    border-top: #8E8E8E 1px outset;
    font-size: 11px;
    border-left: #8E8E8E 1px outset;
    color: black;
    border-bottom: #8E8E8E 1px outset;
    font-family: Arial;
    width: 90px;

}

.LoginBox
{
    border-right: #8E8E8E 1px outset;
    border-top: #8E8E8E 1px outset;
    font-size: 11px;
    border-left: #8E8E8E 1px outset;
    color: black;
    border-bottom: #8E8E8E 1px outset;
    font-family: Arial;
    width: 70px;
}

.Smalltextbox
{
    border-right: #8E8E8E 1px outset;
    border-top: #8E8E8E 1px outset;
    font-size: 11px;
    border-left: #8E8E8E 1px outset;
    color: black;
    border-bottom: #8E8E8E 1px outset;
    font-family: Arial;
    width: 90px;
}

.Largetextbox
{
    border-right: #8E8E8E 1px outset;
    border-top: #8E8E8E 1px outset;
    font-size: 11px;
    border-left: #8E8E8E 1px outset;
    color: black;
    border-bottom: #8E8E8E 1px outset;
    font-family: Arial;
    width: 180px;
}

.uploadbox
{
    border-right: #8E8E8E 1px outset;
    border-top: #8E8E8E 1px outset;
    font-size: 11px;
    border-left: #8E8E8E 1px outset;
    color: black;
    border-bottom: #8E8E8E 1px outset;
    font-family: Arial;
    width: 600px;
}



.Button
{
    border-right: #8E8E8E 1px outset;
    border-top: #8E8E8E 1px outset;
    font-size: 11px;
    border-left: #8E8E8E 1px outset;
    color: black;
    border-bottom: #8E8E8E 1px outset;
    font-family: Arial;
    width: 60px;
}

.LinkButton
{
    font-size: 11px;
    color: #206A11;
    font-family: Arial;  
}


.groovybutton
{
   font-size:11px;
   font-family:Arial;
   color:#5D7B9D;
   background-color:#FFFFFF;
   border-top-style:none;
   border-bottom-style:none;
   border-left-style:none;
   border-right-style:none;
   cursor:hand;
}

.GreyText
{
    font-size: 12px;
    color: #8E8E8E;
    font-family: Arial;
    text-align: right;
}

.WelcomeText
{
    font-size: 12px;
    color: #FFFFFF;
    font-family: Arial;
    text-align: right;
    font-weight: bold;
    cursor: default;
}

.text
{
    font-size: 11px;
    color: #000000;
    font-family: Arial;
    text-align: left;
   
}

.Bluetext
{
    font-size: 11px;
    color: #5D7B9D;
    font-family: Arial;
    text-align: left;
   
}

.Boldtext
{
    font-size: 11px;
    color: #000000;
    font-family: Arial;
    text-align: left;
    font-weight: bold;
   
}

.OffWhiteHeader
{
    font-weight: bold;
    color: #f5f5dc;
    font-family: Arial;
    font-size: 12px;
}

.CloseButton
{
    font-size: 11px;
    color: #ffffff;
    font-family: Arial;
    TEXT-DECORATION: none;
    font-weight: bold;
     
}

A.MoreLink:link
{
    font-size: 11px;
    color: #5D7B9D;
    font-family: Arial;
      TEXT-DECORATION: none;
}
A.MoreLink:visited {
 font-size: 11px;
    color: #5D7B9D;
    font-family: Arial;
      TEXT-DECORATION: none;
}
A.MoreLink:active {
 font-size: 11px;
    color: #5D7B9D;
    font-family: Arial;
    TEXT-DECORATION: none;
}
A.MoreLink:hover
{
    font-size: 11px;
    color: #5D7B9D;
    font-family: Arial;
    text-decoration: underline;
}

A.LeftNavigation:link
{
    font-size: 12px;
    color: #5D7B9D;
    font-family: Arial;
    TEXT-DECORATION: none;
    font-weight: bold;
}
A.LeftNavigation:visited {
    font-size: 12px;
    color: #5D7B9D;
    font-family: Arial;
    text-decoration : none;
    font-weight: bold;
}
A.LeftNavigation:active {
    font-size: 12px;
    color: #5D7B9D;
    font-family: Arial;
    TEXT-DECORATION: none;
    font-weight: bold;
}
A.LeftNavigation:hover
{
    font-size: 12px;
    color: #5D7B9D;
    font-family: Arial;
    text-decoration: underline;
    font-weight: bold;
}



A.LogoutButton:link
{
    font-size: 11px;
    color: #ffffff;
    font-family: Arial;
      TEXT-DECORATION: none;
}
A.LogoutButton:visited {
 font-size: 11px;
    color: #ffffff;
    font-family: Arial;
      TEXT-DECORATION: none;
}
A.LogoutButton:active {
 font-size: 11px;
    color: #ffffff;
    font-family: Arial;
    TEXT-DECORATION: none;
}
A.LogoutButton:hover
{
    font-size: 11px;
    color: #ffffff;
    font-family: Arial;
    text-decoration: underline;
}


.flyOutDiv
{
     display: none;
     position: absolute;
     width: 500px;
     z-index: 0;
     opacity: 0;
     filter:(progid:DXImageTransform.Microsoft.Alpha(opacity=0));
     font-size: 11px;
     border: solid 1px #CCCCCC;
     background-color: #FFFFFF;
     padding: 5px;
     color: Black;
}

.flyOutDivCloseX
{
 background-color: #666666;
 color: #FFFFFF;
 text-align: center;
 font-weight: bold;
 text-decoration: none;
 border: outset thin #FFFFFF;
 padding: 5px; 
 
} 


A.launchWebLink:link
{
    font-size: 11px;
    color: Blue;
    font-family: Arial;
       text-decoration: underline;
cursor:hand;
}
A.launchWebLink:visited {
 font-size: 11px;
    color: Blue;
    font-family: Arial;
       text-decoration: underline;
cursor:hand;
}
A.launchWebLink:active {
 font-size: 11px;
    color: Blue;
    font-family: Arial;
       text-decoration: underline;
cursor:hand;
}
A.launchWebLink:hover
{
    font-size: 11px;
    color: Blue;
    font-family: Arial;
    text-decoration: underline;
cursor:pointer;
}