/* CSS Document */

/* BODY AND CONTENT */
body {
	margin: 5px;
	padding: 0px;
	background-color:#DDDDDD;
}
body, td#content, td#content th, td#content td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

/* MAIN TABLE */
table#maintable {
	border: 1px solid #000000;
	width: 960px;
}

/* main table content cell */
table#maintable td#contentcell {
	width: 760px;
	background-color: #FFFFFF;
	background-image: url(images/global/contentarea_bg.gif);
}

/* the content table */
table#contenttable {
	width: 760px;
}

/* the header row */
td#header {
	width: 760px;
	border-bottom: #4242FF solid 5px;
}

/* the navigation menu row */
td#navmenu {
	background-color: #555555; /* #EF1418; */
	color: #FFFFFF;
}
/* td#navmenu td {
	background-color: #EF1418;
	color: #FFFFFF;
} */

/* right and left side column styles */
td#rightcolumn, td#leftcolumn {
	width: 200px;
	background-color: #BCB8AD;
	padding-top: 8px;
	padding-bottom: 5px;
	text-align: center;
}

/* the line on the bottom above the footer */
td#bottomdivider {
	color: #FFFFFF;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
td#bottomdivider a {
	color: #FFFFFF;
	text-decoration: underline;
}
td#bottomdivider a:hover {
	color: #EF1418;
}

/* footer row */
td#footer {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 11px;
	color: #000000;
	background-color:#FFFFFF;
}
td#footer a {
	color: #4242FF;
	font-weight: bold;
	text-decoration: none;
}
td#footer a:hover {
	text-decoration: underline;
}


