/* 
Document   : public
Created on : Dec 16, 2007, 2:38:13 PM
Author     : Romany
Description:
Purpose of the stylesheet follows.
*/


div.MinimizedArea{
    width:750px;
}
html, body {
    height: 100%;
}
body{
    margin:0;
    text-align:center;
    padding:0;
}
form{
    margin:0;
    padding:0;
    
}
body, table{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:11px;
    
}
img {
    border: none;
}
h2{
    color:#34056f;
    font-weight:bolder;
    font-size:13px;
}

h2.TopPadding{
    color:#34056f;
    font-weight:bolder;
    font-size:13px;
    padding-top:9px;
}

h2.RegTopPadding{
    color:#34056f;
    font-weight:bolder;
    font-size:13px;
    padding-top:15px;
}
#PageContainer{
    position: relative;
    min-height: 100%;
    height: 100%;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: auto;
    width:1004px;
    border:0px solid black;
    margin:0 auto 0;
    padding:0px;
    text-align:left;
    background-color:White;
}


html>body #Container {
    height: auto;
}
#PageHeader{
    
}
#PageBody{
    width:1000;
    padding-top:10px;
    padding-bottom:100px;
}
#PageInnerContent{}
#Footer{
    position: absolute;
    bottom: 0;
    padding-bottom:5px;
    width:100%;
    text-align:center;
    background:#ffffff;
}
.LI{
    background:url("/images/bullets.gif") no-repeat left center;
    color:#5b5b5b;
    padding:2px 2px 2px 9px;
    white-space: nowrap;
}

.LIWithoutBG{
    color:#5b5b5b;
    padding:2px 2px 2px 9px;
    white-space: nowrap;
}
.Gray{
    color:#3C3C3C;
}
.Purple,Span.LinkSpan{
    color:#34006D;
}

.TextArialBlack{
    font-family:Arial Black;
    font-size:12px;
}
.Purple_L{
    color:#34006D;
    font-size:12px;
    font-weight:bold;
}
.Purple_LL{
    color:#34006D;
    font-size:13px;
    font-weight:bold;
}
.Purple_XL{
    color:#34006D;
    font-size:14px;
    font-weight:bold;
}

.ChangesTextinForms{
    font-size:10px;
    font-weight:bold;
    
    padding-right:25px;
    color:#4C4C4C;
}

.ChangesTextinFormsBlack{
    font-size:9px;
    padding-right:30px;
    color:#000;
    font-style:bold;
}

pre, .PRE{
    font-family:Arial;
    margin:0px;
    padding:0px;
    white-space: pre-wrap;       /* css-3 */
    white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
    width: 99%;   /* remove horizontal scroll-bar when viewing in IE7 */
    
    
}
div.CNT_Title{
    font-size:16px;
    font-weight:bold;
    padding:0px 0px 16px 0px;
    margin:0px;
}

div.CNT_SubTitle{
    font-size:11px;
    font-weight:normal;
}
/* ==================== Form Classes ==========================*/
.SuccessMessage{
    border: 1px solid Gray;
    padding: 10px 20px 10px 20px;
    margin-bottom: 10px;
    background: #eeeeee;
    font-weight:bold;
    font-size: 17px;
    color: #300267;
}
TD.FormLabel{
    text-align:right;
    vertical-align:top;
    white-space: nowrap;
    line-height:27px;
    padding-right:10px;
}

TD.FormLabelPadding{
    text-align:right;
    vertical-align:top;
    white-space: nowrap;
    line-height:27px;
    padding-top:10px;
    padding-bottom:6px;
}
TD.FormField{
    vertical-align:top;
    _white-space: nowrap;
    padding-top: 5px;
}
div.FieldArea{
    background:gray;
    _width:200px;
    float:left;
}
Label.FormLabel{
    font-weight:bold;
    color:#505050;
}
div.RequiredHint{
    
    _padding-bottom:3px;
    text-align:right;
    color:#4c4c4c;
    font-size:7pt;
    font-weight:normal;
    _border: 1px solid red;
    font-family:arial;
    
}

Label.Required{
    font-weight:bold;
    color:#1a034b;
}
Input.FormInput,textarea.FormInput{
    border: 1px solid gray;
    padding:2px 3px 2px 3px;
    font-size:11px;
}

textarea.FormInput2{
    border: 1px solid gray;
    padding:2px 3px 2px 3px;
    font-size:11px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
}

Input.EmailForm{
    border: 1px solid gray;
    padding:0 0 0 3px;
    font-size:11px;
    height:13px;
}
.Reset{
    width:68px;
    height:26px;
    border:none;
    padding:0px;
    margin:0px;
    background:url("/images/btn-reset.gif") no-repeat;
    cursor:pointer;
}
Input.FormButton__{
    padding:2px 5px 2px 5px;
    color: #fff;
    background: #300267;
    border: 2px outset Gray;
    font-family:Arial;
    font-size:12px;
    font-weight:bold;
}

