﻿body 
{
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	background-color: black;
	margin-top: 20px;
	color: White;
	background-image: url(images/background.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-attachment:fixed;
}
/*############# COMMON #######################*/

A
{
	color: #ffcc00;
}

A:Visited
{
	color: #ffcc00;
}

A:Hover
{
	color: #ffcc00;
}

A:Active
{
	color: #ffcc00;
}


.content
{
	margin-left: 10px;
	margin-right: 10px;
	width: 95%;
	padding-bottom: 20px;
	
}

.requiredField
{
	color: Red;
}


.mainHeaderCell
{
	width: 100%;	
	/*background-color: White;*/
}

.mainContentCell
{
	width: 100%;
	/*background-color: White;*/
	font-family: Verdana;
	font-size: 13px;
	border: solid 1px #0033ff;
}

.mainFooterCell
{
	width: 100%;
	border: solid 1px #0033ff;
}

/* ############## HEADER STYLES ############## */
.divHeaderTop
{
	width: 100%;
	background-image: url(images/header-1.jpg);
	background-repeat: no-repeat;
	height: 130px;

}


.divHeaderMenu
{

}

.spanMenuItem
{
    
}

.spanMenuItem A
{
	
}

.spanMenuItem A:Hover
{

}
/*############# FOOTER ############## */

.divMainFooter
{
	font-size: 14px;
	margin-top: 20px;
	color: White;
	font-weight: bold;
	padding-right: 5px;
	text-align: center;
}

.divMainFooterLinks
{
    
}

.footerMenuItem A
{
	color: #ffcc00;
	font-size: 14px;
}

.divMainFooterCopyRight
{
}

.divMainFooterCDLink
{
    color: Orange;
}

.divMainFooterCDLink:Visited
{
    color: Orange;
}

.divMainFooterCDLink:Active
{
    color: Orange;
}

.divMainFooterCDLink:Hover
{
    color: Orange;
}


/*############# NEWS #################### */

.tdNewsTitles
{
	border-right: solid 1px silver;
}

.newsGridView
{
    width: 225px;
}

.newsDateModified
{
}

.newsGetArticleTitleLinkBtn
{
}

.tdNewsArticle
{
	padding-left: 20px;
	padding-top: 15px;
	background-color: White;
	color: black;
}

.newsHeaderText
{
	font-weight: bold;
	color: #0247BE;
	text-decoration: underline;	
	font-family: Verdana;
	font-size: 15px;
	background-color: #ffcc00;
}

.newsRowStyle
{
	background-color: #00137F;
	color: White;
}

.newsRowStyle A
{
	color: White;
	font-weight: bold;
}

.newsAlternatingRowStyle
{
	background-color: White;
	color: #0247BE;
}

.newsAlternatingRowStyle A
{
	color: #0247BE;
	font-weight: bold;
}

/*############ ROSTER ########################*/

.rosterLabelTitle
{
    
}
.rosterTableHeaders
{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-bottom: solid 1px black;
	border-top: solid 1px black;
	border-right: solid 1px black;
	border-left: solid 1px black;
}

.rosterCellHeader
{
	text-align: left;
	color: #0247BE;
	font-weight: bold;
	padding-bottom: 5px;
	background-color: #ffcc00
}

.rosterTable
{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-bottom: solid 1px black;
	border-left: solid 1px black;
	border-right: solid 1px black;
}

.rosterCell
{
	text-align: left;
	padding-top: 5px;
}

.gridAltRowStyle
{
	background-color: #d8d8d8;
	color: #0247BE;	
}

.modalBackgroundRoster 
{
	background-color:#f5f5f5;
    filter:alpha(opacity=80);
    opacity:0.7;
}

/*########## SCHEDULE ##################*/

.scheduleTableHeaders
{
	width: 800px;
	border-bottom: solid 1px #0033ff;
	border-top: solid 1px #0033ff;
	border-right: solid 1px #0033ff;
	border-left: solid 1px #0033ff;
	margin-right: auto;
	margin-left: auto;
}

.scheduleCellHeader
{
	width: 14%;
	text-align: left;
	color: #0247BE;
	font-weight: bold;
	padding-bottom: 5px;	
	background-color: #ffcc00
}

.scheduleTable
{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-bottom: solid 1px #0033ff;
	border-left: solid 1px #0033ff;
	border-right: solid 1px #0033ff;	
}

.scheduleCell
{
	width: 14%;
	text-align: left;
	padding-top: 5px;
}

.scheduleLabelTitle
{
    
}

.gridAltRowStyle
{
	background-color: white;
	color: #0247BE;	
}

.gridRowStyle
{
    
}

.modalBackgroundSchedule
{
	background-color:#f5f5f5;
    filter:alpha(opacity=80);
    opacity:0.7;
}

/*############## EVENT ##################*/


.eventCellLink
{
    color: Blue;   
}

.eventCellLinkRecurring
{
    color: Blue;
}

.cellActiveEvent
{
	background-color: #B0E0E6;
}

.eventTitle
{
	background-color: #ffcc00;
	font-weight: bold;
	color: #0247BE;
	font-family: Verdana;
	font-size: 15px;
	width: 50%;
	text-align: left;
	border-bottom: solid 1px black;
}

.eventDetail
{
	text-align:right;
    font-family: Arial;
    font-size: 13px;
    color: black;
    border-bottom: solid 1px black;
    background-color: white;
   
}

.eventDetailDate
{
	color: White;
	font-family: Verdana;
	text-decoration: underline;
	text-align: center;
	font-size: 14px;
	padding-bottom: 10px;
}

.eventDescription
{
	padding: 15px;
	width: 100%;
	color: black;
	background-color: white;
}

/*########## PODCASTS ALL #################*/

.podcastsAllHeaderText A
{
	font-weight: bold;
	color: #0247BE;
	text-decoration: underline;	
	font-family: Verdana;
	font-size: 15px;
	background-color: #ffcc00;	
}

.podcastsAllRowStyle
{
	background-color: #00137F;
	color: White;
}

.podcastsAllRowStyle A
{
	color: White;
	font-weight: bold;
}

.podcastsAllAlternatingRowStyle
{
	background-color: White;
	color: #0247BE;
}

.podcastsAllAlternatingRowStyle A
{
	color: #0247BE;
	font-weight: bold;
}

/*######### SPONSORSHIPS #################*/

.sponsorsHomeDivHeader
{
    width: 100%;
}

.sponsorsHomeHeaderText
{
	font-weight: bold;
	color: #ffcc00;
	font-family: Tahoma;
	font-size: 24px;
	text-align: center;
}

.sponsorsHomeDataList
{
	/*background-color: #0247BE;*/	
	width: 100%;
	color: White;
}


.sponsorHomeDivImage
{
    text-align: center;
    padding-top: 10px;
}

.sponsorHomeDivDesc
{
    text-align: center;
    color: white;
}

.sponsorHomeDivOfferLink A
{
    text-align: center;
    color: #ffcc00;
}

.sponsorHomeDivOfferLink
{
    text-align: center;
    color: white;
}

.sponsorHomeDivWebLink A
{
    text-align: center;
    padding-bottom: 10px;
    color: #ffcc00;
}

.sponsorHomeDivWebLink
{
    text-align: center;
    padding-bottom: 10px;
    color: white;
}


.sponsorHomeDivAllLink
{
    text-align: center;
    color: #ffcc00;
}

.SponsorsOrderedList li
{
	list-style:none;
}

.sponsorsImgLinkDiv
{
    text-align: center;
}

.sponsorsDescDiv
{
    text-align: center;
}

.sponsorsOfferLinkDiv
{
    text-align: center;
}

.sponsorsOfferLink
{
    text-align: center;
}

.sponsorsWebsiteLinkDiv
{
    text-align: center;
}

.sponsorsWebsiteLink
{
    text-align: center;
}


/*########### PHOTO ALBUM   #################*/

.photoAlbumTitle
{
	font-weight: bold;
	color: #0247BE;
	font-family: Book Antiqua;
	font-size: 18px;
}

.photoAlbumDescription
{
	font-family: Verdana;
	font-size: 12px;
	font-style:italic;	
}

.photoAlbumPagerTable
{
	text-align:center; 
	width: 100%;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 15px;
	color: #ffcc00; 
}

.photoAlbumMoreLink
{
    font-size: 12px;
}

.photoAlbumPrevLink
{
    font-size: 12px;
}

.photoImage
{
   border: solid 1px silver;
}

.photoAlbumImageListTD
{
  border: solid 1px silver;   
}

/*########## DOCUMENTS #################*/

.documentTable
{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.tdDocuments
{

}

.documentDataList
{
    width: 70%;
    margin-right: auto; 
    margin-left: auto;
}

.documentDataList TD
{
    vertical-align: top;
    width: 50%;
}

.documentTitleDiv
{
    
}


.documentTitleDiv A
{
    color: #ffcc00;
}

.documentDescriptionDiv
{
    
}

.documentDescriptionLabel
{

}

/*######### UPCOMING EVENTS CONTROL ############*/

.eventsUpcomingDiv
{
    width: 221px;
    overflow: auto;
    border: solid 1px #0033ff ;
    background-image: url(images/eventsUpcomingBack.png);
    background-repeat:repeat-y;
    height: 598px;
    margin-right: auto;
    margin-left: auto;
    
}

.eventUpcomingTitle
{
    background-image: url(images/header-4.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    color: black;
    font-weight: bold;
    text-align:center;
    height: 35px;
    margin-top: 5px;
}
.eventUpcomingLinkCalendar
{
    font-size: 9px;   
    padding-top: 40px;
}

.eventUpcomingLinkCalendar:Active
{
    color: #ffcc00;
}

.eventUpcomingLinkCalendar:Visited
{
    color: #ffcc00;
}

.eventUpcomingLinkCalendar:Hover
{
    color: #ffcc00;
}


.eventsUpcomingDataList
{
    width: 98%;
    margin-top: 15px;
    margin-right: auto;
    margin-left:auto;
    
}

.eventsUpcomingEventName
{
    font-weight: bold;
    font-size: 14px;
    font-family: Verdana;
    color: white;
}

.eventsUpcomingEventDate
{
    font-weight: normal;
    font-size: 10px;
    color: White;      
}

.eventsUpcomingEventTime
{
    font-weight: normal;
    font-size: 10px;
    color: White;   
}

.eventsUpcomingEventDesc
{
    font-weight: normal;
    font-size: 10px;
    color: White;  
}

/*########## PAY PAL MODULE CONTROL ###########*/

.divPPContainer
{
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 20px;
    color: white;
}

.dataListPayPal
{
    width: 95%;
    margin-right: auto;
    margin-left: auto;
}

.divPPItemContainer
{
    width: 250px;
    height: 350px;
    border: solid 1px silver;
    margin-right: auto;
    margin-left: auto;
}

.divPPItemProductName
{
   background-color: #ffcc00;
   color: #0247BE;
   text-align: center;
   height: 30px;
   font-weight: bold;
   font-family: Tahoma;
   font-size: 14px;
   vertical-align: middle;
   padding-top: 10px;
   border: solid 1px #c0c0c0;
   
}

.divPPItemImage
{
    padding-top: 5px;
    width: 125px;
    margin-right: auto;
    margin-left: auto;
    height: 125px;
}

.divPPItemProductPrice
{
    padding-top: 5px;
    font-weight: bold;
    font-family: Arial;
    font-size: 12px;
    border-top: solid 1px silver;
    padding-left: 5px;
}

.divPPItemProductDesc
{
    padding-top: 5px;
    font-family: Arial;
    font-size: 11px;
    padding-right: 10px;
    padding-left: 10px;
    color: white;
}

.divPPItemBuyNow
{
    padding-top: 15px;
    text-align: right;    
    vertical-align: bottom;
}

.divPPNoPurchase
{
    width: 100%;
    text-align: center;
    padding-left: 5px;
    font-size: 10px;
}

.tabContainerPP .ajax__tab_header 
{
    color: #aa976b;
    font-size: 13px;
    font-weight: bold;
    background-color: black;
    margin-left: 10px;
    border: solid 1px #0033ff;
}
.tabContainerPP .ajax__tab_outer
{
}
.tabContainerPP .ajax__tab_inner
{
    padding: 6px;
    margin-right: 1px;
    margin-left: 1px;
    margin-top: 1px;
    margin-bottom: 1px;
}
.tabContainerPP .ajax__tab_hover .ajax__tab_outer
{
    background-color: Orange;
}
.tabContainerPP .ajax__tab_hover .ajax__tab_inner
{
    background-color: #FFFFE1;
}
.tabContainerPP .ajax__tab_active .ajax__tab_outer
{
    background-color: White;
}
.tabContainerPP .ajax__tab_active .ajax__tab_inner
{
    background-color: #fefdf7;
}

/******** IMAGE ROTATOR ****************/

/* rotator in-page placement */
    div#rotator {
    position:relative;
    height:600px;
    width: 750px;  
    margin: 0px;
}

div#rotator ul
{
    margin: 0px;
    padding-left: 0px;
    margin-left: 0px;
}
/* rotator css */
    div#rotator ul li {
    float:left;
    position:absolute;
    list-style: none;

}
/* rotator image style */    
    div#rotator ul li img {
    /*border:1px solid #ccc;
    padding: 4px;
    background: #FFF;*/
}
    div#rotator ul li.show {
    z-index:500;
}