/* MAIN CONTENT */
td#content {
	width: 540px;
	vertical-align:top;
	text-align: left;
	background-color:#FFFFFF;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
}
td#content h1 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin-top: 15px;
	margin-bottom: 20px;
	border-bottom-width: 2px;
	border-left-width: 10px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #4242FF;
	border-left-color: #4242FF;
	padding-left: 7px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-transform: uppercase;
}
td#content h2 {
	font-size: 16px;
	font-weight: bold;
	color: #4242FF;
}
td#content .date {
	color: #666666;
	font-style:italic;
}
td#content div.content-footer {
	color:#666666;
	text-decoration:none;
	background-color: #FFFFFF;
	margin-top: 15px;
	padding: 10px 0px;
	border-top: #999999 solid 1px;
	display: block;
	clear:both;
}
td#content div.content-footer a {
	color:#666666;
	text-decoration:none;
}
td#content div.content-footer a:hover {
	text-decoration:underline;
}
td#content div.infocolumn {
	float:right;
	width: 150px;
	padding-left: 15px;
	padding-bottom: 5px;
}
td#content div.infocolumn a {
	color: #EF1418;
	text-decoration:none;
}
td#content div.infocolumn a:hover {
	text-decoration:underline;
}
/* links */
td#content a {
	color:#333333;
	text-decoration:underline;
}
td#content a:hover {
	color: #EF1418;
	background-color: #EFEBE7;
}
td#content a.linklist, div.linklist {
	color:#000000;
	text-decoration:none;
	background-color: #FFFFFF;
	padding: 5px 20px;
	border-top: #999999 solid 1px;
	margin: 0px 0px;
	display: block;
	clear: both;
}
td#content a.linklist:hover {
	background-color: #EFEBE7;
}
/* forms */
td#content form {
	margin: 15px 0px;
}
td#content .shorttext, td#content .midtext, td#content .longtext, td#content .shorttext-focus, td#content .midtext-focus, td#content .longtext-focus{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	vertical-align: middle;
}
td#content .shorttext, td#content .shorttext-focus {
	width: 70px;
}
td#content .midtext, td#content .midtext-focus {
	width: 180px;
}
td#content .longtext, td#content .longtext-focus {
	width: 350px;
}
td#content .shorttext, td#content .midtext, td#content .longtext {
	background-color: #FFFFFF;
	border: 1px solid #A5AEB5;
}
td#content .shorttext-focus, td#content .midtext-focus, td#content .longtext-focus {
	background-color: #FFEEEE;
	border: 1px solid #000000;
}
td#content input.button{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #EF1418;
	height: 20px;
	border: 1px solid #000000;
	vertical-align: middle;
}
td#content table.formtable {
	width: 540px;
}
td#content table.formtable tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
td#content table.formtable th {
	padding-top: 18px;
	text-align: left;
	border-bottom: 2px solid #525552;
	font-size: 15px;
	color: #EF1418;
	padding-bottom: 2px;
}
td#content td.label {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #BDBAAD;
	border-bottom-color: #BDBAAD;
	width: 160px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EEEEEE;
	text-align: left;
	vertical-align: top;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EEEEEE;

}
td#content td.field {
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	width: 380px;
	background-color: #EFEBE7;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;

}
td#content td.submit {
	padding-top: 15px;
	padding-left: 160px;
}
/* boxes */
div.contentbox {
	background-color: #ECEAE3;
	margin-bottom: 10px;
	text-align: left;
	margin-top: 10px;
}
div.contentbox div.box-header{
	font-family: Arial, Helvetica, sans-serif;
	color: #EF1418;
	background-color: #FFFFFF;
	padding: 2px 5px;
	font-weight: bold;
	;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #525552;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #525552;

}
div.contentbox div.box-content, div.contentbox div.box-row{
	background-color: #EFEBE7;
	border-right: 1px solid #BDBAAD;
	border-bottom: 1px solid #BDBAAD;
	border-left: 1px solid #BDBAAD;
}
div.contentbox div.box-row{
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 10px;
}
div.contentbox div.box-content{
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}
/* Data tables */
table.datatable {
	width: 540px;
	left: 10px;
	margin-top: 10px;
	margin-bottom: 15px;
	background-color: #EFEBE7;
	border: #000000 1px solid;
}
table.datatable tr.header td, table.datatable tr.header th {
	background-color: #000000;
	font-size: 12px !important;
	font-weight: bold !important;
	color: #FFFFFF !important;
	padding: 3px 5px;
	border-bottom: #666666 1px solid;
}
table.datatable tr.row1 td, table.datatable tr.row2 td {
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;	
	border-bottom: #999999 1px solid;
	vertical-align: top;
}
table.datatable tr.row1 {
	background-color: #FFFFFF;
}
table.datatable tr.row1:hover, table.datatable tr.row2:hover {
	background-color: #BCB8AD;
}
table.datatable tr.row1 td a, table.datatable tr.row2 td a {
	color: #000000 !important;
	text-decoration:none !important;
}
table.datatable tr.row1 td a:hover, table.datatable tr.row2 td a:hover {
	color: #EF1418 !important;
	text-decoration:underline !important;
	background-color: transparent !important;
}
table.datatable tr.header td a {
	color: #FFFFFF !important;
	background-color: transparent !important;
	text-decoration:none !important;
}
table.datatable tr.header td a:hover {
	color: #CCCCCC !important;
	text-decoration:underline !important;
}
/*dividers */
img#divider-or {
	margin: 15px 0px;
}
/* other */
span.warning, p.warning {
	color: #FF0000;
	font-weight:bold;
	font-size: 11px;
}
span.important, p.important {
	color: #006600;
	font-weight:bold;
}
span.note, p.note {
	font-size:10px;
}
span#mediaSource {
	font-style: italic;
	color: #000000;
	font-weight: bold;
	display: block;
	bottom: 10px;
	padding-bottom: 10px;
}

.disabled {
	color: #999999;
}
/* Homepage */
table#homepage-news {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	width: 540px;
	margin-top: 10px;
	margin-bottom: 10px;
}
table#homepage-news td {
	padding-bottom: 10px;
	text-align: left;
	vertical-align: top;
}
table#homepage-news td.news1 {
	width: 178px;
	padding-right: 6px;
}
table#homepage-news td.news2 {
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	width: 184px;
	padding-right: 6px;
	padding-left: 6px;
}
table#homepage-news td.news3 {
	width: 178px;
	padding-left: 6px;
}
table#homepage-news h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4242FF;
	text-transform: uppercase;
	margin-top: 6px;
	margin-bottom: 5px;
}
table#homepage-news em {
	color: #999999;
	font-size: 10px;
}
table#homepage-news a {
	color: #4242FF;
	font-size: 11px;
	font-weight: bold;
}
table#homepage-news a:hover {
	color: #006600;
}
/* Events page */
table.eventbox {
	width: 520px;
	margin-bottom: 15px;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #EFEBE7;
	border: #000000 1px solid;
}
table.eventbox strong {
	font-size: 11px;
	color: #EF1418;
}
table.eventbox td.header {
	background-color: #000000;
	font-size: 12px !important;
	font-weight: bold !important;
	color: #FFFFFF !important;
	padding: 3px 5px;
	border-bottom: #666666 1px solid;
}
table.eventbox td.details {
	vertical-align: top;
	width: 50%;
	padding: 8px;
	font-size: 12px !important;
}
table.eventbox td.footer {
	font-size: 12px !important;
	padding: 8px;
}
/* News Page */
a.newsitem, div.newsitem {
	color:#000000 !important;
	text-decoration:none !important;
	background-color: #FFFFFF !important;
	padding: 15px 8px;
	border-top: #999999 solid 1px;
	display: block;
}
a.newsitem:hover {
	background-color: #EFEBE7 !important;
}
a.newsitem h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4242FF;
	text-decoration: none !important;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 5px;
}
a.newsitem em {
	color: #999999;
	font-size: 11px;
}
/* Row Navigator */
div.pagenav {
	text-align:center;
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 11px;
}
div.pagenav a {
	color: #EF1418;
	text-decoration: none;
}
div.pagenav a:hover {
	color: #FFFFFF;
	background-color: #EF1418;
}
div.pagenav span.currentpage {
	color: #000000;
	font-weight: bold;
}

