/* @group Standard */

* {
	margin: 0;
	padding: 0;
}

body {
	font: .825em Verdana, Arial, Helvetica, sans-serif;
	color: #595959;
	background: url(/images/document-background.gif) repeat-x fixed;
}

p {
	margin: .6em 0;
}

acronym, abbr {
	border-bottom : 1px dotted rgb(100,100,100); cursor : help
}

img {
	border-width: 0;
}



/* @end */

/* @group Structure */

.document {
	padding-bottom: 50px;
}

#dock {
	width: 250px;
	padding-top: 50px;
	opacity: 0.1;
	filter:alpha(opacity=10);
	color: #919191;
}

.ninesixty {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.sixseventy {
	width: 670px;
}

.page {
	padding-top: 50px;
	padding-left: 50px;
}

#code {
	width: 680px;
	overflow: auto;
}

.prefooterR {
	background-color: #ffffff;
	 filter:alpha(opacity=50); /*Needed for IE*/
    -moz-opacity:0.5; /*Older mozilla broswers like NN*/
    -khtml-opacity:0.5; /*Old versions of Safari and "KHTML" browser engines*/
    opacity: 0.5; /*FF, Safari, and Opera*/
}

.footerbar {
	background-color: #fdf9ca;
	 filter:alpha(opacity=50); /*Needed for IE*/
    -moz-opacity:0.5; /*Older mozilla broswers like NN*/
    -khtml-opacity:0.5; /*Old versions of Safari and "KHTML" browser engines*/
    opacity: 0.5; /*FF, Safari, and Opera*/
}

.footer {

}

.leftpanel {
	width: 580px;
	background-color: #fffeff;
}

.rightpanel {
	width: 360px;
	border-left: 4px solid #c0c0c0;
}

.rightpanelpanel {
	padding-top: 1px;
	padding-bottom: 1px;
}

.leftpanelpanel {
	padding-top: 1px;
}

.halfrightpanel {
	width: 180px;
}

.footerspacer {
	padding-top: 50px;
}

.eventinfo {
	width: 370px;
}

.eventimage {
	width: 200px;
}

.eventinfothumbnail {
	width: 460px;
}

.eventimagethumbnail {
	width: 100px;
}

#imageform {
	background-color: #f3f3f3;
	border: 1px solid #e3e3e3;
}

.shortdate {
	width: 170px;
}

.noticehome {
	width: 300px;
}



/* @end */

/* @group Headings */

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-style: normal;
	
}

h1 {
	font-size: 1.9em;
	margin-bottom: .12em;
	margin-top: .12em;
}

h2 {
	margin-top: .75em;
	margin-bottom: .5em;
}

h3 {
	margin-top: .7em;
	margin-bottom: .83em;
}



/* @end */

/* @group Padding */

.standard {
	padding-right: 15px;
	padding-left: 15px;
}

.standardten {
	padding-right: 10px;
	padding-left: 10px;
}

.standardfive {
	padding-right: 5px;
	padding-left: 5px;
}

.paddedtop {
	padding-top: 15px;
}

.paddedbottom {
	padding-bottom: 15px;
}

.paddedleft {
	padding-left: 15px;
}

.paddedright {
	padding-right: 15px;
}

.padded {
	padding: 15px;
}



/* @end */

/* @group Lists */

ul, ol {
	margin: 0 0 15px 40px;
}

li {
	margin: .6em 0;
}



/* @end */

/* @group Font-styles */

.leader {
	font-size: 1.1em;
	margin-top: .5em;
	margin-bottom: 1em;
}



/* @end */

/* @group Forms */

label {
	float: left;
	width: 150px;
	text-align: right;
	padding-right: 5px;
	padding-top: 5px;
	clear: both;
}

input, select {
	margin-top: 5px;
	margin-bottom: 5px;
}

textarea {
	font: .825em/1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #373737;
	margin-top: 5px;
}

.defaulttext {
	color: #b5b5b5;
}

