﻿/* CSS Document By Dieter Schneider 2006 | www.csstemplateheaven.com*/

* {margin: 0px;
   padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-image: url(images/shadow_left.jpg);
	background-repeat: no-repeat;
}
H1, H3, H5
{
    color: #ef900d;
}
H2, H4, H6
{
    color: #707038;
}

#container {
	font-size: 1.2em;
	margin-left: 20px;
	margin-right: 20px;
}

#header
{
    height: 155px;
    background-image: url(images/header_bg.jpg);
    background-repeat: repeat-x;
}

#linkbar {
	background-image: url(images/linkbar_bg.jpg);
	background-repeat: repeat-x;
	height: 59px;
}

#left {
	background-image: url(images/content_top_bg.jpg);
	background-repeat: repeat-x;
	height: 417px;
	margin-right: 221px;
	padding-left: 30px;
	padding-right: 50px;
	padding-top: 50px;
}

#sub_left {width: 30.3%;
           float: left;}

#sub_right {width: 30.3%;
            float: right;}

#sub_content {margin-left: 33.4%;
               margin-right: 33.4%}

#left_topBox {
	height: 45px;
	padding-top: 1px;
	margin-bottom: 35px;
	color: #FFFFFF;
	font-size: 0.9em;
}

#right {
	background-image: url(images/main_graphics.jpg);
	position: absolute;
	top: 0;
	right: 0;
	/*width: 246px;*/
	width: 292px;
	height: 693px;
	padding-top: 284px;
	background-repeat: no-repeat;
	/*height: 492px;*/
}

#footer
{
    clear: both;
    padding: 10px;
    text-align: center;
    border-top: 1px solid #CCCCCC;
    font-weight: bold;
    font-style: italic;
    border-top-color: #999966;
}
.footer-thanks
{
    font-size: xx-small;
    font-weight: bold;
}
.footer-credits
{
    font-size: xx-small;
}
.highlight
{
    font-weight: bold;
    color: #000000;
    background-color: #FF9900;
}
.adminhighlight
{
    font-weight: bold;
    color: #000000;
    background-color: #C0C0C0;
}
/******************** News Panel ************************/
 #news
{
    border: medium outset #FF9933;
    padding: 5px;
    color: #000000;
    background-color: #CCCCCC;
}

#news h3
{
    color: #FFFFFF;
    background-color: #ef900d;
}

/******************** Top Navigation ************************/

#navcontainer ul
{
	background-color: #999966;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	background-image: url(images/linkbar_bg.jpg);
	background-repeat: repeat-x;
	height: 39px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
    padding: 21px 20px 0px 20px;
    color: #fff;
    text-decoration: none;
    float: left;
}

#navcontainer ul li a:hover
{
	background-image: url(images/hover_link_bg.jpg);
	background-repeat: repeat-x;
	height: 35px;
	color: #FFFFFF;
}

/********************* End top navigation ***************************/


p {margin-bottom: 15px;
    margin-top: 0px;}

.ingress {margin-bottom: 15px;
    margin-top: 10px;}
	
.sign_up {
	font-weight: bold;
	color: #66FFCC;
}
.events
{
    border-style: groove;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #ef900d;
    font-size: medium;
}

h1
{
    font-size: 2em;
    padding-top: 15px;
    padding-left: 25px;
    /* color: #838261; */
    font-style: italic;
    font-weight: bold;
    padding-bottom: 10px;
}

h2 {
	font-size: 1em;
	padding-left: 50px;
	/* color: #FFFFFF; */
	font-style: italic;
	font-weight: bold;
}

h3 {
	font-size: 1.3em;
	margin-bottom: 20px;
	/* color: #666666; */
	font-style: italic;
	font-weight: bold;
}


a:link {
	color: #FFFFFF;
	text-decoration: none;
    /*background-color: #FF9900;*/
}     /* unvisited link */
a:visited
{
    color: #FFFFCC;
    text-decoration: none;
}  /* visited link */
a:hover
{
    color: #333333;
    text-decoration: none;
}   /* mouse over link */
a:active {
	color: #838261;
	text-decoration: none;
}   /* selected link */

.admin a:link
{
    color: #FF6600;
    text-decoration: underline; /*background-color: #FF9900;*/
}     /* unvisited link */
.admin a:visited
{
    color: #8D692F;
    text-decoration: none;
}  /* visited link */
.admin a:hover
{
    color: #FF6600;
    text-decoration: none;
}   /* mouse over link */
.admin a:active
{
    color: #838261;
    text-decoration: none;
}   /* selected link */


.img_left {float: left;
            margin-right: 4px;}

.img_right {float: right;
            margin-left: 4px;}

 /***************************** sidebar navigation ****************************/
			
.navcontainer {
	width: 246px;
	background-image: url(images/right_navbar_bg.jpg);
	height: 250px;
	padding-top: 74px;
	background-repeat: no-repeat;
}

.navcontainer ul
{
list-style-type: none;
/*margin-left: 40px;*/
margin-left: 86px;
}

.navcontainer a
{
display: block;
padding: 3px;
width: 160px;
background-color: #FFFFFF;
border-bottom: 1px solid #eee;
	color: #000000;
}

.navcontainer a:link, #navlist a:visited
{
text-decoration: none;
}

.navcontainer a:hover
{
    background-color: #707038;
    color: #fff;
}
ol
{
    padding-left: 50px;
    line-height: 18pt;
}
h1
{
    font-size: x-large;
}
h2
{
    font-size: x-large;
    font-style: italic;
}
h3
{
    font-size: large;
    font-style: italic;
}
h4
{
    font-size: large;
}
h5
{
    font-size: large;
    font-style: italic;
}
h6
{
    font-size: medium;
}
.collapsePanelHeader{
        width:100%;
        height:30px;
        background-image: url(images/bg-collapsible-panel-header.png);
        background-repeat:repeat-x;
        color:#FFF;
        font-weight:bold;
}
.HC_div  
{ 
    width:100%; border-width: 0px;
}
.modalBackground 
   {
       background-color:Gray;
       opacity:0.7;
       filter:alpha(opacity=70);
   }
.ob_cbShortState
{
	font: 11px verdana;
	border-right: 1px dotted #eeeeee;		
	border-bottom: 1px dotted #eeeeee;
	border-left: 0px;
	color: #444444;
	cursor: pointer;
	text-align: center;
	width:35px;
	height: 25px;
	background-color: #FFFFFF;
	-moz-box-sizing:border-box;
}

.ob_cbShortStateOver
{
	font: 11px verdana;
	border-right: 1px dotted #eeeeee;	
	border-bottom: 1px dotted #eeeeee;
	color: #444444;
	cursor: pointer;
	text-align: center;
	width:35px;
	height: 25px;
	background-color: #DDE7F5;
	-moz-box-sizing:border-box;
}
.ValidationMsg
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: bold;
    color: #FF0000;
}
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #707038;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionContent
{
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.accordionLink
{
    background-color: #FF6600;
    color: black;
}