﻿a.DefaultLinkBar {
  font-size: small;
  font-family: Verdana;
  font-weight: normal;
  color: #faf7c2;
}

a.DefaultLinkBar:link {
	text-decoration: underline;
  font-size: small;
  font-family: Verdana;
  font-weight: normal;
  color: #faf7c2;
}

a.DefaultLinkBar:hover {
	text-decoration: none;
  font-size: small;
  font-family: Verdana;
  font-weight: normal;
  color: #faf7c2;
}

.master_margin-right {
    margin-right: 10px;
}

.master_margin-left {
    margin-left: 10px;
}

.master_margin-both {
    margin-right: 5px;
    margin-left: 5px;
}

.master_logo {
    height: 77px;
    border: none;
}

.breweryAdminImage {
    max-height: 75px;
    max-width: 75px;
}

.breweryLogo {
    max-height: 100px;
    max-width: 200px;
}

.sidebarimage {
    padding-top: 3px;
    max-height: 88px;
    max-width: 170px;
}

.sidebarimagesmall {
    padding-top: 3px;
    max-height: 83px;
    max-width: 180px;
}

.favImages {
    max-height: 75px;
    max-width: 75px;
    min-height: 75px;
}

/* Rating (Stars) CSS */
.ratingStar {
    font-size: 0pt;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(../../../images/star_filled_in.png);

}

.emptyRatingStar {
    background-image: url(../../../images/star_blank.png);
}

.SideBarText
{
    font-size: 8pt;
    color: #f9f8c2;
    font-weight: normal;
}

li, ul
{
    margin:0;
    padding:0;
    border:none;
    z-index: 10000;
}

.beerImageSearch
{
    max-height: 46px;
    max-width: 46px;
    height: 46px;
}

.BeerDetails
{
    font-family: Verdana;
    font-size: 8pt;
    text-align: left;    
}

.CompletionListTop
{
    z-index: 10000;
    width: 300px;
}

.autocomplete_completionListElement 
{  
    position: relative;
    z-index: 10000;
    width: 290px;
    min-width: 290px;
    margin-top: 1px!important;
    margin-left: -55px!important;
	background-color : inherit;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
    overflow-y: auto;
    overflow-x: hidden;
    white-space: normal;
    max-height: 250px;
    text-align : left; 
    list-style-type : none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
    z-index: 10000;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
    z-index: 10000;
}


a.BrewerLink
{
    font-size: 11pt;
    font-family: Verdana;
    font-weight: bold;
    color: #371e0a;
}

a.BrewerLink:link {
	text-decoration: underline;
    font-size: 11pt;
    font-family: Verdana;
    font-weight: bold;
    color: #371e0a;
}

a.BrewerLink:hover {
	text-decoration: none;
    font-size: 11pt;
    font-family: Verdana;
    font-weight: bold;
    color: #371e0a;
}

.popupControl{
	background-color:White;
	position:absolute;
	visibility:hidden;
}

.noUnderline {
    text-decoration: none;
}


/* Rating */
.ratingStar {
    text-align: center;
    font-size: 0pt;
    width: 17px;
    height: 17px;
    margin: 0px;
    padding: 1px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(../../Images/star_filled-in.png);

}

.emptyRatingStar {
    background-image: url(../../Images/star_blank.png);
}

.savedRatingStar {
    background-image: url(../.../Images/star_blank.png);
}
/* Rating
   end
 */

/* Autocomplete */

.AutoCompleteList
{
    border: solid 1 black;
    border-bottom-width: thin;
    border-right-width: thin;
    border-left-width: thin;
    border-top-width: thin;
    border-bottom-color: Black;
    border-left-color: Black;
    border-right-color: Black;
    border-top-color: Black;
    background-color: White;
}

.AutoCompleteListItem
{
    margin: 0px!important;
    background-color: inherit;
    color: WindowText;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: default;
    overflow: visible;
    height: 200px;
    width: 240px;
    text-align: left;
    list-style-type: none;
}

 
 /*Textbox Watermark*/

.unwatermarked {
}

.watermarked {
	color:gray;
}	

.watermarkedsm {
	color:gray;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
}	


 /*Textbox Watermark end*/


.modalBackground {
	background-color:Gray;
/*	filter:alpha(opacity=70);
	opacity:0.7;
*/}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.TabContainer
{
 background-color: #333333;
}



.sampleStyleA {
	background-color:#FFF;
}

.sampleStyleB {
	background-color:#FFF;
	font-family:monospace;
	font-size:10pt;
	font-weight:bold;
}

