﻿body, form
{
	width:100%;
	margin:0px; 
	padding:0px; 
    font-family: Verdana;
    font-size: 14px;
}

.divMain
{
	background-color: #0041D9;
    font-size: 12px;
    /*font-weight:bold;*/
    padding:0px;
    margin:0px;
    border:none;
}

.divContent
{
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

.divNav
{
	text-align:right;
	height:50px;
	position:relative;
}

.divNav a
{
	padding-left:5px;
	padding-right:5px;
	color:#FFFFFF;
	font-size:15px;
}

.divNav .highlight
{
	color: yellow;
}

.divNavLinks
{
	position:absolute;
	left:0;
	top:15px;
	font-weight:bold;

}

.divNavLogo
{
	position:absolute;
	right:0;
	top:10px;
	float:right;
}

.navLogo
{
	height:35px;
	text-align:right;
}

.divLogin
{
	color:White;
	z-index:1000;
	visibility: hidden;
	background-color: #0041D9;
	font-size: 12px;
	font-weight:bold;
	padding-bottom:10px;
	height:0px;
	text-align:center;
}

.divLogin .highlight
{
	color: yellow;
}

a
{
	text-decoration:none;	
}

a:hover
{
	text-decoration:underline;
}

.divFooter
{
	color:white;
	text-align:center;
	padding-bottom:10px;
	padding-top:10px;
}

.divFooter a
{
	color:Yellow;
	margin-left:5px;
	margin-right:5px;
}

.divContentTop
{
	background-color:#F2F2F2;
	padding-top:10px;
	padding-bottom:10px;
}

.h1
{
    font-size:35px;	
}

.h2
{
    font-size:25px;	
}

.h3
{
    font-size:20px;	
}

.h4
{
    font-size:18px;	
}

.h5
{
    font-size:15px;	
}

.h6
{
    font-size:12px;	
}

.blueLink
{
	color:Blue;
	text-decoration:underline;
}

.redHeader
{
	color:Red;
	text-align:center;
}

.blackHeader
{
	color: black;
	text-align:center;
}

.blueHeader
{
	color: #01008A;
	text-align:center;
}

.lblBoldRight
{
	font-weight: bold;
	text-align:right;
	padding-right:5px;
}

/***** Start Stat *****/
.stats 
{
  text-align:left;
  margin: 15px 0 0px 0px;
  padding: 17px 10px 5px 10px;
  text-align: left;
  border: 3px double #D5D6D7;
  font-size: 15px;
  background-color: #f1eee5;
}

.stats strong {
    white-space: nowrap;
    color: #01008A;
    font-size: 18px;
    font-weight:bold;
}

.stats p {
  font-family: "Lucida Grande", "Lucida Grande Unicode", "Helvetica Neue", Helvetica, sans-serif;
  color: #666;
  font-size: 15px;
  line-height: 20px;
}

.stats {
  font-family: "Lucida Grande", "Lucida Grande Unicode", "Helvetica Neue", Helvetica, sans-serif;
  color: #666;
  font-size: 15px;
  line-height: 20px;
}

.stats li {
  font-family: "Lucida Grande", "Lucida Grande Unicode", "Helvetica Neue", Helvetica, sans-serif;
  color: #666;
  font-size: 13px;
  line-height: 20px;
}

.stats a 
{
	color:Blue;
}

.statsHeadline
{ 
	text-align:center; 
	margin-left:auto; 
	margin-right:auto; 
	padding-bottom:10px;
	font-size:18px;
	font-family: "Lucida Grande", "Lucida Grande Unicode", "Helvetica Neue", Helvetica, sans-serif;
	color: #666;
	font-size: 17px;
	font-weight:bold;
}

/****** End Stat ******/

/***** Start DisplayTable *****/
.DisplayTable 
{
  text-align:left;
  margin: 0px;
  padding: 2px;
  text-align: left;
  border: 3px double #3D6DFF;
  font-size: 15px;
  /*background-color: #C3D7FF;*/
}

tr.subHeaderRow
{
	background-color: #333399;
	color: #FFFFFF;
	/*font-family: Tahoma;*/
	/*font-size: 12px;*/
	font-weight: bold;
	/*text-transform: uppercase;*/
	text-align: center;
	letter-spacing: 1px;
	height:20px;
	vertical-align:middle;
}

.oddRow2
{
	background-color: #E6E6E5;
	color: #000A63;
	/*font-size: 12px;*/
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: middle;
}

.evenRow2
{
	background-color: #C7D2FF;
	color: #000A63;
	/*font-size: 12px;*/
	font-weight: bold;
	vertical-align: middle;
	padding-top: 2px;
	padding-bottom: 2px;
}



.yui-pre-content { display:none; }

.button
{
    cursor: hand;
    background-color: #2647a0;
    color: #FFFFFF;
    border: 1px solid #EEEEEE;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
    height: 21px;
    margin-left: 1px;
    margin-right: 1px;
    margin-bottom: 1px;
}

.buttonBig
{
	cursor: hand;
	background-color: #2647a0;
	color: #FFFFFF;
	border: 1px solid #EEEEEE;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
	height: 40px;
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
}

.buttonMedium
{
	cursor: hand;
	background-color: #2647a0;
	color: #FFFFFF;
	border: 1px solid #EEEEEE;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
	height: 30px;
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
}

.blue-button-small
{
  
    /*display: block;*/
  color: #fff;
  /*font-style: italic;*/
  font-size: 18px;
  /*padding-top: 14px;*/
  text-decoration: none;
  font-weight: bold;
  line-height: 1em;
  width: 150px;
  height: 36px;
  margin-bottom: 3px;
  padding-bottom: 5px;
  background: url(../Images/btn-blue-small.png) no-repeat 0 0;
  text-shadow: #608925 0px -1px 1px;
  height:52px;
  border:none;
  cursor:pointer;
  cursor:hand;
}

.blue-button-small:hover 
{
  background: url(../Images/btn-blue-small.png) no-repeat 0 -50px;
}

.blue-button 
{
  /*display: block;*/
  color: #FFFFFF;
  /*font-style: italic;*/
  font-size: 18px;
  /*padding-top: 14px;*/
  text-decoration: none;
  font-weight: bold;
  line-height: 1em;
  width: 245px;
  height: 36px;
  margin-bottom: 3px;
  padding-bottom:5px;
  background: url(../Images/btn-blue.png) no-repeat 0 0;
  text-shadow: #608925 0px -1px 1px;
  height:52px;
  border:none;
  cursor:pointer;
  cursor:hand;
}

.blue-button:hover 
{
  background: url(../Images/btn-blue.png) no-repeat 0 -50px;
}

.blue-button-small
{
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  width: 120px;
  height:40px;
  background: url(../Images/btn-blue-small2.png) no-repeat 0 0;
  text-shadow: #608925 0px -1px 1px;
  border:none;
  cursor:pointer;
  cursor:hand;
}

.blue-button-small:hover 
{
	background: url(../Images/btn-blue-small2.png) no-repeat 0 -40px;
}

.green-button 
{
  /*display: block;*/
  color: #FFFFFF;
  /*font-style: italic;*/
  font-size: 18px;
  /*padding-top: 14px;*/
  text-decoration: none;
  font-weight: bold;
  line-height: 1em;
  width: 245px;
  height: 36px;
  margin-bottom: 3px;
  padding-bottom:5px;
  background: url(../Images/btn-signup.png) no-repeat 0 0;
  text-shadow: #608925 0px -1px 1px;
  height:52px;
  border:none;
  cursor:pointer;
  cursor:hand;
}

.green-button:hover 
{
  background: url(../Images/btn-signup.png) no-repeat 0 -50px;
}
.green-button-small
{
  /*display: block;*/
  color: #fff;
  /*font-style: italic;*/
  font-size: 18px;
  /*padding-top: 14px;*/
  text-decoration: none;
  font-weight: bold;
  line-height: 1em;
  width: 150px;
  height: 36px;
  margin-bottom: 3px;
  padding-bottom: 5px;
  background: url(../Images/btn-signup-small.png) no-repeat 0 0;
  text-shadow: #608925 0px -1px 1px;
  height:52px;
  border:none;
  cursor:pointer;
  cursor:hand;
}

.green-button-small:hover 
{
	background: url(../Images/btn-signup-small.png) no-repeat 0 -50px;
}


.lblError
{
	color: #950B03;
	font-weight:bold;
	border: solid 1px #950B03;
	background-color: #FFB9BC;
}

.lblError2
{
	border: solid 1px #950B03;
	background-color: #FFB9BC;
}

.lblMessage
{
	font-weight: bold;
	color:Gray;
	font-size:16px;
}

#divMessageText
{
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}

#divMesssageContent
{
	display:none;
}

.updateProgressImage
{
	z-index:10003;
	position:relative;
	top:35px;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
}

.video
{
	cursor:pointer;
	cursor:hand;
}
.video:hover { opacity:0.8; }

div.note 
{
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #ffc;
  padding: 10px 10px 15px 10px;
  font-size: 14px;
}

/*
div.note
{
  color: #222;
  font-size: 12px;
  line-height: 1.4em;
}
*/

div.note strong 
{
  color: #000;
  font-size: 14px;
}

.inputBig
{
	font-size:25px;
	font-weight:normal;
	height:30px;
	width:350px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
}

.listBig
{
	font-size:20px;
	font-weight:normal;
	height:30px;
	width:350px;
	padding-left:5px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
}


/********** Error Callout Extender ****************/
.customCalloutStyle div
{
    border: solid 1px black;
    color:Black;
    background-color: white;
    z-index:10002;
    position:relative;
}

.customCalloutStyle td
{
    border: solid 1px black;
    border-left: none;
    color:Black;
    background-color: white;
    z-index:10001;
    position:relative;
}
.customCalloutStyle .ajax__validatorcallout_popup_table
{
    display: none;
    border: none;
    background-color: transparent;
    padding: 0px;
}
.customCalloutStyle .ajax__validatorcallout_popup_table_row
{
    vertical-align: top;
    height: 100%;
    background-color: transparent;
    padding: 0px;
}
.customCalloutStyle .ajax__validatorcallout_callout_cell
{
    width: 20px;
    height: 100%;
    text-align: right;
    vertical-align: top;
    border: none;
    background-color: transparent;
    padding: 0px;
}
.customCalloutStyle .ajax__validatorcallout_callout_table
{
    height: 100%;
    border: none;
    background-color: transparent;
    padding: 0px;
}
.customCalloutStyle .ajax__validatorcallout_callout_table_row
{
    background-color: transparent;
    padding: 0px;
}
.customCalloutStyle .ajax__validatorcallout_callout_arrow_cell
{
    padding: 8px 0px 0px 0px;
    text-align: right;
    vertical-align: top;
    font-size: 1px;
    border: none;
    background-color: transparent;
}
.customCalloutStyle .ajax__validatorcallout_callout_arrow_cell .ajax__validatorcallout_innerdiv
{
    font-size: 1px;
    position: relative;
    left: 1px;
    border-bottom: none;
    border-right: none;
    border-left: none;
    width: 15px;
    background-color: transparent;
    padding: 0px;
}
.customCalloutStyle .ajax__validatorcallout_callout_arrow_cell .ajax__validatorcallout_innerdiv div
{
    height: 1px;
    overflow: hidden;
    border-top: none;
    border-bottom: none;
    border-right: none;
    padding: 0px;
    margin-left: auto;
}
.customCalloutStyle .ajax__validatorcallout_error_message_cell
{
    font-family: Verdana;
    font-size: 10px;
    padding: 5px;
    border-right: none;
    border-left: none;
    width: 100%;
}
.customCalloutStyle .ajax__validatorcallout_icon_cell
{
    width: 20px;
    padding: 5px;
    border-right: none;
}
.customCalloutStyle .ajax__validatorcallout_close_button_cell
{
    vertical-align: top;
    padding: 0px;
    text-align: right;
    border-left: none;
}
.customCalloutStyle .ajax__validatorcallout_close_button_cell .ajax__validatorcallout_innerdiv
{
    border: none;
    text-align: center;
    width: 10px;
    padding: 2px;
    cursor: pointer;
}
/*********** End Error Callout Extender *********/