#loginform input {
	float: left;
	width: 170px;
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
}

#loginform label {
	float: left;
	display: block;
	clear: none;
	text-align: left;
	padding-left: 5px;
	padding-top: 5px;
	width: 120px;
}



/* @end */

/* @group Various attributes */

.err {
	color: #ff572d;
}

.found {
	background-color: #f9ff00;
}

.doubledark {
	background-color: #CBCBCB;
}

.dark {
	background-color: #e5ecf0;
}

.fixedbottom {
	position: fixed;
	bottom: 0;
	width: 100%;
	border: 1px solid #f681ff;
}

.pointer {
	cursor: pointer;
}

.transparent {
	filter:alpha(opacity=0); /*Needed for IE*/
    -moz-opacity:0; /*Older mozilla broswers like NN*/
    -khtml-opacity:0; /*Old versions of Safari and "KHTML" browser engines*/
    opacity:0; /*FF, Safari, and Opera*/
}

.greybg {
	background-color: #e4e4e4;
}

.darkgreybg {
	background-color: #bdbdbd;
}

.white {
	color: #ffffff;
}

.whitebg {
	background-color: #ffffff;
}

.nomargin {
	margin: 0;
}

.credit {
	font-size: .9em;
	color: #919191;
}

.thickgreyborderbottom {
	border-bottom: 4px solid #c0c0c0;
}



/* @end */

/* @group Links */

a, a:visited {
	color: #d57923;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #6ab800;
}

#dock a, #dock a:visited {
	
}

#dock a:hover {
	color: #1b9257;
}

.pagelinks a, .pagelinks a:visited {
	text-decoration: none;
	padding: 5px;
	background-color: #e0e0e0;
}

.pagelinks a:hover {
	background-color: #aaa;
	color: #d2fdd9;
}

.pagelinks a.selected {
	font-weight: bold;
	background-color: #aaa;
	color: #d2fdd9;
}



/* @end */

.categorylinks {

}

.categorylinks a, .categorylinks a:visited {
	text-decoration: none;
}

/* @group Ajax Menu */

#ajax_listOfOptions{
	position:absolute;	/* Never change this one */
//	width:175px;	/* Width of box */
//	height:250px;	/* Height of box */
	overflow: auto;	/* Dark green border */
	background-color:#FFF;	/* White background color */
	text-align:left;
	font-size:0.9em;
	z-index:100;
	border: 1px solid #bfbfbf;
}

#ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
	margin:1px;		
	padding: 5px;
	cursor:pointer;
	font-size:0.9em;
}
#ajax_listOfOptions .optionDiv{
	background-color: #595959;
}
#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
	background-color: #9d440b;
	color:#FFF;
}
#ajax_listOfOptions_iframe{
	background-color:#F00;
	position:absolute;
	z-index:5;
}

#ajax_listOfOptions div a, #ajax_listOfOptions div a:visited {
	color: #fff;
}

/* @end */

/* @group Newsletter */

.twelvepx {
	font-size: 12px;
}

.newsletterissue {
	width: 164px;
	background-color: #f6f6f6;
	border: 1px solid #7f7f7f;
	margin-left: 15px;
	margin-top: 15px;
}

.newsletter {
	background-color: #919191;
}

img.newsletter {
	margin-left: 5px;
}

/* @end */

/* @group Tables */

td {
	padding-top: 2px;
	padding-bottom: 2px;
}



/* @end */

img.rightpanelthumb {
	margin-top: 10px;
	margin-left: 10px;
	background-color: #ffffff;
	padding: 2px;
	border-top: 1px solid #bbb;
	border-left: 1px solid #bfbfbf;
	border-bottom: 1px solid #7e7e7e;
	border-right: 1px solid #797979;
}

.titlesummary {
	background-color: #f9f9f9;
	padding-top: 15px;
	padding-bottom: 10px;
	border-bottom: 4px solid #c0c0c0;
}