/* ======================= Used Color scheme if needed is: ======================== /
 #1E3C78 - navy dark blue;
 #5583C5 - dark azure;
 #95AFD9 - azure;
 #EBF1F9 - light azure;
 #F2F6FC - light azure-gray;
 #EDEDED - light gray;
 #D00707 - dark red; 
 #669933 - green; 
*/
/* ========================  Common pages styles ================================ */
body {
  background-color:white;
  margin:0px; 
  scrollbar-face-color: #DEE3E7;
  scrollbar-highlight-color: #FFFFFF;
  scrollbar-shadow-color: #DEE3E7;
  scrollbar-3dlight-color: #D1D7DC;
  scrollbar-arrow-color:  gray;
  scrollbar-track-color: #EFEFEF;
  scrollbar-darkshadow-color: #98AAB1;
}

/*  Huperlinks */

a:link {
  color:#0857A6;
  font-family : tahoma, sans-serif;
  font-size: 11px;
  text-decoration:underline;
}

a:visited {
  color:#0857A6;
  font-family : tahoma, sans-serif;
  font-size: 11px;
  text-decoration:underline;
}

a:hover {
  color: #d00707; 
  font-family : tahoma, sans-serif;
  font-size: 11px;
  text-decoration:underline;
}

a:active {
  color: #0857A6; 
  font-family : tahoma, sans-serif;
  font-size: 11px;
  text-decoration:underline;
}

/* =========================  Styles for main menu  ==================================*/  


/* Current tab href*/
a:link.current{
color: white; 
}
a:visited.current{
color: white; 
}
a:hover.current{
color: #ededed; 
}
a:active.current{
color: white; 
}

.current{
  color: white; 
  font-family : tahoma, sans-serif;
  font-size: 11px;
}


/* =========================  Styles for panels and forms ============================*/  


td {
  font-size: 11px;
}

td.menu_head { 
 text-align: left;
 height:20px;
 color:white; 
 font-family:verdana; 
 font-size:11px; 
 font-weight:bold;
}

.site_caption {
   font-size : 11px;
   font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   color : #005DB5;
   text-align : center;
}

.big_label {
   font-size : 16px;
   font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   color : #005DB5;
   text-decoration:none;
   text-align : center;
}


.label{
  font-size: 11px;
  color:#5583C5;
  font-family : verdana, tahoma, sans-serif;
}


h4{
  font-size: 11px;
  font-family : verdana, tahoma, sans-serif;

}

.button {
border: 1px outset #95afd9;
font-family: ms sans serif;  
font-size: 14px;
background-color: #f3f3ef; 
height: 22px;
}

input{
font-family: ms sans serif;
}

select{
font-size: 14px;
font-family: ms sans serif;

}

select.big{
font-size: 14px;
}


img{
border:0px;
}

.included
{
 font-family : verdana;
 font-weight: bold;
 font-size : 11px;
}

h3 {
color:#5583C5;
}

.info
{
	line-height: 18px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: solid 1px gray;
	width: 465px;
}

.ReenterEmail
{
	border: solid 1px gray; 
	background-color: #FFE5A7;
	padding: 5px;
}
