﻿html 
{ 
    /* always show firefox scrollbar, to prevent horizontal shift. */
    overflow:-moz-scrollbars-vertical; 
}
/* Web events */
.WebEvents .webevents-container
{
    background-color: #EEEEEE;
    background-image: none;
    margin: auto;
    width: auto;
}

.errorText
{
    color: #FF0000;
}

.labelText
{
    background-color: #EEEEEE;
    border: none;
    color: #000;
    text-align: right;
    font-style: normal;
}

/* WebEvents */
/* CalendarView */
.WebEvents a
{
    color: #000;
    text-decoration: underline;
}

.WebEvents .eventDate
{
    font-style: italic;
}

.WebEvents .eventName
{
    font-weight: bold;
}

.WebEvents .eventsSeparator
{
    height: 6px;
}

.WebEvents .EventsView
{
    margin-left: 50px;
    width: 100%;
}

.WebEvents h1
{
    color: #000;
    font-weight: bold;
    text-transform: none;
}

.WebEvents .HeaderRow td
{
    font-weight: bold;
}

.WebEvents .labelText
{
    white-space: nowrap;
}

.WebEvents .listRow
{
    background-color: #EEEEEE;
    padding: 3px;
}

.WebEvents .readMore a
{
    color: #000;
}
/* Web events */

/* "Edit Module" button that appears on the front-end for authorized users. */
.webmodules_editModuleLink,
a.webmodules_editModuleLink,
a.webmodules_editModuleLink:link,
a.webmodules_editModuleLink:visited
{
    background-color: #FFFFA5;
    padding: 1px 2px 2px 2px;
    border: 1px dotted gray;
    position: absolute; /*preserve layout*/    font-size: 11px;
    color: Blue;
    font-weight: normal;
    text-decoration: underline;
    z-index: 9999; /*CMS buttons should always be on top.*/
}
.webmodules_editModuleLink:hover,
a.webmodules_editModuleLink:hover
{    font-size: 11px;
    color: #00A2FF;
}

/* "Edit Page" button that appears on the front-end for authorized users. */
.webmodules_editPageLink,
a.webmodules_editPageLink,
a.webmodules_editPageLink:link,
a.webmodules_editPageLink:visited
{
    background-color: #FFFFA5;
    padding: 1px 2px 2px 2px;
    border: 1px dotted gray;
    position: absolute; 
    top: 5px;
    left: 5px;    font-size: 11px;
    color: Blue;
    font-weight: normal;
    text-decoration: underline;
    z-index: 9999; /*CMS buttons should always be on top.*/
}
.webmodules_editPageLink:hover,
a.webmodules_editPageLink:hover
{    font-size: 11px;
    color: #00A2FF;
}

/* sub navigation highlighted/activated style. */
.subnav .on a:link, .subnav .on a:visited, .subnav .on a:hover, .subnav .on a:active
{
	background-color: #00FF00;
}

/******************************************************************************
 main navigation menu. 
******************************************************************************/
.mainNavDropDown {
    z-index: 1; /* do not remove this; fixes IE8 rendering issue. */
border: none;
    text-decoration: none;	
    text-align: left;
		border: solid 1px #cccccc;
}

/* the <table> element for each menu item. */
.mainNavDropDown_item {
}

/* this <td> is contained by the <table> above. */
.mainNavDropDown_item td /* important */ {
    padding: 0px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

/* this <a> is contained by the <td> above. */
.mainNavDropDown_item a {
    display: block; /* important */
	width: 100%;
	 font-size: 11px;
	 padding-right: 10px
}

/* do *not* put multiplicative things like padding in here. */
.mainNavDropDown_item, /* required */
.mainNavDropDown_item a, /* required */
.mainNavDropDown_item a:link, /* required */
.mainNavDropDown_item a:visited /* required */ {
	font-weight: bold;
    text-decoration: none;	
    background-color: #0c2132;
    color: #ffffff;
    text-align: left;
	 font-size: 11px;
	 width: 100%;
	 padding-right: 10px;
}

/* the <table> element for each menu item. */
.mainNavDropDown_item_hover {
}

/* this <td> is contained by the <table> above. */
.mainNavDropDown_item_hover td /* important */ {
    padding: 0px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;

}

/* this <a> is contained by the <td> above. */
.mainNavDropDown_item_hover a {
    display: block; /* important */
	width: 170px;
}

/* do *not* put multiplicative things like padding in here. */
.mainNavDropDown_item_hover, /* required */
.mainNavDropDown_item_hover a, /* required */
.mainNavDropDown_item_hover a:link, /* required */
.mainNavDropDown_item_hover a:visited, /* required */
.mainNavDropDown_item_hover a:hover, /* required */
.mainNavDropDown_item_hover a:active /* required */ {
	font-weight: bold;
    text-decoration: none;	
    background-color: #ffffff;
    color: #0c2132;
    text-align: left;
	 font-size: 11px;
}


