/**************************************************************************************************************
 * Reset
 **************************************************************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}


/**************************************************************************************************************
 * Globals
 **************************************************************************************************************/

body { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; background-color: #ccc; }
h1, h2, h3, p, table, ul { margin: 10px; }
h1 { font-size: 14pt; font-weight: bold; }
h2 { font-size: 12pt; font-weight: bold; }
h3 { font-size: 10pt; font-weight: bold; }
li { margin: 10px 10px 10px 40px; }
th { white-space: nowrap; font-weight: bold; }
td { text-align: left; vertical-align: top; }
a { color: #3B5E0B; text-decoration: none; }
a:hover { color: #3B5E0B; text-decoration: underline; }
input.text, textarea { border: solid #3A75B6 1px; padding: 2px; }
strong { font-weight: bold; }
em { font-style: italic; }
blockquote { margin: 10px 50px; }

.clear { clear: both; }
.right { text-align: right; }

/* dont show transparent pngs in IE until the js fixes them */
.ie5 .iefix, .ie6 .iefix { display:none; } 

/**************************************************************************************************************
 * Layout
 **************************************************************************************************************/
.LeftDiv {float:left;
          width:49%;
          padding:0;
          margin:0;}
.RightDiv {float:Right;
          width:49%;
          padding:0;
          margin:0;}


#page { margin: 0 auto; width: 900px;}

#header { background-color: White; color: #fff; height: 167px; margin: 0; overflow: hidden; text-align: right; }
#header ul { list-style: none; }
#header ul li { display: inline; margin: 0 2px 0 0; font-size: 8pt; }
/*#header ul li a { text-decoration: none; font-size: 8pt; }*/
#header ul li a:hover { text-decoration: underline; }
#header ul li.username { font-weight: normal; }
#header h1 { font-size: 24pt; margin: 0 10px; float: left; }
#header .badge { margin: 0; margin-top: 25px; }

#header .breadcrums {
    float:left;
	line-height:9px;
    font-size:6px;
    font-weight:normal;
    color: #008000;
    padding: 0;
	vertical-align:top;
	width:690px;
	text-align:left;
}
#header .breadcrums span { font-size:xx-small;}
#header .breadcrums a {
 	font-size:6pt;
    font-weight:normal;
    text-decoration:none;
    color:#008000;
    padding: 0 0 0 0;
}
#header .breadcrums a:hover {
    text-decoration:underline; 
    /*color:#008000;*/
    
}
#header .WebBanner {
    float:left;
     width:633px;
     height:152px;
     vertical-align:top;
     text-align:center;
     margin: 4px 3px 0px 0px;
}


#header .IconLinks a { color:#008000; font-weight:normal; font-size:8px; text-align:center; vertical-align:top; text-decoration:none; }
#header .IconLinks a:hover	{ font-weight:100; text-decoration:underline; }				
#header .IconLinks img	{ text-align:center; vertical-align:top; padding:0;}
#header .icon { padding:0; vertical-align:bottom; text-align:center; }
#header .IconLinks { float:right; font-size:6px; text-align:center; vertical-align:bottom; width:50px; height:142px; padding: 10 1 1 1; }
/*.MainMenu img	{
    border-top:1px solid #E4E4D4;
    float:left;
}*/
#header .MainMenu {
    float:left;
    width:193px;
    text-align:left;
    padding-top:5px;
    padding-left:5px
}
#header .MenuItem, .MenuItemSelected {
    display: block;
    float:left;
    width: 100%;
    height: 27px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    overflow:hidden;
    padding: 0,0,0,0;
}
#header .MenuItemSelected { background-position: 0px -27px; }
#header .MenuItem:hover { background-position: 0px -27px; }

