body {
	background-color: #F6F6F6;
	
	font-family: Tahoma, Arial, Sans-Serif;
}

#main_top {
	width: 954px;
	height: 33px;
	background-image: url(img/top.gif);
	background-repeat: no-repeat;
	margin-top: 5px;
}

#main_top div {
	width: 48%;
	_width: 47%;
	font-size: 10px;
	float: left;
	margin: 10px 5px 0px 10px;
}

.main_left_align {
	text-align: left;
}

.main_right_align {
	text-align: right;
}

#main_top_separator {
	height: 5px;
	font-size: 1px;
}

#main_header {
	width: 936px;
	height: 100px;
	background-image: url(img/header.jpg);
	margin: 0 0 2px 0px;
}

#main_nav_area {
	width: 936px;
	height: 40px;
	background-color: #CC0000;
	margin: 0 0 6px 0px;
}

#main_bottom {
	width: 940px;
	_width: 946px;
	height: 15px;
	_height: 25px;
	border-top: 1px solid #ddd;
	background-color: #cccccc;
	margin-top: 15px;
	#margin-top: 0px;
	padding: 5px;
	#padding-top: 0px;
	
	text-align: center;
}

#side_item_header {
	width: 230px;
	height: 30px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background-color: #000066;
}

#side_item_body {
	width: 220px;
	_width: 240px;
	background-color: #000066;
	
	padding: 5px;
}

#content_featured {
	width: 694px;
	height: 207px;
	background-image: url(img/feature.jpg);
	margin: 10px 0px 8px 0px;
}

#content_container {
	width: 480px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#content_headline {
	width: 480px;
	height: 30px;
	color: #fff;
	font-weight: bold;
	background-color: #CC0000;
	text-align: center;
}

#content_body {
	width: 470px;
	padding: 5px;
	background-color: #FFFFFF;
}

#action_center_headline {
	width: 200px;
	_width: 185px;
	height: 30px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	background-color: #CC0000;
}

#action_center_body {
	width: 188px;
	_width: 185px;
	border: 1px solid #CC0000;
	padding: 5px;
	
	color: #000066;
	
	background-color: #FFFFFF;
}

#action_center_container {
	width: 200px;
	_width: 185px;
	float: left;
	
	color: #000066;
}

#campaign_teams_td {
	color: #000066;
}

.clearboth {
	clear: both;
}

.vert_center_1 {
	display: table;
	#position: relative;
	overflow: hidden;
}

.vert_center_2 {
	#position: relative;
	#top: 65%;
	display: table-cell;
	vertical-align: middle;
}

.vert_center_3 {
	#position: relative;
	#top: -50%;
}

.link_noformat_black {
	text-decoration: none;
	color: #000;
}

.section_header {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	background-color: #FFFFFF;
	margin: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;

}

.sub_section_header {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px dotted #ccc;
}

.sub_section_small {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px dotted #ddd;
}

/* ------------------------------------------------ nav section */

#dropdown {
	background-color: #CC0000;
	border-left: #000066;
	border-right: #000066;
	text-align: center;

}

#dropdown a {
	font-family: Tahoma, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	
	text-decoration: none;
}

#dropdown a:hover {
	text-decoration: underline;
}

#vert_nav_area {
	width: 230px;
	background-color: #CC0000;
}

#vertnav {
	width: 100%;
	height: 30px;
	color: #FFFFFF;
	background-color: #CC0000;
	border-bottom: 1px dotted #FFFFFF;
}

#vertnavhighlight {
	width: 100%;
	height: 30px;
	background-color: #000066;
}

#vertnavhighlight a {
	display: block;
	_width: 230px;
	padding: 5px;
	
	font-size: 16px;
	font-weight: bold;
	color: #000066;
	
	text-decoration: none;
}

#vertnavhighlight a:hover {
	background-color: #000066;
	color: #000066;
}

#vertnav a {
	_width: 230px;
	display: block;
	padding: 5px;
	
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	
	text-decoration: none;
}

#vertnav a:hover {
	display: block;
	background-color: #000066;
	color: #000066;
}

#vertnavsub {
	width: 100%;
	height: 30px;
	text-indent: 10px;
	background-color: #000066;
}

