﻿/* Link Styles */
.menuLink
{
    text-decoration:none;	
	color: #4B8370;
	cursor:pointer;
}
.menuLink:hover
{    
	color: #355A85;
	font-weight: bold;
	font-size:102%;
}
/* Button Styles */
.btnUpdate
{
    display: inline;
    font-size: 90%;
    font-family: 'Trebuchet MS';
    padding-left: 1px;
    text-decoration: none;
    font-variant: small-caps;
    color: #b7c9cf;
    padding: 2px 0px;
    padding-left: 25px;
    background: url( 'icons/update.png' ) no-repeat left center;
    border:none;
}
.btnUpdate:hover
{
    font-weight: bold;
    color: #5e8492;
}
.sidebarButton
{
    text-decoration:none;	
	color: #284361;
	padding-left:21px;
	cursor:pointer;	
}
.sidebarButton:hover
{    
	color: #029bca;
	font-weight: bold;
	font-size:102%;
}

.pagerButton
{
    text-decoration:none;
    font-family: 'Arial Black, Arial';	
	color: #2C422D;
	font-size:120%;
	border:solid 0px #8cab91;
	cursor:pointer;	
	width:164px;
	height:34px;
	padding:2px 5px;
	background: url( 'icons/pagerOn.jpg' ) no-repeat left bottom;
}
.pagerButtonHover
{    
	color: #ebf2e2;
	font-weight: bold;
	background: url( 'icons/pagerOff.jpg' ) no-repeat left center;
}
.menuText
 {   
	color: #607A28;
	font: normal 105%/110% "Century Gothic", "Arial Black", Tahoma;
	border:solid 1px #d0e2f0;
	border-bottom:solid 1px #BFD1A1;		
	
}
.MainPanelMenu
 {  
    height:inherit;
	padding:3px 5px;
	background: url( 'icons/pagerOn.jpg' ) repeat-x left center;
	#	
}
.MainPanelMenu
 {  
    display:inline;
    width:auto;	
}
.MainPanelMenu:hover
{  
    background: url( 'icons/pagerOff.jpg' ) repeat-x left bottom;
    font-weight:bold;
    cursor:pointer;
    border:solid 0px #B9C1A8;
    border-bottom:none;    
}
.MainPanelMenuSelected
{      
    color:#4F5B3D;
	border-bottom:solid 1px #BFD1A1;
	border:none;
	font-weight:bold;	
	border:solid 1px #97a38a;
	padding:2px 5px;
	padding-bottom:0px;
	background: url( 'icons/pagerOn.jpg' ) repeat-x left center;
}
.closeButton
{
    text-decoration:none;
    font-family: 'Arial Black, Arial';	
	color: #004811;
	font-size:120%;
	cursor:pointer;	
	padding-left:20px;
	background: url( 'icons/close.jpg' ) no-repeat left center;
	
}
.closeButton:hover
{    
	color: #284361;
	font-weight: bold;
}