﻿Body {
 	font-family: Arial;
        font-size: 8pt;
        font-style: normal;	
	font-variant: normal;
	color: #000000;
}

img {display:block;}

TD
{
        font-size: 8pt;
}

.MainNav TD
{
	font-size: 10pt;
}

.News
{
 	font-family: Arial;
    font-size: 8pt;
    font-style: normal;	
	font-variant: normal;
}

A.News:link, A.News:visited, A.News:hover, A.News:Active
{
 	font-family: Arial;
    font-size: 8pt;
    font-style: normal;	
	font-variant: normal;
	text-decoration: none;
}

A.News:hover
{
 	font-family: Arial;
    font-size: 8pt;
    font-style: normal;	
	font-variant: normal;
	text-decoration: underline;
}

A 
{
	font-family: Arial;
	font-size: 8pt;
	font-style: normal;	
	font-variant: normal;
	font-weight:bold;

}

A:link	{	
	text-decoration:	none;
	color:	#09509F;
	
	}	
		
A:visited	{	
	text-decoration: none;
	color:	#09509F;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#09509F; /*#f39900;*/
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#09509F;
	}


#localmenu{
width: 99%;
height: 25px;
}

#localmenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#localmenu ul{
border: 1px solid #303030;
width: 100%;
height: 25px;
background: url(../images/localnav/UniprixGradient.gif) center center repeat-x; /*Theme Change here*/
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;
font: bold 12px Verdana;
}


#localmenu ul li{
display: inline;
}


#localmenu ul li a{

float: left;
color: #FFFFFF;
font-weight: bold;
padding: 6px 12px 6px 7px;
text-decoration: none;
background: url(../images/localnav/UniprixNavSeparator.gif) center right no-repeat; /*Theme Change here*/
font-family: Arial;
font-size: 7pt;
}

#localmenu ul li a:hover{
color: #F4AC35;
background: url(../images/localnav/UniprixOver.gif) center center repeat-x; /*Theme Change here*/
}

#localmenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	/*border: 1px solid #000000; Theme Change here*/
	border-bottom-width: 0;
	font:normal 10px Arial;
	line-height:18px;
	z-index:100;	
	font-weight:bold;
	color:#FFFFFF;
	width: 50px;
	visibility: hidden;
	vertical-align:top;
	text-align:center;	
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	background-color:#cccccc;
	/* background: url(../images/localnav/sub_bg.gif) center center repeat-x; */ /*Theme Change here*/
}

.dropmenudiv a{
	width: 100%;
	/*display:block;*/
	/*text-indent: 3px;*/
	padding: 1px 0;
	text-decoration: none;	
	color: black;
	background-color: #cccccc;
	font-weight:normal;
	font-size:7pt;
/*	background: url(../images/localnav/sub_bg.gif) center center repeat-x; *//*Theme Change here*/
	
}

.dropmenudiv a:hover{ /*Theme Change here*/	
	color:#000000;
	text-decoration:underline;
	font-weight:normal;
		
}
.dropmenudiv a:visited {
	color:#000000;
	text-decoration:none;
	font-weight:normal;
}

.dropmenudiv table {
 	background-color: #cccccc;
	/*background: url(../images/localnav/sub_bg.gif) center center repeat-x;*/ /*Theme Change here*/
}

/*  admin cell rollovers */
.tblAdmin 
{
	width: 99%;
}

.tblAdmin table td 
{
	border: 1px solid #BBB;
	width: 100%;
	background: url(..\Images\localnav\static.gif) center center repeat-x; /*Theme Change here*/
	margin-left: 0;
	padding-left: 0;
	margin: 0;
	float: left;
	font: bold 11px Verdana;
}

.tblAdmin td a 
{
	float: left;
	color: #7F7F7F;
	font-weight: bold;
	padding: 6px 12px 6px 7px;
	text-decoration: none;
	background: url(divider.gif) center right no-repeat;
}


	
.tblAdmin td a:hover 
{
	color: #ffffff;
	background: url(..\Images\localnav\over.gif) center center repeat-x; /*Theme Change here*/
}

.tblRed_bar 
{
	background: url(../images/localnav/static.gif) center center repeat-x;
	color:#ffffff;
	border: 2px solid #000000;
	width:100%;
	text-align: center;
	font-weight:bold;
}


.dgrdCoachAlter
{
	background-color: #D2D2D2;
	font-family: Arial;
	font-size: 8pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: Black;
}

.WebsiteBody
{
    background-image: url('../Images/UniprixBG.gif');
    background-color: #112546;
}

.MainNavBG
{
    /*background-color: #31425E;*/
    background-color: #2E558F;
}

.MainNavMenuItem
{
    border-bottom: solid 1px #3A466C;
}

.MainNavMenuItemArrow
{
    font-weight: bold; 
    font-size: 10pt; 
    color: #EB783F; 
    font-family: Tahoma;
}

.HomePageNewsTitle
{
    font-size: 14pt;
    font-weight: bold;
    color: #09509F;
}

a.HomePageNewsTitle:link, a.HomePageNewsTitle:visited
{
    font-size: 14pt;
    font-weight: bold;
    color: #09509F;
    text-decoration: none;
}

a.HomePageNewsTitle:hover
{
    font-size: 14pt;
    font-weight: bold;
    color: #09509F;
    text-decoration: underline;
}

a.HomePageNewsTitle:active
{
    font-size: 14pt;
    font-weight: bold;
    color: #09509F;
    text-decoration: none;
}

a.FullStoryLink:link, a.FullStoryLink:visited
{
    font-size: 9pt;
    font-weight: bold;
    color: #EB783F;
    text-decoration: none;
    font-family: Tahoma;
}

a.FullStoryLink:hover
{
    font-size: 9pt;
    font-weight: bold;
    color: #EB783F;
    text-decoration: underline;
    font-family: Tahoma;
}

a.FullStoryLink:active
{
    font-size: 9pt;
    font-weight: bold;
    color: #EB783F;
    text-decoration: none;
    font-family: Tahoma;
}

.NewsStorySeparator
{
    color: #09509F;
}

.TemplateTitle
{
    border-right: black 2px solid;
    border-top: black 2px solid;
    border-left: black 2px solid;
    border-bottom: black 2px solid;
    background-image: url(../Images/localnav/UniprixTemplateTitleBG.gif);
    background-position: center center;
    background-repeat: repeat-x;
    height: 16px;
    color: white;
    padding-top: 2px;
    font-family: Arial;
    text-align: center;
    font-weight: bold;
    font-size: 8pt;
}

.PhotoGalleryBG
{
    background-color: #ffffff;
}

.PhotoGalleryListingBG
{
    background-color: #000000;
}

.PhotoGalleryDescriptionText
{
    color: #000000;
}

.PhotoGalleryPhotoCreditText
{
    color: #000000;
}

.GradientBG
{
    background: url(../images/localnav/UniprixGradient.gif) center center repeat-x; /*Theme Change here*/
}