.sampleStyleC {
	background-color:#ddffdd;
	font-family:sans-serif;
	font-size:10pt;
	font-style:italic;
}

.sampleStyleD {
	background-color:Blue;
	color:White;
	font-family:Arial;
	font-size:10pt;
}
/**/
body {	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	color:#000000;
}
.EvalReportTable
{
    color:White;
    font-size:large;
    margin: 0px, 0px, 0px, 0px;
    border: 0px, 0px, 0px, 0px;    
}
.EvalReportAltRow
{
    background-color: Gray;
}
.EvalReportHeader
{
    background-color:#E0E0E0;    
    font-weight:bold;
}
.EvalReportText
{
    color:black;
}
.EvalReportRow
{
    background-color:#FFFFFF;
}
.EvalReportBadRating
{
    background-color:#FFFFF4;
    text-align:center;
}
.EvalReportGoodRating
{
    background-color:#C4BC96;
    text-align:center;
}
.EvalReportGreatRating
{
    background-color:#E6EEDD;
    text-align:center;
}
.EvalReportAverageRating
{
    background-color:#336666;
    text-align:center;
}
.EvalReportNoRating
{    
    text-align:center;
}

body,td,th {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	color:#000000;
}
/*-----------------------
text
------------------------*/
.bodyText {
  font-family: Verdana;
  font-size: 10pt;
  color: #333333;
}

.body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 11pt;
}
.body2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 11pt;
}
.bodyBold {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight:bold;
	color:#000000;
}
.bodyWhite {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	line-height: 11pt;
}
.bodyWhiteBold {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#ffffff;
}
/*-----------------------
links
------------------------*/
a.linkBlack:link {
	text-decoration: none;
	color:#000000;
}
a.linkBlack:visited {
	text-decoration: none;
	color:#666666;
}
a.linkBlack:hover {
	text-decoration: underline;
	color: #000000;
}
a.linkBlack:active {
	text-decoration:underline;
	color:#666666;
}

a.linkBlue1:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight:bold;
	text-decoration: none;
	color:#336699;
}
a.linkBlue1:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight:bold;
	text-decoration: none;
	color:#999999;
}
a.linkBlue1:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight:bold;
	text-decoration:underline;
	color:#336699;
}
a.linkBlue1:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight:bold;
	text-decoration:underline;
	color:#999999;
}
a.linkWhite:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	text-decoration: none;
	color:#FFFFFF;
}
a.linkWhite:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	text-decoration: none;
	color:#CCCCCC;
}
a.linkWhite:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	text-decoration: underline;
	color:#FFFFFF;
}
a.linkWhite:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	text-decoration:underline;
	color:#CCCCCC;
}
a.Navigation:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#ffffff;
	text-decoration: none;
}
a.Navigation:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#ffffff;
	text-decoration: none;
}
a.Navigation:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#ffffff;
	text-decoration: underline;
}
a.Navigation:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:underline;
}
/*-----------------------
headings
------------------------*/
.headingBlack {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
}
.headingGreen {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#336666;
}
.headingGold
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#d8b02c;
}
.headingCell {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
	background-color:#252525;
	line-height:15pt;
	text-align:center;
}

.headingWhite {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#FFFFFF;
}
/*-----------------------
footer
------------------------*/
.footer{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
}
a.linkFooter:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration:none;
	color:#FFFFFF;
}
a.linkFooter:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration:none;
	color:#FFFFFF;
}
a.linkFooter:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration:underline;
	color:#FFFFFF;
}
a.linkFooter:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration:underline;
	color:#CCCCCC;
}
/*-----------------------
Form
------------------------*/
.form1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#999999;
	width:131px;
	height:13pt;
	border-width:1px;
	border-style:solid;
	text-align:right;
}
.formButton1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000000;
	width:70px;
	height:13pt;
	border-width:1px;
	border-color:#6699CC;
	border-style:solid;
	text-align:center;
	background-color:#FFFFFF
}
.formButton2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000000;
	width:70px;
	border-width:1px;
	border-color:#6699CC;
	border-style:solid;
	text-align:center;
	background-color:#FFFFFF
}
a.linkFormButton2:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000000;
	width:100px;
	line-height:15px;
	border-width:1px;
	border-color:#6699CC;
	border-style:solid;
	text-align:center;
	background-color:#FFFFFF;
}
a.linkFormButton2:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000000;
	width:100px;
	line-height:15px;
	border-width:1px;
	border-color:#6699CC;
	border-style:solid;
	text-align:center;
	background-color:#FFFFFF;
}
a.linkFormButton2:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000000;
	width:100px;
	line-height:15px;
	border-width:1px;
	border-color:#6699CC;
	border-style:solid;
	text-align:center;
	background-color:#FFFFFF;
}
a.linkFormButton2:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	width:100px;
	line-height:15px;
	border-width:1px;
	border-color:#6699CC;
	border-style:solid;
	text-align:center;
	background-color:#FFFFFF;
}

