/* generic */
body {
	margin: 0;
	background: #fff url('../images/body_bg.jpg') repeat-x;
	color: #000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;	
}

input, select {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

img {
	border: none;
}

a:link, a:visited, a:active {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #555;
	text-decoration: underline;
}

.more {
	font-size: 11px;
	text-align: right;
	margin: 1em 0;
}

.more a {
	padding: 2px;
	color: #00A4E8;
}

.more a:hover {
	background-color: #00A4E8;
	color: #fff;
}

th a {
	color: #000;
}

td.odd, td.even, th {
	padding: 0.3em;
}

table caption {
	padding: 0.3em;
	background-color: #EEE;
	border-bottom: 1px dashed #000;
}

th {
	background-color: #EEE;
}

td.even {
	background-color: #F0F8FF;
}

td.odd {
	background-color: transparent;
}

tr.mouseOver:hover > td, th:hover {
	background-color: #FFF0DD;
}

.clickable {
	cursor: pointer;
}

.clickable:hover {
	outline: #B0E0E6 solid 1px;
}

.red {
	color: #f00;
}

div#page_nav {
	font-weight: bold;
	padding: 6px;
	margin: 1em 15px;
	background: #eee;
	position: relative;
	z-index: 1;
}

span#prev_page {
	position: absolute;
	top: 0;
	left: 0;
}

span#next_page {
	position: absolute;
	top: 0;
	right: 0;
}

div#page_counter {
	text-align:center;
}

.clear {
	clear: both;
}

.dotted_border {
	height: 1em;
	border-bottom: 1px dotted #000;
}
/* /generic */

/* layout */
div#top {
	width: 950px;
	height: 129px;
	margin: 0 auto;
	background: url('/images/top_logo.jpg') no-repeat;
	margin-bottom: 15px;
}

div#main {
	width: 950px;
	margin: 0 auto;
	background: #fff;
	border-left: 1px solid #B1D9F5;
	border-right: 1px solid #B1D9F5;
}

div#search_bar {
	text-align: right;
	position: relative;
	top: 11px;
	left: -10px;
}

div#search_bar input {
	width: 100px;
	padding: 3px 6px;
	border: none;
	background: url('../images/search_field.gif') no-repeat;
	font-size: 11px;
}

div#left_col {
	float: left;
	width: 200px;
}

div#content {
	float: left;
	width: 570px;
}

div#internal_content {
	margin: 0 15px;
}

div#content h2 {
	margin: 0;
	padding: 5px;
	background: #a0a0a0 url('../images/gray_grd.gif') repeat-x;
	color: #fff;
	font-size: 14px;
}

table.columns {
	margin-bottom: 2em;
}

td.column_cell {
	border-bottom: 1px dotted #000;
}

div.event_column {
	width: 160px;
	margin-left: 15px;
	margin-right: 15px;
}

div.event_column h3, div.firstpage_event h3 {
	color: #00a4e8;
	font-size: 12px;
	margin: 0 0 1em 0;
}

div.event_column h3 {
	height: 4.4em;
	margin-top: 1em;
}

div.event_column div.event_body {
	margin: 1em 0;
}

div.firstpage_event {
	padding-bottom: 1em;
	border-bottom: 1px dotted #000;
	margin-top: 1em;
}

div.firstpage_event div.event_image {
	float: left;
	margin: 0 10px 10px 0;
	width: 160px;
	height: 120px;
	background: url('../images/placeholder.jpg') no-repeat;
}

div.event_right_col {
	float:left;
	width: 370px;
}

div.event_right_col div.event_body {
	text-align: justify;
}

div#right_col {
	float: left;
	width: 180px;
}

div.banner {
	margin: 0 0 1em 15px;
	width: 165px;
	overflow: hidden;
}

div.banner h3 {
	margin-top: 0;
	color: #00A4E8;
	font-size: 12px;
}

div#footer {
	width: 100%;
	background: #0aa7e6 url('../images/blue_grd.gif') repeat-x;
	color: #fff;
	text-align: center;
	padding: 7px 0;
}

div.event_main {
	margin: 1em 0 0 1em;
}
/* /layout */

/* image thumbnails */
td.thumb {
	width: 160px;
	text-align: center;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
}

td.thumb img {
	width: 160px;
	height: 120px;
	background: url('../images/placeholder.jpg') no-repeat;
}

td.thumb div.caption {
	font-size: 11px;
	overflow: hidden;
}

div.user_opts {
	margin-top: 0.5em;
}
/* /image thumbnails */

.event {
	clear: left;
	border-bottom: 1px dotted #000;
	display: block;
	padding-bottom: 1em;
	margin-bottom: 1em;
}

div.event_column div.event_image {
	text-align: left;
	width: 160px;
	height: 120px;
	background: url('../images/placeholder.jpg') no-repeat;
}

