/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}



.upcoming-hr{
 text-align:left;
 color: #FF0000;
 width: 400px;
 border: 0;
 height: 1px;
 background-color: #FF0000;



}



/* 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 {
}




/* CSS Document */

Body {
	font-family: Tahoma;
	font-size: 11px;

	margin: 0px 0px 0px 0px !important;
	text-align: left;
	

text-align: center;
}



Body.body-live {
	background-image: url(/images/backgrounds/site-background.jpg);
	background-repeat: repeat-x;
	background-color: #CE0000;

}

hr.clear {
	display: block;
	clear: both;
	visibility: hidden;	
	margin-bottom: 0px;
}

hr#divider {
	background-image:url(/images/horizontal-divider.GIF);
	height: 4px;
	width: 770px;
	margin-bottom: 15px;
	
}
div#site-container {
	background-image: url(/images/backgrounds/content-background.gif);

text-align: left !important;
	background-repeat: repeat-y;

	width: 774px;
	margin: 0px auto !important;
	border-left: 0px;
	border-right: 0px;	
}

div#regular-site-container {
	background-image: url(/images/backgrounds/content-background-none.gif);

text-align: left !important;
	background-repeat: repeat-y;

	width: 774px;
	margin: 0px auto !important;
	border-left: 0px;
	border-right: 0px;	
}




/********************************************************************************************************************************
	> HEADER
********************************************************************************************************************************/

div#header-container {
	width: 774px;
	height: 204px;

	display: block;
	float: right;

	background-image: url(/images/backgrounds/header-background.jpg);
}

div#top-nav-wrapper {
	width: 774px;
	height: 96px;
}

div#top-nav-left {
	float: left;
	padding-left: 5px;
	width: 250px;
}

div#top-nav-left a {
	color: #ffffff;
	text-decoration: none;
}
div#top-nav-right {
	float: left;
	width: 509px;
}

div#top-nav-right ul
{
	margin: 0px;
	padding: 0px;
}

div#top-nav-right ul li {
	list-style: none;
	float: right;
	margin-left: 2px;
	margin-right: 2px; 
}

div#header-boosters-logo {
	margin-left: 8px;
	width: 105px;
	height: 90px;
	/* background-image:url(/images/bttb-logo.jpg); */
}

/********************************************************************************************************************************
	> MAIN CONTENT
********************************************************************************************************************************/

div#content-container {
	width: 774px;
}




div#content-left {
	float: left;
	width: 95px;
	padding: 0px;
	margin: 0px;
              
}



div#content-center {
	float: left;
	width: 443px;
	padding: 0px;
	margin: 0px;



}




div#content-right {
	width: 236px;
	padding: 0px;
	margin: 0px;
	float: right;

}

div#regular-content-right {
		padding: 0px;
	margin: 0px;
	float: right;

}

div#content-left-nav {
	margin:0px;
	padding:0px;
	width: 127px;
	margin-left: -33px;
	float: left;
}

div#content-left-nav ul
{
	position: absolute;
}

div#content-left-nav ul,
div#content-left-nav ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: block;
}










li#left-nav-list {
	 list-style: none;
}

h1 {
	font-size: 14px;
}

div#booster-photo-border {
	margin-top: 15px;
}

div#booster-photo-border ul {
	padding: 0px;
	margin: 0px;
}

div#booster-photo-border ul li {
	float: left;
	list-style: none;
	margin-left: 3px;
	margin-right: 3px;
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 2px;

	border: 1px;
	border-color: #CCCCCC;
	border-style: solid;
}

div#announcement-wrapper {
	margin:10px;
}

div#announcement-wrapper img {
	text-align: center;
}

div#announcement-container {
	width: 209px;
	background-color: #FFFFFF;
	margin-bottom: 0px;
	background-image: url(/images/backgrounds/news-and-announcements.jpg) !important;
	background-position: right;
	background-position: top;
	background-repeat: no-repeat;
	color: #a90100;
}

div#announcement-container p
{
    color: #a90100;
	font-family: Tahoma;
	font-size: 11px;
    text-align: left;
    margin-top: 12px;
}	

div#announcement-wrapper h1,
div#announcement-container h1
{
	font-size: 12px;
	margin-top: 10px;
	padding: 0px;
	height: 16px;
    color: #a90100;
    font-weight: bold;
    text-align: left;
    margin-bottom: 2px;
}

div#announcement-go-button img {

text-align: left;
margin-top: 5px;
}

div#content-wrapper {

        margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;



}
div#middle-content {
}

div#middle-content span {
                color: #000000;
	font-family: Tahoma;
	font-size: 11px;
                 text-align: left;
}

div#content-title span {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	height: 16px;
                color: #000000;
                font-weight: bold;
                text-align: left;
                

}










div#viewmorephotos-link {
	float: right;
	margin-right: 10px;
}

div#enlarge-link {
	float:right;
	margin-right: 8px;
	margin-top: 10px;
}

div#enlarge-link a {
	color: #221c40;
	text-decoration: none;
}


/********************************************************************************************************************************
	> FOOTER 
********************************************************************************************************************************/

div#footer-container {
	width: 774px;
	height: 110px;
	background-image: url(/images/backgrounds/footer-background.gif);
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	text-align: center;
                
}

div#footer-wrapper {
	margin-left: 25px;
	margin-right: 25px;

}

div#footer-wrapper,
div#footer-wrapper a {
	color: #221c40;
}

div#footer-wrapper a {
	text-decoration: none;
}




form {
 padding: 0px;
 margin: 0px;
}

h1 {
color: #cd0000;
font-size: 12px;
font-weight: bold;
}




#rich-text
{
	background-color:#000000 !important;
	background-image:none !important;

}




