/* ================================
    CSS STYLES FOR CMS
   ================================
*/   
div, h1, h2, p, form, label, input, textarea, img, span, table tbody { 
	margin : 0;
	padding : 0;

} 

ul { 
margin : 0;
padding : 0;
list-style-type : none;
font-size : 0;
} 
* html object.mov {
    display: none;
}
.spacer { 
clear : both;
font-size : 0;
line-height : 0;
} 

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
BODY
{
	font-family: Arial, Verdana, Sans-Serif;
	margin: 0px;
	border-style: none;
	background-color: #ffffff;
	color: #333333;
	font-size: 11px; 
	text-decoration: none; 
	line-height:150%;
}


/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:active   {
}

A.SelectedTab:hover    {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:active   {
}

A.CommandButton:hover    {
}
    
/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:active    {
}

A:hover {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* new style */


.WhiteFont
{
	color: #FFFFFF;
}

.menu{
	color: #333333;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-weight: bold;
	font-size: 11px;
	border-bottom: 1px solid #CCCCCC;
	/*border-bottom: 1px solid #ECECEC;*/
	text-decoration: none;
	display:block;
	width:175px; 
}
.menu a:hover {
	color: #990000 !important;
	text-decoration: underline; 
}
.menu a {
	color: #333333 !important;
	text-decoration: none; 
}


.calendarhd, .calendarhd a  {
	color: #ECECEC;
	background: #073D74;
	padding-left: 5px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: bold;
	font-size: 11px;
	border-bottom: 1px solid #ECECEC;
	text-decoration: none;
	display:block;
	width:175px; 
}




.newshd {
		height: 18px;
	background-color: #073D74;
	color: #FFFFFF;
	padding-left: 8px;
	padding-top: 3px;
	font-weight: bold;
	font-size: 11px;	}

.news em, .news a {
	color: #990000;
	font-weight: bold;
	font-style: normal;	
	text-decoration: none;}


.eventshd {
	height: 18px;
	background-color: #990000;
	color: #FFFFFF !important;
	padding-left: 8px;
	padding-top: 3px;
	font-weight: bold;
	font-size: 11px;}

.events em, .events a {
	color: #073D74;
	font-weight: bold;
	font-style: normal;	
	text-decoration: none;}

/*.events {
	background-color: #ECECEC;}*/
.headerWhite{
	color: #333333;
	padding-left: 8px;
	font-weight: bolder;
	font-size: 11px;
}




.latestNewsView {
	float: left;
	width: 55%;
	text-align: right;
	display: block;
	height: 15px;
	margin-right: 15px;
	padding-top: 3px;

}


.ComingEventsArea {
	display: block;
	height: 15px;
	background-color: #ECECEC;
	padding-left: 8px;
	padding-top: 3px;

}


.platinum {
	background:url(/images/sponsors-bggrey.jpg); 
	background-repeat: repeat-y; 
	display: block; 
	height: 200px; 
	width: 179px;
	text-align: center;

}

.gold {
	text-align: center;
	display: block; 
	width: 179px;}

	
	
.footer, .footer a, .footer td {	
	color: #999999;
	text-decoration: none;
	font-size:11px;
}

.footer a:hover{
	color: #990000;}

.calendarDays {
	background-color: #073d74;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
}

.calendarDates {
	text-align: center;
	background-color: #ECECEC;
	color:#999999;
}

.calendarDates a{
	font-weight: bold;
	color:#333333;
	text-decoration: underline;
}
	
.calendarDates a:hover{
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}
		
.formButton {
	display: block;
	width: 58px;
	height: 22px;
	background-image: url(/images/form-button-norm.gif);
	font: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	padding-top:2px;
	border: none;
	text-decoration: none;

}

.normalButton {

	/*display: block;*/
	height: 20px;
	/* width: 110px; */
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333 !important;
	text-align: center;
	background-color:#CCCCCC;
	border: 1px #333333 solid;
	padding:5px;
	text-decoration: none;


}
.NewsName
{
	color: #990000; 
	font-weight:bold;
	line-height:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.newsbody{
	line-height:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}


.labDate {
font-weight:bold;
}
.NameTitle{
font-size:12px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
padding-left:5px;

}
.FormText {
font-size:12px;
font-weight:normal;
font-family:Arial, Helvetica, sans-serif;
color:#003366;
padding-left:5px;
}
.FormTextBold{
font-size:12px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
color:#003366;
padding-left:5px;
padding-right:5px;
}
.button {
	font-family: Verdana, Tahoma, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	border: 1px solid #111111;
	background: #E4E4E4;
	font-weight: bold;
}
.RowColor{
background-color:#ecf5f9;
}
.galleryText{
	font-family: Verdana, Tahoma, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;

}
.commingevent{
	font-family: Verdana, Tahoma, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	
} 
