﻿.bold
{
    font-weight: bold;
}

.TitleBig{
text-shadow:6px 3px 6px #999999;
font-size: 1.5em;
color: #3B668F;
font-family:ABeeZee;

}

/* 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;
}

.lblError
{
    font-size: 1em;
    color: #ff0000;
    font-variant: small-caps;

}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}

.SubTitleRed
 {
	color:#8f0a0a;
	font-size:13px;
	font-weight:bold;
	vertical-align:middle;
	text-align:center;

}
.TxtYellow24
{
	font-size:24px;
	color:black;
    background-color:#FFD700;
}
.TxtWhite24
{
	font-size:24px;
	color:black;
    background-color:white;
    border:none
    
}

.Textbox160w12 {
	background-color:#ffffff;
	font-family:  "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif; 
	color: #023568;	font-size:12px; width:160px;
}

.Textbox400w12 {
	background-color:#ffffff;
	font-family:  "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif; 
	color: #023568;	font-size:12px; width:400px !important;
   
}

.Textbox100PCw12 {
	background-color:#ffffff;
	font-family:  "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif; 
	color: #023568;	font-size:12px; width:100% !important;
   
}

.BackWhiteTextbox100PCw12
{
    background-color:white;
    color: black;
    font-family:  "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif; 
	font-size:12px; width:100% !important;
}

.BackLightGrayTextbox100PCw12 {
	 background-color:lightgray;
	font-family:  "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif; 
	color: #023568;	font-size:12px; width:100% !important;
   
}

.BackRed
{
    background-color:#FF7777;
       color: black;
}

.BackTransparent
{
       background-color:transparent;
       color: black;
    /*border:0px solid;*/
}
.BackLightGray
{
       background-color:lightgray;
       color: black;
    /*border:0px solid;*/
}
.BackLightGrayLabel
{
       background-color:transparent;
       color: dimgray;
    /*border:0px solid;*/
}
.BackGray
{
       background-color:gray;
       color: black;
    /*border:0px solid;*/
}
.BackWhite
{
       background-color:white;
       color: black;
    /*border:0px solid;*/
}
.numeric80px {
    width: 80px !important;
    text-align:right !important;
}
.PediceLabel
{
       font-size:14px
}