/* CSS Document */

/*
NOTES

2/12/08
You set display: block for div#footer_bg so as to workaround the fixed div overlay bug when window height is shrunk


*/
/****************
COLORS
background 		 			- #663300
body text  		 			- #666666
headline   		 			- #333333
table toprow (lt brown)		- #DCB79C
tablerowdark(beige)			- #F3F4D7
required(orange) 			- #FF9900
error			 			- #FF0000
error2						- #003399

****************/

body {
	
	/*   re-activate at launch ....  
	background: #663300; 
	
	*/
	
	background:url(images/body_bg_rpt_y.png) repeat-y center;
	
	
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	color:#666666;
	font-size:10px;
}
textarea {
	font-family: Tahoma, Verdana, Arial, Helvetica;

	font-size:13px;
}

img {
	border: 0px;
}

div {
	position: absolute;

}
.rel {
	position: relative;
	
}
#rel {
	position: relative;

}
div#rel div {
	position: relative;
}

div.rel div {
	position: relative;
}

* {
	padding: 0px;
	margin: 0px;
}
option {
	padding-left: 4px;
}
li {
	text-indent: 8px;
	line-height: 120%;
}

/* ---------------------  Text/Links ---------------------  */

p{
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size:10px;
	color:#666666
}
td{
	font-size: 10px;
}

h1 {
	font-size:18px;
	color:#333333;
}
h2 {
	font-size:14px;
	color:#333333;
	font-weight:bold;
}

.attention {
	color:#990000
}

.tiny {
	font-weight: normal;
	font-size: 10px;
}
.note {
	color:#006699;
}
.attention_more {
	color:#000000;
	font-size:14px;
}
.req {
	color:#FF9900;
	font-size:9px;
}
.error {
	color: #FF0000; /* #990000; */
	font-size: 12px;
	font-weight:bold;
	
}
.error2 {
	color:#003399; 
	font-weight:bold;
	font-size:12px;
}
.black {
	color:#000000;
}

.within_box {
	padding: 5px;
}


/* hanging indent */
p.numbered {
	padding-left:11px;
	text-indent:-11px;
}
a:link {
	color:#666666;
}
a:visited {
	color:#666666;
}
a:hover {
	color:#663300;
}
a:active {
	color:#666666;
}

a:link.black  {
	color:#000000;	
}
a:visited.black {
	color:#000000;
}
a:hover.black  {
	color:#663300;	
}

.attention a:link {
	color:#990000;
}
.attention a:visited {
	color:#990000;

}
.attention a:hover {
	color:#663333;

}
.attention a:active {
	color:#990000;

}

a#help_access_link {
	text-decoration:none;
	font-size: 10px;
	color:#009900;
	
}
/* ---------------------  Imgs ---------------------  */

/* [[ START PRINT ]] */
.print_bg {
	display: none;
}
/* [[ END PRINT ]] */

.menu_thumb {
	max-height: 100px;
	width: 80px;
	border: 1px #999999 solid;
	text-align:center;
	left: 20px;

}
.logo {
	height: 110px;
	/*width: 250px;*/
	/*border: 1px #999999 solid;*/
}
.cmslogo {
	height: 65px;
	/*width: 250px;*/
	border: 1px #999999 solid;
}
#map_addr_input {
	background-color:#F7F7F6;
	vertical-align:middle; 
	position:absolute; 
	width: 288px; 
	height: 200px; 
	z-index:6;
}
#map_placeholder {
	top: 130px; 
	left: 65px;  
	width: 100%; 
	height: 100%; 
	visibility:hidden; 
	z-index:4;
}
/* ---------------------  Tables ---------------------  */

.rowdark {
	background-color: #F3F4D7;
}
.rownormal {
	background-color: #FFFFFF;
}

/* ---------------------  Structurals/Backdrop ---------------------  */

div#wrapper {
	position: relative;
	/*
	margin-left: -400px;
	left: 50%;
	padding: 0px;
	*/
	
	margin-left: auto;
	margin-right: auto;
	
	text-align: left;
	width: 800px;
	height: 1200px;
	
	
	background-image: url(images/index_bg.jpg);
	background-repeat: no-repeat;
	
	background-color:#FFFFFF;
}


#absolute_shell {
	position: absolute;
	z-index: 4;
	width: 100%;
	height:100%;
	top: 0px;
	left: 0px;
}

.shell {
	left: 20px;
	width: 760px;
}

