body {
	background: #fff;
	font-size: 13px;
	font-family: Arial, Verdana, Tahoma;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #49381a;
}

#wrapper {

}

#wrapper_inside {
	text-align: left;
	width: 903px;
	margin: 0 auto;
}

#logo {
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #0568ce;
	margin-bottom: 10px;
	background: transparent url(/images/top_left.jpg) top left no-repeat;
	height: 162px;
}

#main {
	border: 1px solid #0568ce;
	background: #fff;
}

#left {
	float: left;
	width: 156px;
	background: #f4f4f4 url(/images/left_bg.gif) repeat-x bottom;
	border-right: 1px solid #d7c18e;
}

#left a, #left a:link, #left a:hover, #left a:visited, #left a:active{
	color: #0148b0;
	text-decoration: none;
}

#right {
	float: right;
	width: 733px;
	padding: 5px;
}

.right_title {
	border: 1px solid #b8aa92;
	background: #f5eee0;
	font-size: 24px;
	padding: 2px 5px;
	margin-bottom: 5px;
}

#footer {
	clear: both;
	padding: 6px;
	color: #000;
	font-size: 80%;
}

ul#left_menu {
	margin: 0;
	padding: 0;
}

ul#left_menu li {
	list-style-type: none;
}

ul#left_menu li a {
	display: block;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #cecece;
	background: #ededed;
	padding: 5px;
	color: #0148b0;
	font-size: 110%;
}

ul#left_menu li a:hover {
	background: #fff;
}

fieldset {
	border: 1px solid #B8AA92;
	margin: 0;
}

fieldset a img {
	padding: 1px;
	border: 1px solid #B8AA92;
}

fieldset a:hover img {
	border: 1px solid #88775a;
}

.right_field_img {
	float:right;
}

fieldset legend, fieldset legend a, fieldset legend a:link, fieldset legend a:active, fieldset legend a:visited, fieldset legend a:hover {
	color: #0148B0;
	font-style:italic;
	font-weight: bold;
	font-size: 110%;
}

.trailer_listing {
	border: 1px solid #dbdbdb;
	background: #f1f1f1;
	padding: 3px;
	margin-bottom: 7px;
	width: 100%;
}

table.smaller tr td {
	font-size:90%;
}

table.grey_table {
	border: 1px solid #ccc;
	padding: 0;
	margin: 0;
	border-spacing: 0;
} 

table.grey_table tr td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 3px;
}

table.grey_table tr td.highlight {
	background: #f1f1f1;
}

td.splitter hr {
margin: 0;
border: 0;
border-top: 1px solid #B8AA92;
border-bottom: 0;
}

/* Master */

.admin_menu_div
{
	border: 1px solid #b8aa92;
	background: #f5eee0;
	margin-bottom: 5px;
	padding: 3px;
}

.news
{
	
}
.news_container
{
	border: 1px solid black;
	padding: 4px;
}
.news_title
{
	font-weight: bold;
	font-size: 110%;
}
.news_content
{
	font-size: 80%;
}
.news_footer
{
	font-weight: bold;
}
.mini_news
{
	
}
.mini_news_container
{
	padding: 4px;
}
.mini_news_title
{
	font-weight: bold;
	font-size: 80%;
}
.mini_news_content
{
	font-size: 60%;
}
.mini_news_link
{
	text-align:right;
}
.mini_news_footer
{
	font-weight: bold;
}

/* Mini Poll Submit View */

#poll
{
}
.poll_container
{
}
.poll_answers
{
}
.poll_list
{
}
.poll_button {
	
}


/* Mini Poll Results View */

#mini_poll
{
}
.mini_poll_table
{
}
td.mini_poll_question
{
}
.mini_poll_answer
{
}
.mini_poll_image
{
}
.mini_poll_percent
{

}
.mini_poll_footer {
	
}

/* Paul Test*/
div.admin_menu_dropdown
{
  display: block;
  width:160px;
  font-size:10px;
  background: #FFFFEE;
  text-decoration: none;
  font-family: Verdana, Sans-Sherif;
  font-weight: 900;
  font-size: 1.0em;
  text-align:left;
  pointer:cursor;
  float:left;
}
a.admin_menu_link,a.admin_menu_link:visited
{
  display: block;
  width:160px;
  background: white;
  text-decoration: none;
  font-family: Verdana, Sans-Sherif;
  text-align:left;
  pointer:cursor;
  color: blue;
  font-size:11px;
}
a.admin_menu_link:hover
{
	background:#e8e8e8;
	color:red;
	text-decoration: none
}
div.admin_menu_title
{
	background: #FFFFEE;
	font-size: 14px;
	font-weight:bold;
	color:Black;
	width:160px;
}
.admin_menu_sub_on
{
	background: #e8e8e8;
	font-size: 14px;
	font-weight:bold;
	color:#B8002E;
	text-align:middle;
	width:160px;
}

.admin_menu_sub
{
	background: #FFFFEE;
	font-size: 14px;
	font-weight:bold;
	color:Black;
	text-align:left;
	width:160px;
}
.admin_menu_child
{
	border-top:1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	width:160px;
	z-index:1000;
}
a.admin_menu_dropdown, a.admin_menu_dropdown:visited { border-bottom: none; }
div#admin_menu_child             { border-bottom: 1px solid black; }
/* End Paul Test */