body {
	margin: 0;
	padding: 0;
	border: 0;
	/* This removes the border around the viewport in old versions of IE */
	width: 100%;
	background: #fff;
	min-width: 600px;
	/* Minimum width of layout - remove line if not required */
	/* The min-width property does not work in old versions of Internet Explorer */
	font-family: Helvetica, Arial, sans-serif;
	font-size: 80%;
	color:#000;
}

a,#paging a:visited, h2 a, h2 a:visited, a.adm:visited, a.command, a.command:visited, #breadcrumb a:visited, .pr-group a:visited, .col2 a:visited, dl.listingdetails dd a:visited, #footer a:visited {
	color: #475918;
}

a:active {
	color: red;
}

/* not sure why this is cached */
a:visited, a#al{
	color:#7b9929;
}

a#al, a#al:visited{
	background:Transparent url(/images/arrow-right.png) scroll no-repeat left center;
	text-decoration:none;
	font-weight:bold;
	padding:10px 0 10px 40px;
	font-size:140%;
	margin-bottom:5px;
}

h1,h2,h3 {
	margin: .8em 0 .2em 0;
	padding: 0;
	color:#475918;
}

h2 {
	font-size: 140%;
}

h3 {
	font-size: 110%;
}

p {
	margin: .4em 0 .8em 0;
	padding: 0;
	line-height: 125%;
}

#codec{
	border:solid 1px #CCC;
	background-color:#000;
}

code {
	font-size:11px;
	color:#Green;
}

select {
	font-size: small;
}

img {
	margin: 10px 0 5px;
}

/* Header styles */
#header {
	clear: both;
	float: left;
	width: 100%;
	min-width: 1000px;
	background:#d7de75;
}

#header p,#header h1,#header h2 {
	padding: .4em 15px 0 15px;
	margin: 0;
}

#header table td#left{
	width:180px;
	background-color:#FFF;
}

#header table td#right{
	background-image:url(/images/logo-bg.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	background-color:#D7DE75;
}

#header a.link{
	color:#FFF;
        font-weight:bold;
}

/* 'widths' sub menu */
#layoutdims {
	clear: both;
	margin: 0;
	padding: 2px 4px 20px 25px !important;
	background:#FFF;
}


/* column container */
.colmask {
	position: relative; /* This fixes the IE7 overflow hidden bug */
	clear: both;
	float: left;
	width: 100%; /* width of whole page */
	min-width: 1000px;
	overflow: hidden; /* This chops off any overhanging divs */
}

/* common column settings */
.colright,.colmid,.colleft {
	float: left;
	width: 100%;
	position: relative;
}

.col1,.col2,.col3 {
	float: left;
	position: relative;
	padding: 0 0 1em 0;
	overflow: hidden;
}

.colfull {
	padding: 0 1em;
}

/* 2 Column (right menu) settings */
.rightmenu {
	background: #fff; /* right column background colour */
}

.rightmenu .colleft {
	right: 25%; /* right column width */
	background: #fff; /* left column background colour */
}

.rightmenu .col1 {
	width: 71%;
	/* left column content width (left column width minus left and right padding) */
	left: 27%; /* (right column width) plus (left column left padding) */
}

.rightmenu .col2 {
	width: 20%;
	/* right column content width (right column width minus left and right padding) */
	left: 29%;
	/* (right column width) plus (left column left and right padding) plus (right column left padding) */
	border:solid 10px #e7ee7d;
	padding: 0 1em 1em 1em;
	-moz-border-radius: 15px;
  border-radius: 15px;
}

.rightmenu .col2 ul{
	list-style:none;
	margin: 0;
	padding: 0;
}

.rightmenu .col2 ul li{
	background-image: url(/images/star.png);
	background-repeat: no-repeat;
	background-position:0 .6em;
	padding: 3px 0 3px 20px;
	margin: .4em 0;
}

.col1 h3.ltitle{
	font-weight:normal;
}

/* 2 Column (left menu) settings */
.leftmenu {
	background: #fff; /* right column background colour */
}

.leftmenu .colleft {
	right: 78%; /* right column width */
	background: #FFF; /* left column background colour */
}

.leftmenu .col1 {
	width: 76%; /* right column content width */
	left: 101%; /* 100% plus left column left padding */
}

.leftmenu .col2 {
	width: 17%;
	/* left column content width (column width minus left and right padding) */
	left: 4%;
	/* (right column left and right padding) plus (left column left padding) */

}

/* Footer styles */
#footer {
	clear: both;
	float: left;
	width: 100%;
	text-align: center;
	font-size: smaller;
}

#footer p {
	padding: 10px;
	margin: 0;
	color: #666;
}

.col2 ul li {
	padding: 0 0 0 .4em;
	margin-left: -1.6em;
}

.col2 #regions {
	border: solid 1px #D7DE75;
	background-color: #e6e7e8;
	height: 150px;
	overflow: auto;
	padding: 0 1em 1em 1em;
}

.col2 #regions a{
        line-height:1.5em;
}

.col2 #regions h2{
      margin-bottom:0;
}

.col2 #regions.expand {
	height: auto;
	overflow: hidden;
}

.col2 span.current {
	font-weight: bold;
        font-size:120%;
        color:#FFF;
        background-color:#475918;
        
}

.col2 h1{
	color:#475918;
}

.col2 #category-container{
	margin-top:2.5em;
}

.col2 #category-container h2{
       margin-top:1.5em;
}

.subcategory a{
        line-height:1.5em;
}

.datetime {
	font-weight: bold;
	margin-top: 2em;
	border-bottom:solid 1px #D7DE75;
  color:#475918;
  font-size:135%;
}

#paging {
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	margin-top:4em;
}

#paging a {
	padding: 4px 7px 4px 7px;
	margin: 0px 2px 0px 2px;
	border: 1px solid #D7DE75;
	background: #F0F0F0;
	text-decoration: none;
}

#paging label {
	padding: 4px 7px;
}

label.error {
	color: Red;
}

label.valid {
	color: Green;
}

dl.listingdetails {
	width: 41.1em;
	margin: 2em 0;
	padding: 0;
}

.listingdetails dt {
	width: 15em;
	float: left;
	margin: 0 0 0 0;
	padding: .5em;
	border-top: 1px solid #999;
	font-weight: bold;
}

/* commented backslash hack for mac-ie5 \*/
dt {
	clear: both;
}

/* end hack */
.listingdetails dd {
	float: left;
	width: 24em;
	margin: 0 0 0 0;
	padding: .5em;
	border-top: 1px solid #999;
}

#breadcrumb {
	margin-top: 1em;
	background:#F0F0F0;
	color:#475918;
}

.info {
	background-color: #FEF8CE;
	text-align: center;
}

.smallinfo {
	font-size: smaller;
}

#submitlisting th {
	text-align: right;
	vertical-align: top;
}

.pr-group {
	float: left;
	margin-right: 1.6em;
	width: 27%;
	margin-bottom: 1em;
	padding-left: 1em;
	padding-bottom: 1em;
}

.pr-group h3 {
	cursor: pointer;
	color:#475918;
        text-decoration:underline;
}

.pr-group ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}

.pr-group ul li{
       margin-bottom:.5em;
}
