/* main divs */
body, html {
	margin:0;
	padding:0;
	color:#000;
	background: #dcb16e url(/images/background.png) repeat-x;
	background-attachment: fixed;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:100%;
	line-height:1.125em; /* 16*1.125=18 */
}
#container {
	font-size:0.8em;
	width:1000px;
	height:100%;
	margin: auto;
  	overflow: hidden;
    background: #ffffff url("/images/top_fade_plus.png") no-repeat;
}
#container.large {
	font-size:0.8em;
	width:1000px;
	height:100%;
	margin: auto;
  	overflow: hidden;
    background: #ffffff url("/images/top_fade_plus.png") no-repeat;
}
#container.small {
	font-size:0.8em;
	width:780px;
	height:100%;
	margin: auto;
  	overflow: hidden;
    background: #ffffff url("/images/top_fade.png") no-repeat;
}

#main {
	float:right;
	width:808px;
	padding:10px;
	margin-top: 50px;
}
#main.large {
	float:right;
	width:808px;
	padding:10px;
	margin-top: 50px;
}
#main.small {
	float:right;
	width:608px;
	padding:10px;
	margin-top: 50px;
}
#navig {
	font-size:0.9em;
	float:left;
	width:150px;
	padding:10px;
	height: 800px;
	border-right:2px dotted #e6b494;
	margin-top: 20px;
}
img {
	border:0;
}
h3 {
	color:#593300;
}
a {
	color: #593300;
	text-decoration: underline;
	/* font-weight:bold; */
	font-style: normal;
	/* font-size: 0.9em; */
}
a:hover {
	text-decoration: underline;
}
.clear {
	clear: both;
}

/* home page main */
#who {
	text-align:center;
}
#newsflash {
	text-align:center;
	color:#593300;
	font-size:1.2em;
	font-weight:bold;
	line-height: 2em;
}
#info {
	margin: 10px;
	width: 16em;
	margin-left: auto;
	margin-right: auto;
}
#infoButton {
	font-size: 1em;
	font-weight: bold;
	text-align: center;
}
#next_runs {
	font-family: 'Comic sans MS', Georgia;
	font-size: 1.1em;
	color: #593300;
	border-top:2px dotted #e6b494;
	padding: 5px 0;
	margin: 0 10px;
	text-align: center;
}
#next_runs .disabled {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
}
#homepagenews {
	padding: 0;
	margin: 10px;
	list-style-type:none;
}
#homepagenews li {
	border-top:2px dotted #e6b494;
	padding: 5px 0;
}
#homepagenews li a {
	font-size: 0.9em;
}
.linkImg {
	float:left;
	border: none; /* 2px solid #e6b494; */
	margin: 0 5px 5px 0;
}

/* navigation div */
#search_input, #search_button {
	margin-left: 10px;
	font-size: 1.1em;
	padding: 0 0.5em;
}
#navig ul {
	list-style-type:none;
	padding: 0 ;
	margin: 10px; /* check */
}
#navig li a {
	display: block;
	color: #593300;
	text-decoration: none;
	font-weight:bold;
	font-style: normal;
	border: dotted #e6b494 1px;
	padding: 2px 20px;
	margin: 2px 0;
}
#navig li a:hover {
	background: #f1cd96;
}
.menu-default {
	border: dotted #593300 1px;
}
.menu-live {
	background: #f1cd96;
	border: dotted #593300 2px;
}
#random_picture {
	padding:10px;
	text-align:center;
}
#random_picture img {
	padding: 2px;
	border: dotted #593300 1px;
}
#random_picture a {
	text-decoration:none;
}
#coming_up, #wp_error {
	font-size: 1.1em;
	font-family: 'Comic sans MS', Georgia;
	position: absolute;
	background: #ffffff url(/images/tab_background.png) repeat-x;
	border: dotted #593300 1px;
	padding: 2px 20px;
}
#coming_up ul {
	list-style-type:none;
	display: block;
}
#coming_up li {
	color: #593300;
	text-decoration: none;
	font-style: normal;
	border-bottom: 2px dotted #e6b494;
	padding: 2px 0;
	font-size: 0.8em;
}
#coming_up_title {
	text-align: center;
	font-weight: bold;
	color: #593300;
	padding-top: 4px;
}

/* no javascript menu styles */
#navig ul ul {
	padding-left: 50px;
	list-style-type:circle;	
	margin-left:-20px;
}
#navig ul ul li a {
	border: none;
	padding: 0;
	color: #593300;
	font-weight: normal;
}
#navig ul ul li a:hover {
	border: none;
	padding: 0;
	font-weight: bold;
}
#bg_list li {
padding: 4px 0;
}

/* no javascript tables */
.dp_table {
  font-size: 0.85em;
  border:none;
  border-spacing:1px;
}
.dp_table th {
	background:#593300;
	color:white;
}
.dp_table th, td {
	padding: 3px 10px;	
}
.row_a {
	background:#cce3c1;
}
.row_b {
	background:#eeddaa;
}
.dp_table .hidden {
	color: gray;
}

/* jqGrid */

.ui-jqgrid tr.ui-row-ltr td {
	background:#cce3c1;
}
.ui-jqgrid tr.ui-priority-secondary td {
	background:#fbedd7;
}
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary {
	color: black;
	opacity: 1;
}
/* word wrap in grid cells */
.ui-jqgrid tr.jqgrow td {white-space: normal}


/* tabs */
.ui-tabs .ui-tabs-panel {
	background: #ffffff url(/images/tab_background.png) repeat-x;
}

/* email */
.error {
	color: red;
	font-weight: bold;
}

.simple_dialog {
	background: #f1cd96;
	color: #593300;
	border: #593300 2px solid;
	text-align: center;
	padding: 10px;
}

/* blog */
#sidebar h2 {
	color: #593300;
	text-decoration: none;
	font-weight:bold;
	font-size: 1em;
	font-style: normal;
	border: dotted #e6b494 1px;
	padding: 2px 20px;
	margin: 2px 0;
}
#sidebar ul li ul {
	list-style-type:none;
	padding: 0 ;
	margin: 10px; /* check */
}
#sidebar .cat-item a {
	display: inline;
}

/* Richard kit */
#kitpage {
	padding: 10px;
	border-spacing: 5px;
	border: solid black 1px;	
}

#kitpage td {
	border: solid black 1px;
	color: #800000;
	vertical-align: middle;
}

#kitpage img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.pagination strong {
	color: white;
	background-color: #593300;
	border: 2px solid #593300;
}