/* styles for application */
.button
{
  
  border: outset 1px black;
	background-repeat:repeat-x;
	font-family:Verdana;
	font-size:10px;

}
.appheading {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#000000;
}
.formlabel 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	font-weight:normal;
}
.mainnav {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#336666;
}
a.mainnav:link {
	text-decoration: none;
	color:#336666;
}
a.mainnav:visited {
	text-decoration: none;
	color:#336666;
}
a.mainnav:hover {
	text-decoration:none;
	color:#339999;
}
a.mainnav:active {
	text-decoration: none;
	color:#336666;
}
.nav {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#336666;
}
a.nav:link {
	text-decoration: none;
	color:#336666;
}
a.nav:visited {
	text-decoration: none;
	color:#336666;
}
a.nav:hover {
	text-decoration:none;
	color:#339999;
}
a.nav:active {
	text-decoration: none;
	color:#336666;
}
.CompletionListItemText
{
	text-indent:5px;
	font-family:Verdana;
	font-size:10px;
	 
}
.CompletionListItemHighlightedText
{
	text-indent:5px;
	font-family:Verdana;
	font-size:10px;
	background-color: HighlightText;
}
.ContextMenuPanel 
{
	border: 1px solid #868686;
	z-index: 1000;
	background: url(/../../Images/menu-bg.gif) repeat-y 0 0 #FAFAFA;
	cursor: default;
	padding: 1px 1px 0px 1px;
	font-size: 11px;
}
.ContextMenuBreak
{
	margin:1px 1px 1px 32px;
	padding:0;
	height:1px;
	overflow:hidden;
	display:block;
	border-top: 1px solid #C5C5C5;	
}
a.ContextMenuItem
{
	margin: 1px 0 1px 0;
	display: block;
	color: #003399;
	text-decoration: none;
	cursor: pointer;	
	padding: 4px 19px 4px 33px;
}
a.ContextMenuItem-Selected
{
	font-weight: bold;
}
a.ContextMenuItem:hover
{
	background-color: #FFE6A0;
	color: #003399;
	border: 1px solid #D2B47A;
	padding: 3px 18px 3px 32px;
}

/****************************************************************** TABS ******************************************************************/

/* ajax__tab_xp-theme theme */
.ajax__tab_xp-theme .ajax__tab_tab
{
    margin-right:4px;
    overflow:hidden;
    text-align:center;
    cursor:pointer;
    display:-moz-inline-box;
    display:inline-block;
}

.ajax__tab_xp-theme .ajax__tab_header 
{
    background:url(../../images/tab-border.gif) repeat-x bottom;
}
.ajax__tab_xp-theme .ajax__tab_header .ajax__tab_outer 
{
    background:url(../../images/tab-right.gif) no-repeat right;
    padding-right:4px;
}
.ajax__tab_xp-theme .ajax__tab_header .ajax__tab_outer .ajax__tab_inner 
{
    padding-left:3px;
    background:url(../../images/tab-left.gif) no-repeat;
}
.ajax__tab_xp-theme .ajax__tab_header .ajax__tab_tab
{
    padding:4px;
    margin: 0 0 1px 0;
    background:#ffffff url(../../images/tab-border.gif) repeat-x;
}

.ajax__tab_xp-theme .ajax__tab_active .ajax__tab_outer 
{
    background:url(../../images/tab-right.gif) no-repeat right;
    padding-right:4px;
}
.ajax__tab_xp-theme .ajax__tab_active .ajax__tab_outer .ajax__tab_inner 
{
    padding-left:3px;
    background:url(../../images/tab-left.gif) no-repeat;
}

.ajax__tab_xp-theme .ajax__tab_hover .ajax__tab_tab
{
    background: #f6de8d url(../../images/tab-border.gif) repeat-x;
}

.ajax__tab_xp-theme .ajax__tab_active .ajax__tab_tab
{
    padding:4px;
    margin:0;
    background:#FAF7C2 url(../../images/tab-border.gif) repeat-x;
}

