/* custom stuff */
/*The .svg and .no-svg work in conjunction with the javascript in the head section of template index.php
 <script>
    var $features = new Object();
    var $html = document.documentElement;
    $features.svg = document.implementation.hasFeature("http://www.w3.org/TR/SVG11/feature#Image", "1.1");
    $html.className += ($features.svg) ? " svg" : " no-svg";
    </script>
*/

.clr {
  clear: both;
}

.hide {
display: none;
}

.chrono_credits
{
display: none;
}


.customfoot p
{
line-height:30px;
}
/* Ryan's edit */

table.events
{
  border-width: 2px 2px 2px 2px;
	border-spacing: 2px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	border-collapse: collapse;
	background-color: white;   
	 margin-top: 7px;
	 width: 95%;
}
table.events td
{
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: inset inset inset inset;
	border-color: black black black black;
	background-color: white;
}

table.events th
{
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: inset inset inset inset;
	border-color: black black black black;
	background-color: white;
	vertical-align:middle;
	text-align: center;
}

.padding h1
{
 font-size: 1.8em;	
 line-height: 1;
}

/*  -------- */


table.blog td
{
	 padding-right: 10px;
}

#metadesc
{
 width: 420px;
}

#metakey
{
 width: 420px;
}

.adminform table
{
	width: 300px;
}

div.mosimage_caption {
  font-size: 11px;
}


#page_bg
{
	height: 100%;
	background: #C0C0C0;
	padding: 0;
	margin: 0;
	border: 0;
    text-align: center;
}

#center {
	text-align: center;
}

#main_bg {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 874px;
	text-align: left;
}

.svg #main_bg {
  background: url(../images/back.svg) repeat-y;
}

.no-svg #main_bg {
  background: url(../images/back.png) repeat-y;
}

#content_bg {
	margin: 0px 0px;
}
#header {
	width: 100%;
	height: 164px;
	text-align: center;	
}

.svg #header {
	background: #88641f url(../images/head.svg) 0 0 no-repeat;
}

.no-svg #header{
	background: #88641f url(../images/head.png) 0 0 no-repeat;
}

#newflash {
	float: right;
	height: 194px;
	width: 192px;
	overflow: hidden;
}

#newflash div {
		padding: 5px 10px;
}

#newflash table.contentpaneopen td {
	color: #ddd;
}

#topmenu, #footer {
	height: 15px;
	background: #46be90;	
	text-align: center;
	vertical-align: -10;
}

#topmenu ul {
	padding: 0;
	list-style: none;
}

#topmenu li {
	margin: 0;
	float: left;
	height: 30px;
	padding: 0;
}

#topmenu a:link, #topmenu a:visited {
	display: block;
	float: left;
	line-height: 30px;
	height: 30px;
	padding: 0 30px;
	color: #fff;
	border-right: 1px solid #fff;
	border-bottom: 0;
}

#topmenu a:hover {
	background: #b24a2f;
	border-right: 1px solid #fff;
	text-decoration: none;
	border-bottom: 0;
}

#content {
	float: left;
	width: 547px;
	border: 0px solid #c00;
	padding-top: 20px;
}

/*  RH  */
.contentpaneopen a:link
{
	text-decoration: none;
	border-bottom: none;
}
.contentpaneopen a:visited 
{
	text-decoration: none;
	border-bottom: none;
}
.contentpaneopen a:hover {
	text-decoration: underline;
	color: Black;
	border-bottom: none;
}
.contentpaneopen a:active {
	text-decoration: underline;
}
.contentpaneopen img {
	border: none;
}

.padding a:link
{
	text-decoration: none;
	border-bottom: none;
}
.padding a:visited 
{
	text-decoration: none;
	border-bottom: none;
}
.padding a:hover {
	text-decoration: underline;
	color: Black;
	border-bottom: none;
}
.padding a:active {
	text-decoration: underline;
}
.contentpaneopen img {
	border: none;
}

/* --  */

#navigation_left {
	float: left;
	width: 160px;
	padding-top: 10px;
	margin: 0;
	border: 0px solid #00c;

}

