body,table,td,tr,p,body,input,select,form,textarea,.default
{
	font-size: 8pt;
	font-family: lucida sans, tahoma, verdana, serif;
	font-weight: normal;
	color: #000000;
}

body
{
	background-image: url(/images/body_bg.gif);
	background-color: #CCCCCC;
	margin-top:0;
	margin-bottom:0;
	margin-left:1;
	margin-right:1;
}

.adBanner 
{
	text-align: center;
	background-color: #909090;
	padding: 3px;
}

.label 
{
	font-weight: bold;
}

.checkBoxListSelected 
{
	background-image: url(/images/topNav_bg.gif) !important;
	background-color: #880000; 
	color: #FFFFFF;
}

.gridAlternateItem, .gridAlt
{
	background-color: #E0E0E0;
}

pre 
{
	padding: 0;
	margin: 0;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.mainPage, #mainTable
{
	width: 980;
}

.pageContent 
{
	background-color: #EEEEEE;
}

td.rightColumn 
{
	width: 200px;
	background-color: #000000;
	background-color: #F0F0F0;
	/*
	background-color: #F0F0F0;
	background-repeat: repeat-x;
	border-left: solid 1px #4F4F4F;
	*/
}

.footer
{
	background-image: url(/images/shadow_bottom.gif) !important;
	background-position: left top;
	background-repeat: repeat-x;
}

.footer, .footer td 
{
	font-size: 8pt;
	font-weight: 700;
	color: #606060 !important;
}

.redGradient 
{
	background-image: url(/images/topNav_bg.gif) !important;
	background-color: #C00000; 
	background-repeat: repeat-x;
	color: #FFFFFF;
	text-align: center;
}

table.forumTable 
{
	width: 100%;
	/*
	width: 611px;
	*/
}

table.forumTableAdmin
{
	width: 489px;
}

.popupDivWrapper 
{
	visibility:hidden;
	position: absolute;
	background-color: #F0F0F0;
	border: 4px outset;
	z-index: 10;
	box-shadow: -2px 2px 10px #400000, -5px 5px 50px, -3px 3px 20px;
	-o-box-shadow: -2px 2px 10px #400000, -5px 5px 50px, -3px 3px 20px;
	-moz-box-shadow: -2px 2px 10px #400000, -5px 5px 50px, -3px 3px 20px;
	-webkit-box-shadow: -2px 2px 10px #400000, -5px 5px 50px, -3px 3px 20px;
	border-radius: 10px;
	-o-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
}

.popupDivBar
{
	padding: 3;
	width: 100% - 6;
	background-color: #E0E0E0;
	text-align:left;
	border-bottom: 2px outset;
	overflow: auto;
	_height: 20;
	_overflow: visible;
	border-radius-topleft: 10px;
	-o-border-radius-topleft: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	border-radius-topright: 10px;
	-o-border-radius-topright: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
}

.popupDivContent 
{
	margin: 10px;
}

.blurb, H2
{
	margin: 0px;
	font-size: 130%;
	font-weight: bold;
	color: #BB0000;
}

H3
{
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 115%;
	font-weight: bold;
	color: #909090;
}

.shadowBox table 
{
	height: 100px;
	width: 100%;
	background-color: #efefef;
	border:1px solid #E0E0E0;
	font-size:10px;
}

.shadowBox
{
	width: 100%;
	padding-right: 5px;
	padding-bottom: 5px;
	filter: shadow(color:gray, strength:5, direction:135);
}

/* Header 1 - Main header */
.boxHeader
{
	background-color: #B0B0B0;
	color: #FFFFFF;
	font-weight: bold;
	height: 26px;
	font-size:14px;
	text-transform: uppercase;
	padding-left: 5px;
}

.boxHeaderLabel 
{
	float: left;
}

.boxHeaderLink 
{
	float: right;
	padding-right: 5px;
	padding-top: 2px;
	font-size: 11px;
}

.boxHeader .darkText 
{
	color: #303030;
}

ul
{
	list-style-type: square;
	list-style-position: inside;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 15px;
}

p.justify 
{
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 0px;
}

.titleFont, H1
{
	font-size: 16px;
	font-weight: 700;
	color: #808080;
	padding: 0;
	margin: 0;
}

.loginForm 
{
	color: #808080;
}

.loginForm input
{
	font-family: tahoma, verdana, serif;
}

.errorText, .errorTextSmall
{
	font-weight: bold;
	color: #FF0000;
}

.errorText 
{
	font-size: 130%;
}

.caption
{
	color: #666666;
	/*
	font-size: 90%;
	*/
}

.yellowText
{
	color: #fffdba;
}

.smallText 
{
	font-size: 90%;
}

.boldText, b
{
	font-weight: bold;
}

.redText 
{
	color: #BB0000;
}

.uppercase 
{
	text-transform: uppercase;
}

.smallCaps
{
	font-variant: small-caps;
}

.buttonSimple, .buttonSimpleOff, .buttonSimpleSmall
{
	cursor: pointer;
	text-align: center;
	padding: 4 6 4 6;
	background-color: #902020;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 130%;
}

.button, .buttonOff, .buttonSmall
{
	cursor: pointer;
	text-align: center;
	height: 29px;
	_height: 35px;
	padding-top: 6px;
	padding-right: 5px !important;
	background-color: transparent;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 14px;
	border: 0px;
}

.button100 
{
	width: 95px;
	_width: 100px;
	background-image: url(/images/button100_bg.gif);
}

.button150 
{
	width: 145px;
	_width: 150px;
	background-image: url(/images/button150_bg.gif);
}

.button175 
{
	width: 170px;
	_width: 175px;
	background-image: url(/images/button175_bg.gif);
}

.button250 
{
	width: 245px;
	_width: 250px;
	background-image: url(/images/button250_bg.gif);
}

input.button 
{
	margin: 0px;
	padding: 0px;
	height: 35px;
	padding-bottom: 6px;
}

input.button100 
{
	width: 100px;
}

input.button150 
{
	width: 150px;
}

input.button175 
{
	width: 175px;
}

input.button250 
{
	width: 250px;
}

a.button, a.buttonOff 
{
	_height: 24;
}

div.button a 
{
	color: #FFFFFF;
}

.button img, .buttonOff img, .buttonSmall img
{
	border: 0;
	margin-left: 3px;
}

.button[disabled]
{
	background-color: #808080;
	color: #C0C0C0 ! important;
	cursor: default ! important;
}

.disabled
{
	color: #C0C0C0 ! important;
	cursor: default ! important;
}

.buttonOff, .buttonOff a
{
	background-color: #808080;
}

.buttonSmall 
{
	font-size: 100%;
}

.buttonSmall img 
{
	height: 8px;
}

.headline 
{
	font-weight: bold;
	font-size: 115%;
}

.author 
{
	color: #909090;
	font-weight: bold;
}

.highlightText
{
	color: #0000FF;
}

.bigText, big
{
	font-weight: bold;
	font-size: 130%;
}

.greyText 
{
	color: #474747;
}

.lightgreyText
{
	color: #909090;
}

.darkText 
{
	color: #303030;
	font-weight: bold;
}

.toolboxTextArea
{
	margin-left: 87px;
	_margin-left: 90px;
}

.toolboxHeading 
{
	border-left: 2px solid #E0E0E0;
}

.toolboxHeading h2, .toolboxHeading div
{
	padding-left: 5px ! important;
}

.toolboxSection
{
	padding-bottom: 0px ! important;
	padding-left: 5px ! important;
}

.toolboxSection
{
	border-bottom: 2px solid #E0E0E0;
}

.sectionLabel, .sectionHeading, .sectionSubHeading, .sectionLink, .sectionLinkSmall
{
	color: #909090;
	text-transform: uppercase;	
	font-weight: normal;
	font-size: 130%;
	text-shadow: -1.25px 1.25px 3px #808080;
}

.sectionHeading, .sectionSubHeading
{
	padding-bottom: 5px;
}

.sectionHeading
{
	font-size: 170%;
}

.sectionSubHeading 
{
	padding-left: 6px;
	padding-top: 2px;
	font-size: 130%;
	font-style: italic;
}

.sectionLink, .sectionLinkSmall {
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
}

.sectionLink 
{
	font-size: 130%;
	background-image: url(/images/login_button.gif);
	height: 30px;
	padding-top: 7;
	padding-right: 33;
}

.sectionLinkSmall 
{
	font-size: 110%;
	background-image: url(/images/login_button_small.gif);
	height: 20px;
	padding-top: 3;
	padding-right: 24;
}

.anchorBottomRight {
	position: absolute;
	bottom: 10px;
	right: 10px;
	white-space: nowrap;
}
a.sectionLink:hover
{
	background-image: url(/images/login_button_red.gif);
	color: #BB0000;
}

a.sectionLinkSmall:hover
{
	background-image: url(/images/login_button_red_small.gif);
	color: #BB0000;
}

.padded 
{
	padding: 6px;
}

.nopadded 
{
	padding: 0px;
}

.lightBorder, tr.lightBorder, .darkBorder, tr.darkBorder
{
	box-shadow: -2px 1px 5px #804040, inset 0 5px 20px #C0C0C0;
	-o-box-shadow: -2px 1px 5px #804040, inset 0 5px 20px #C0C0C0;
	-moz-box-shadow: -2px 1px 5px #804040, inset 0 5px 20px #C0C0C0;
	-webkit-box-shadow: -2px 1px 5px #804040, inset 0 5px 20px #C0C0C0;
	border-radius: 8px;
	-o-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-width: 4px;
	border-color: #D0D0D0;
	border-style:  double;
	background-color: #FFFFFF;
	padding: 10px;
	background-repeat: repeat-x;
	background-image: url(/images/home_gradient.gif);
}

.darkBorder {
	background-image: url(/images/gradDark.gif);
	border-width: 4px;
}

.darkBorder .sectionHeading 
{
	color: #FFFFFF;
}

div.Nav
{
	background-color: #404040;
	background-color: #000000;
	border-top: 0px;
	padding: 5px;
	text-transform: none;
	/*
	padding-top: 0px;
	*/
}

td.Nav, tr.Nav
{
	background-color: #000000;
	height: 28px;
	text-transform: uppercase !important;
}

tr.Nav td
{
	text-transform: uppercase !important;
}

#navMenu td {
	border-bottom: solid 1px #000000;
}