.ajax__tab_xp-theme .ajax__tab_body 
{
    font-family:verdana;
    font-size:10pt;
    border: none;
    border-top:0;
    padding:8px;
    background-color:#FAF7C2;
}

/****************************************************************** Sliders ******************************************************************/

.ajax__tab_bp-theme .ajax__tab_header .ajax__tab_tab .slider_rail_srm {
    position: relative;
    height: 22px;
    width: 280px;
    background: url(srm.png);
}

.ajax__tab_bp-theme .ajax__tab_header .ajax__tab_tab .slider_handle_srm {
    position: absolute;
    height: 22px;
    width: 9px;
}

.ajax__tab_bp-theme .ajax__tab_header .ajax__tab_tab .slider_rail_small {
    position: relative;
    height: 11px;
    width: 60px;
    background: url(slider_hs_rail.gif) repeat-x;
}

.ajax__tab_bp-theme .ajax__tab_header .ajax__tab_tab .slider_handle_small {
    position: absolute;
    height: 11px;
    width: 7px;
}

.ajax__tab_bp-theme .ajax__tab_header .ajax__tab_tab .slider_rail {
    position: relative;
    height: 22px;
    width: 60px;
    background: url(slider_h_rail.gif) repeat-x;
}

.ajax__tab_bp-theme .ajax__tab_header .ajax__tab_tab .slider_handle {
    position: absolute;
    height: 22px;
    width: 10px;
}

.slider_rail_srm {
    position: relative;
    height: 22px;
    width: 280px;
    background: url(srm.png);
}

.slider_handle_srm {
    position: absolute;
    height: 22px;
    width: 9px;
}

.slider_rail_small {
    position: relative;
    height: 11px;
    width: 60px;
    background: url(slider_hs_rail.gif) repeat-x;
}

.slider_handle_small {
    position: absolute;
    height: 11px;
    width: 7px;
}

.slider_rail {
    position: relative;
    height: 22px;
    width: 60px;
    background: url(slider_h_rail.gif) repeat-x;
}

.slider_handle {
    position: absolute;
    height: 22px;
    width: 10px;
}

.bodyGeorgiaWhite2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color:#FFFFFF;
	font-weight:Bold;
	font-style:italic;
}

.bodyGeorgiaWhite{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color:#FFFFFF;
	font-weight:Bold;
	font-style:italic;
}
a.bodyGeorgiaWhite:link{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color:#FFFFFF;
	font-weight:Bold;
	font-style:italic;
	text-decoration:none;
}
a.bodyGeorgiaWhite2:link{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color:#FFFFFF;
	font-weight:Bold;
	font-style:italic;
	text-decoration:none;
}
a.bodyGeorgiaWhite:visited{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color:#FFFFFF;
	font-weight:Bold;
	font-style:italic;
	text-decoration:none;
}
a.bodyGeorgiaWhite:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color:#FFFFFF;
	font-weight:Bold;
	font-style:italic;
	text-decoration:none;
}
a.bodyGeorgiaWhite:active{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color:#FFFFFF;
	font-weight:Bold;
	font-style:italic;
	text-decoration:none;
}

.datalist td
{
  white-space:nowrap;
}

/****************************************************************** Start Standards ******************************************************************/


h1,h2,h3,h4,h5,h6 {
	font-family: "Century Gothic";
	color: #000000;
}
h1 {
	font-family: "Century Gothic";
	font-weight:lighter;
	font-size: 18px;
	line-height: 18px;
	padding: 0px 0px 10px 0px;
}

h2 {
	font-size: 16px;
}
h2 {
	font-size: 12px;
}
h3 {
	font-size: 10px;
}
h4 {
	font-size: 9px;
}


/****************************************************************** Default Links ******************************************************************/

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: underline;
	color: #333333;
}


/****************************************************************** Default Links ******************************************************************/
.AddNewLinkClass
{
    font-size: 12px; 
    text-decoration: none;
}
.leftMenuSubTable
{
    border-color: #CCCCCC;
    border-width: 1px;
    background-color: Gray;
    border-style: solid;    
}
.leftMenu
{

}

