﻿/**************************************************************************************************************
 * 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;}

/**************************************************************************************************************
 * Globals
 **************************************************************************************************************/
body { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; background-color: #ccc; 
    background-image: url('images/greyback2.jpg') }
h1, h2, h3, p{ margin: 0px; }
ul, table  { margin: 0px; }
h1
{
	font-size: 16pt;
	font-weight: bold;
	color: #4B4E3D;
}
h2 { font-size: 14pt; font-weight: bold; color:#4B4E3D;}
h3 { font-size: 12pt; font-weight: bold; color:#4B4E3D;}
h4 { font-size: 12pt; font-weight: normal; color:#000000;}
h5 { font-size: 11pt; font-weight: normal; color:#000000;}
h6 { font-size: 8pt; font-weight: bold; color:#000000; text-decoration:underline;}
li { margin: 0px; }
th { white-space: nowrap; font-weight: bold; }
td { text-align: left; vertical-align: top; }
a { color: #000000; text-decoration: underline; }
a:hover { color: #996655; text-decoration: none; }
input.text, textarea { border: solid #000061 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; }


.freezing { overflow:auto; margin:0px; }
.freezing table tbody { overflow: hidden;  }
.freezing table th { position:relative;  } 

/**************************************************************************************************************
 * Layout
 **************************************************************************************************************/
#page { margin: 0 auto; width: 1000px; border-right: 3px solid  gray; 
    border-left: 3px solid  gray;  background-color: #C9C5A0; height:810px; }

#page a { font-size: 12pt; }

#header
{
	background-image: url('images/masthead4.jpg' );
	height: 77px;
	background-repeat: no-repeat;
	border-bottom: 2px solid #bba15c;
	}

#topbar
{
	background-color: #777777;
	color: #fff;
	height: 25px;
	margin: 0;
	overflow: hidden;
	
	background-repeat: no-repeat;
	border-bottom: 2px solid #bba15c;
	text-align: right;
	padding-bottom: 0px;
	vertical-align: middle;
	
}
#topbar ul { list-style: none; }
#topbar ul li { display: inline; margin: 0 4px; font-size: 8pt; }
#topbar ul li a { color: #fff; text-decoration: underline; font-size: 8pt; }
#topbar ul li a:hover { text-decoration: none; color:#ECD062; }
#topbar ul li.username { font-weight: normal; }   
    


#nav
{
	
	color: #fff;
	padding-top: 14px;
	height: 50px;
	margin: 0;
	overflow: hidden;
	text-align: right;
	padding-bottom: 0px;
	height: 50px;
	vertical-align: middle;
	
	width: 775px;
	float:right;
}
#nav ul
{
    list-style: none;
    margin: 0;
    padding: 0;


}
#nav ul li
{
    display: inline;
    margin: 0;
    padding: 0;
    width: 75px;

}
#nav ul li a
{
    text-decoration: none;
    cursor: hand;
    float: left;
    text-decoration: none;
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 9pt;

}
#nav ul li a span
{
	font-size: 9pt;
	color: #FFFFFF;
	height: 40px;
	width: 65px;
	text-align: center;
	float: left;
	display: block;
	padding: 7px 15px 0 15px;
	background-image: url('images/NavTop6.jpg');
	background-repeat: no-repeat;
}
#nav ul li a:hover span
{
    color: #666666;
    font-size: 9pt;
}
#nav ul li a.selected span
{
    color: #ecd062;
    font-size: 9pt;
    background-image: url('images/NavTop2.jpg');
}

/* 1 column */

#content {background-color:#ffffff; height:643px; padding:10px;}

#welcome {margin-left:25px; margin-right:150px; background-color: #ffffff; padding:15px;}
#welcome table{}
#welcome table tr{border: 1px solid gray; margin: 0 auto; background-color: #ffffff; padding:0;}
#welcome table tr td{ margin: 0 auto; background-color: #ffffff; padding:0;}

#contact {margin-left:150px; margin-right:150px; background-color: #ffffff; margin-top:50px;}

/* 3 column */

#columns {  background-color:#C9C5A0; }

#column1 { width: 500px; overflow: hidden; float: left; margin:10px; background-color: #9E9B68; 
      border: 1px solid #660000; background-image: url('images/GlowButton2.jpg')}
#column1 a { font-size: 11pt;  text-decoration: underline; }
#column1 a:hover { font-size: 11pt; color:#777777;  text-decoration:none;    }



#column2 { width: 626px; overflow: hidden; background-color:#ffffff; border: 1px solid #660000; float: left; padding:10px; margin-top:10px; vertical-align:top;}
#column2 a { font-size: 10pt; }

#column3 { width: 160px; overflow: hidden; border: 1px solid #660000; float: right; margin:10px; }
#column3 a { font-size: 10pt; }


/* footer */
#footer { border-bottom: 3px solid gray; margin: 0 auto; background-color: #777777; padding-top:3px; 
      padding-right:10px; padding-left:10px; color: #fff; width:980px; height: 16px; font-size: 8pt; }
#footer p  { font-size: 8pt; }
#footer ul { list-style: none; float: right; font-size: 8pt; }
#footer li { display: inline; margin: 0; font-size: 8pt; }
#footer a  { color: #fff; font-size: 8pt; text-decoration:underline; }
#footer a:hover { text-decoration: none; color:#ECD062; }

#grid {height:30px; margin-top:10px; }
#grid a{float: right; color: #000000; font-weight:normal; }
#grid a:hover { color: #965; text-decoration: underline; }

#grid2 {height:30px; font-size: medium; font-weight: bold; top: 10px;}
#grid2 a{ color: #000000; float: right; font-weight:normal; }
#grid2 a:hover { color: #965; text-decoration: underline; }

#grid3 {height:30px; font-size: medium; font-weight: bold; top: 10px; }
#grid3 a{ color: #000000; float: left; font-weight:normal; }
#grid3 a:hover { color: #965; text-decoration: underline; }

#grid4  {height:30px; font-size: medium; font-weight: bold; top: 10px; }
#grid4 a{ color: #000000; float: left; font-weight:normal; }
#grid4 a:hover { color: #965; text-decoration: underline; }
#grid4  td { font-size: medium; font-weight: bold; }
#grid4 h5 { font-size: 11pt; font-weight: normal; color:#000000;}

#grid5  {height:30px; font-size: medium; font-weight: bold; top: 10px;  float:left; }
#grid5 a{ color: #000000; float: left; font-weight:normal; }
#grid5 a:hover { color: #965; text-decoration: underline; }
#grid5  td { font-size: 14pt; font-weight: bold; }
#grid5 h5 { font-size: 12pt; font-weight: normal; color:#000000;}

/**************************************************************************************************************
 * Page Styles
 **************************************************************************************************************/
/* ~/Admin/Default.aspx */
#dashboard { width: 860px; margin: 0; padding: 0; }
#dashboard .column1 { width: 600px; }
#dashboard .column1 table { margin-right: 10px; }
#dashboard .column2 { width: 250px; }

/* ~/Admin/Users.aspx */
#searchterms { margin: 10px; background-color: #eee; border: solid #3A75B6 1px; }
#searchterms li, a { font-size: 8pt; }
#searchterms li { margin-top: 2px; margin-bottom: 2px; }
#searchterms p { margin: 2px 4px; }

#userlist { }
#userlist .gv { margin: 0 10px; }
#userlist .count { margin: 0 10px; text-align: right; font-size: 8pt; font-weight: bold; }
#userlist .gvedrs td { width: 730px; padding: 5px; }

/* ~/Admin/Roles.aspx */
#roles { }
#roles .list { margin: 0 10px; padding: 10px; border: solid #3A75B6 1px; background-color: #eee; }
#roles .list table { margin: 0; padding: 0; }
#roles .list td { padding: 4px; }
#roles .list label { margin-left: 5px; }
#roles .note { margin: 0 10px; }

/* ~/Login.aspx */
#login { margin: 50px;   }
#login .container { width: 300px; margin-left: 300px; 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; text-decoration:underline; }
#login label { display: block; font-weight: bold; }
#login input.text { width: 195px; }

/* ~/Signup.aspx */
#signup { margin: 50px 195px; width: 355px; }
#signup h1 { margin: 0 0 10px 0; padding: 0; }
#signup table { margin: 0 0 10px 0; border: none; width: 355px; }
#signup td { padding: 5px; }

/* ~/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; }

/* ~/Member/Account.aspx */
#accountinfo { }

/******************************************************************************
 * ASP.NET Controls
 ******************************************************************************/
 
/**** <asp:GridView /> ****/
.gv { background-color: #E8E8E8; border: solid #999999 1px; border-collapse: collapse; }
.gv th, .gv td { text-align: left; padding: 2px; font-size: 8pt; }
.gv th
{
	color: #fff;
	background-color: #B79C55;
}
.gv th a { color: #fff; text-decoration: none; }
.gvar { background-color: #fff; }
.gvpr td { color: #fff; font-weight: bold; background-color: #999999; font-size: 10pt; }
.gvpr a { color: #E8E8E8; font-weight: bold; }
.gvpr td table { margin: 0; }

/**** <asp:DetailsView /> ****/
.dv { background-color: #E8E8E8; border: solid #999999 1px; border-collapse: collapse; }
.dv td { padding: 4px; }
.dvh { text-align: right; white-space: nowrap; color: #fff; background-color: #999999; 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 #000061 2px; }
.dialog_title { color: #fff; background-color: #000061; 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);}

/* <hc:Button /> */
button.btn { background-color: transparent; border: none; margin: 0; padding: 0; }
button.btn div { border: 0; cursor: pointer; padding: 0 10px 0 0; text-align: center; height: 28px; }
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.png) top right no-repeat; }
button.btn div span { background: url(Images/button_left.png) 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: auto; overflow: visible; padding: 0 0 0 4px; }
/*.gecko button.btn div { margin: 0 -3px; } */

/************************************************************************************
 * AjaxControlToolkit Popup Calendar
 ************************************************************************************/
.ajax__calendar_container {padding:4px;position:absolute;cursor:default;width:240px;font-size:11px;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;}