/*container to hold numbers */
#rotatorNavi
{
    background-color: black;
    border: solid 1px white;
    width: 745px;
    font-weight: bold;
    position: relative;
    margin-left: 0px;
    height: 50px;
    z-index: 1000;
    top: 525px;
}

/*number to click on for images */
#rotatorNaviItem
{
    color: Yellow; 
    margin-top: 26px;  
    position: relative;
    float: left;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    padding: 0px 10px 0px 10px;  
    cursor: pointer;
}

/* "Browse Images" title in container */
#rotatorNaviTitle
{   
    z-index: 1100;
    top: 550px;
    height: 20px;     
    position: relative;
    margin-left: 10px;
    width: 500px;
    color: Yellow;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}

#rotatorNaviPlay
{   
    z-index: 1100;
    top: 548px;    
    position: absolute;
    margin-left: 120px;
}

.divImageRotatorContainer
{
}

.divImageRotatorAdmin
{
}

.divImageRotatorContent
{
}

.divImageRotatorEdit
{
    background-color: White;
    border: solid 1px black;
    width: 600px;
    height: 500px;
    overflow: auto;
    color: Black;
}

.modalBackgroundImageRotator
{
    background-color:#f5f5f5;
    filter:alpha(opacity=80);
    opacity:0.7;
}

/********************************/

/********** SIMPLE CMS **********/

/*width and height for the container are set in the public
properties of this control
*/

.divSimpleCMSContainer
{
    
}

.divSimpleCMSAdmin
{
    text-align: right;
}

.divSimpleCMSContent
{
    
}

.divSimpleCMSEdit
{
    background-color: White;
    border: solid 1px black;
}


.modalBackgroundSimpleCMS
{
	background-color:#f5f5f5;
    filter:alpha(opacity=80);
    opacity:0.7;
}
