﻿/* menu system */
.StaticMenuItemStyle
{
	color:White;
	font-weight:bold;
	border:solid 1px Blue;
	padding:2px 4px;
	font-family:Garamond;
	font-size:medium;
}
.StaticHoverStyle
{
	color:Black;
	font-weight:bolder;
	border:solid 1px white;
	padding:2px 4px;
	background-color:white;
}
.StaticSelectedStyle
{
	color:Black;
	font-weight:bold;
	border:solid 1px white;
	padding:2px 4px;
	background-color:#CEF0FF;
}
.DynamicHoverStyle
{
	color:Black;
	font-weight:bold;
	padding:2px 4px;
	background-color:#CEF0FF;
}
.DynamicMenuItemStyle
{
	font-weight:bold;
	padding:2px 4px;
	border:solid 1px #CEF0FF;
}
.DynamicMenuStyle
{
	font-weight:bold;
	border:solid 1px #CEF0FF;
}

/* end menu system */


body
{
	font-family: Verdana;
    font-size:small;
    margin: 0%;
    background-color: #006699; 
    /*background-image:url('../Images/explodeGradientCEF0FF.jpg'); */
   
}
.LoginLink
{
	font-size:small;	
    padding:2px 4px; 
	color:white;
    font-weight:bold;
    font-family:Tahoma;
}
.ChangePasswordLink
{
	font-size:small;	
	color:white;
    font-weight:bold;
    font-family:Tahoma;
}
.CreateAccountLink
{
	font-size:small;
	padding-left:3px; 	
	color:white;
    font-weight:bold;
    font-family:Tahoma;
    border-left:solid 1px black;
}
.siteMap
{
	font-style: italic;
	font-weight: normal;
	text-align: center;
	font-variant: small-caps;
	color: black;
}
.footerStyle
{
	background-image: url('../Images/ReverseGradient.png');
	background-repeat:repeat-x;
	border:solid 1px black;
	height:100%;
	width:100%;
}
.headerStyle
{
	background-image: url('../Images/gradient.png');
	background-repeat:repeat-x;
	height:100%;
	border:outset 1px black;
	background-position:top;
	width:100%;
}
.WCSConstruction
{
    margin-left: 20px;
}
.WCSLogo
{
 margin-left: 150px;
}

.underlineAndBold 
{
  font-size: small;
  font-weight: bold;
  text-decoration: underline;   
}

.weblinks
{
 font-size: small;	
}

.clsSubHeader
{	
	font-size: 14px;
	height:25px;
	font-weight: bold;
	padding: 1px;
	padding-left:4px;
	color: black;				
}

.clsPageHeader
{	
	background-image: url('../Images/newHeader.jpg');
	background-repeat:repeat-x;
	font-size: 14pt;
	height:25px;
	font-weight: bold;
	border-bottom: black 1px solid;
}

a.pdfORwordDocs
{     
	text-decoration: underline;
	color: blue;
	font-size:large;
	font-weight: bold;		
}

a.WCSAnnualReport
{     
	text-decoration: underline;
	color: blue;
	font-weight: bold;		
}

a.artemis
{
	text-decoration: none;
	color: blue;
}

a.artemis:hover
{
	text-decoration: none;
	color: Purple;
}

/* THIS SECTION IS USED IN MASTER PAGE */

.clsTableMP 
{  
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px; 
	margin-left: 0px;		
	width:100%;
}

.MainMenu
{ 
	background-color: #006699;	
	font-size: 1em;
	font-weight: bold;
	border-top:solid 2px black; 
	border-left:solid 0px black; 
	border-right:solid 0px black;
	width:100%;	
}

.clsLabel 
{		
	font-weight: bold;
	float: right; 
}

/* THIS SECTION IS USED IN EXECUTIVEDIRMSG.ASPX PAGE  */
.tblCells 
{ 	
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;		
}  

/* THIS SECTION IS USED IN WCS_HOC.ASPX PAGE  */
div#movies
{
	vertical-align: middle;  
}
