@charset "UTF-8";

/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/
 
/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 1.1em;
	cursor: default;
	width: 100%;
	font-weight: bold;
	background-color: #23ACCE;
}
ul.MenuBarHorizontal2
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 1em;
	cursor: default;
	width: 800px;
	font-weight: bold;
	background-color: #CCCCCC;
	border: 1px solid #000000;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0px;
	list-style-type: none;
	font-size: 98%;
	position: relative;
	text-align: center;
	cursor: pointer;
	width: auto;
	float: left;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	background-color: #23ACCE;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 8em;
	position: absolute;
	left: -1000em;
	background-color: #23ACCE;

}
ul.MenuBarHorizontal2 li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 80%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 100%;
	float: left;
	background-color: #CCCCCC;
}
ul.MenuBarHorizontal2 ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 1020;
	cursor: default;
	width: 8.2em;
	position: absolute;
	left: -1000em;
	background-color: #CCCCCC;
	border: 1px solid #000000;
}



/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
	background:#CCCCCC
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 6.2em;
	
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	padding: 0.3em 0.5em;
	color: #FFF;
	text-decoration: none;
}
ul.MenuBarHorizontal2 a
{
	display: block;
	cursor: pointer;
	background-color: #CCCCCC;
	padding: 0.3em 0.5em;
	color: #00689F;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	color: #900;
	background-color: #9AD9EA;
}
ul.MenuBarHorizontal2 a:hover, ul.MenuBarHorizontal a:focus
{
	color: #900;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	color: #900;
	background-color: #9AD9EA;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/


/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
	display: inline;
	f\loat: left;
	background-color: #23ACCE;
	}
	ul.MenuBarHorizontal2 li.MenuBarItemIE
	{
	display: inline;
	f\loat: left;
	background-color: #CCCCCC;
	}
}
@charset "UTF-8";

