﻿body 
{
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	font-family: Tahoma;
	background-image: url(images/bodyBack.png);
	background-repeat: repeat-x;
	background-color: #00137f;
	
}
/*############# COMMON #######################*/

A
{
	/*color: #F77908;*/
	color: Blue;
}

A:Visited
{
	color: Blue;
}

A:Hover
{
	color: Blue;
}

A:Active
{
	color: Blue;
}


.content
{
    padding-right: 10px;
    padding-left: 10px;
	width: 95%;
}

.requiredField
{
	color: Red;
}


.mainHeaderCell
{
	width: 100%;	
	padding-bottom: 10px;
	background-color: #F77807;
	border-bottom: solid 2px #00137F;

}

.mainContentCell
{
	width: 100%;
	background-color: White;
	font-family: Tahoma;
	font-size: 13px;
	padding-bottom: 10px;
	padding-top: 15px;
}

.mainFooterCell
{
	width: 100%;
	text-align: right;
	border: solid 1px white;
}

/* ############## HEADER STYLES ############## */
.divHeaderTop
{
	width: 100%;
	background-image: url(images/newHeader3.png);
	background-repeat: no-repeat;
	height: 120px;
	border-bottom: solid 1px white;
	border-top: solid 1px white;
}
.divHeaderMenu
{
    padding-top: 10px;
    padding-left: 5px;
}


.spanMenuItem
{
	background-image: url(images/menuBack.png);
	padding: 6px;
}
.spanMenuItem A
{
	color: #DCDCDC;
	text-decoration: none;
	font-family: Book Antiqua;
	font-size: 15px;
	font-weight: bold;
}

.spanMenuItem A:Hover
{
	color: white;
	text-decoration: underline;
	font-family: Book Antiqua;
	font-size: 15px;
	font-weight: bold;
}
/*############# FOOTER ############## */

.divMainFooter
{
	font-size: 10px;
	margin-top: 20px;
	color: #DCDCDC;
	font-weight: bold;
	padding-right: 5px;
	text-align: center;
	
}

.divMainFooterLinks
{
    
}

.footerMenuItem A
{
	color: White;
	font-size: 10px;
}

.divMainFooterCopyRight
{
}

.divMainFooterCDLink
{
    color: White;
}

.divMainFooterCDLink:Visited
{
    color: White;
}

.divMainFooterCDLink:Hover
{
    color: White;
}



/*############# NEWS #################### */

.tdNewsTitles
{
	border-right: solid 1px silver;
}

.newsGridView
{
    width: 225px;
}

.newsDateModified
{
}

.newsGetArticleTitleLinkBtn
{
}

.tdNewsArticle
{
	padding-left: 20px;
	padding-top: 15px;
}

.newsHeaderText
{
	font-weight: bold;
	color: White;
	text-decoration: underline;	
	font-family: Verdana;
	font-size: 12px;
	background-color: Navy;
	background-image: url(images/Orange_Spear_With_Feather_Icon.gif);
    background-repeat: no-repeat;
    background-position: left center;
}

.newsRowStyle
{
	background-color: #F77807;
	color: White;
}

.newsRowStyle A
{
	color: White;
	font-weight: bold;
}

.newsAlternatingRowStyle
{
	background-color: White;
	color: Navy;
}

.newsAlternatingRowStyle A
{
	color: Navy;
	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: Navy;
	font-weight: bold;
	padding-bottom: 5px;
}

.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: Navy;	
}

.modalBackgroundRoster 
{
	background-color:#f5f5f5;
    filter:alpha(opacity=80);
    opacity:0.7;
}

/*########## SCHEDULE ##################*/

.scheduleTableHeaders
{
	width: 800px;
	border-bottom: solid 1px black;
	border-top: solid 1px black;
	border-right: solid 1px black;
	border-left: solid 1px black;
	margin-right: auto;
	margin-left: auto;
}

.scheduleCellHeader
{
	width: 14%;
	text-align: left;
	color: Navy;
	font-weight: bold;
	padding-bottom: 5px;	
}

.scheduleTable
{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-bottom: solid 1px black;
	border-left: solid 1px black;
	border-right: solid 1px black;	
}

.scheduleCell
{
	width: 14%;
	text-align: left;
	padding-top: 5px;
}

.gridAltRowStyle
{
	background-color: #d8d8d8;
	color: Navy;	
}

.gridRowStyle
{
    
}

.modalBackgroundSchedule
{
	background-color:#f5f5f5;
    filter:alpha(opacity=80);
    opacity:0.7;
}

/*############## EVENT ##################*/


.eventCellLink
{
    color: Red;   
}

.eventCellLinkRecurring
{
    color: Green;
}

.cellActiveEvent
{
	background-color: #B0E0E6;
}

.eventDetail
{
	text-align:right;
	background-color: white;
    font-family: Arial;
    font-size: 13px;
    color: Navy;
    border-bottom: solid 1px black;
   
}

.eventTitle
{
	background-color: #F77908;
	font-weight: bold;
	color: Navy;
	font-family: Verdana;
	font-size: 15px;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	width: 50%;
	text-align: left;
}

