body
{
    font-size:12px;
    font-family:Verdana;
    color:#000;
    margin:0px;
    padding:0px;
}

.homepage_nav
{
    color:#847b7e;
    text-decoration:none;
}

.emailaddress_nav
{
    color:#cdbdbd;
    text-decoration:none;
}

.footer_nav
{
    color:#1b1d21;
    text-decoration:none;
}

.thumbs_red_bold
{
    font-weight:bold;
    color:#752a22;
}

.thumbs_subtext
{
    font-size:10px;
    color:#1b1d21;
}

.form_header
{
    color:#d4c9c9;
    text-decoration:none;
}

.form_input
{
    background-color:#32353b;
    color:#d5d2cc;
    border-bottom:1px solid #53575c;
    font-size:12px;
    font-family:Verdana;
}

.form_textarea
{
    background-color:#d5d2cc;
    color:#32353b;
    border-bottom:1px solid #53575c;
    font-size:12px;
    font-family:Verdana;
}

.form_dropdown
{
    background-color:#32353b;
    color:#d5d2cc;
    border-bottom:0px;
    font-size:12px;
    font-family:Verdana;
}

.ErrorSummary
{
	background-image: url(../images/error.gif);
	background-repeat:no-repeat;
	border:1px solid #FF0000;
	background-color:#E7E9EA;
	text-align:left;
	min-height:50px;
	height:auto !important;
	height:50px;
	min-width:380px;
	width:380px;
	padding-left:50px;
	padding-top:10px;
	padding-bottom:15px;
	color:#444 !important;
	font-size:12px;
	line-height:15px;
	background-position:5px 5px;
}

.SelectLayoutDiv {
	position:absolute;
	display:none;
	z-index: 10;
	text-align: left;
	width: auto;
}

.SelectLayout_Faded
{
    opacity:0.4;
    filter:alpha(opacity=40)
}

.SelectLayout_Selected
{
    opacity:1;
    filter:alpha(opacity=100)
}

.mgt_headerstyle
{
   border:1px solid #ccc; 
   line-height:16px; 
   padding-bottom:3px; 
   background-color:#edeeed; 
   padding:5px;
   font-size:10px;
}

.mgt_header_bold
{
   line-height:20px; 
   font-size:14px;
   font-weight:bold;
}

/* Rad style Overrides*/
.RadUpload_Default2006 .ruInputs, .RadUpload_Default2006 .ruProgress 
{
    background:white !important;
    border:0px !important;
}
.radupload 
{
    width:0px !important;
}
.RadUpload_Default2006 .ruInputs 
{
    padding:0px !important;
}
.RadPanelBar_Default ul.rpRootGroup 
{
    border-bottom:0px !important;
    border-top:0px !important;
    border-left:0px !important;
}