﻿/************************************************
		THEME - STYLES WITH IMAGES
************************************************/
/*
	The default header for a web is a background image
	If user does not specify one for thier web, this will
	be shown and the image will be hidden.
*/
.defaultHeaderImage
{
	/*background-image: url('/ContentPages_files/default_header.jpg');*/
	border-top-width: 0px;
	border-top-style: solid;
	border-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color:#FFFFFF;
}

.pageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	letter-spacing: -1px;
	padding: 10px;
	vertical-align: bottom;
	color: #FEFEFE;
	/*background-image: url('/ContentPages_files/pageTitle.jpg');*/
}

.pageBackground
{
	background-image: url('/ContentPages_files/gtv_background3.png');
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #B3A38D;
}

.navigationHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	vertical-align:middle;
	font-weight: normal;
	color: #FFFFFF;
	/*background-image: url('/ContentPages_files/navigation_header.jpg');*/
	width: 250px;
}

.contentHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	height: 20px;
	width: 98%;
	vertical-align:middle;
	font-weight: normal;
	color: #FFFFFF;
	/*background-image: url('/ContentPages_files/Heading.jpg');*/
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	height: 15px;
	color: #c1c1c1;
	/*background-image: url('/ContentPages_files/content.jpg');*/
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}

.contentLinks
{
	text-decoration: none;
	color: #30706e;
}

.contentLinks:hover
{
	text-decoration: underline;
	color: #30706e;
}

.slogan {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	color: #FFFFFF;
	/*background-image: url('/ContentPages_files/Mens_06.jpg');*/
}
.logobkg {
    /*background-image: url('/ContentPages_files/logo.jpg');*/
}

.upcomingEvents 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #ffffff;
	/*background-image: url('/ContentPages_files/event_bkg.jpg');*/
	text-align: left;
	width: 250px;
}

.upcomingEventsHeader
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #ffffff;
	text-align: left;
	padding: 10px;
	width: 250px;
	/*background-image: url('/ContentPages_files/navigation_header.jpg');*/
	height:50px
}

.upcomingEventsList
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	padding-left: 20px;
	text-align: left;
	text-decoration: none;
}

.upcomingEventsLinks
{
	text-decoration: none;
	color: #939393;
	font-weight:bold;
}

.upcomingEventsLinks:hover
{
	text-decoration: none;
	color: #ffffff;
}

.footerleft {
   /*background-image: url('/ContentPages_files/footer_left.jpg');*/
}
.footerright {
    /*background-image: url('/ContentPages_files/footer_right.jpg');*/
}

/************************************************
		THEME - BODY & MISC
************************************************/

body  {

    background-color:#c1c1c1;
    
}

/************************************************
		THEME - MAIN NAVIGATION
		Some sites have a main &
		sub navigation, some only
		have one or the other, so 
		style might now apply.
************************************************/



.breadcrumb
{
	color: #FEFEFE;
	font-size: x-small;
	text-align: right;
	/*background-image: url('/ContentPages_files/content.jpg');*/
	padding-right: 2px;
	padding-top: 2px;
	
}

/************************************************
		THEME - SUB NAVIGATION
************************************************/
.subNavigationLinkTopLevel 
{
    color: #ffffff;
    text-decoration: none;    
    width: 150px;
    horizontal-align: left;
}

.subNavigationLinkTopLevel:hover {
 
    color: #FFFFFF;
    cursor: hand;
}

.subNavigationLinkTopLevel:active {
 
    color: #ffffff;
    cursor: hand;
}


.subNavigationTextBullet
{
	color: #ffffff;
	padding-left: 25px;
	 
}

.subNavigationButton:hover {
    
    background-color: #15636c;
    width: 200px;
    color: #ffffff;
    border-bottom: dashed 1px #4b4b4b;
	cursor: hand;
}



.subNavigationLink {
    
    /* change this page to use this to set the heading also - since the same comp will be use for main/sub nav dashed 1px #D3D3D3;*/
    color: #ffffff;
    text-decoration: none;
    horizontal-align: left;
    
}

.subNavigationButton {
    
    background-color: #gggggg;
    width: 200px;
    border-bottom: dashed 1px #4b4b4b;
    horizontal-align: left;
}

.subNavigationButtonSelected 
{
	width: 200px;
	background-color: #0e3f0f;
    border-bottom: dashed 1px #4b4b4b;
	color: #ffffff;
}


/*  

THIRD LEVEL SUBNAVIGATION */


.subNavigationTextBullet2
{
	color: #ffffff;
	padding-left: 25px;
	 
}

.subNavigationButton2:hover {
    
    background-color: #15636c;
    width: 200px;
    color: #ffffff;
    border-bottom: dashed 1px #4b4b4b;
	cursor: hand;
}



.subNavigationLink2 {
    
    /* change this page to use this to set the heading also - since the same comp will be use for main/sub nav dashed 1px #D3D3D3;*/
    color: #ffffff;
    text-decoration: none;
    horizontal-align: left;
    
}

.subNavigationButton2 {
    
    background-color: #gggggg;
    width: 200px;
    border-bottom: dashed 1px #4b4b4b;
    horizontal-align: left;
}

.subNavigationButtonSelected2 
{
	width: 200px;
	background-color: #0e3f0f;
    border-bottom: dashed 1px #4b4b4b;
	color: #ffffff;
}




.contentTextStyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
}

.border {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}