/* SpryMenuBarHorizontala.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/
 
/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontala
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 0.8em;
	cursor: default;
	width: 100%;
	font-weight: bold;
	background-color: #DDD;
}
ul.MenuBarHorizontala2
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 1em;
	cursor: default;
	width: 800px;
	font-weight: bold;
	background-color: #CCCCCC;
	border: 1px solid #000000;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontala li
{
	margin: 0px;
	list-style-type: none;
	font-size: 98%;
	position: relative;
	text-align: center;
	cursor: pointer;
	width: auto;
	float: left;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	background-color: #DDD;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontala ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 8em;
	position: absolute;
	left: -1000em;
	background-color: #DDD;
}
ul.MenuBarHorizontala2 li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 80%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 100%;
	float: left;
	background-color: #CCCCCC;
}
ul.MenuBarHorizontala2 ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 1020;
	cursor: default;
	width: 8.2em;
	position: absolute;
	left: -1000em;
	background-color: #CCCCCC;
	border: 1px solid #000000;
}



/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontala ul.MenuBarSubmenuVisible
{
	left: auto;
	background:#CCCCCC
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontala ul li
{
	width: 6.2em;
	
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontala ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontala ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontala a
{
	display: block;
	cursor: pointer;
	color: #000;
	text-decoration: none;
	padding-top: 0.3em;
	padding-right: 0.75em;
	padding-bottom: 0.3em;
	padding-left: 0.75em;
}
ul.MenuBarHorizontala2 a
{
	display: block;
	cursor: pointer;
	background-color: #CCCCCC;
	color: #00689F;
	text-decoration: none;
	padding-top: 0.3em;
	padding-right: 0.75em;
	padding-bottom: 0.3em;
	padding-left: 0.75em;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontala a:hover, ul.MenuBarHorizontala a:focus
{
	color: #900;
	background-color: #FFC;
}
ul.MenuBarHorizontala2 a:hover, ul.MenuBarHorizontala a:focus
{
	color: #900;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontala a.MenuBarItemHover, ul.MenuBarHorizontala a.MenuBarItemSubmenuHover, ul.MenuBarHorizontala a.MenuBarSubmenuVisible
{
	color: #900;
	background-color: #FFC;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/


/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontala iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontala li.MenuBarItemIE
	{
	display: inline;
	f\loat: left;
	background-color: #DDD;
	}
	ul.MenuBarHorizontala2 li.MenuBarItemIE
	{
	display: inline;
	f\loat: left;
	background-color: #CCCCCC;
	}
}
body {
	background-color: #CCC;
	text-align: center;
	margin: auto;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
#wrapper {
	background-color: #FFF;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	text-align: left;
	width: 98%;
	padding: 5px;
	border: 1px solid #666;
}
#header {
	background-color: #9AD9EA;
	height: 75px;
	margin: 0px;
	padding: 0px;
}
#nav {
	background-color: #23ACCE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#good {
	position: absolute;
	width: 110px;
	top: 19px;
	right: 25px;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	color: 737373;
}
#usernav {
	background-color: #DDD;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#main {
	background-color: #E9DFD2;
	float: left;
	width: 80%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

#sidebar {
	margin: 0px;
	padding: 0px;
	text-align: center;
	float: left;
	width: 10%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
}
#rsidebar {
	margin: 0px;
	padding: 0px;
	text-align: center;
	float: right;
	width: 10%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
}
#bg {
	background-color: #9AD9EA;
	border: 1px solid #999;
}
#footer {
	background-color: #EFEFEF;
	margin: 0px;
	height: 20px;
	clear: left;
	text-align: center;
	vertical-align: bottom;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.Footer {
	font-size: 11px;
	color: #000;
}
a.Footer:link {
	font-size: 11px;
	color: #000;
	text-decoration: none;
}
a.Footer:visited {
	font-size: 11px;
	color: #000;
	text-decoration: none;
}
a.Footer:hover {
	font-size: 11px;
	color: #cc0000;
	text-decoration: underline;
}
a.Footer:active {
	font-size: 11px;
	color: #cc0000;
	text-decoration: underline;
}
.ctext {
	padding: 4px;
	margin-right: 5px;
	margin-left: 5px;
	width: 98%;
}

#form1 {
	font-size: 0.6em;
	margin: 0px;
	padding: 2px;
	background-color: #CCC;
}
#form cfinput {
	color: #000;
	font-size: 0.6em;
}
.style2 {color: #FFFFFF; font-weight: bold; }
h3 {
	font-weight: bold;
	color: #006599;
	padding-top: 4px;
	padding-bottom: 0px;
	line-height: normal;
	margin-bottom: 0px;
}
.cal {
	padding: 1px;
}
.calday {
	background-color: #EFEFEF;
	overflow:auto;
	width: 105px;
	height: 80px;
	border: 1px solid #DDDDDD;
}


.ctext {
	padding: 2px;
	margin-right: 5px;
	margin-left: 5px;
	width: 95%;
}
.style4 {
	font-size: 11px;
	color: #FFFFFF;
}
a:link {
	color: #006699;
	text-decoration: none;
}
a:visited {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #cc0000;
	text-decoration: underline;
}
a:active {
	color: #cc0000;
	text-decoration: none;
}
.style5 {
	font-size: 10px;
}
h4 {
	font-size: 13px;
	font-weight: bold;
	color: #006699;
}
a.ehover {
	position: relative;
	cursor: pointer;
	color: black;
	text-decoration: none;
}

a.ehover div {
	position: absolute;
	display: none;
	top: 1.0em;
	left: 0.5em;
	margin: 0em;
	padding: 1em;
	background-color: white;
	border: 1px solid black;
}

a.ehover:hover div {
	display: block;
}
.gball {
	list-style-image: url(images/gball.jpg);
	list-style-position: outside;
	margin: 1;
	padding: 15;
	list-style-type: none;
}
.Box {
	border: 2px solid #006599;
}
.BoxRed {
	border: 2px solid #990000;
}
.BoxB {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
.BoxF {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.NavB {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.BoxT {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.BoxL {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;	
}
.BoxR {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
.BoxC {
	border: 2px solid #356535;
}
.MBR {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #6A6A6A;
}
.Ftext {
	font-size: 10px;
	font-weight: bold;
	color: #990000;
}
.MText {
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	color: #000;
}
.msg {
	font-weight: bold;
	color: #FF0000;
	margin: 2px;
	padding: 2px;
}

.MTable {
	background-color: #FFFFFF;
	border: 2px solid #006599;
	color: #FFF;
}
.MTable2 {
	background-color: #FFFFFF;
	border: 2px solid #006599;
	color: #000;
}
.etext {
	padding: 5px;
}
.ephoto {
	padding: 5px;
	float: left;
}
.himage {
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 208px;
	width: 800px;
}
.tadmin {
	background-color: #FFFFFF;
	border: 1px solid #006599;
}
.ttext {
	font-size: 11px;
}
#ug {
	margin: 1px;
	padding: 0px;
	float: left;
	border: 1px solid #FFFFFF;
}
#ug ul {
	margin-top: 1px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#ug li {
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 8px;
	margin-left: auto;
}
.ulink {
	font-weight: bold;
	background:#25ACCC;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 1px;
	padding-left: 5px;
}
.menuT {
	font-weight: bold;
	font-size: 0.9em;
}
