﻿/* .SubHead {
	color: #000;
} */

a:link
{
	color: navy;
}
a:visited
{
	color: #336600;
}
a:active { color: #5C5C96; }
a:hover { color: #7DE671; }

.LeftOut {
	width: 45px;
	background-color: #FFF;
}

.LeftBorder {
	width: 5px;
	background-image: url(images/bdr_left.gif);
}

.RightBorder {
	width: 5px;
	background-image: url(images/bdr_right.gif);
}

.CenterBody {
	width: 700px;
	background-color: #FFF;
}

/* top */
.LineInPane {
	height: 3px;
	background-color: #FFA500;
}

/* bottom */
.CopyrightPane {
	padding: 2px;
	color: #FFF;
	background-color: #FFA500;
}

.LeftBottomOut {
	width: 45px;
	height: 6px;
	background-color: #FFF;
}

.LeftBottomBorder {
	width: 5px;
	height: 6px;
	background-image: url(images/bdr_bottomleft.gif);
}

.RightBottomBorder {
	width: 5px;
	height: 6px;
	background-image: url(images/bdr_bottomright.gif);
}

.CenterBottom {
	width: 700px;
	height: 6px;
	background-image: url(images/bdr_bottom.gif);
}

/* menu 
.MenuPane {
	border: solid 1px #B5D453;
	padding: 5px;
	background-color: #FFF;
	width: 160px;
}*/

/* Panes */
.TopPane {
	padding-right: 5px;
	padding-left: 5px;
	width: 800px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}


/* SkinObjects */
.CopyrightObject {
	font-size: 10pt;
	font-weight: normal;
	color: #ECF2CC;
}
a.UserObject
{
	background-color: #B5D453;
	height: 30px;
	font-size: 12px;
	color: black;
	vertical-align: bottom;
}

a.LoginObject:link
{
	background-color: #B5D453;
	height: 30px;
	font-size: 12px;
	color: #690;
	vertical-align: bottom;
}
a.LoginObject:active {
	font-size: 12px;
	color: #690;
}
a.LoginObject:hover {
	font-size: 12px;
	color: #F00;
}
a.LoginObject:visited {
	height: 30px;
	font-size: 12px;
	color: #690;
	vertical-align: bottom;
}

/* Menu Items */
.MainMenu_MenuContainer {
	background-color: #FFA500;
	height: 25px;
	width: 500px;
}

.RootMenu_MenuItem {
	width: 100%;
	height: 25px;
	color: #FFF;
	border-bottom: solid 5px #FFF;
	background-image: url(images/menuback.gif);
	background-position: bottom right;
}
.RootMenu_MenuItemActive {
	width: 100%;
	height: 25px;
	color: #FFF;
	background-image: url(images/menuback.gif);
	background-position: bottom right;
}
.RootMenu_MenuItemSel {
	width: 100%;
	height: 25px;
	color: #FFF;
	background-color: #FFA500;
	background-image: url(images/menuback.gif);
	background-position: bottom right;
}