#navMenu td.menuSelected
{
	border-bottom: 0px;
}

td.pageTitle, tr.pageTitle
{
	height: 30px;
	background-color: #D0D0D0;
	border-bottom: solid 1px #c0c0c0;
}

td.subNav, tr.subNav
{
	/* background-image: url(/images/submenu_gry_bck.gif); */
	height: 25;
}

td.subNav, tr.subNav, td.menuSelected, tr.menuSelected
{
	background-color: #eeeeee;
}

td.subNavBg, tr.subNavBg
{
	background-color: #eeeeee;
}

td.white, tr.white
{
	background-color: #FFFFFF;
}

td.lightGrey, tr.lightGrey
{
	background-color: #D8D8D8;
}

td.midGrey, tr.midGrey
{
	background-color: #E0E0E0;
}

td.darkGrey, tr.darkGrey
{
	background-color: #4F4F4F;
}

td.greyBorder 
{
	border-style: solid;
	border-width: 1px;
	border-color: #E0E0E0;
	background-color: #FFFFFF;
}

td.footerLinks
{
	text-align: center;
	color: #FFFFFF;
	background-color: #404040;
	background-color: #000000;
	font-size: 15px;
	font-family: Times New Roman, MS Serif;
	font-style: normal;
	font-variant: small-caps;
	font-weight: normal;
}