#navigation_right {
	float: right;
	width: 165px;
	padding-top: 10px;
	margin: 0;
	border: 0px solid #00c;
}



#navigation_left li
{
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-bottom: 8px;
	padding-top: 4px;
	color: Black;
	display: block;
}

.svg #navigation_left li
{
	background-image: url('../images/navigation.svg');
}

.no-svg #navigation_left li
{
	background-image: url('../images/navigation.png');
}





/* RH */
#navigation_left a:link
{
	text-decoration: none;
	border: 0px;
	color: Black;
}

#navigation_left a:visited
{
	text-decoration: none;
	border: 0px;
	color: Black;
}

#navigation_left a:hover
{
	text-decoration: underline;
	border: 0px;
	color: Black;
		font-weight: bold;

}


#navigation_right li
{
	background-image: none;
}



/* RH */
#navigation_right a:link
{
	text-decoration: none;
  	color: #fff;
	border: 0px;
}

#navigation_right a:visited
{
	text-decoration: none;
  	color: #fff;
	border: 0px;
}

#navigation_right a:hover
{
	text-decoration: underline;
	border: 0px;
	color: #C23F2D;
}






/* -- */

.padding {
	width: auto !important;
	width: 100%;
	padding: 0 15px 40px 15px;
}
.paddingRightNav{
	width: auto !important;
	width: 100%;
	padding: 0 15px 40px 15px;
}
.paddingRightNav li{
 list-style: disc outside url('../images/arrow.png');
 padding-left: 3px;

}
.paddingRightNav ul{
 list-style: disc outside url('../images/arrow.png');
 padding-left: 6px;

}
.padding img
{
 border: none;
}
.highlight 
{
	background: #ECECE3;
	border: 1px solid #DBDAC4;
	padding: 0px 15px;	
}

/* RH */
.highlight a:link, a:visited
{
	text-decoration: none;
	border: 0px;
}
.highlight a:hover
{
	text-decoration: underline;
	color: Black;
	border: 0px;
}



/* -- */


#footer {
	clear: both;
	height: 30px;
	line-height: 30px;
	color: #000;
}


/* required stuff */






span.pathway {
	display: block;
	margin-bottom: 15px;
	
}

#content-pane .tab-page {
	
}

table.contentpane {
	text-align: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}

table.contentpaneopen {
	text-align: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}


.small {
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	text-align: left;
}

.modifydate {
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	padding-top: 8px;
	padding-bottom: 10px;
	text-align: left;
}

.createdate {
	line-height: 10px;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	vertical-align: top;
	padding-bottom: 10px;
	padding-top: 0px;

}

.readon {

}

h3, .componentheading {
	font-size: 18px;
	text-align: left;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #9b9a87;
	margin: 10px 0 5px 0;
}

.contentheading {
  height: 40px;
  vertical-align: middle;
	font-size: 22px;
 	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333;
	text-align: left;
	width: 100%;
}

div.moduletable {
	margin-bottom: 20px;
	
}

table.moduletable .contentheading {
  height: 30px;
}

/* For content item titles that are hyperlink instead of Read On */
a.contentpagetitle:link, a.contentpagetitle:visited {
  padding-top: 5px;
	font-size: 18px;
 	font-weight: normal;
	color: #4971BA;
	text-align: left;
	width: 100%;
}

a.contentpagetitle:hover {
	color: #ff0000;
}


a.mainlevel {
  display: block;
  border-bottom: 1px solid #ddd;
}


a:link, a:visited {
	color: #c23f2d; 
	text-decoration: none;
	border-bottom: 1px solid #c23f2d;
}

a:hover {
	color: #76261B;
	border-bottom: 1px solid #76261B;
}

a.category:link, a.category:visited {

}

a.category:hover {

}

a.pagenav, a.pagenav:visited {

}

a.pagenav:hover {

}

.frontpageheader {
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	line-height: 30px;
}

.newsfeedheading {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-align:left;
}

.newsfeeddate {

}

.fase4rdf a:link {

}

.fase4rdf a:hover {

}

.componentheading{

}