/* SIDE CONTENT */
/* quicklinks box */
div#quicklinks {
	display: block;
	width: 180px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
	margin-bottom: 10px;
	margin-left: 9px;
	margin-right: 9px;
}
div#quicklinks div#quicklinks-header {
	display: none;
}
div#quicklinks a {
	display: block;
	width: 180px;
	background-color: #ECEAE3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-size: 14px;
	color: #4242FF;
	background-image: url(images/global/quicklinks_bg.gif);
	text-align: left;
	text-indent: 25px;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 4px;
	padding-bottom: 4px;
	background-repeat: no-repeat;
}
div#quicklinks a:hover {
	color: #006600;
	background-image: url(images/global/quicklinks_bg_over.gif);
	background-color: #FFFFFF;
}
div#quicklinks a#donate-link, div#quicklinks a#join-link {
	text-indent: 35px;
	background-image: url(images/global/quicklinks_bg_hl.gif);
	color: #006600;
}
div#quicklinks a#donate-link:hover, div#quicklinks a#join-link:hover {
	background-image: url(images/global/quicklinks_bg_hl_over.gif);
	color: #FFFFFF;
}
/* Boxes */
div.box {
	background-color: #ECEAE3;
	width: 180px;
	margin-bottom: 10px;
	text-align: left;
	border: #000000 1px solid;
	margin-left: 9px;
	margin-right: 9px;
}
div.box div.box-header{
	color: #FFFFFF;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
div.box div.box-content{
	padding: 5px;
	border-bottom: 1px solid #BDBAAD;
}
div.box div.box-form{
	padding: 5px 3px;
	text-align: center;
}
div.box a.box-item{
	padding: 5px 3px;
	text-align: center;
}
div.box div.box-item, div.box a.box-item {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BCB8AD;
	background-color: #ECEAE3;
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	display: block;
	text-decoration:none;
}
div.box a.box-item strong {
	color: #4242FF;
}
div.box a.box-item:hover {
	background-color: #FFFFFF;
}
div.box form{
	padding: 0px;
	margin: 0px;
	text-align: center;
}
div.box input.textbox, div.box input.textbox-focus{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	height: 18px;
	border: 1px solid #A5AEB5;
	vertical-align: middle;
}
div.box input.textbox-focus {
	background-color: #FFEEEE !important;
	border: 1px solid #000000;
}
div.box input.button{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #4242FF;
	height: 20px;
	border: 1px solid #000000;
	vertical-align: middle;
}
div.box a.box-more {
	background-color: #555555;
	padding: 2px 7px;
	text-align: left;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	display: block;
	text-decoration:none;
}
div.box a.box-more:hover {
	background-color: #FFFFFF;
	color: #EF1418;
	text-decoration:underline;
}
/* warning box */
div.warningbox, p.warningbox {
	background-color: #ECEAE3;
	color: #CC0000;
	padding: 8px;
	border: 2px solid #CC0000;
	margin-bottom: 10px;
}
div#quicklinks div {

	display: block;
	width: 180px;
	background-color: #4242FF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(images/global/quicklinksSel_bg.gif);
	text-align: left;
	text-indent: 25px;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 4px;
	padding-bottom: 4px;
	background-repeat: no-repeat;
}
div#quicklinks div#2 {
	background-image: url(images/global/quicklinks_bg_hl_over.gif);
	color: #FFFFFF;
	display: block;
	padding-left: 10px;
}
div.box#pgibtv {
	font-size: 11px;
	text-align: center;
}
