SELECT, LISTBOX
{
    font-family: Tahoma, Verdana;
    font-size: 10pt;
    margin-left: 0px;
}

INPUT, TEXTAREA
{
    font-family: Tahoma, Verdana;
    font-size: 10pt;
    font-weight: normal;
    text-align: left;
    margin-left: 0px;
}

input[type="submit"]
{
    font-family: Tahoma, Verdana;
    font-size: 9pt;
    font-weight: bold;
    color: #3a4f6c;
    text-align: center;
}

RADIOBUTTONLIST
{
    font-family: Tahoma, Verdana;
    font-size: 11pt;
    font-weight: normal;
}

A
{
    color: #3A4F6C;
    text-decoration: underline;
}

A.nounderline
{
    color: #3A4F6C;
    text-decoration: none;
}

BODY
{
    margin: 0px;
    color: #3a4f6c;
    font-family: Tahoma, Verdana, Arial;
    font-size: 10pt;
    background-color: #cccccc;
}

IMG
{
    border-right: 0px;
    border-top: 0px;
    border-left: 0px;
    border-bottom: 0px;
}

HR
{
    margin-bottom: 1em;
}

#progressBackgroundFilter
{
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #000;
    z-index: 1000;
}

#processMessage
{
    position: fixed;
    top: 30%;
    left: 43%;
    padding: 10px;
    width: 14%;
    z-index: 1001;
    background-color: #fff;
    border: solid 1px #000;
}

#reg
{
    width: 614px;
    height: 350px;
    background: url(/images/registration.png);
}

#reg .left
{
    width: 180px;
    height: 120px;
    border: solid 1 px red;
    float: left;
    margin: 30px 0 15px 105px;
}


#reg .right
{
    width: 180px;
    height: 120px;
    border: solid 1 px red;
    float: right;
    margin: 30px 20px 15px 0;
}

#reg p
{
    font-family: Arial;
    font-size: 12px;
    line-height: 15px;
    text-align: left;
}

#reg h1
{
    font-family: Arial;
    font-size: 15px;
    line-height: 16px;
    font-weight: 400;
    margin-bottom: 8px;
    text-align: left;
}

#reg h1 a
{
    font-size: 15px;
    text-decoration: underline;
    color: #3a4f6c;
}


#reg a
{
    font-family: Arial;
    font-size: 12px;
    line-height: 15px;
    color: #206ab4;
    text-decoration: underline;
}

#reg a:hover
{
    color: #053e79;
}

#reg img
{
    vertical-align: middle;
    border: 0;
}


.BUTTON
{
    font-family: Tahoma, Verdana;
    font-size: 9pt;
    font-weight: bold;
    text-align: center;
}

.bodyBackground
{
    /*background-color: #DDDDDD;*/
    margin: 0;
}
.shadowL, .shadowR
{
    display: block;
    float: left;
}
.shadowL
{
    background: url(/images/border_bg_left.jpg) left repeat-y;
}
.shadowR
{
    background: url(/images/border_bg_right.jpg) right repeat-y;
    padding: 0px 9px;
}

.box
{
    background-color: #FFFFFF;
}
.boxBody
{
    background-color: #ffffff;
}

.footer
{
    font-size: 9pt;
    font-family: Tahoma;
    color: #708090;
    text-decoration: none;
}
.formError
{    
    font-size: 9pt;
    color: red;
    font-family: Verdana, Arial;
}


.alignCenter
{
    margin: 0px auto;
    width: 900px;
}

.alignCenter500
{
    margin: 0px auto;
    width: 500px;
}

.alignCenter700
{
    margin: 0px auto;
    width: 700px;
}

.text-align-right
{
    text-align: right;
    padding-right: 1em;
    padding-left: 1em;
}

.logoBar
{
    padding-right: 8px;
    padding-left: 8px;
    background-color: #ffffff;
}
.memberBar
{
    padding-right: 8px;
    padding-left: 8px;
    background-color: #eef2f7;
}
.memberBar IMG
{
    vertical-align: middle;
}
.fontItem
{
    font-weight: bold;
    font-size: 8pt;
    color: #3a4f6c;
    font-family: Tahoma, Verdana, Arial;
}
.fontItem A
{
    color: #3a4f6c;
    text-decoration: none;
}
.fontMedium
{
    font-size: 9pt;
    color: #3a4f6c;
    font-family: Tahoma, Verdana, Arial;
}
.titleLarge
{
    font-weight: bold;
    font-size: 14pt;
    color: #006666;
    font-family: Tahoma, Verdana, Arial;
    display: block;
    padding-bottom: .5em;
}