.copyright 
{
	font-size: 13px;
	color: #000000;
}

a
{
	color:#BB0000;
	text-decoration: none;
}

a.lightLink
{
	color:#DD0000;
}

a:hover 
{
	color:#FF0000;
}

a.yellowText:hover 
{
	color: #FFFFFF;
}

a.lightGreyText:hover 
{
	color: #43666E;
}

a.menuLinks:hover 
{
	color:#FFFFFF;
}

.menuLinks, .menuLink td
{
	font-size: 11pt;
	font-weight: normal;
	color: #C8CFCC;
	text-decoration: none;
}

.subMenuLinks
{
	font-size: 11pt;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
}

.adminMenuLinks 
{
	color: #EEAA66;
}

.subMenuLinks, .menuSelected 
{
	color: #600000;
}

a.subMenuLinks:hover, a.menuSelected:hover 
{
	color:#C00000;
}


.adminSubMenuLinks 
{
	color: #BB0000;
}

a.adminMenuLinks:hover 
{
	color:#FF8888;
}

a.adminSubMenuLinks:hover 
{
	color:#FF0000;
}

/*
	Calendar classes
*/
table.calendar { border-width: 0px; }
.calendarHeader 
{
	color: #909090;
	text-transform: uppercase;
	font-weight: normal;
	/*
	background-color: #FFFFFF;
	*/
	font-size: 220%;
}
.calendarLink, .weekDay td
{
	color: #909090;
	font-size: 130%;
}
.calendarMonthSelected 
{
	font-weight: bold;
	color: #600000;
}

.pendingItem 
{
	color: #0000BB;
}

.newItem 
{
}

