﻿.Annotation
{
    font-size: 10px;
    color: Red;
}

.AnnotationNotValid
{
    font-size: 10px;
    color: Red;
    background-color: #FFFA5F;
}

.Dropdown
{
    width: 100%;
    color: #0066b3;
    border-color:gray;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
}
.Dropdown[disabled]
{
    width: 100%;
    border-color:gray;
    background-color: #e3e3e3;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
}

.DropdownNotValid
{
    width: 100%;
    color: #0066b3;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    background-color: #FFFA5F;    
}

.FieldCaption
{
    text-align: left;
    margin-left: 5px;
    margin-right: 10px;
}

.Content
{
    width: 100%;
    text-align: left;
}

.Label
{
    margin-right: 6px;
    vertical-align: top;
    text-align: left;
}

.LabelSmall
{
    margin-right: 6px;
    vertical-align: top;
    text-align: left;
    font-size:small;
}

.Locators
{
    width: 75%;
    text-align: center;
}

.Reason
{
    margin-top:16px;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom:16px;    
    text-align: center;
}

    
    /* tab theme */

.CustomTabTheme .ajax__tab_header {font-family:verdana,tahoma,helvetica;font-size:11px;background:url(../images/Tab/tab-line.gif) repeat-x bottom;}
.CustomTabTheme .ajax__tab_outer {padding-right:4px;background:url(../images/Tab/tab-right.gif) no-repeat right;height:21px;}
.CustomTabTheme .ajax__tab_inner {padding-left:3px;background:url(../images/Tab/tab-left.gif) no-repeat;}
.CustomTabTheme .ajax__tab_tab {height:13px;padding:4px;margin:0px;background:url(../images/Tab/tab.gif) repeat-x;}
.CustomTabTheme .ajax__tab_hover .ajax__tab_outer {cursor:pointer;background:url(../images/Tab/tab-hover-right.gif) no-repeat right;}
.CustomTabTheme .ajax__tab_hover .ajax__tab_inner {cursor:pointer;background:url(../images/Tab/tab-hover-left.gif) no-repeat;}
.CustomTabTheme .ajax__tab_hover .ajax__tab_tab {cursor:pointer;background:url(../images/Tab/tab-hover.gif) repeat-x;}
.CustomTabTheme .ajax__tab_active .ajax__tab_outer {background:url(../images/Tab/tab-active-right.gif) no-repeat right;}
.CustomTabTheme .ajax__tab_active .ajax__tab_inner {background:url(../images/Tab/tab-active-left.gif) no-repeat;}
.CustomTabTheme .ajax__tab_active .ajax__tab_tab {background:url(../images/Tab/tab-active.gif) repeat-x;}
.CustomTabTheme .ajax__tab_disabled { color: #A0A0A0;}
.CustomTabTheme .ajax__tab_body {font-family:verdana,tahoma,helvetica;font-size:10pt;border:1px solid #999999;border-top:0;padding:8px;background-color:#e3e3e3;}


/* 
-------------
    Buttons 
------------- 
*/

.StandardButton 
{
    margin:2px;
    
    height:34px;
    width:180px;
    
    background-image:url(../images/Buttons/ButtonBackground.png);
    background-position:center;
    background-color:White;
    
    border-style:none;   
    
    color:#222e83;

	font-family:Verdana, Arial, sans-serif;
	font-size:14px;
	
	text-align:center;
    
    cursor:pointer;     
}

.StandardButton:hover
{
    font-weight:bold;
}

.StandardButton[disabled]
{
    color:Gray;
}

.StandardButton[disabled]:hover
{
    font-weight:normal;
    cursor:default;    
}

.StandardButton:focus
{
    border-color: #3886AF;
    border-style: dashed;
    border-width: thin;
}

/* -----------------

   Image button

---------------------*/

.StandardImageButton
{
    margin: 3px 3px 3px 0px;
}


/* -----------------

   Standard panel

---------------------*/

.StandardPanel
{
    margin-top: 10px;    
}

.StandardPanel legend
{
    font-size: small;  
    color: #222e83;  
}

/* -----------------

   Standard text boxes

---------------------*/

.StandardTextBox
{
    margin-right: 6px;
    color: #0066b3;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-family:Arial;
}

.StandardTextBoxNotValid
{
    margin-right: 6px;
    color: #0066b3;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    background-color: #FFFA5F;
}

.StandardTextBox[disabled]
{
    background-color: #eeeeee;
    color: #000000;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
}

.StandardTextBoxMultiLine
{
    width: 100%;
    margin-right: 6px;
    color: #0066b3;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-family:Verdana, Arial, sans-serif;
}

.StandardTextBoxMultiLineNotValid
{
    width: 100%;
    margin-right: 6px;
    color:#B8B8B8;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-family:Verdana, Arial, sans-serif;
    background-color:#FFFA5F;
}

.StandardTextBoxMultiLineToolTip
{
    width: 100%;
    margin-right: 6px;
    color: #68838B;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
}

.StandardTextBoxMultiLineStart
{
    width: 100%;
    margin-right: 6px;
    color:#B8B8B8;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-family:Verdana, Arial, sans-serif;
}

/* --------------------

   Standard checkboxlist

---------------------*/

.StandardCheckBoxList
{
    width: 100%;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    border-width:0px;
    border-style:solid;
    border-color:#eeeeee;
}

.CaptchaPanelTd{
    vertical-align:top;
}

.TermsOfUseDiv {
    border: solid 1px #000000;
    margin: auto;
    width: 705px;
    padding: 5px;
    background-color: white;
}

.TermsOfUseNotValid {
    border: solid 1px #000000;
    margin: auto;
    width: 705px;
    padding: 5px;
    background-color:yellow;
}