.eventDetailDate
{
	color: Navy;
	font-family: Verdana;
	text-decoration: underline;
	text-align: center;
	font-size: 14px;
	padding-bottom: 10px;
}

.eventDescription
{
	padding-top: 15px;
}

/*########## PODCASTS ALL #################*/

.podcastsAllHeaderText A
{
	font-weight: bold;
	color: Navy;
	text-decoration: underline;	
	font-family: Verdana;
	font-size: 15px;
	background-color: #F77908;	
}

.podcastsAllRowStyle
{
	background-color: #00137F;
	color: White;
}

.podcastsAllRowStyle A
{
	color: White;
	font-weight: bold;
}

.podcastsAllAlternatingRowStyle
{
	background-color: White;
	color: Navy;
}

.podcastsAllAlternatingRowStyle A
{
	color: Navy;
	font-weight: bold;
}

/*######### SPONSORSHIPS #################*/
.sponsorsHomeDivHeader
{
    height: 30px;
    
}

.sponsorsHomeHeaderText
{
	font-weight: bold;
	color: #DCDCDC;
	text-decoration: underline;	
	font-family: Verdana;
	font-size: 14px;
	background-color: Navy;
	text-align: center;
	padding-bottom: 5px;
	background-image: url(images/Orange_Spear_With_Feather_Icon.gif);
    background-repeat: no-repeat;
    background-position: left center;
}

.sponsorsHomeDataList
{
	background-color: #FFFFFF;
	border: solid 1px black;
	width: 100%;
	color: black;
}

.sponsorHomeDivImage
{
    text-align: center;
    padding-top: 10px;
}

.sponsorHomeDivDesc
{
    text-align: center;
}

.sponsorHomeDivOfferLink
{
    text-align: center;
}

.sponsorHomeDivWebLink
{
    text-align: center;
    padding-bottom: 10px;
    border-bottom: solid 1px silver;
}

.sponsorHomeDivAllLink
{
    text-align: center;
}

.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: Navy;
	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: #F77908; 
}

.photoAlbumMoreLink
{
    font-size: 12px;
}

.photoAlbumPrevLink
{
    font-size: 12px;
}

.photoImage
{
   border: solid 1px silver;
}

.photoAlbumImageListTD
{
  border: solid 1px silver;   
}

/*########## DOCUMENTS #################*/

.documentTable
{
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}
.tdDocuments
{

}

.documentDataList
{
    width: 70%;
    margin-right: auto; 
    margin-left: auto;
}

.documentDataList TD
{
    vertical-align: top;
    width: 50%;
    border: solid 1px Navy;
}

.documentTitleDiv
{
    
}


.documentTitleDiv A
{
    color: Blue;
}

.documentDescriptionDiv
{
    
}

.documentDescriptionLabel
{

}

/*######### UPCOMING EVENTS CONTROL ############*/

.eventsUpcomingDiv
{
    height: 250px;
    width: 290px;
    overflow: auto;
    border: solid 1px black;
}

.eventUpcomingTitle
{
    background-color: #00137F;
    color: #ffffff;
    font-weight: bold;
    text-align:center;
    height: 35px;
    padding-top: 5px;
    background-image: url(images/Orange_Spear_With_Feather_Icon.gif);
    background-repeat: no-repeat;
    background-position: left center;
}

.eventUpcomingLinkCalendar
{
    font-size: 9px;   
    padding-bottom: 2px;
    color: White;
}

.eventUpcomingLinkCalendar:Active
{
    color: White;
}

.eventUpcomingLinkCalendar:Visited
{
    color: White;
}

.eventUpcomingLinkCalendar:Hover
{
    color: White;
}

.eventsUpcomingDataList
{
       
}

.eventsUpcomingEventName
{
    font-weight: bold;
    font-size: 14px;
    color: Black;
}

.eventsUpcomingEventDate
{
    font-weight: normal;
    font-size: 12px;
    color: Black;      
}

.eventsUpcomingEventTime
{
    font-weight: normal;
    font-size: 12px;
    color: Black;   
}

.eventsUpcomingEventDesc
{
    font-weight: normal;
    font-size: 12px;
    color: Black;  
}

/*########## PAY PAL MODULE CONTROL ###########*/

.divPPContainer
{
    
}

.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: #505050;
   color: #ffffff;
   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: #303030;
}

.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: White;
    margin-left: 10px;
}
.tabContainerPP .ajax__tab_outer
{
    background-color: White;
}
.tabContainerPP .ajax__tab_inner
{
    padding: 6px;
    margin-right: 1px;
    margin-left: 1px;
    margin-top: 1px;
    margin-bottom: 1px;
    background-color: #f8f6ea;
}
.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:333px;
    width: 500px;  
    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: 495px;
    font-weight: bold;
    position: relative;
    margin-left: 0px;
    height: 50px;
    z-index: 1000;
    top: 260px;
}

/*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: 285px;
    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: 283px;    
    position: absolute;
    margin-left: 120px;
}

/********************************/