﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
	background: #b6b7bc;
	font-size: .80em;
	font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #696969;
}

a:link, a:visited
{
	 /*color: #034af3;*/
    color:#006699;
}

a:hover
{
	color: #1d60ff;
	text-decoration: none;
}

a:active
{
	color: #034af3;
}

p
{
	margin-bottom: 10px;
	line-height: 1.6em;
}

legend
{
	font-size: 1.1em; 
	font-weight: bold;
	color: #666666;
}

img
{
	border-style: none;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
	font-size: 1.5em;
	color: #666666;
	/*font-variant: small-caps;*/
	text-transform: none;
	font-weight: 200;
	margin-bottom: 0px;
}

h1
{
	font-size: 1.6em;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

h2
{
	font-size: 1.5em;
	font-weight: 600;
}

h3
{
	font-size: 1.2em;
}

h4
{
	font-size: 1.1em;
}

h5, h6
{
	font-size: 1em;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.textbox
{
	font-family: Arial;
	font-size: 8pt;
	color: #696969;
	text-decoration: none;
	height: 14px;
	border: 1px ridge #CCCCCC;
	line-height: 12px;
	vertical-align: baseline;
	text-indent: 3px;
}

.dropdown
{
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	color: #696969;
	text-decoration: none;
	height: 18px;
	border: 1px ridge #CCCCCC;
	line-height: 18px;
	vertical-align: baseline;
	text-indent: 3px;
}



.page
{
	width: 960px;
	background-color: #fff;
	margin: 20px auto 0px auto;
	/*border: 1px solid #496077;*/
	border: 1px solid #ffffff;
}

.header
{
	position: relative;
	margin: 0px;
	padding: 0px;
	/*background: #65c6f8;*/
	width: 100%;
}

.main
{
	padding: 0px 12px;
	margin: 12px 8px 8px 8px;
	min-height: 420px;
}


/* OTHER STYLES   
----------------------------------------------------------*/

.text_footer
{
	font-size: .7em;
}

.InstructionText
{
	font-size: .8em;
	font-style: italic;
}

.InstructionText_Medium
{
    font-size: 1.1em;
    font-style: italic;
}

.PageHeader
{
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: underline;
}

.SystemMaintenanceText
{
    font-size: 1.2em;
	font-weight: bold;
    padding-bottom:5px;
    padding-top:5px;
}

.Clear
{
	clear: both;
}

.EditFormLeft
{
	/*background-color: #c6bfbf;*/
    background-color: #ffffff;
	color: Black;
	padding: 2px 2px 2px 2px;
	width: 35%;
	float: left;
	border: 1px solid #FFFFFF;
	text-align: right;
	font-weight:bold;
}

.EditFormRight
{
	padding: 2px 2px 2px 2px;
	width: 62%;
	float: left;
	border: 1px solid #FFFFFF;
}

.EditFormLeft70
{
	/*background-color: #c6bfbf;*/
    background-color: #ffffff;
	color: Black;
	padding: 2px 2px 2px 2px;
	width: 70%;
	float: left;
	border: 1px solid #FFFFFF;
	text-align: right;
	font-weight:bold;
}
.EditFormRight25
{
	padding: 2px 2px 2px 2px;
	width: 25%;
	float: left;
	border: 1px solid #FFFFFF;
}

.REQ
{
	color: #FF0000;
}

.PopupBody
{
	 background: #ffffff;
	font-size: .80em;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #696969;
}

.PopupPageHeader
{
	font-size: 1.2em;
	font-weight: bold;
	border-bottom:1px solid #696969;
}

.ThinBlackBorder
{
	border: solid 1px Gray;
}

.AccentBackColor
{
	background-color: #f5f5f5;
	border:solid;
	border-width:1px;
	border-color:Gray;
}

.multiPage
{
    border: solid 1px #cccccc;
    background: #ffffff;
    padding: 20px 10px 0px 10px;
    margin-top: -1px;
    z-index: 10;
    position: relative;
}


/*Consumer View Account Grid Styles */
.AccountLeftField
{
    width: 20%;
    border-left: 1px solid Gray;
    padding-left: 4px;
}

.AccountHeaderField
{
    text-align: center;
    border: 1px solid Gray;
    border-left-style: none;
    background-color: #f5f5f5;
}

.NoTopBorder
{
    border-top-style: none;
}

.NoRightBorder
{
    border-right-style: none;
}

.AccountRightField
{
    width: 9%;
    text-align: right;
}

.AccountLeftField
{
    width: 24%;
    padding-left: 4px;
}

.BorderLeft
{
    border-left: 1px solid Gray;
}

.Red
{
    color: #ff0000;
}

.Purple
{
    color: Purple;
}

.Green
{
    color:Green;    
}


/******************* Button Styles ***************************/

a.LinkButtonClass:link,
a.LinkButtonClass:visited {
        padding: 0px 8px 2px 8px;
   text-decoration: none;
   background-color: #000066; 
   font-weight:bold;
   color:#fff;
   }

a.LinkButtonClass:hover {
      color:#000066; 
      background-color: #d5e7ee;
      border-color:#000066; 
      border-style:solid;
      border-width:thin;
   }

a.LinkButtonClass:active {
      color:#000066;
   }

/*******************Fieldset Styles******************************************/
fieldset{
    background-color:#ebebeb;
    border:none;
}

legend {
    color: #000066;
    font-size: 1.25em;
}

.FieldsetNoBackground{
    background-color:transparent;
    border:none;
}

.FieldsetWithBoarder{
   border:thin solid #000066;
}