#footer_bg {
	display: none;
	
	position:fixed;
	bottom: 0px;
	
	background: url(images/footer_bg.jpg) bottom center no-repeat;
	width: 800px;
	height: 232px;
	
	margin-left: auto;
	margin-right: auto;

}

/* original
.bg {  profile forum table -- put the bg image in the final tr so that it moves down with the forum 
	background: url(images/footer_bg.jpg) bottom center no-repeat;
	width: 800px;
	height: 232px;
} 
*/

/* --------------------- Header ---------------------  */
#headershell {
	height: 150px;
	z-index: 4;
/* [[ START PRINT ]] */
/*  display: none; */ 
/* [[ END PRINT ]] */

}
#headerlink {
	position: absolute;
	top: 45px;
	left: 0px;
	width: 275px;
	z-index: 11;
}
#search {
	position: absolute;
	top: 30px;
	right: 0px;
	width: 225px;
}
#searchborder {
	position: absolute;
	top: 20px;
	right: 0px;
	width: 225px;
	border: 2px #CCCCCC solid;
	height: 20px;
}
#jump_all {
	position:relative; 
	margin-top:7px
}
/* --------------------- Top Content ---------------------  */

#topcontentshell {
	position:absolute;
	top: 160px;
	height: auto;
	z-index: 2;

}

#nav {
	width: 430px;
	height: 14px;
	left: 0px;
	
}
#login {
	right: 3px;
	text-align: right;
	z-index:3;
	/*background:url(images/login_bg.jpg) left top no-repeat;*/
}
#browse {
	top: 35px;
	width: 754px;	
}
#browseborder {
	top: 30px;
	width: 754px;
	border: 2px #CCCCCC solid;
	height: 20px;
	
}
/* --------------------- Main Content ---------------------  */

#maincontentshell {
	top: 220px;
	height: 100px;
	z-index:5;

}
#featureshell {
	position:relative;
	height: 218px;
	right: 0px;
	background-image: url(images/feature_bg.jpg);
	background-repeat: no-repeat;
}
#featurelinks {
	position:relative;
	top: 0px;
	left: 10px;
	height: 16px; 
	visibility:visible;
}
.featurebox {
	position:absolute;
	top: 20px;
	left: 20px;
	height: 179px;
	width: 256px;
	visibility: hidden;
}
#f_table {
	position: relative;
	width: 100%;
}
#f_table td {
	padding-bottom: 4px;
		
}

#news {
	position:relative;
	width: 595px;

	height: 215px;
}
#news td#newscell {
	width: 265px;
}

#news td {
	vertical-align:top;
}

.listing  {
	width: 580px;
	border: 1px #F3F4D7 solid;

}
.listing th {
	font-size:12px;
	font-weight:bold;
	padding: 7px;
}
.menu_col {
	width: 20%;
	text-align: right;
}

.listing td {
	font-size:10px;
	color:#333333;
	padding: 7px;
}

#mymenuscan {
	padding: 5px;
	border: 1px #9E9741 solid;
}

/* ---------------------- Text-only pages: ABOUT, CONTACT, LINKS, FAQ ------------------ */

.wrapper_textpage { 
	position: relative;
	left:5px;
	margin-bottom: 32px;
}
.wrapper_textpage h3 {
	margin-top: 16px;
}
.wrapper_textpage p {
	margin-top: 16px;
}

/* ---------------------  Banner Ads ---------------------  */

#adgroup {
	position: absolute;
	top: 155px;
 	left: 590px; 
	
	width: 185px;
	height: 400px;
	
}
#adtable-vert {
	
	width: 185px;
	
}
#adtable-vert td {
	
}
/*Editable page*/
div#googleAds_EditablePage {
	position: relative;
	margin-top: 24px;
}

div#adwrap { /* Vertical Google Ad */
	position: relative;
	margin: 0px;
	left: -10px;
	padding: 0px;
	height: 300px;
	width: 170px;
}
div#ad_wrap_horiz {
	width: 350px;
}
/*  -- Profile page - Ads Horizontal -- */
div#GoogleAds_Profile1 {
	width: 700px;
	height: 15px;
}
/* ---------------------  Form Fields ---------------------  */
form {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}
/*
#login form {
	background:url(images/login_bg.jpg);
	background-position:right;
	background-repeat:repeat-y;
}
*/