.weekDay td { height:30px; text-align:center; }
div.dayCount { font-weight: bold; font-size: 130%; }
.dayCount .dayIcon { font-size: 9px; font-weight: normal; vertical-align: top; }
.calendarEntry { font-size: 80%; }
td.cellOff { font-weight:bold; background-color:#F0F0F0; }
td.cellOn { background-color: #FFFFFF; }
td.cellToday { background-color:#FFE0E0; }

/* Popup window */
.popup {
    border-style: outset;
    border-width: 3px;
    margin-top: 12px;
    margin-left: 20px;
    padding: 8px;
    background-color: #F0F0F0;
    width: 400px; /* otherwise IE does a weird layout */
    z-index:1000; /* must be higher than forms-tabContent */
	text-align: justify;
	position: absolute;
	visibility: hidden;
}

.accordion 
{
	clear: both;
	overflow: auto;
}

.accordion, .accordion dt, .accordion dd, .accordionHeader, .accordionBody {
	margin: 0;
	padding: 0;
}

.accordion dt, .accordionHeader {
	font-weight: bold;
	float: left;
	position: relative;
	color: #BB0000;
	cursor: pointer;
	cursor: hand;
	padding-left: 18px;
	padding-top: 1px;
	min-height: 16px;
	_height: 20px;
	background: transparent url(/images/sprite.png) 0 -350px no-repeat;
}

.accordion .selected, .accordionHeader.selected 
{
	background: transparent url(/images/sprite.png) 0 -400px no-repeat;
}

.accordion dt:hover, .accordion dt.over, .accordionHeader:hover, .accordionHeader.over {
	color: #FF0000;
	font-weight: bold;
}

.accordion dd, .accordionBody {
	display: none;
	overflow: hidden;
	clear: both;
	width: auto !important;
}

.accordion dd.open, .accordion .open {
	display: block;
}

.accordion dd.getHeight, .accordion .getHeight {
	display: block;
}

.navHeader .networking a 
{
	font-weight: normal;
}

.navHeader a, .navHeader big 
{
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}

.navHeader .smallText 
{
	font-size: 13px;
}

#footerContent 
{
	width: 100%;
	padding: 10 20 10 20;
}

.selectedPager 
{
	font-weight: bold;
	color: #0000FF;
}

.addthis_toolbox a, .addthis_toolbox span {
  float: left;
  margin-right: 3px;
}

.openItem {
  color: #008800;
}

.blockBottomLink 
{
	position: absolute;
	bottom: 5px;
	right: 15px;
}

.advancedListEntryContainer select
{
    width: 100%;
    height: 100%;
    border-width: 0px;
    margin: 0px;
    padding: 2px;
}
.advancedListEntryContainer .selectWrapper 
{
    width: 99%;
    height: 130px;
    overflow: auto;
    border: 1px solid #808080;
}
.advancedListEntryContainer .selectPanel {
    float: left;
    width: 45%;
}
.advancedListEntryContainer .panelLabel  
{
	font-weight: bold;
}
.advancedListEntryContainer .panelButtons 
{
	float: left;
	text-align: center;
	width: 9%;
	padding-top: 20px;
}
.advancedListEntryContainer .panelButtons input 
{
	font-size: 8px;
	width: 28px;
	background-color: #800000;
	color: #FFFFFF;
	margin-bottom: 5px;
}
.advancedListEntryContainer .panelButtons input.disabled  
{
	background-color: inherit;
	color: inherit;
}
.advancedListEntryContainer
{
	overflow: auto;
	width: 430px;
	display: inline-block;
}
.noRounding 
{
	border-radius: 0px;	
	-o-border-radius: 0px;	
	-moz-border-radius: 0px;	
	-webkit-border-radius: 0px;	
}
.noShadow 
{
	box-shadow: 0px 0px 0px;
	-o-box-shadow: 0px 0px 0px;
	-moz-box-shadow: 0px 0px 0px;
	-webkit-box-shadow: 0px 0px 0px;
}
.snapshot 
{
	display: none; position: absolute; visibility: visible;
	margin-left: 30px; _aleft: -30px; width: 200px; 
	z-index: 5;
}
.snapshotLabel 
{
	color: #0000FF;
} 
.snapshotItem 
{
	margin-top: 3px;
	margin-bottom: 3px;
	font-size:	8pt;
}
.snapshotTitle 
{
	margin-bottom: 3px;
}
.divCriteria {
	font-size: 100%;
	float:left;
	padding-bottom: 2px;
	border: 1px solid #c0c0c0
}
.criteriaHeader {
 	font-weight: bold;
 	font-size: 110%;
 	padding: 2;
 	background-color: #000000;
 	color: #FFFFFF;
 	text-transform: uppercase; 
}
.criteriaHeader a 
{
	color: #FF0000;
}
div.criteriaSubHeader {
 	padding: 2;
}
.criteriaSubHeader {
 	background-color: #E0E0E0;
 	font-weight: bold;
}
.divCriteria td {
	padding: 0;
	margin: 0;
	vertical-align: top;
}
.divCriteria label {
	font-size: 100%;
	position: relative;
	top: -2px;
	_position: static;
}
.divCriteria div {
	overflow: auto;
}