#vertnavsub a {
	display: block;
	_width: 230px;
	padding: 5px;
	
	font-size: 14px;
	color: #FFFFFF;
	
	text-decoration: none;
}

#vertnavsub a:hover {
	background-color: #000066;
	color: #000066;
}


#dropdown ul {
	padding: 1px;
	margin: 0 auto;
	list-style: none;
}

#dropdown li {
	float: left;
	position: relative;
	width: 10em;
	
	background: #CC0000;
}

#dropdown li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	padding: 5px;
}

#dropdown li a:hover {
	background: #000066;
}

#dropdown li ul { 
	display: none;
	position: absolute;
	top: 1.8em;
	left: 0;
	list-style-type: none;
	
}

#dropdown li ul li {
	background-color: #000066;
	color: #FFFFFF;
	
}

#dropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#dropdown li:hover ul, #dropdown li.over ul { /* lists nested under hovered list items */
	display: block;
	list-style-type: none;
}

#bottom {
	text-align: center;
	border-left: ;
	border-right: ;
	border-bottom: ;
	background-color: ;
	padding-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: ;
}

#paidforbox {
	text-align: center;
	padding: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: ;
	border: ;
	color: ;
}

.required {
	color: red;
}

.error {
	color: red;
}

.small {
	font-size: 12px;
}

.heading {
	font-size: 16px;
}

/* ------------------------------------------------ quick link area */

#quicklink_icon {
	float: left;
	width: 25px;
	height: 25px;
	background-color: ;
	margin: 0px 5px 5px 5px;
}

#quicklink_text {
	float: left;
	height: 25px;
	font-size: 16px;
	font-weight: bold;
	color: ;
	padding-top: 3px;
}

#quicklink_text a {
	font-size: 16px;
	font-weight: bold;
	color: ;	
	
	text-decoration: none;
}

#quicklink_text a:hover {
	text-decoration: underline;
}

div.gallery {

	float: left;
	width: 160px;
	margin-right: 10px;
	margin-bottom: 20px;
	text-align: center;

}

.galleryimg img{

	border: 1px solid #fff1fc;
	
}

.galleryimg:hover img{

	border: 1px solid black;
	
}

.galleryimg:hover{

	color: red; /* only used to overcome IE's incompetence */
	
}


div.materialsdescription {
	width: 80%;
	float: left;
}

div.materialimage {
	width: 20%;
}

.materialname {
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}

.materials {
	width: 95%;
	padding: 15px;
	background-color: #efefef;
	border: 1px solid #ddd;
}

.materialsimg img{

	border: 1px solid #fff1fc;
	
}

.materialsimg:hover img{

	border: 1px solid black;
	
}

.materialsimg:hover{

	color: red; /* only used to overcome IE's incompetence */
	
}

#media_list_item
{
	width: 30%;
	float: left;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #9f9f9f;
	margin: 2px;
}

#bold_18
{
	font-size: 18px;
	font-weight: bold;
}

#bold_16
{
	font-size: 16px;
	font-weight: bold;
}

#bold_14
{
	font-size: 14px;
	font-weight: bold;
}

hr.media_hr
{
	border: none 0; 
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #efefef;
	width: 95%;
	height: 2px;
	margin: 2px auto 0 auto;
	text-align: left;
}


#clearboth {
	clear: both;
}

#edit_link_title
{
	color: ;
	text-decoration: none;
}

#edit_link_content
{
	color: ;
	text-decoration: none;
}

#contentbox
{
	margin: 5px;
	margin-top: 15px;
	background-color: #FFFFFF;
}

#contentbox_title
{
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-color: #CC0000;
	padding: 5px;
}

#contentbox_text
{
	margin-top: 5px;
}

#error_container {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}

#error_bg_fill {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	#width: 1500px;
	height: 100%;
	#height: 1000px;
	background-color: #000;
	opacity: 0.35;
	filter: alpha(opacity=35);
	min-height: 100%;
}

#error_horizon {
	position: absolute;
	top: 45%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
}

#error_content {
	position: absolute;
	width: 500px;
	height: 350px;
	left: 50%;
	margin-left: -200px;
	#margin-left: 100px;
	top: -125px;
	#top: 225px;
	background-color: #fff;
	
	border: 7px solid #ccc;
	
	z-index: 90;
	
}

/* ------------------------------------------------ hq dashboard */