.loginfields {
	
	/*background-color:#FFFFCC;*/
	font-size: 10px;
	/*border:#990000 1px solid;*/
	
	
}
.loginbuttons {
	/*border: 1px #999999 solid;
	background-color:#FFFF66;*/
	
	font-size: 12px;
	vertical-align: top;
	
}
.checkbox {
	vertical-align: text-bottom;
	
}

#browse_form_table {
	left: 0px;	
	width: 100%;
	background-color: #FFFFFF;
}
.form_table td {
	text-align: right;
	font-size:11px;
	font-weight:bold;

}
.bigbutton {
	height: 32px;
	width: 160px;
	font-size: 20px;
	font-weight: bold;


}
table.upload_table td {
	text-align: right;
	font-size:11px;
	font-weight:bold;
	padding: 6px;
	background-color:#EFEDDE;
	border: 1px #666666 solid;
	vertical-align: top;
	

}
table.upload_table td div.uploadPageNumber {
	position:relative; 
	padding: 4px 4px 4px 16px;
	background-color:#E8E4D0;

}

table.upload_table td div.uploadMiddle {
	position: relative; 
	padding: 2px;
	
}

table.upload_table td div.uploadDelete {
	position:relative; 
	padding: 12px 2px 2px 2px;
	
}
td#clear {
	background: none;
	border: none;
}
td.clear {
	background: none;
	border: none;
}
td#upload_submit {
	padding: 0px;
	background: none;
	border: none;
}


div#upload_guidelines_title {
	color: #000000;
	font-size: 13px;
	padding: 8px;
}

div#upload_guidelines_text {
	margin-left: 12px;
	line-height: 170%;
	padding: 8px;
}
/* ---------------------  Profile - Top toolbar ---------------------  */
.profileToolbar {
	margin: 0px;

}
.profileToolbar a {
	text-decoration:none;
}
.print {
 	position: relative;
	display:inline;
	margin: 0px;
	
	width: 100px;
}
/* ---------------------  Profile - Map/Directions ---------------------  */

/* div that holds the Google Map */
#map {

	position:relative;
	height:200px; 
	vertical-align:top;


}
/* wraps the address divs */
#map_addr_input_sub {
	position: relative;
	
	vertical-align:middle;
	top: 10px;
	left: 10px;
	text-align: left;
}

/* both */
.dir_form_div {
	text-align: left;
	position: relative;
	visibility: hidden;
	display: none;
}
/* home */
.dir_form_div #h {
	display: block;
	visibility:visible;
}

/* ---------------------  Profile - Menu Thumbs ---------------------  */

.menu_row {
	text-align: left;
}

.menu_cell {
	width: 98px;
	text-align: left;
}
div.no_pages {
	position: relative;
	width: 730px;
	height: 12px;
	text-align: center;
}


/* ---------------------  User Comments/Forum ---------------------  */

.profile_table td {
	text-align: center;
	font-size:11px;
	font-weight:bold;
	width: 800px;

}
#title_comments {
/* [[ START PRINT ]] */
/*	display: none; */
/* [[ END PRINT ]] */
}
#reg_comments {
	border: 1px #CCCCCC solid;
/* [[ START PRINT ]] */
/*  display: none; */ 
/* [[ END PRINT ]] */
}
#reg_comments td {
	text-align: left;
	
}
.forum_title {

}
.forum_msg {

}
.forum_msg div {
	position: relative;
	width: 75%;
}
.forum_title td {
	color:#333333;

}

.forum_msg td {
	
	font-weight: normal;
	padding-bottom: 30px;
	
}

/* ---------------------  User Comments/Forum CMS Approval Page ---------------------  */
.forumpost_header {
	color: #000000;
}


/* ---------------------  Registration Tables ---------------------  */


#reg_table {
	width: 100%;
	border: 1px #CCCCCC solid;
	
}

#reg_info {
	width: 100%;
	border: 1px #CCCCCC solid;
	
}
#reg_hours {

	width: 100%;
	border: 1px #CCCCCC solid;
}
#reg_menus {
	
	width: 100%;
	border: 1px #CCCCCC solid;
}
#reg_menus td {
	width: 98px;
}
/* ---------------------  CMS ---------------------  */

#upload_progress {
	display: none;
	position: absolute;
	bottom: 20px;
	right: 20px;
	border: 1px #000000 solid;
	z-index: 25;
}
.cmslist {
	border: 1px #CCCCCC  solid;
	font-size: 10px;
	text-align: left;

}