#nav { background: url("Images/tabs_bg.png") repeat-x left top; height: 34px; padding: 0; overflow: hidden; }
#nav ul { list-style: none; margin: 0; padding: 0; }
#nav ul li { display: inline; margin: 0; padding: 0; height: 34px; line-height: 34px; }
#nav ul li a { text-decoration: none; cursor: hand; float: left; text-decoration: none; margin: 0; padding: 0; font-weight: bold; }
#nav ul li a span { font-size: 10pt; color: #fff; height: 34px; text-align: center; float: left; display: block; padding: 0 15px; }
#nav ul li a:hover span { color: #3B5E0B; }
#nav ul li a.selected span { color: #3B5E0B;  }

#pan2LeftNav p { padding: 0 6 10 6; margin: 0 6 10 6; }
#pan2LeftNav image { padding-left: 2px; 
                     padding-right: 2px; 
                     margin: 0 6 0 6; } 


/* Left Navagation specific CSS */
.LeftNavContainer {
    width:190px; 
    padding: 0px 6px 0px 6px;
    float:left;
    height:100%;
}

.LeftNav {
    width:190px; 
    background-color:#E4E4D4;
    padding:2 6 2 3;
    margin: 3 6 0 0;
    text-align:left;
    height:100%;
}

.NavTitleBox {
    vertical-align:middle;
    height:24px; 
    border:1px solid #9D9D94;
    padding-left:6px;
    padding-top:3px;
}

.NavContent {
    vertical-align:top;
    padding-bottom:10px;
    padding-top:2px;
    padding-left:3px;
    padding-right: 3px;
    text-align:center;
    font-weight: 100; 
    font-size:8pt;
    color: #666666;
}

.ArticleDiv {
    float:right;
    width:695px;
}

.ContentTitle {
    font-size:15px;
    color:Black;
    font-weight:bold;
    margin:10px;
}

.ContentURL {
    font-size:15px;
    color:#333333;
    float:right;
}
.ContentIntro {
    font-size:10pt;
    color:Black;
}
.ContentBody {
    font-size:10pt;
    color:Black;
}
.ContentCreated {
    font-size:10px;
    color:#333333;
}

#content {
     overflow:auto;
 }

#columns { background-color:White; }
#column1 { width: 193px; float: left;  }
#column1 a { font-size: 10pt; }
#column2 { width: 685px; float: right; margin-left:5px; margin-right:5px;}
#column2 a { font-size: 10pt; }

.footerMenu {
     padding-top:5px;
     vertical-align:middle;
     text-align:center;
     height:25px;
     width:100%;
}			 	
.footerMenu a	{
	color:#FFFFFF;
	font-weight:600;
	font-size: 8pt;
	text-decoration:none;
}					  	
.footerMenu a:hover {
	font-weight: 600;
	font-size: 8pt;
	text-decoration: none;
	color: Black;
}	

#footer {
     padding: 5px 0px 0px 0px;
     vertical-align:middle;
     text-align:center;
     vertical-align:middle;
     height:25px;
     width:100%;
     background-color: #E0E0E0; 
     color: #333333; 
     font-size: 8pt; }

#footer table { vertical-align:middle; padding:0; margin:0;}
#footer a	{
	color:#333333;
	text-decoration:none;
}			
#footer a:hover	{
	text-decoration:underline;
}			
#footer p  { font-size: 8pt; }
#footer ul { color:#333333; list-style: none; font-size: 8pt;  margin:0px 0px 0px 5px; float: right;  }
#footer li { display: inline; margin: 0; font-size: 8pt; }
#footer a  { color:#333333; font-size: 8pt; }
#footer td { text-align:center; }

/* file upload boxes */
.FileList td,th {
    padding:6px;
    margin:6px;
    text-align:left;
}

.RowAlt {
    background-color:#EAFF5C;
}
.RowNrml {
    background-color:#F5FFB1;
}
.RowEdt {
    background-color:#B9F084;
}

.RowHdr {
    text-align:left;
    background-color:#91FF23;
}
.divLeft
{
    float:left;
    width:49%
}
.divRight 
{
    float:right;
    width:49%
}


/**************************************************************************************************************
 * Page Styles
 **************************************************************************************************************/