div.event_main div.event_image {
	margin-right: 10px;
	float: left;
}

ul#boxes {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}

ul#boxes li, ul#boxes li a {
	background-color: #d8dadc;
	margin-bottom: 1px;
	padding: 5px;
}

/* forms */
form {
	margin: 0;
}

legend {
	border: 1px outset #000;
	background-color: #eee;
	padding: 2px;
}

label.mandatory {
  color: Red;
}

.form_error {
	color: Red;
	font-weight: bold;
}

td.field_label {
	text-align: right;
	vertical-align: top;
}

td.thumb_cell {
	width: 150px;
	text-align: center;
}

input[type="checkbox"] {
	margin-top: 0;
	margin-bottom: 0;
}
input[type="text"], input[type="password"], textarea {
	border: 1px solid #aaa;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	border: 1px solid #000;
}

input.textfield_long {
	width: 40em;
}

form#login {
	background: #eee;
	padding: 10px;
}

form#login input {
	width: 88px;
	padding: 5px 6px;
	background: url('../images/login_field.gif') no-repeat;
	border: none;
}

form#login a {
	display: block;
	width: 59px;
	padding: 2px 1px 3px 1px;
	text-align: center;
	vertical-align: middle;
	background: url('../images/login_button.gif') no-repeat;
}

/* /forms */

/* multiselect checkboxes */
ul.multiselect {
	width: 300px;
	height: 100px;
	padding: 0;
	margin: 0;
	border: 1px inset #000;
	list-style: none;
	overflow-x: hidden;
	overflow-y: auto;
}

ul.multiselect li {
	margin: 2px;
}

ul.multiselect label {
	cursor: pointer;
	display: block;
}

ul.multiselect label:hover {
	background-color: Highlight;
	color: HighlightText;
}
/* /multiselect checkboxes */

/* menu */
#admin_nav {
	float:left;
	width:100%;
	font-size:93%;
	/*border-bottom:1px solid #2763A5;*/
	line-height:normal;
}
#admin_nav ul {
	margin:0;
	/*padding:10px 10px 0 50px;*/
	padding: 0px;
	list-style:none;
}
#admin_nav li {
	display:inline;
	margin:0;
	padding:0;
}
#admin_nav a {
	float:left;
	background:url("/images/tableft10.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}
#admin_nav a span {
	float:left;
	display:block;
	background:url("/images/tabright10.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#admin_nav a span {float:none;}
/* End IE5-Mac hack */

#admin_nav a:hover {
	background-position:0% -42px;
}
#admin_nav a:hover span {
	background-position:100% -42px;
}

#admin_nav #current a {
	background-position:0% -42px;
}
#admin_nav #current a span {
	background-position:100% -42px;
}

ul#top_links {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#top_links li {
	display: inline;
	font-size: 11px;
	color: #000;
	padding-left: 0.4em;
}

ul#top_links li a {
	color: #000;
}

div.side_menu {
	margin-bottom: 2px;
	background: #ebeced;
}

div.padding_wrapper {
	padding: 10px;
	text-align: center;
}

div.side_menu h2, div#right_col h2 {
	margin: 0;
	padding: 5px;
	background: #0aa7e6 url('../images/blue_grd.gif') repeat-x;
	color: #fff;
	font-size: 14px;
}

div#right_col h2 {
	margin-bottom: 10px;
}

div.side_menu ul {
	margin: 0;
	padding: 0px;
	list-style: none;
	width:180px;
	text-align: left;
}

div.side_menu li {
	position: relative;
	border-bottom: 1px dotted #acadb0;
}

div.side_menu ul li a {
	display: block;
	padding: 3px;
	color: #000;
	font-size: 12px;
}

div.side_menu ul li a:hover {
	background: #fff;
}

div.side_menu ul ul {
	padding: 9px;
	border: 1px solid #B1D9F5;
	background: #ebeced;
	position: absolute;
	display: none;
	top: -10px;
	left: 180px;
	width: 180px;
	z-index: 10;
}

div.side_menu ul li:hover>ul {
	display: block;
}

#cat_menu li.over ul ul, #cat_menu li.over ul ul ul {
	display: none; 
}

#cat_menu li.over ul, #cat_menu li li.over ul, #cat_menu li li li.over ul { /* lists nested under hovered list items */
	display: block;
}
/* /menu */

/* restreows */
div#rest_rows{
	margin-bottom: 55px;
	border-bottom: 1px dotted #7e7e7e;
}

div#rest_rows h3{
	margin: 0 0 8px;

}
div#rest_rows a:link, div#rest_rows a:visited{
	color: #5c9efc;
}

div#rest_rows a:hover{
	color: #5f5c5c;
}