.cmslist td {
	padding: 7px;
}
.cmslist th {
	padding: 7px;
	
}

#approve1 {
	position:fixed;
	width:auto;
	height:auto;
	z-index:45;
	right: 40px;
	top: 40px;
	background: url(images/approve_bg.png) repeat top left;
	border:2px #333333 solid;
}
#approve1 p.within_box {
	background: #FEF8E0 repeat;
}
.util_bar {
	background-color:#D2CDA6;

}
/* ---------------------  CMS Edit Detail Table  ---------------------  */
table#edit_detail td {
	vertical-align: top;
}
table#edit_detail td.label {
	font-weight: bold;
}
div.FCK_wrapper {
	border: 1px #CCCCCC solid;
	width: 500px;
}
/* ---------------------  CMS Overview  -------------------------- */
#overview_table td {
	width: 200px;
	text-align: center;
	vertical-align: top;
}
#overview_table div {
	position: relative;
	padding: 15px;
}
.dashboard_link {
	background: none;
	border: 1px #FFFFFF solid ; 
	border-color: transparent;
	color: #666666;
}
.dashboard_link_over {
	background: #F5F4E2;
	border: 1px #666666 solid;
	color:#000000;
}

/* ---------------------  Pop-ups ---------------------  */
#popup_wrapper {
	
	width: 100%;
	height: 100%;
}

.popup_bg {
	position: relative;
	background:url(images/popup_bg.jpg) no-repeat left top;
	top: 0px;
	height: 90px;
}
.popup_frame {
	vertical-align:middle;
	display:block;
	position:relative; 
	
}
#pophead {
	position: relative; 
	margin: 10px; 
	height:140px;
	

}
#popcontent {
	min-height:50px; 
	min-width:50px; 
	height:auto;
	margin-left: 0px;
	padding: 0px; 
	margin-top: 10px; 
	margin-bottom:0px; 
	

	
}
#popfoot {
	position: relative;
	
	min-height:50px; 
	min-width:50px; 
	height:auto;
	margin-left: 0px;
	padding: 0px; 
	margin-top: 10px; 
	margin-bottom:0px; 
	
	height:156px; 
	width: 1600px;
	background:url(images/popup_bg2.jpg) no-repeat bottom left;
	
	
}
#popfoot2 {
	position: relative; 
	height:156px; 
	width: 100%;
	background: url(images/mailing_list_popup_bg.jpg) no-repeat bottom left;
}
table.popTitleTable {
	position: relative;
	width: 95%;
	margin: 16px 0px 16px 10px;
}
h1.popTitle {
	text-align: left;
	
}
table#popMenuTable {

}
td#popTitleCell {
	width: 400px;
}
a.close {
	position: absolute;
	z-index: 15;
}
a#topright {
	position: fixed;
	 right: 10px; 
	 top:10px;
}
a#bottomright {
	position: fixed;
	right: 10px; 
	bottom: 10px;
}
/* ---------------------  P: menupages ---------------------  */

/* ---------------------  P: email-friend ---------------------  */

.chars_typed {

}
.chars_max {

}
/* ---------------------  P: mailing list ---------------------  */

.mailing_list_div {
	position:relative;
	border-top: 3px #666666 solid;
	border-bottom: 2px #666666 solid;
}
table.mailing_list_signup td {
	vertical-align: top;
	text-align: left;
}
table.mailing_list_signup {
	position: relative;
	width: 95%;
}



/* ---------------------  P: change history ---------------------  */

table#changeHistory {
	border: 1px #666666 solid;
	margin: 10px;
	
}
table#changeHistory td {
	padding: 3px 6px 3px 6px ;
	
	
}
.changedHistoryValue {
	color:#FF0000;
	border-right: 1px #CCCCCC solid;
	text-align: left;
	width: 150px;
	
}
.unchangedHistoryValue {
	border-right: 1px #CCCCCC solid;
	text-align: left;
	width: 150px;
}
td.firstCol {
	font-weight: bold;
	border-right: 2px #CCCCCC solid;
	width: 100px; 
	text-align: right;
}
td#lastCol {
	border-right: none;
}
th.tableHeading {
	background-color:#DCB79C;
	border-bottom: 2px #666666 solid;
}
th.tableHeading .u_name {
	color: #FFFFFF;
}
table#innerHoursTable  {

}
table#innerHoursTable td {
	text-align: left;
}