/*
//--------------------------------------------------------------
//  <file name="Base.css">
//      <copyright>
//          Copyright © EDS 2008
//          All rights reserved.
//      </copyright>
//      <history>
//          <change author="josh" date="01/08/2008">
//              Initial version.
//          </change> 
//          <change author="badix" date="09/21/2009">
//              change PanelRight to use same background as left, they should not be different.
//          </change> 
//      </history>
//  </file>
//-----------------------------------------------------------------
*/

/*=================================================================*/
/* Html Elements
/*=================================================================*/

/* Basic */
body
{
    color: #000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin: 0px;
    padding: 0px;
} 

img
{
    border: none;
}

hr
{
    border-top:1px solid #8ea0c1;
    margin:10px 0px 10px 0px;
}

hr.hrhome
{
    border-top:1px solid #ea7e1d;
    margin:10px 0px 10px 0px;
}
form
{
    padding: 0px;
    margin: 0px;
}

input, select, textarea
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

h1, h2, h3, h4, h5, h6
{
    color: #000;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 160%;
}

h2
{
    font-size: 140%;
}

h3
{
    font-size: 120%;
}

h4
{
    font-size: 100%;
}

h5
{
    font-size: 80%;
}

h6
{
    font-size: 60%;
}

p.Abstract
{
    color: #000;
    padding: 13px 0px;
    margin: 0px;
}

p.Content 
{
    padding: 0px 0px 10px 0px; 
    margin: 0px;
}

p.Note
{ 
    padding:0px 10px 5px 10px; 
    margin:0px; 
    color:#000;
}

pre
{
    font-family: Courier New, Courier, monospace;
    font-size: 80%;
}

/* Links */
a:link,
a:visited,
a:active,
a:hover
{
    color: #016eb4;
    text-decoration: underline;
}

a.TextError:link,
a.TextError:visited,
a.TextError:active,
a.TextError:hover
{
    color: #ff0000;
    text-decoration: underline;
}

/* Lists */

ol
{
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
}

ul
{
    list-style-type: square;
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
}

li
{
    margin-bottom: 10px;
}

ul.BulletArrow
{
    margin: 0px;
    padding: 0px;
}

ul.BulletArrow li
{
    margin: 0px 0px 10px 16px;
    list-style-image: url("../images/base/icons/icon-Bullet.gif");
    color: #000;
}

/* Tables */
td, th
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
}

th
{
    font-weight: bold;
}

/* Boxed Table */

table.boxed
{
    border-spacing: 2px;
    empty-cells: hide;
}

td.boxed, th.boxed, th.boxedHeader
{
    background-color: #fff;
    border-color: #000000;
    border-style: solid;
    border-width: 1px;
    color: #000000;
    padding: 2px;
    padding-left: 8px;
    padding-right: 8px;
}

th.boxed
{
    background-color: #c0c0c0;
}

th.boxedHeader
{
    background-color: #808080;
    color: #fff;
}

/*=================================================================*/
/* .NET 4.0 disable state CSS property 
/*	Till 3.5 framework, setting “Enabled=false” for any control will 
/*		render disabled attributes in the HTML for the control. 
/*		According to the latest HTML standard the disabled attribute 
/*		should be set only for specific tags (input, select, 
/*      textarea). ASP.Net 4.0 addresses this issue by rendering
/*      disabled attribute to only specific tags and a CSS class 
/*      called “aspNetDisabled” to other controls.
/*=================================================================*/

/* default */
.aspNetDisabled
{
   color: #808080;
}

/* links */
a.aspNetDisabled
{
    color: #808080; 
    text-decoration: none;
}

/*=================================================================*/
/* Header
/*=================================================================*/
.BannerRight
{
    padding-left: 20px;
}

.ContentArea
{
}

.HeaderArea
{
}

/*=================================================================*/
/* Text Classes
/*=================================================================*/
.Signature
{
    width: 360px;
}

.SignatureLine
{
    border-top:1px solid black;
    margin-top: 7px;
    width: 360px;
}

.MicroSignatureLine
{
    font-size: .5pt;
    font-family: Courier New;
}

.StandardFont 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
} 
.TextBold
{
    font-weight: bold;
}

.TextCode
{
    font-family: 'Courier New';
    font-size: 11px;
    background-color: #f5f5f5;
}

.TextError
{
    color: #ff0000;
}

.TextGood
{
    color: #006400;
}

.TextHeading
{
    color: #ea7e1d;
    font-weight: bold;
    font-size: 15px;
    padding: 0px;
    margin: 0px;
}

.LandingHeading
{
    font-size: 20px;
	text-align: center;
	margin-bottom: 20px;
}

.TextLinkButton
{
    color: #016eb4;
    cursor: pointer;
    text-decoration: underline;
}

.TextLinkButtonInverse
{
    color: #fff;
    cursor: pointer;
    text-decoration: underline;
}

.TextInform
{
    color: #00557c;
    font-weight: bold;
}