Input.FormButtonCardTabs{
    padding:2px 0px 2px 5px;
    color: #fff;
    background: #300267;
    border: 2px outset Gray;
    font-family:Arial;
    font-size:12px;
    font-weight:bold;
}
Span.Required{
    color:red;
}
Span.FormError{
    color:red;
    padding-left:2px;
}
Span.GlobalErrorMessage{
    color:red;
    padding-left:2px;
}

Span.LinkSpan{
    cursor:pointer;
}
UL.FormError{
    color:red;
    border:1px solid #800000;
    padding:5px 5px 5px 17px;
    _margin:5px 10px 8px 3px;
    background:#FFE8E8;
}
UL.GlobalErrorMessage, UL.FormError{
    color:red;
    font-size:14px;
    border:1px solid #800000;
    padding:10px 7px 13px 60px;
    margin:0px 0px 15px 0px;
    background:url("/images/alert.gif") no-repeat;
    background-position:2px 0px;
    background-color:#FFE8E8;
    __list-style-image:url("/images/bullets.gif");
    list-style:none;
}
.HintHolder{
    float:left;
    _display:inline;
    width:310px;
    border:1px solid navy;
}
.FormFieldHint{
    /*background:url("/images/hint-arrow.gif") no-repeat;*/
    
    margin-left:100px;
    padding-left:8px;
    color:#4c4c4c;
    font-size:10px;
    _display:block;
    position:absolute;
    _float:right;
    width:340px;
    z-index:10;
    border:0px solid gray;
}

.FormFieldHintNew{
    /*background:url("/images/hint-arrow.gif") no-repeat;*/
    margin-left:100px;
    padding-left:8px;
    color:#4c4c4c;
    font-size:10px;
    _display:block;
    position:absolute;
    _float:right;
    width:340px;
    z-index:0;
    border:0px solid gray;
    margin-top:0;
    padding-top:0;
}

.FormFieldHintRegister{
    /*background:url("/images/hint-arrow.gif") no-repeat;*/
    
    margin-left:50px;
    padding-left:8px;
    color:#4c4c4c;
    font-size:10px;
    _display:block;
    position:absolute;
    _float:right;
    width:340px;
    z-index:10;
}

.FormFieldHintPersonalInfo{
    /*background:url("/images/hint-arrow.gif") no-repeat;*/
    
    margin-left:35px;
    margin-top:8px;
    padding-left:8px;
    color:#4c4c4c;
    font-size:10px;
    _display:block;
    position:absolute;
    _float:right;
    width:310px;
    z-index:10;
}

.FormFieldHintColla{
    /*background:url("/images/hint-arrow.gif") no-repeat;*/
    color:#4c4c4c;
    font-size:10px;
}

.FormFieldHintRegisterSpan{
    /*background:url("/images/hint-arrow.gif") no-repeat;*/
    color:#4c4c4c;
    font-size:10px;
}
.SmallHint{
    color:gray;
    font-size:10px;
    padding-top:3px;
}
Table.FormTable #RF{
    height:30px;
}
Table.FormTable .FormTitle{
    height:30px;
}
.FieldPadding{ /*For Advanced Search Fields Rows*/
    padding:3px 10px 15px 10px;
}
.SectionTitle{
    background: #CCCCCC;
    color:#fff;
    font-weight:bold;
    padding:3px 3px 3px 10px;
    font-size:12px;
}
Select.GrayList{
    _color:#000000;
    font-family: Arial;
    font-size:11px;
}
Label.AreasPicker_primaryFunction{
    color:gray;
    font-weight:bold;
}

Label.AreasPicker_area{
    color:gray;
}

Select.GrayListRegister{
    _color:#000000;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:11px;
}
.DatePicker{
    width:19px;
    height:20px;
    border:none;
    padding:none;
    margin:none;
    background:url("/calendar/themes/icons/calendar1.gif") no-repeat;
}
.Alert{
    padding:10px 10px 10px 34px; 
    border:1px solid #34006D;
    background:url("/images/alert.jpg") no-repeat;
    
}
div.BlackActPanel{
    background-color:#3f3e3e;
    background-image:url("/images/act-pnl-BG.gif");
    background-repeat:repeat-x;
    color:white;
    padding:20px 15px 8px 15px;
    _height:100px;
    min-height:50px;
}
div.BlackActPanel a{
    _background:url("/images/act-pnl-lnk.gif") no-repeat;
    display:block;
    padding-left:10px;
    color:white;
    margin-bottom:10px;
}
/* ==================== Form Classes ==========================*/

a.BPurLink:link
{
    font-size:12px;
    font-weight:bold;
    color:#34006D;
    text-decoration:underline;
}
a.BPurLink:hover
{
    font-size:12px;
    font-weight:bold;
    color:#34006D;
    text-decoration:underline;
}
a.BPurLink:visited
{
    font-size:12px;
    font-weight:bold;
    color:#34006D;
    _color:#A44DC4;
    text-decoration:underline;
}
a.BGrayLink:link
{
    font-size:12px;
    color:#4C4C4C;
    text-decoration:underline;
}
a.BGrayLink:hover
{
    font-size:12px;
    color:#4C4C4C;
    text-decoration:underline;
}
a.BGrayLink:visited
{
    font-size:12px;
    color:#4C4C4C;
    text-decoration:underline;
}

