@charset "utf-8";
/* CSS Document */

.small_note{
	font-size: 85%;
}

.greybox {
	margin: 5px;
	border: thin dashed white;
}

#left_holder{
	width: 675px;
	float: left;
	margin-left: 40px;
}

#full_holder{
	float: left;
	margin-left: 40px;
	margin-right: 40px;
}

#grey_left {
	margin-top: 5px;
	margin-bottom: 15px;
	padding: 20px;
	padding-bottom: 50px;
	background-color:#e9ecf1;
	-moz-box-shadow: 2px 2px 2px 2px #cacaca;
	-webkit-box-shadow: 2px 2px 2px 2px #cacaca;
	box-shadow: 2px 2px 2px 2px #cacaca;
	
	-moz-border-radius:10px 10px 10px 10px;
	-webkit-border-radius:10px 10px 10px 10px;
	border-radius:10px 10px 10px 10px;
	border: white 4px solid;
	
}


#step_holder img{
	margin: 0px -2px 0px -2px;
	}

#right_holder{
	width: 190px;
	height: 100%;
	float: right;
	margin-right: 25px;
}

#right_holder p{
	font-size: 12px;
	color: #828282;

}


#grey_right {	
	height: 100%;
	margin-top: 110px;
	margin-bottom: 5px;
	padding: 10px;
	background-color:#e9ecf1;
	
	-moz-box-shadow: 2px 2px 2px #cacaca;
	-webkit-box-shadow: 2px 2px 2px #cacaca;
	box-shadow: 2px 2px 2px #cacaca;
	
	-moz-border-radius:10px 10px 10px 10px;
	-webkit-border-radius:10px 10px 10px 10px;
	border-radius:10px 10px 10px 10px;
	border: white 4px solid;
}

#grey_right ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	color: #404041;
	font-family: Georgia;
}

#grey_right li{
	font-size: 20px;
	padding: 5px 0 8px 10px;
}

.left_menu_text{
	padding-top: 4px;
}



#grey_right .icons{
	margin-left: -37px;
	border: none;
	padding: none;
	float: left;
}

#grey_right a{
	text-decoration: none;
	color: #404041;
}

.nav_icons_bottom{
	margin-right: 50px;
	margin-top: 30px;
	border: none;
	padding: none;
	float: right;
	widows: 200px;
	height: 50px;
}

.nav_forward{
	float: left; 
	width: 45px;
	height: 70px;
	background-image: url("icons/icon_forward.jpg");
	background-repeat: no-repeat;
}
.nav_back{
	margin-right: 5px;
	float: left;
	width: 45px;
	height: 70px;
	background-image: url("icons/icon_back.jpg");
	background-repeat: no-repeat;
}

#rightcontent .h3text {
	
	font-weight:normal;

}

#rightcontent .error {
	color:#CC0000;
	font-size: 110%;
	font-weight:bold;

}

#rightcontent .tablerow {
height:30px;

}

#rightcontent .errorbgd {
	background-color: #FFE7E4;
	height:30px;
	border:2px solid #CC0000;
	padding: 10px;


}


dl {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.00em;
	padding: 5px 0 
}

dt {
	width: 30%;
	text-align: right;
	padding-top: 3px;
	font-weight: bold;
	float: left;
}


dd { 	
	margin: 0 0 0 30%;
	padding: 0 0 0 10px;
	vertical-align: top;
	font-size: 1.00em;
}

dt .explain { font-style: italic;}


html>body dd label input { vertical-align: text-bottom;}	/* Tweak for Moz to align checkboxes/radio buttons nicely */


.classy td {
padding: 0px 4px;
text-align:left;
border-right: 1px #ffffff solid;
font-size: 14px;
}

.classy thead tr {
color: #ffffff;
background-color: #3e3e3e;
padding: 8px 4px 0 5px;
}

.classy thead td {
color: #ffffff;
background-color: #3e3e3e;
padding: 8px 5px 8px 10px;
}

.classy th {
padding: 8px 4px;
border-right: 2px #ffffff solid;
}