.sectiontableheader {
  font-weight: bold;
	background: #ECECE3;
	padding: 3px;
}

/*  RH */


.sectiontableheader a{
  font-weight: bold;
	color:Black;
	border-bottom-color: Black;
}

/*  -- */



HTML {
  height: 100%;
  margin-bottom: 1px;
}

BODY {
	margin: 0px 0px 0px 0px;
	background: #ffffff;
	height: 100%;
}

td,tr,p,div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 13pt;
	color: #333333;
}

ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

ul li
{
	line-height: 20px;
	padding-left: 12px;
	padding-top: 0px;
	background-image: url(../images/blog_bullet.png);
	background-repeat: no-repeat;
	background-position: 0px 0.6em;
}



.button {

}

.inputbox {
  font-size: 12px;
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;

}

/* ---------------- unedited below here ----------------------*/

/* Styles for dhtml tabbed-pages */
.ontab {
	background-color: #121A1D;
	border-left: outset 1px #9DA6B3;
	border-right: outset 1px #9DA6B3;
	border-top: outset 1px #9DA6B3;
	border-bottom: solid 0px #ffffff;
	text-align: center;
	cursor: pointer;
	font-weight: normal;
	color: #ff6600;
}
.offtab {
	background-color: #25343B;
	border-left: outset 1px #9DA6B3;
	border-right: outset 1px #9DA6B3;
	border-top: outset 1px #9DA6B3;
	border-bottom: solid 1px #9DA6B3;
	text-align: center;
	cursor: pointer;
	font-weight: normal;
	color: #cccccc;
}
 
.tabpadding {
}

.tabheading {
	background-color: #eeeeee;
	text-align: left;
}

.pagetext {
	visibility: hidden;
	display: none;
	position: relative;
	top: 0;
}

h4 {

}

h5 {

}

h6 {

}
 
/* Horizontal Line */
hr {
	background: #cccccc; height:1px; border: 1px solid; color: #cccccc;
	
}

hr.separator {

}


/* Content - Sections & Categories */
table.contenttoc {
  margin-left: 5px;
  margin-bottom: 5px;
  background: #ECECE3;
  border: 1px solid #DBDAC4;
}

table.contenttoc th {
  color: #666666;
  font-weight: bold;
  font-size: 12px;
  text-align: left;
  padding: 2px 8px;
}

table.contenttoc td {
	padding: 2px 8px;
}

.contentdescription {
	text-align: left;
}

/** polls and search results **/
.poll {
	padding: 0px 0px;
	margin: 0px;
}

td.poll b {
  font-weight: normal;
}

table.pollstableborder {
	border: 0px;
	margin: 0px;
	padding: 0px; 
}
 
table.pollstableborder td {
  padding: 4px 0px;
  
  /*RH */
  text-align: left;
}



td.sectiontableentry1 {
  color: #333333;
}

td.sectiontableentry2 {
  color: #333333;
}

tr.sectiontableentry1 td {
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 4px;
}


tr.sectiontableentry2 td {
  padding-left: 4px;
  padding-right: 4px;
    padding-bottom: 4px;
       background-color: #ECECE3;
}
tr.sectiontableentry2 img 
{
	border: none;
}
tr.sectiontableentry1 img 
{
	border: none;
}



/* Ryan's edit */
tr.sectiontableentry1 a:link, a:visited {
	text-decoration: none;
	border-bottom: 0;
}

tr.sectiontableentry2 a:link, a:visited {
	text-decoration: none;
	border-bottom: 0;
}

tr.sectiontableentry1 a:hover {
	text-decoration: none;
	text-decoration: underline; color: red;
}

tr.sectiontableentry2 a:hover {
	text-decoration: none;
	text-decoration: underline; color: red;
}


/*----------*/


.smalldark {
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}


.pagenav {
	font-weight: bold;
}

.pagenavbar {

}

/* Content voting */
.content_rating {
	font-weight: normal;
	font-size: 8pt;
}

.content_vote {
	font-weight: normal;
	font-size: 8pt;
}

/* Javascript Back button */
.back_button {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 10px;
}

strong {
	color: #333333;
}
