﻿/* Link Styles */
.menuLink
{
    text-decoration:none;	
	color: #58595B;
	cursor:pointer;
}
.menuLink:hover
{    
	color: #029bca;
	font-weight: bold;
	font-size:102%;
}

.sectionLink
{
    display: block;
    width: 133px;
    max-width: 133px;
    padding-top:15px;
    margin-bottom: -5px;
    height: 53px;
    text-decoration: none;
    text-align: center;
    color: #dfde09;
    font-weight: bold;
    font-size: 130%;
    line-height: 130%;
    cursor: pointer;
    background: url( 'menu/menuOff.jpg' ) repeat-x center top;
    vertical-align: middle;
}
.sectionLink:hover
{    
	color: #068d49;
	font-size:140%;
	background: url('menu/menuOn.jpg') repeat-x center top;
}
.tab
{
    display: block;
    position:relative;
    width: 124px;
    max-width: 124px;
    text-decoration: none;
    text-align: left;
    padding:2px 3px;
    color: #dfde09;    
    font-size: 90%;
    line-height: 130%;
    cursor: pointer;
    background: url( 'menu/menuBtnOff.jpg' ) repeat-x center top;
    margin-bottom:5px;

}
.tab:hover
{
    font-weight: bold;
    color: #dfde09;
}
.selectedTab
{    
	font-weight: bold;
	color: #068d49;
	background: url('menu/menuBtnOn.jpg') repeat-x center top;
}
.selectedTab:hover
{    
	color: #068d49;
	background: url('menu/menuBtnOn.jpg') repeat-x center top;
}
.modalMenu
{    
	font-weight: normal;
	color: #068d49;
	height:70px;
	background: url('menu/modalMenuOff.jpg') repeat-x center top;
	border:solid 1px #8dd8f3;
}
.modalMenuHover
{    
	font-weight: bold;
	color: #61113c;
	height:40px;	
	border:solid 1px #8dd8f3;
}
.modalMenuSelected
{    
	font-weight: bold;
	color: #068d49;
	height:40px;
	background: url('menu/modalMenuOn.jpg') repeat-x center top;
	border:solid 1px #8dd8f3;
}

.btnUpdate
{
    display: inline;
    font-size: 90%;
    font-family: 'Trebuchet MS';
    padding: 5px 5px;
    text-decoration: none;
    font-variant: small-caps;
    color: #dfde09;
    padding: 2px 0px;    
    width:100px;
    background: #159152 url( 'icons/update.png' ) no-repeat left center;
    border:none;
    border:solid 1px #572500;
    float:right;
    cursor:pointer;
}
.btnUpdate:hover
{
    font-weight: bold;
    color: #159152;
    background: #dfde09 url( 'icons/update.png' ) no-repeat left center;
}