/* stylesheet.css */
body {
	font-family: Arial;
	font-size: 14px;
	color: #000000;
}
/**/
a {
	color: black;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: none;
	text-decoration:underline;
}

a:hover {
	text-decoration: none;
}

 a:visited {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-style: none;
}


/**/

.search_results_table {
	margin-bottom: 1em;
	width: 100%;
	padding: 5px;
	border: 1px solid #00;
	background-color: #ffefce;
	
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

.link_img {
	border: 0px;
	}
	
/* this is for text in the main body area */
#content_area {
	font-family: Arial;
	font-size: 14px;
	color: #000000;
}

/* this is for text in the left side-bar*/
#left_bar_text {
	font-family: Arial, Helvetica, sans-serif;
}

/* This section for the left sub-menu */
#left_sub_menu a{
	font-weight: bold;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-style: none;
	display: block;
	font-size: 0.7em;
	text-decoration: none;
}

#left_sub_menu a:hover {
	text-decoration: underline;
}

#left_sub_menu a:visited {
	font-weight: bold;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-style: none;
	display: block;
	font-size: 0.7em;
}

/* This section for the top left menu */
#menu_top a {
	font-weight: bold;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-style: none;
	display: block;
	font-size: 0.7em;
	text-decoration: none;
}

#menu_top a:hover {
	text-decoration: underline;
}

#menu_top a:visited {
	font-weight: bold;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-style: none;
	display: inline;
	font-size: 0.7em;
}

.search_bar {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 0.8em;
}

.welcome_user_bar {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 0.8em;
}

/* used by calandar */

.cal_week_day{
	font-size: 1em; 
	background-color: #FFC35E; 
	border: 2px solid black; 
	text-align: center; 
	font-weight: bold;
	border-right: none; 
	border-left: none; 
}

.cal_date_marker {
	border: 1px solid #FFEAB4; 
	background-color: #FFEAB4; 
	clear: right; 
	width: 30px; 
	height: 30px; 
	text-align: right;
	font-weight: bold;
	font-size: 0.8em;
}

.cal_day_box {
	border: 1px solid #000000;
	
}

.cal_today_box {
	background-color: #fff4d7;
	
}

.cal_text {
	font-size: 0.7em; height: 80px;
	margin: 0.5em;
	float: left;
}



/* Forum Starts */
#forum_listing {
	border: 1px solid black;
	font-size: 12px;
}

#forum_listing a {
	text-decoration: underline;
	font-weight: bold;
	color: black;
	font-family: Arial;
	font-size: 12px;
}

#forum_listing a:hover {
	text-decoration: none;
	font-weight: bold;
	color: black;
	font-family: Arial;
	font-size: 12px;
}

#forum_listing a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: grey;
	font-family: Arial;
	font-size: 12px;
}

#forum_header{
	background-color: #FFFFFF;
}
.forum_row_odd {
	border-right: 1px solid #000000;
	border-left: 1px black;
	background-color: #FFD988;
}

.forum_row_even {
	border-right: 1px solid black;
	border-left: 1px solid black;
	background-color: #FFECB8;

}

#comment_table{
	border: 1px solid black;

}
.comment_title_bar {
	background-color: #FFC25A;
	font-weight: bold;
	color: black;
}

.comment_body {
	background-color: #EEEEEE;
	
}

.comment_footer {
	background-color: #FFC25A;
	border-bottom: 2px solid black;
}



/* -------------------------------------- */
/* DHTML Menu styles */
ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#nav a {
	text-decoration: none;
}

#nav li li a {
	font-size: 0.8em;
	display: block;
	font-weight: bold;
	color: black;
	background-color: none;;
	/*padding: 0.2em 10px;*/
}

#nav li li a:hover {
	padding: 0px; 
	margin: 0px; /* padding: 0.2em 5px; */ 
	/*border: 1px solid #FFCC99; */
	/* border-width: 0 5px; */
	/*font-weight: bold; */
	text-decoration: none;
	color: #705104;
	
}

li {
	float: left;
	position: relative;
	/*width: 10em; */ /* 10em; */
	text-align: center;
	cursor: default;
	/*background-color: blue;*/
	/*border: 2px solid #red; */ /* 1px solid #7d6340; */
	border-width: 0px; /*1px 0; */
}



li#first {
	/*border-left-width: 0; */ /* 1em; */
}

li#last {
	/*border-right-width: 0; */ /* 1em; */
}

li ul {
	display: none;
	position: absolute;
	/*top: 100%; */
	/*left: 0; */
	font-weight: normal;
	/*background: url(images/ddbg3.gif) #00ff00 bottom left no-repeat;*/
	background-color:none;
	background-image: url(images/ddbg3.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	width: 160px;
	
	padding: 0; /* 0.5em 0 1em 0; */
	margin-bottom: 0px;
	/*border-right: solid 1px #7d6340; */
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	color: white;
	background-color: transparent;
	border-right: 1px solid black;
	padding: 5px;
	margin: 0px;
	white-space:nowrap;
	text-align:left;
}

li:hover ul, li.over ul {
	display: block;
	padding-left: 10px; 
	margin: 0px;	
}

li.menu_bottom {
	border-bottom: none;;
	}

/* Member List Styles */
#member_list_header {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border: 1px solid black;
	padding: 5px;
}
#member_list {
	font-size: 12px;
	border: none;
}

/*used by new member form */
#new_member_form .body { white-space:nowrap;}

em { font-size: 12px}



/**/
.nde_nn4 {
	display: none;
}