

/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg
{
}

/* background color for the content part of the pages */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/back_bursts.jpg);
	color: #00888a; font-size: 10pt; font-family: Verdana, Arial, Helvetica, sans-serif;
}
.skinmaster{border-bottom; white 7px solid;
	border-left; white 7px solid;
	border-top; white 7px solid;
	border-right; white 7px solid;}
#pagemaster{
	text-align: center;
	border-bottom; white 7px solid;
	border-left; white 7px solid;
	border-top; white 7px solid;
	border-right; white 7px solid;
}

.pagemaster{
text-align: center;
	border-bottom; white 7px solid;
	border-left; white 7px solid;
	border-top; white 7px solid;
	border-right; white 7px solid;
}
#visitor_header{}
.footer { background-color: white; color: #00888a; font-size: xx-small; font-family: Verdana, Arial, Helvetica, sans-serif; }
/* beginning of insert test */
.toppane {
	width: 100%;
	background-color: white;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}
#dnn_leftpane {
	width: 175px;
	background-color: white;
	margin-left: 10px;
}
#dnn_contentpane {
	background-color: white;
	margin-left: 10px;
}
#dnn_rightpane {
	width: 175px;
	background-color: white;
	margin-left: 10px;
}
.bottompane {
	width: 100%;
	background-color: white;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}

/* end of insert test */

/* 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
{ color: #996; font-weight: lighter; }

/* hyperlink style for the unselected tabs */
A.OtherTabs:link
{ color: #996; font-weight: lighter; }

A.OtherTabs:visited
{ font-size: 11px; color: 996; font-weight: lighter; }

A.OtherTabs:active
{ font-size: 11px; color: #996; font-weight: lighter; }

A.OtherTabs:hover
{ font-size: 11px; color: #996; font-weight: lighter; }

/* text style for the login token from xml */
.LoginTab
{ color: white; font-size: 8pt; vertical-align: middle; }

/* text style for the login token from xml */
A.LoginTab:link
{ color: white; font-size: 8pt; vertical-align: middle; }

A.LoginTab:visited
{ font-size: 8pt; color: white; vertical-align: middle; }

A.LoginTab:active
{ font-size: 8pt; color: #996; vertical-align: middle; }


A.LoginTab:hover
{ font-size: 8pt; color: #996; vertical-align: middle; }

/* GENERAL */
/* style for module titles */
.Head
{ color: #00888a; font-size: 10pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; }

/* 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
{
}

/* button style for standard HTML buttons */
.StandardButton
{
}

/* 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
{
height: 15px;
}

.MainMenu_MenuBar
{
background-color: transparent;
}

.MainMenu_MenuItem
{
	cursor: pointer;
	font-weight: bold;
	font-size: 11px;
	color: white;
	background-color: transparent;
	padding: 2px;
}

.MainMenu_MenuItemSel
{ 	font-weight: bold; 
	font-size: 11px; 
	color: #996; 
	background-color: white;
	padding: 2px;
	}


.MainMenu_MenuIcon
{
	display: none;
}

.MainMenu_SubMenu
{
	background-color: #00b2b5;
	border-bottom; white 2px solid;
	border-left; white 2px solid;
	border-top; white 2px solid;
	border-right; white 2px solid;
	
}

.MainMenu_SubMenuItemActive
{
	background-color: #white;
	border-bottom; white 2px solid;
	border-left; white 2px solid;
	border-top; white 2px solid;
	border-right; white 2px solid;
	
}
.MainMenu_SubMenuItemSelected
{
	background-color: #white;
	border-bottom; white 2px solid;
	border-left; white 2px solid;
	border-top; white 2px solid;
	border-right; white 2px solid;
	
}

.MainMenu_MenuBreak
{
}


.MainMenu_MenuArrow
{
	display:none;
}

.MainMenu_RootMenuArrow
{
	display: none;
}

.rootselected
{
	padding-left: 10px;
	color: white;
}

.Breadcrumb
{ color: #00888a; font-size: xx-small; }

#dnn_dnnCURRENTDATE_lblDate
{	
	margin-left: 10px;
	color: #00888a;
	}

#linerunner
{
	background-image: url('images/lines.gif'); 
	background-repeat: repeat-x;
}
#dnn_left_bot
{ background-image: url(images/back_burst_lowlft.jpg); background-repeat: no-repeat; border-right: thin dotted #00888a; }

#dnn_up_events
{	
	background-image: url('images/burst_belowfdl.jpg');
	background-repeat: no-repeat;
}

#visitor_header
{	
	background-image: url('images/visitor_header.jpg');
	background-repeat: no-repeat;
}

#meeting_header
{	
	background-image: url('images/meeting_header.jpg');
	background-repeat: no-repeat;
}

#group_header
{	
	background-image: url('images/group_header.jpg');
	background-repeat: no-repeat;
}

#sports_header
{	
	background-image: url('images/sports_header.jpg');
	background-repeat: no-repeat;
}

#calendar_header
{	
	background-image: url('images/calendar_header.jpg');
	background-repeat: no-repeat;
}

#media_header
{	
	background-image: url('images/media_header.jpg');
	background-repeat: no-repeat;
}

#resources_header
{	
	background-image: url('images/resources_header.jpg');
	background-repeat: no-repeat;
}

#contact_header
{	
	background-image: url('images/contact_header.jpg');
	background-repeat: no-repeat;
}

#mardigras_header
{	
	background-image: url('images/mardigras_header.jpg');
	background-repeat: no-repeat;
}


#dnn_weather{
background-color: white;
border-left-width: 5px;
border-left-color: #FFFFFF;
font:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
}


.form_header
{ font-size: 9pt; }

.form_table
{ font-size: 9pt; font-weight: lighter; font-style: normal; }

.form_items
{ font-size: 10pt; font-weight: bold; }

.form_title
{ font-size: 12pt; font-weight: bold; }

.photo_center
{ text-align: center; }


#up_events_sm{ 
 
border-top-color: #0f0; 
border-top-width: 2px; 
border-bottom-color: #0f0; 
border-bottom-width: 2px; 
border-left-color: #0f0; 
border-left-width: 2px; }

#dnn_up_events{ 

border-top-color: #7ec352; 
border-top-width: 2px; 
border-right-color: #cb2c91; 
border-right-width: 2px; 
border-bottom-color: #0093d7; 
border-bottom-width: 2px; }


#up_events_tbl{ 

border-top-color: #7ec352; 
border-top-width: 2px; 
border-right-color: #cb2c91; 
border-right-width: 2px; 
border-bottom-color: #0093d7; 
border-bottom-width: 2px; }

#dnn_weather{
background-color: white;
font:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
margin-left:5px;
}

.yweatherheader{
font:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

.yweather{
font:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
}
