/* ~/Login.aspx */
#login { margin: 50px; }
#login .container { width: 200px; margin-left: auto; margin-right: auto; }
#login h1 { margin: 0 0 10px 0; padding: 0; }
#login p { margin: 10px 0 0 0; padding: 0; font-size: 10pt; }
#login a { font-size: 10pt; }
#login label { display: block; font-weight: bold; }
#login input.text { width: 195px; }

/* ~/ForgotPassword.aspx */
#passwordrecovery { margin: 50px; }
#passwordrecovery .container { width: 300px; margin-left: auto; margin-right: auto; }
#passwordrecovery h1 { margin: 0 0 10px 0; padding: 0; }
#passwordrecovery p { margin: 10px 0 0 0; padding: 0; }
#passwordrecovery label { display: block; font-weight: bold; }
#passwordrecovery input.text { width: 295px; }

/* ~/Clients/Account.aspx */
#accountinfo { }

/******************************************************************************
 * ASP.NET Controls
 ******************************************************************************/
 
/**** <asp:GridView /> ****/
.gv { background-color: #ccc; border: solid #3A75B6 1px; border-collapse: collapse; }
.gv th, .gv td { text-align: left; padding: 2px; font-size: 8pt; }
.gv th { color: #fff; background-color: #2764C1; }
.gv th a { color: #fff; text-decoration: none; }
.gvar { background-color: #fff; }

.gvpr td { color: #fff; font-weight: bold; background-color: #2764C1; font-size: 10pt; }
.gvpr a { color: #ccc; font-weight: bold; }
.gvpr td table { margin: 0; }

/**** <asp:DetailsView /> ****/
.dv { background-color: #ccc; border: solid #3A75B6 1px; border-collapse: collapse; }
.dv td { padding: 4px; }
.dvr {}
.dvh { text-align: right; white-space: nowrap; color: #fff; background-color: #2764C1; font-weight: bold; }

/* <asp:ValidationSummary /> */
.vs { color: #fff; background-color: #c00; margin: 0; padding: 4px; }
.vs ul { margin: 0; padding: 0; list-style: none; }
.vs li { margin: 0; padding: 0; font-size: 8pt; font-weight: normal; }

/* <hc:Dialog /> */
.dialog { color: #000; background-color: #fff; border: solid #2764C1 2px; }
.dialog_title { color: #fff; background-color: #2764C1; font-size: 10pt; font-weight: bold; padding: 4px; text-align: left; }
.dialog_content { text-align: left; }
.dialog_content .gv, .dialog_content .dv, .dialog_content table, .dialog_content p { margin: 10px 10px 0 10px; }
.dialog_buttons { padding: 10px; text-align: right; }
.dialog_background { background-color: Gray; filter: alpha(opacity=70); opacity: 0.7; }

/* <hc:Button /> */
button.btn { background-color: transparent; border: none; margin: 0; padding: 0; }
button.btn div { border: 0; cursor: pointer; padding: 0 5px 0 0; text-align: center; height: 28px; width: auto;}
button.btn div span { display: block; white-space: nowrap; padding: 0 0 0 10px; color: #fff; font-size: 10pt;  font-weight: bold; height: 28px; line-height: 28px; }
/* button graphics */
button.btn div { background: url(Images/button_right.gif) top right no-repeat; }
button.btn div span { background: url(Images/button_left.gif) top left no-repeat; }
button.btn:hover div { background-position: 100% -28px; }
button.btn:hover div span { background-position: 0% -28px; color: #3B5E0B; }
/* button browser specific tweaks */
.ie button.btn { width: 160px; overflow: hidden; padding: 0 0 0 4px; }
/*.gecko button.btn div { margin: 0 -3px; } */
.ie .right button.btn { width: 90px; overflow: hidden; padding: 0 0 0 4px; }


/************************************************************************************
 * AjaxControlToolkit Popup Calendar
 ************************************************************************************/
.ajax__calendar_container {padding:4px;position:absolute;cursor:default;width:240px;font-size:10pt;text-align:center;font-family:tahoma,verdana,helvetica;}
.ajax__calendar_body {height:139px;width:240px;position:relative;overflow:hidden;margin:auto;}
.ajax__calendar_days, .ajax__calendar_months, .ajax__calendar_years {top:0px;left:0px;height:139px;width:170px;position:absolute;text-align:center;margin:auto;}
.ajax__calendar_container TD {font-size:8pt;padding:0;}
.ajax__calendar_header {height:20px;width:100%;}
.ajax__calendar_prev {cursor:pointer;width:15px;height:15px;float:left;background-repeat:no-repeat;background-position:50% 50%;background-image:url(Images/arrow-left.gif);}
.ajax__calendar_next {cursor:pointer;width:15px;height:15px;float:right;background-repeat:no-repeat;background-position:50% 50%;background-image:url(Images/arrow-right.gif);}
.ajax__calendar_title {cursor:pointer;font-weight:bold;}
.ajax__calendar_footer {height:15px;}
.ajax__calendar_today {cursor:pointer;padding-top:3px;}
.ajax__calendar_dayname {height:17px;width:17px;text-align:right;padding:0 2px;}
.ajax__calendar_day {height:17px;width:18px;text-align:right;padding:0 2px;cursor:pointer;}
.ajax__calendar_month {height:44px;width:40px;text-align:center;cursor:pointer;overflow:hidden;}
.ajax__calendar_year {height:44px;width:40px;text-align:center;cursor:pointer;overflow:hidden;}

.ajax__calendar .ajax__calendar_container {border:1px solid #646464;background-color:#ffffff;color:#000000;}
.ajax__calendar .ajax__calendar_footer {border-top:1px solid #f5f5f5;}
.ajax__calendar .ajax__calendar_dayname {border-bottom:1px solid #f5f5f5;}
.ajax__calendar .ajax__calendar_day {border:1px solid #ffffff;}
.ajax__calendar .ajax__calendar_month {border:1px solid #ffffff;}
.ajax__calendar .ajax__calendar_year {border:1px solid #ffffff;}

.ajax__calendar .ajax__calendar_active .ajax__calendar_day {background-color:#edf9ff;border-color:#0066cc;color:#0066cc;}
.ajax__calendar .ajax__calendar_active .ajax__calendar_month {background-color:#edf9ff;border-color:#0066cc;color:#0066cc;}
.ajax__calendar .ajax__calendar_active .ajax__calendar_year {background-color:#edf9ff;border-color:#0066cc;color:#0066cc;}

.ajax__calendar .ajax__calendar_other .ajax__calendar_day {background-color:#ffffff;border-color:#ffffff;color:#646464;}
.ajax__calendar .ajax__calendar_other .ajax__calendar_year {background-color:#ffffff;border-color:#ffffff;color:#646464;}

.ajax__calendar .ajax__calendar_hover .ajax__calendar_day {background-color:#edf9ff;border-color:#daf2fc;color:#0066cc;}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_month {background-color:#edf9ff;border-color:#daf2fc;color:#0066cc;}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_year {background-color:#edf9ff;border-color:#daf2fc;color:#0066cc;}

.ajax__calendar .ajax__calendar_hover .ajax__calendar_title {color:#0066cc;}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_today {color:#0066cc;}

/************************************************************************************
 * Modal Popup Screens
 ************************************************************************************/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:400px;
}
.modalPopupcontact400 {
	background-color:White;
	border-width:3px;
	border-style:solid;
	border-color:#3475cd;
	padding:0px;
	width:400px;
}
.modalPopupcontact360 {
	background-color:White;
	border-width:3px;
	border-style:solid;
	border-color:#3475cd;
	padding:0px;
	width:360px;
}
.modalPopupcontact {
	background-color:White;
	border-width:3px;
	border-style:solid;
	border-color:#3475cd;
	padding:0px;
	width:300px;
}
.modalPopupcontact550 {
	background-color:White;
	border-width:3px;
	border-style:solid;
	border-color:#3475cd;
	padding:0px;
	width:550px;
}
.modalPopupcontactfull {
	background-color:White;
	border-width:3px;
	border-style:solid;
	border-color:#3475cd;
	padding:0px;
	
}