.leftMenuSubNoLink
{
    padding-left: 15px;
    font-size: 12px;   
    color: #CCCCCC;
}
.leftMenuSelectedLink
{    
    font-size: 14px;
    font-weight: bold;    
    	color: #CCCCCC;
}
.leftMenuMainLink
{
    font-size: 14px;    
}
.leftMenuSubLink
{
    font-size: 12px;    
    padding-left: 15px;
}
.leftMenuSubSelectedLink
{
    padding-left: 15px;
        font-size: 12px;
    font-weight: bold;    
    	color: #000000;
    	text-decoration: none;
}
a.leftMenuSelectedLink, a.leftMenuSelectedLink:link, a.leftMenuSelectedLink:visited, a.leftMenuSelectedLink:active, 
a.leftMenuMainLink, a.leftMenuMainLink:link, a.leftMenuMainLink:visited, a.leftMenuMainLink:active,
a.leftMenuSubSelectedLink, a.leftMenuSubSelectedLink:link, a.leftMenuSubSelectedLink:visited, a.leftMenuSubSelectedLink:active,
a.AddNewLinkClass, a.AddNewLinkClass:link, a.AddNewLinkClass:visited, a.AddNewLinkClass:active
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a.leftMenuSelectedLink:hover,
a.leftMenuMainLink:hover,
a.leftMenuSubLink:hover {
	text-decoration: underline;
	color: #000000;
}
.tableHeader
{
    font-size: 14px;
}
.pageHeader
{
	font-family:Verdana;
    font-size: 14px;
    padding-top: 5px;
}
.inputTitle
{
    font-size: 12px;
    font-weight:bold;
    padding-top: 15px;
}
.inputFooter
{
    font-size: 9px;
}

.formFields {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	border-color:#666666;
	border-collapse:collapse;
	border-style:none;
	background-color: #e8e8d5;
	height:19px;
	background-image:url(../images/form.jpg);
	background-repeat:no-repeat;
	}
headline {
	font-family: Century Gothic;
	font-weight:lighter;
    font-size: 24px;
	color: #FFFFFF;
	font-weight:bold;
 
}
.body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
}
.bodyGeorgia{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color:#333333;
	font-weight:normal;
}
.bodyRed{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#741f09;
}

.bodywhite{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
}
.tabs{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color:#333333;
	font-weight:800;
}

.bodyGeorgia{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color:#333333;
}

.headingGeorgia{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color:#333333;
}

.itemGeorgia{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color:#333333;
	font-weight:800;
}

.contentGeorgia{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color:#333333;
}


.footer{
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666666;
}

/* Start Nav Links */

.navTop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0033CC;
	font-weight: normal;
	text-decoration: none;
}

a.navTOP, a.navTOP:link, a.navTOP:visited, a.navTOP:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	font-weight: normal;
	text-decoration: none;
}

a.navTOP:hover {
	text-decoration: underline;
	color: #CCCCCC;
}

.navTopBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ecbd1d;
	font-weight: bold;
	text-decoration: none;
}

a.navTOPBold, a.navTOPBold:link, a.navTOPBold:visited, a.navTOPBold:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ecbd1d;
	font-weight: bold;
	text-decoration: none;
}

a.navTOPBold:hover {
	text-decoration: underline;
	color: #ecbd1d;
	font-weight: bold;
}


a.navFooter, a.navFooter:link, a.navFooter:visited, a.navFooter:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}

a.navFooter:hover {
	text-decoration: underline;
	color: #666666;
}

a.specialLinks, a.specialLinks:link, a.specialLinks:visited, a.specialLinks:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}

a.specialLinks:hover {
	text-decoration: underline;
	color: #333333;
}

a.redLinks, a.redLinks:link, a.redLinks:visited, a.redLinks:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #741f09;
	font-weight: normal;
	text-decoration: none;
}

a.redLinks:hover {
	text-decoration: underline;
	color: #741f09;
}

.MyCalendar .ajax__calendar_container {
    border:1px solid #646464;
    background-color: White;
    color: red;
}
.MyCalendar .ajax__calendar_other .ajax__calendar_day,
.MyCalendar .ajax__calendar_other .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_day,
.MyCalendar .ajax__calendar_hover .ajax__calendar_month,
.MyCalendar .ajax__calendar_hover .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_active .ajax__calendar_day,
.MyCalendar .ajax__calendar_active .ajax__calendar_month,
.MyCalendar .ajax__calendar_active .ajax__calendar_year {
    color: black;
    font-weight:bold;
}

img.avatar {border:1px solid #bbbbbb; padding:2px 2px 2px 2px; -ms-interpolation-mode:bicubic; width:64px; height:64px;}
.gradientbutton {background-image:url('images/darkgradient.gif');color:White;font-family:Verdana;font-size:8pt;border:1px solid slategray;}
