﻿body
{
	font-family: Arial;
	font-size: 12px;
}


div#wrapper
{
    width: 785px;
}
div#header img
{
	border: none;
    /*background-image: url(../../images/header.gif);
    background-repeat: no-repeat;
    height: 95px;
    width: 785px;
    overflow: hidden;*/
}
div#Content
{
    background-image: url(../../images/content.gif);
    background-repeat: repeat-y;            
    float: left;
    width: 785px
}
div#Content div#leftNav
{
    width: 180px;
    float: left;
}
div#Content div#mainContent
{
    
	margin-left: -180px;
	float:right;
	width:605px;
 
}        

/*footer for master page with nav */

div#footer
{
    background-image: url(../../images/footer.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
    padding-top: 40px;  
    color: #333;
    font-family: Arial;
    font-size: 13px;  
} 
div#footer div
{
    padding-left: 60px;
}

/*footer for non-master page without nav*/

div#footergeneral
{
   background-repeat: no-repeat;
    background-position: 0 0;
    padding-top: 40px;  
    color: #333;
    font-family: Arial;
    font-size: 12px;  
} 
div#footergeneral div
{
    padding-left: 60px;
}

div.cleardiv
{
    clear: both;
}  

/* General Page - begins */

div.GeneralContent
{
	width: 775px; /* 785 - 10 padding */
	padding: 0 0 0 10px;
}

div.GeneralContent div.LeftBox
{
	width: 515px;
	padding: 0 10px 0 0;
	float: left;
}

div.GeneralContent div.RightBox
{
	width: 240px;
	padding: 0;
	float: left;
}

div.GeneralContent h1
{
	font-family: Arial;
    font-size: 22px; 
    font-weight: normal;
}

div.GeneralContent span.h1bold
{
	font-family: Arial;
    font-size: 22px; 
    font-weight: bold;
    font-style: normal;
}

div.GeneralContent div.longbox
{
	width: 505px;
}

div.GeneralContent div.longbox div.head
{
	background: white url(../../images/longboxhead.gif) no-repeat;
	width: 505px;
	height: 46px;
	padding: 0;
	margin: 0;
}


div.GeneralContent div.longbox div.head h1
{
	font-family: Arial;
    font-size: 18px; 
    font-weight: normal;
    padding: 10px 0 0 20px;
    margin: 0;
}

div.GeneralContent div.longbox div.head span.h1bold
{
	font-family: Arial;
    font-size: 18px; 
    font-weight: bold;
    font-style: normal;
}

div.GeneralContent div.longbox div.content
{
	background: white url(../../images/longboxbg.gif);
	background-repeat: repeat-y;
	padding: 5px 20px;
}

div.GeneralContent div.longbox div.content ul li
{
	list-style-image: url(../../images/redarrow.gif);
}

div.GeneralContent div.longbox div.bottom
{
	background: white url(../../images/longboxbottom.gif) no-repeat;
	width: 505px;
	height: 12px;
	padding: 0;
	margin: 0;
}

div.GeneralContent input.BigRedButton
{
	background: white url(../../images/bigredbutton.gif) no-repeat;
	border: none;
	width: 234px;
	height: 67px;
	color: #FFFFFF;
	font-size: 26px;
	cursor: hand;
}


div.GeneralContent div.loginbox
{
	width: 228px;
}

div.GeneralContent div.loginbox div.head
{
	background: white url(../../images/loginboxhead.gif) no-repeat;
	width: 228px;
	height: 45px;
	padding: 0;
	margin: 0;
}

div.GeneralContent div.loginbox span.ErrorMsg
{
	font-size: 12px;
}



div.GeneralContent div.loginbox div.head h1
{
	font-family: Arial;
    font-size: 18px; 
    font-weight: normal;
    padding: 10px 0 0 20px;
    margin: 0;
}

div.GeneralContent div.loginbox h2
{
	font-family: Arial;
    font-size: 14px; 
    font-weight: bold;
}

div.GeneralContent div.loginbox div.content
{
	background: white url(../../images/loginboxbg.gif);
	background-repeat: repeat-y;
	padding: 5px 20px;
}

div.GeneralContent div.loginbox div.content ul
{
	padding-left: 15px;
	margin-left: 0;
}

div.GeneralContent div.loginbox div.content ul li
{
	list-style-image: url(../../images/redarrow.gif);
	font-size: 10px;
	margin: 0;
	padding: 0;
}

div.GeneralContent div.loginbox div.content input.text
{
	margin: 5px 0 0 0;
	font-size: 10px;
	color: #666666;
	display: block;
	width: 150px;
}

div.GeneralContent div.loginbox div.content input.submitbutton
{
	margin: 5px 0 0 0;
}

div.GeneralContent div.loginbox div.bottom
{
	background: white url(../../images/loginboxbottom.gif) no-repeat;
	width: 228px;
	height: 11px;
	padding: 0;
	margin: 0;
}



div.GeneralContent div.regbox
{
	width: 775px;
}

div.GeneralContent div.regbox div.head
{
	background: url(../../images/regboxhead.gif) no-repeat;
	width: 775px;
	height: 45px;
	padding: 0;
	margin: 0;
}


div.GeneralContent div.regbox div.head h1
{
	font-family: Arial;
    font-size: 18px; 
    font-weight: normal;
    padding: 10px 0 0 20px;
    margin: 0;
}

div.GeneralContent div.regbox div.head span.h1bold
{
	font-family: Arial;
    font-size: 18px; 
    font-weight: bold;
    font-style: normal;
}

div.GeneralContent div.regbox div.content
{
	background: url(../../images/regboxbg.gif);
	background-repeat: repeat-y;
	padding: 5px 20px;
	width: 735px;	
}

div.GeneralContent div.regbox textarea
{
	margin-left: 140px;
	width: 580px;
	display: block;	
}

div.GeneralContent div.regbox div.useragreement
{
	width: 725px;
	height:200px;
	overflow:auto;
	padding: 0 5px;
	border: solid 1px #999999;
	margin-bottom: 10px;
}

div.GeneralContent div.regbox div.content ul li
{
	list-style-image: url(../../images/redarrow.gif);
}

div.GeneralContent div.regbox div.bottom
{
	background: url(../../images/regboxbottom.gif) no-repeat;
	width: 775px;
	height: 12px;
	padding: 0;
	margin: 0;
}

/*total width: 735px */
div.GeneralContent div.form_row_left, div.GeneralContent div.form_row_right
{
	float: left;
	padding: 3px 0;
	width: 365px;
}

div.GeneralContent div.form_row_left
{
	padding-right: 5px;
}

div.GeneralContent div.form_row_separator
{
	clear: both;
	height: 15px;
}


div.GeneralContent div.form_row_left span.form_label, div.GeneralContent div.form_row_right span.form_label
{
	text-align: right;
	width: 130px;
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	padding: 0;
}


div.GeneralContent div.form_row_left input.text, div.GeneralContent div.form_row_right input.text
{
	width: 200px;
	margin-left: 10px;
	padding: 0;
}

div.GeneralContent div.form_row_left input.radio, div.GeneralContent div.form_row_right span.radio
{
	margin-left: 10px;
}

div.GeneralContent div.form_row_left select, div.GeneralContent div.form_row_right select
{
	width: 200px;
	margin-left: 10px;
}


div.GeneralContent div.form_row
{
	padding: 3px 0;
}

div.GeneralContent div.form_row span.form_label
{
	text-align: right;
	width: 130px;
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}


div.GeneralContent div.form_row input.text
{
	width: 200px;
	margin-left: 10px;
}

div.GeneralContent div.form_row input.button
{
	margin-left: 660px;
}

div.GeneralContent div.form_row span.form_labellight
{
	text-align: right;
	width: 130px;
	float: left;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	padding-right: 5px;
}

div.GeneralContent div.form_row span.form_labelfield
{
	text-align: left;
	width: 500px;
	float: left;
	font-size: 12px;
	font-weight: normal;
	color: #000033;
}

div.GeneralContent input.ConfirmationButton
{
	background: white url(../../images/confirmationbutton.gif) no-repeat;
	border: none;
	width: 280px;
	height: 59px;
	color: #FFFFFF;
	font-size: 22px;
	cursor: hand;
	float: left;
	margin: 5px;
}

div.GeneralContent input.ChangeButton
{
	background: white url(../../images/changebutton.gif) no-repeat;
	border: none;
	width: 222px;
	height: 59px;
	color: #FFFFFF;
	font-size: 22px;
	cursor: hand;
	float: left;
	margin: 5px;
}

div.GeneralContent input.SaveChangesButton
{
	float: right;
	margin-right: 20px;
}

div.GeneralContent p.note
{
	font-size: 11px;
	float: none;
	display: block;
}


/* General Page - ends */

/* STYLES */
div#leftNav
{
    font-family: arial;
    color: #666666;
    font-size: 12px;   
    background-image: url(../../images/navtop.gif) ;
	background-repeat: no-repeat; 
}
div#leftNav div.leftInner
{
    padding: 0;
	
}

div#leftNav div.leftInner div.NavTitle
{
	margin: 6px 0 0 0;
    padding: 3px 11px 6px 11px;	
    font-weight: bold;
    background-color: #E0E0CE;
}

div#leftNav div.leftInner div.NavTitle a.NavTitle
{
	color: #666666;
    text-decoration: none;
}

div#leftNav div.leftInner address
{
    font-style:normal;
}

div#leftNav div.NavTitle
{
	margin: 0;
    padding: 6px 11px 6px 11px;	
    font-weight: bold;
    background-color: #E0E0CE;
}

div#leftNav div.ResourcesNav, div#leftNav div.OtherNav
{
    padding-top: 5px;
    margin-top: 0;
    margin-bottom: 10px;
}

div#leftNav div.OtherNav
{
    border-top: solid 1px #D2D2B9;
}

div#leftNav div.ResourcesNav ul, div#leftNav div.OtherNav ul
{
    padding: 0;
    margin: 0;
    list-style:none;
}
div#leftNav div.ResourcesNav ul li, div#leftNav div.OtherNav ul li
{
    padding: 0px 0px;
    margin: 0;
    border: 1px solid #ECECE0;
 
}
div#leftNav div.ResourcesNav ul li a, div#leftNav div.OtherNav ul li a
{
    font-family: Arial;
    font-size: 11px;
    color: #666666;
    text-decoration: none;
    display: block;
    padding: 5px 10px;

}
div#leftNav div.ResourcesNav ul li a:hover, div#leftNav div.OtherNav ul li a:hover
{
    color: #fff;
    background-color: #BD3632
}
div#leftNav div.ResourcesNav ul li a.selected, div#leftNav div.OtherNav ul li a.selected
{
        color: #fff;
    background-color: #BD3632;

}
div#leftNav div.leftSearch
{
    margin-top: 0px;
    margin-bottom: 10px;
    border-top: 1px solid #D2D2B9;
    padding: 11px;
}
div#leftNav div.leftSearch input.itext
{
    border: 1px solid #888888;
    color: #999999;
    width: 150px;
    margin-top: 5px;
}
div#leftNav div.leftSearch input.etext
{
    border: 1px solid #D8000C;
    color: #999999;
    width: 150px;
    background-color: #FEEFB3;
}
div#leftNav div.leftSearch div.etext
{
    border: 1px solid #D8000C;
    color: #D8000C;
    background-color: #FFBABA;
    width: 150px;
    padding: 1px;
    margin-bottom: 5px;
    margin-top: 10px;

}
div#leftNav div.leftSearch input.ibutton
{
    background-image: url(../../images/leftGo.gif);
    background-repeat: no-repeat;
    width: 24px;
    height: 17px;
    border: 0;
}

div#leftNav div.leftSearch div.LeftSearchTitle
{
	font-weight: bold;
	padding-bottom: 10px;
	margin: 0;
}

div#leftNav div.leftSearch div.leftSearchRadio
{
	clear: both;
}


div#leftNav div.leftSearch div.leftSearchRadio input
{
	width: 20px;
	float: left;
	padding-left: 0;
	margin-left: 0;
}

div#leftNav div.leftSearch div.leftSearchRadio label
{
	/*display: inline-block;*/
	width: 135px;
	float: left;
	padding: 3px 0 3px 0;
}

div#leftNav div.leftSearch div.leftSearchText
{
	margin-top: 10px;
}

div#leftNav div.leftSearch div.leftSearchText input.ibutton
{
	margin-top: 10px;
	margin-left: 126px;
}


div#contentInner
{
   padding-left: 20px;
   color:#333;
   font-family: Arial;
   font-size: 12px;


}
div#contentInner a
{
    text-decoration: none;
}
div#contentInner ul
{
    padding-left: 15px;
    margin: 0;
    list-style-type :square
}
div#contentInner ul li
{
   line-height: 20px;
}
ol
{
    margin: 20px;
    padding: 0;
}
ol li
{
   line-height: 20px;
}
ol.search_results
{
    list-style: none;
    margin: 0;
    padding: 0;
}
ol.search_results li
{
    line-height: 26px;
}
ol.search_results li a
{
   text-decoration: none;
   font-weight: bold;
}
span.mid_title
{
    font-weight: bold;
    padding-top: 5px;
    display: block;
    color:#C32015;
}
span.big_title
{
    font-weight: bold;
    color: #BD3632;

}
span.small_title_bold
{
    font-weight: bold;
}
span.atozlist
{
    background-image: url(../../images/rc_left.gif);
    background-repeat: no-repeat;
}
span.atozlistinner
{
	padding: 4px;
    background-color: #E0E0CE;
}
div#contentInner span.atozlistinner a
{
color: #333;
}
div#contentInner span.atozlistinner a:hover
{
text-decoration: underline;
}
span.results_text_display, span.results_parm_display
{
    font-weight: bold;
}
div#contentInner input.itext
{
    border: 1px solid #888888;
    width: 257px;
}
h2
{
    color:#555555;
    font-size:16px;
    margin-bottom:0px;
    margin-top:0px;    
}
#Content div.contentDetails p.em
{
    color:#555555;
    margin-bottom:22px;
    margin-top:0px;    
}

/* Address Display (User Control) - begins */

div#leftNav div.leftInner div.vcard
{
	padding: 11px;
}
div#leftNav div.leftInner div.vcard div.adr p
{
	font-weight:normal;
    font-size: 12px;   
    line-height: 16px;
    padding: 0;
    margin: 0
}

div#leftNav div.leftInner div.vcard div.adr p.nobr
{
    font-weight:normal;
    font-size: 12px;   
    display: inline;
}


/* Address Display (User Control) - ends */

a.homelink
{
	background: white url(../../images/homebutton.gif) no-repeat;
	border: none;
	width: 44px;
	height: 17px;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 9px;
	font-weight: bold;
	cursor: hand;
	float: right;
	text-align: center;
	text-decoration: none;
	padding-top: 3px;
	margin-left: 3px;
}