a:link,a.Link:link
{
    color:#34006D;
    text-decoration:none;
}

a.Link:visited,a:visited
{
    color:#34006D;
    _color:#A44DC4;
    text-decoration:none;
}
a.Link:hover,a:hover
{
    text-decoration:underline;
}
a.SLink{
    font-size:9px;
    font-weight:bold;
}
/*
a.SLink:link{
color:#34006D;
text-decoration:underline;
font-size:9px;
font-weight:bold;
}
a.SLink:hover{
color:#34006D;
text-decoration:underline;
font-size:9px;
font-weight:bold;
}

a.SLink:visited{
color:#A44DC4;
text-decoration:underline;
font-size:9px;
font-weight:bold;
}
*/


a.HSLink:link{
    color:#34006D;
    text-decoration:none;
    font-size:9px;
    _font-weight:bold;
}
a.HSLink:visited{
    color:#34006D;
    _color:#A44DC4;
    text-decoration:none;
    font-size:9px;
    _font-weight:bold;
}
a.HSLink:hover{
    color:#34006D;
    text-decoration:underline;
    font-size:9px;
    _font-weight:bold;
}


a.TipLink:link, a.TipLink:hover{
    _text-decoration:none;
    
}
a.BLink{
    font-weight:bold;
    _text-decoration:none;
}
div.Help,a.Help{
    display:inline;
    padding-right:12px;
    border:0px solid red;
    background:url("/images/help.png") no-repeat bottom left;
    text-decoration:none;
}
a.GLink{font-weight:normal;text-decoration:underline; color:#B4B4B4;}
img.Help{
    display:inline;
    border:0px solid red;
    vertical-align:middle;
    _padding-bottom:1px;
}
a.Info{
    display:inline;
    padding-right:12px;
    margin:0px 0px 0px 2px;
    border:0px solid red;
    background:url("/images/info.gif") no-repeat bottom left;
    text-decoration:none;
}
a.Infofalse{
    display:inline;
    padding-right:12px;
    margin:0px 0px 0px 2px;
    border:0px solid red;
    background:url("/images/info.gif") no-repeat bottom left;
    text-decoration:none;
}
a.Infotrue{
    display:none;
}
a.TagTip{background:url("/images/stag.jpg") no-repeat bottom left;padding-right:12px;_padding-top:5px;}


table.Step3Reg{
    border: 1px solid #D8D8D8;
}

input,select,textarea{
    font-size:11px; 
    font-family:Arial;
    color:#4C4C4C;
}
textarea{
    border: 1px solid gray;
    padding:3px 6px 3px 6px;
    font-size:11px;
    color:#4C4C4C;
}
.CheckBox{
    padding:0;
    margin:0;
    width:13px;
    height:13px;
    overflow:hidden;
}
textarea.light{
    border: 1px solid #D8D8D8;
    padding:2px 3px 2px 3px;
    font-size:11px;
}
.BottomPaddingCol{
    padding-bottom:21px;
}

.BGTextarea{
    width:98%;
}

.black{
    color:#000;
}
.tickerOptions{
    padding-right:7px; 
    padding-top:6px; 
    font-size:9px;
}

.ICompanyPadding{
    padding-top:7px;
}

.MessageBreadcrumbs {
    color:#B4B4B4;
}

td.CPIcoCell{
    width:30px;
    text-align:center;
}
td.CPTextContent{
    padding:4px 10px 4px 10px;
}
td.CP_L_BG{background:url("/images/CP/l-bg.gif")}
td.CP_R_BG{background:url("/images/CP/r-bg.gif")}

.CardGrayName{
    color:#B4B4B4; 
}
div.GrayPnl{
    display:block;
    background:#f4f3f3;
    padding:2px 2px 2px 20px;
    height:100%;
}
div.CriteriaPnl{
    background:#f4f3f3;
    padding:5px;
    min-height:30px;
}
div.NoResult div{
    font-size:12px;
    font-weight:bold;
    padding-bottom:20px;
}
div.ResultBox{
    border:1px solid #c6c6c6;
    padding:8px;
}
/*Area Picker: Start*/
.AreaPicker {}
.AP_Enter{padding-bottom:6px;}
.AP_Keyword{padding-bottom:4px;}
.AP_Hint{padding-bottom:4px;text-align:right;font-size:10px;font-style:italic;}
.AP_Result{height:120px;overflow:auto; border:1px solid #c6c6c6;margin-bottom:4px;}
#selectedAreasDiv{
    height:85px;
    overflow:auto;
    overflow-y:auto;
    border:1px solid #c6c6c6;
}
.AP_Footer{padding-bottom:4px;}
.AP_SelectLabel{padding-bottom:4px;}
#ScrollFunctions{height:182px;overflow:auto; border:1px solid #c6c6c6;margin-bottom:4px;}
/*Area Picker: End*/

.goBack{
    font-family:Arial,Verdana,Helvetica,sans-serif;
    font-size:11px;
    padding-left:10px;
    font-weight:bold;
}