﻿/************************************************
		THEME - STYLES WITH IMAGES
************************************************/
/*
	The default header for a web is a background image
	If user does not specify one for thier web, this will
	be shown and the image will be hidden.
*/
.defaultHeaderImage
{
	background-image: url('images_ODCStyle2_silverBullet/header.jpg');
	border-top-width: 1px;
	border-top-style: solid;
	border-color:#FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color:#FFFFFF;
}

.pageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #dbdad9;
 	padding-right: 10px;
	background-color: #000000;
}

.navigationHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	background-image: url('images_ODCStyle2_silverBullet/eventsbox_01.jpg');
}

.topNavigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #ffffff;
	background-image: url('images_ODCMaster_default/navigation_bkg.jpg');
	align: center;
	border-bottom: 1px white;
	height: 50px;
}

.searchBkg {
	background-color: #000000;
	padding-right: 10px;
}


.contentHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #444444;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #444444;
	text-decoration: none;
	background-color: #ffffff;
	padding-left: 10px;

}

.contentBackground {
	background-color: #000000;
	padding-left: 10px;

}

.contentLinks
{
	text-decoration: none;
	color: #7d0f14;
}

.contentLinks:hover
{
	text-decoration: underline;
	color: #4e4e4e;
}

.contentBorder
{
	border:thick #ffffff;
}
.tableBackground {

	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #ffffff;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;

}




.logobkg {
    background-color: #000000;
	padding-left: 10px;
	padding-top: 10px;
}

.upcomingEventsTop
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #ffffff;
	background-image: url('images_ODCStyle2_silverBullet/eventsbox_01.gif');
	text-align: left;
}

.upcomingEventsMiddle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #ffffff;
	background-image: url('images_ODCStyle2_silverBullet/eventsbox_02.gif');
	text-align: left;
	padding-left: 10px;
}

.upcomingEventsBottom
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #ffffff;
	background-image: url('images_ODCStyle2_silverBullet/eventsbox_03.gif');
	text-align: left;
	padding-left: 10px;
}
.upcomingEventsList
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	padding: 20px;
	text-align: left;
	text-decoration: none;
}

.upcomingEventsLinks
{
	text-decoration: none;
	color: #ffffff;
}

.upcomingEventsLinks:hover
{
	text-decoration: underline;
	color: #e1e1e1;
}

.footerleft {
    background-image: url('images_ODCMaster_default/footer_left.jpg');
	height: 48px;
}
.footerright {
    background-image: url('images_ODCMaster_default/footer_right.jpg');
	height: 48px;
	color: #c1c1c1;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:right;
	vertical-align:center;
}

/************************************************
		THEME - BODY & MISC
************************************************/

body  {

    background-color:#000000;
    
}

/************************************************
		THEME - MAIN NAVIGATION
		Some sites have a main &
		sub navigation, some only
		have one or the other, so 
		style might now apply.
************************************************/

.navigation {

    /* IS THIS BEING USED */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110pt;
	color: green;
}

.breadcrumb
{
	color: #dbdad9;
	font-size: 9px;
	text-align: right;
	background-color: #666666;
	padding-right: 2px;
	padding-bottom: 2px;
	letter-spacing: +1px;
	
}


.border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}




/* TOP NAVIGATION */

.menuContainer  /* Christy - use this for overall width of menu, borders, center, etc */
{
	/*
	border-top: solid 1px gray;
	border-bottom: solid 1px gray;
	*/
	width: 530px; 
}

.level1Container
{
	padding: 0px;
	width: 150px;
}

.level1			/* Christy - use for top level */
{

	border: solid 0px green;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, Sans-Serif;
	text-align: center;
	height: 20px;
	width: 100px;
	padding: 6px;
}

.level1:hover			/* Christy - use for top level */
{
	/*background-color: #850c0b;*/
	color:#dc5925;
}

.level2Container
{
	padding: 0px;
	border-top: solid 1px gray;
	background-color:#000000;
	/*background-image: url('images_ODCStyle2_blush/navigation_bkg.jpg');*/
}

.level2   /* Christy - use for all other levels */
{
	/*background-image: url('images_ODCStyle2_blush/navigation_bkg.jpg'); */
	color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	height: 30px;
	width: 200px;
	padding: 6px;
	background-color: #000000;
	border-left: solid 1px #6d6d6d;
	border-right: solid 1px #6d6d6d;
	border-bottom: solid 1px #6d6d6d;
}

.level2:hover
{
	background-image: url('');
	background-color: #000000;
	color: #dc5925;
}

/* END TOP NAVIGATION */