/*margin/padding added by HTML team to provide space from left*/
.TextMandatory
{
    color: #00557c;
    margin:0px;
    padding:0px 0px 0px 10px;
}

.TextNormal
{
    color: #000;
    font-weight: normal;
}

.TextNormalBold
{
    color: #000;
    font-weight: bold;
}

.TextNormalInverse
{
    color: #fff;
    font-weight: normal;
}

.TextUpdated
{
    color: #00557c;
}

.TextVoid
{
    font-weight: bold;
    color: #28911a;
}

.TextWarn
{
    color: #00557c;
    font-weight: bold;
}

.TextGrayOut
{
    color: #808080;
}

.TextSmall
{
    font-size: 7pt;
}
/*=================================================================*/
/* Main Container Classes      
/*=================================================================*/
.ContentArea
{
}

.ContentMedium
{
    width: 80%;
    margin: 0px;
    padding: 0px;
}

.ContentNarrow
{
    width: 50%;
    margin: 0px;
    padding: 0px;
}

.ContentWide
{
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.Row
{
    clear: both;
    float: inherit;
}

.RowPad
{
    clear: both;
    float: inherit;
    padding: 5px 0;
}

.RowPadSmall
{
    clear: both;
    float: inherit;
    padding: 3px 0;
}

.RowPadVerySmall
{
    clear: both;
    float: inherit;
    padding: 1px 0;
}

/*replacement of hr tag, Divider between 2 rows */
.RowSeperator 
{ 
    margin:0px;
    padding:0px;
    border-top:1px solid #d2d2d2;
}

.RowSection
{
    clear: both;
    float: inherit;
    padding: 15px 0 0 0;
}

.RowButtons
{
    clear: both;
    border-top: #a9a9a9 1px solid;
    margin-top:10px;
    padding-left: 75px;
    padding-right: 75px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.RowButtonsRight
{
    clear: both;
    border-top: #a9a9a9 1px solid;
    margin-top:10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: right;
}

.RowLinkButtons
{
    clear: both;
    padding-left: 75px;
    padding-top: 8px;
    padding-bottom: 5px;
}

.CellLeft
{
    float: left;
}

.CellRight
{
    float: right;
}

/*=================================================================*/
/* Column Classes
/*=================================================================*/
.FirstColumn
{
    width: 250px;
    float: left;
    margin: 10px 15px 10px 0px;
    padding: 0px;
    overflow: auto;
}

.SecondColumn
{
    width: 425px;
    float: left;
    margin: 10px 15px 10px 0px;
    padding: 0px;
    overflow: auto;
}

.ThirdColumn
{
    width: 240px;
    float: left;
    margin: 10px 0px 10px 0px;
    padding: 0px;
    overflow: auto;
}

/*=================================================================*/
/* Panel Classes
/*=================================================================*/
.PanelLeft
{
    background-image: url("../images/base/backgrounds/bg_member.gif");
    background-repeat: repeat-x;
    min-height: 31px;          
    height: auto !important;    /* IE6 Hack for min-height */
    height: 31px;               /* IE6 Hack for min-height */
    padding: 0px;
    margin: 0px;
}

.PanelLeftLower
{
    padding: 2px 1px 2px 12px;
}

.PanelMiddle
{
    background-image: url("../images/base/backgrounds/bg_alerts.gif");
    background-repeat: repeat-x;
    min-height: 31px;          
    height: auto !important;    /* IE6 Hack for min-height */
    height: 31px;               /* IE6 Hack for min-height */
    padding: 0px;
    margin: 0px;
}

.PanelRight
{
    background-image: url("../images/base/backgrounds/bg_member.gif");
    xxbackground-image: url("../images/base/backgrounds/bg_provider.gif");
    background-repeat: repeat-x;
    min-height: 31px;          
    height: auto !important;    /* IE6 Hack for min-height */
    height: 31px;               /* IE6 Hack for min-height */
    padding: 0px;
    margin: 0px;
}

.PanelHeading
{
    color: #00344c;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 2px 6px 2px;
}

.PanelContentBody
{
    padding: 10px 5px 10px 5px;
    margin-bottom: 0px;
}

/*=================================================================*/
/* Icon Classes
/*=================================================================*/
.DivIcon
{
    padding: 3px 5px 0px 5px;
    float: left;
}

/*=================================================================*/
/* Tab Classes
/*=================================================================*/
.TabLinks
{
    float: left;
    text-align: center;
    background-color: #00344d;
    padding: 6px 4px 6px 4px;
    color: #ffffff;
    font-weight: bold;
    width: 186px;
}

.TabLinks a, .TabLinks a:link, .TabLinks a:visited
{
    color: #ffffff; 
    text-decoration: none;
}

.TabLinks a:hover
{
    color: #ffffff; 
    text-decoration: underline;
}

.TabSpace
{
    float: left;
    padding: 0px 8px 0px 0px;
}