.titleMedium
{
    font-weight: bold;
    font-size: 1.1em;
    font-family: Tahoma, Verdana, Arial;
    padding-bottom: .5em;
}


.formHeader
{
    background-color: #D3E4A6;
    font-size: 1.1em;
    text-align: center;
    margin-left: 0px;
    font-weight: 700;
}

.formHeaderWithPadding
{
    background-color: #D3E4A6;
    font-size: 1.1em;
    text-align: center;
    margin-left: 0px;
    font-weight: 700;
    padding-top: 10px; 
    padding-bottom: 10px;
}

.formHeaderNote
{
    background-color: #D3E4A6;
    font-size: 1.0em;
    text-align: center;
    margin-left: 0px;
    font-weight: 400;
}

.formHeaderSeperator
{
    background-color: #D3E4A6;
    height: 5px;
    border-bottom-style: None;
    background-image: url(/images/headerSeparator.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
}

.formBodyBackground
{
    background-color: #E5EECF;
}

.tableBorder
{
    border: 1px solid #D3E4A6;
}

.copyright
{
    font-size: 10px;
    font-weight: normal;
}

.message-success
{
    background: #B4EBAE;
    text-align: center;
    font-size: 1.1em;
    padding-left: 1em;
    padding-right: 1em;
}

.message-fail
{
    background: #F7CBCA;
    text-align: center;
    font-size: 1.1em;
    padding-left: 1em;
    padding-right: 1em;
}

.yellowAlert
{
    background-color: #FFFFCC;
}

.redAlert
{
    background-color: #FFCCCC;
}

.validationError
{
    color: Red;
}

.rollover
{
    cursor: help;
}

.annotation-item
{
    padding-right: 1em;
}

.annotation-item label
{
    padding-right: 1em;
}

 
.panel_with_padding
 {    
     padding-top:1px;
      padding-left:3px;
      padding-right:3px;
      padding-bottom:1px; 
      background-color:#F5F5F5;
      color:#646464;
      border-style:solid;
      border-width:1px;
      border-color:#969696;
 }

.codes select{font-size:11px; width:400px;}

.linkButtonSpaces
{
    margin: 10px 10px 10px 10px;
}

.LinkButton:hover
{
    background-color: #f3ffd3;    
    border: 1px solid #D3E4A6;
    font-weight:400;
    text-decoration:none;
}

.tableLabelColumns
{
    text-align:right;
    vertical-align:top;
    width:130px; 
    margin: 10px 10px 10px 10px;    
}

.CheckboxListMargin
{
    margin: 0px 5px 0px 5px;
}

.tableWithRoundedCorners
{    
    border-radius: 5px; 
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;    
    /* border: 1px solid #D7D6B0; */
    background-color:#E5EECF;   
    padding: 20px 10px 20px 10px;
}

.modalBackground {
	background-color:#F5F5F5;
	filter:alpha(opacity=70);
	opacity:0.5;
}

.modalPopup {
	background-color:#D3E4A6;
	border-width:1px;
	border-style:solid;
	border-color:#D3E4A6;
	padding-top:10px;
	width:650px;
	min-height:750px;
	height:auto;
}

.modalHeader
{
    background-color:#D3E4A6;
    font-size: 1.1em;
    text-align: center;
    margin-left: 0px;
    font-weight: 700;
}

.containerLeft
{
    float:left;
}

.containerRight
{
    float:right;
}

.clear
{
    clear:both;   
}

.blueHighlight
{
    background-color: #97DFE8;
}

.yellowHighlight
{
    background-color: #ffff00;
}

.colorBox
{
    width:20px;
    height:15px;
    border: 1px solid black;
}

.claim-view-note 
{
    max-height: 200px;
    overflow-y: auto;
    word-break: break-word;
    width: 500px;
    -ms-word-break: break-all;    
}

.char-box {
    border: 1px solid gray;
    padding: 0px 2px;
}
