﻿body 
{
	font-size: smaller;
	font-family: Verdana;
	background-color:#f5f5f5;
	width: 98%;
}

#body-form
{
      padding:10px 30px 10px 40px;
}

#div-form
{
 padding:0px 10px 0px 10px;
 background-color:#c3d9ff;
}

#div-subform
{
 padding:0px 10px 0px 10px;
 background-color:White;   
}

.confirmation
{
	font-size: smaller; 
	font-family: Verdana;
	font-weight:bold;
	font-style:italic;
	color:Blue;
}

#text-aligned-left
{
	text-align:left;
}

#text-aligned-right
{
	text-align:right;
}

.clearfix:after 
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix 
{
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#header-wrapper
{
	background-color:White;
	display:inline-block;
	clear:both;
}

#header-left
{
	float:left;
	position:relative;
}

#breadcrumb
{
	background-color:#c3d9ff;
}

#header-right
{
	float:right;
	position:relative;
}

#welcome-box
{
	width:200px;
	display:block;
	text-align:right;
}



.highlight
{
	background-color: #c3d9ff;
	color: #000080;
}

#content-wrapper
{
	background-color:White;
	width:inherit;
	display:block;
}

#access-denied
{
	width: 50%;
	position: relative; 
	margin:0px auto;
}

#registration-wrapper
{
	width: 80%;
	position: relative; 
	margin:0px auto;
	background-color:#f5f5f5;
}

#registration-header
{
	font-size: smaller; 
	font-family: Verdana;
	font-weight:bold;
	text-align:center;
	background-color:#c3d9ff;	
}

#registration-wizard-area
{
	position:relative;
	margin-left:15px;
}

#footer-wrapper
{
	background-color:#FFFFFF;
}

#footer
{
	background-color:#FFFFFF;
	margin-left: 25px;
	font-size: x-small; font-family: Verdana;
}

#memberhomemenu-section
{
	
}

#page-area
{
	margin-left:5%;
    width:90%;
	padding:15px 15px 15px 15px;
}

#page-subarea
{
	background-color:#f5f5f5;
	border:solid 1px #CCCCCC;
}

#page-footer
{
	background-color:#F7F6F3;
}

td.fieldname
{
   text-align: right;
}

#memberhomemenu-section
{
	margin-left:25px;
}

#page-header
{
	background-color:#c3d9ff;
}

.page-header-orange
{
	background-color:#f3c475;
}

#control-header
{
	background-color:#c3d9ff;
}

.div-header
{
	background-color:#c3d9ff;
	text-align:right;
}

.div-header-noalign
{
	background-color:#c3d9ff;
}

.div-indent
{
    padding:5px 15px 5px 15px;
}

.div-home
{
    padding:5px 15px 5px 15px;
    background-color:White;
}

.div-border
{
    border:solid 1px;
}

.sidebar
{
    text-align:center;
    vertical-align:top;
}

.sidebarbutton
{
    width:300px;
    font-weight:bold;
    color:Gray;
    vertical-align:middle;
}

.Highlight
{
	background-color: #dcdcdc;
	font-family: Arial;
	font-size: small;
	font-weight: 300;
	font-style: normal;
	text-align: Left;
}


.Row
{
	font-family: Arial;
	font-size: small;
	font-weight: 300;
	font-style: normal;
	text-align: Left;
	cursor: hand;
}

.modalBackground {
    background-color:Gray;
    filter:alpha(opacity=10);
    opacity:0.1;
}

.viewpopup
{
    background-image: url(../../Images/silvergradient3.png); 
    background-repeat: repeat-x;
}

.PasswordHelp
 {
    background-color:#f3c475;
    color:black;
    font-family:Arial;
    font-size:x-small;
    font-style:italic;  
    padding: 2px 3px 2px 3px;   
}

.PasswordHelp_Handle 
{
        width:16px;
        height:16px;
        background-image:url(../../images/help_16.ico);
        overflow:hidden;
        cursor:help;
}