#dashboard_header {
	width: 100%;
	padding: 8px;
	vertical-align: bottom;
}

#dashboard_functions {
	width: 100%;
	padding: 8px;
	align: center;
}

#dashboard_notifications_left {
	float: left;
	padding-left: 8px;
	align: center;
}

#dashboard_notifications_right {
	float: right;
	width: 49%;
	align: center;
}

.user_name {
	font-size: 18px;
	font-weight: bold;
}

#user_name {
	position: absolute;
	align: left;
}

#controls {
	float: right;
	font-size: 11px;
	padding-top: 11px;
	padding-right: 20px;
}

#controls a {
	text-decoration: none;
	color: #000000;
}

#controls a:hover {
	text-decoration: underline;
	color: #000000;
}

#functions_top {
	align: left;
	background-image: url(img/dashboard/functions_top.gif);
	background-repeat: no-repeat;
	width: 682px;
	height: 26px;
}

#functions_bottom {
	align: left;
	background-image: url(img/dashboard/functions_bottom.gif);
	background-repeat: no-repeat;
	width: 682px;
	height: 84px;
}

#functions_list {
	width: 680px;
	padding: 9px;
	padding-left: 12px;
	margin: 0;
	list-style: none;
	font-size: 12px;
}

#functions_list li {
	width: 161px;
	height: 35px;
	margin: 0;
	padding: 1px;
	float: left;
}

#functions_list li a {
	display: block;
	width: 161px;
	text-decoration: none;
	color: #000000;
}

#functions_list li a:hover {
	display: block;
	width: 161px;
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}


.functions_top_text {
	padding-top: 4px;
	padding-left: 14px;
	font-size: 14px;
	font-weight: bold;
}

#info_container {
	width: 290px;
	padding: 8px;
	border-top: none;
	border-right: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	align: left;
	background-color: #f5f5f5;
	font-size: 12px;
}

#info_container_header {
	border-top: 1px solid #000000;
	width: 300px;
	padding-left: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	background-color: #CC0000;
}

.info_container_action a {
	color: #065f9f;
	text-decoration: underline;
}

#event_listing_normal {
	font-size: 11px;
	padding: 12px;
}

#event_listing_normal td {
	font-size: 11px;
}

#event_listing_normal a {
	font-size: 11px;
	color: #065f9f;
	text-decoration: underline;
}

#event_listing_white {
	font-size: 11px;
	padding: 12px;
	background-color: #FFFFFF;
}

#event_listing td {
	font-size: 11px;
}

#event_listing_white a {
	font-size: 11px;
	color: #000066;
	text-decoration: underline;
}

.event_underline_heading {
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
	float: left;
}

.event_heading_action {
	font-size: 12px;
	float: right;
}

.event_heading_action a {
	font-size: 12px;
	color: #065f9f;
	text-decoration: underline;
}

.view_all_events {
	font-size: 10px;
}

.view_all_events a {
	font-size: 10px;
	color: #065f9f;
	text-decoration: underline;
}

.calendar {
	/** configure the width **/
	width:100%;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0px;
	padding:0px;
	text-align:center;
}
.calendar th {
	background-color: #FFFFCC;
	font-weight: bold;
	height: 20px;
}
.calendar .header {
	background-color: #CC0000;
	font-weight: bold;
	height: 24px;
	color: #FFFFFF;
}
.calendar .footer {
	background-color: #CC0000;
	font-weight: bold;
	font-size:0.8em;
	color: #FFFFFF;
	width:100%;
}
.calendar td {
	width: 22px;
	height: 20px;
	text-align: center;
	font-size:0.9em;
	padding: 2px;
}

.calendar .date_num_text {
	text-align: right;
	font-weight: bold;
}

.calendar .shift_link {
	padding: 2px;
	border: 1px solid #000000;
	text-align: left;
}

.calendar a, .calendar a:link, .calendar a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #000000;

}
.calendar a.headerNav, .calendar a:link.headerNav, .calendar a:hover.headerNav {
	background-color: #CC0000;
	color: #ffffff;
}

.calendar a.footerNav, .calendar a:link.footerNav, .calendar a:hover.footerNav {
	width: 100%;
	background-color: #CC0000;
	color: #ffffff;
}
.today {
	font-size: 16px;
	text-decoration: underline;
}