/* Background Settings */
BODY {

}
/*
skin design objects
*/
.controlpanel {
	width: 100%;
	background-color: #ffffff;
}
.pagemaster {
	width: 100%;
	height: 100%;
	MARGIN-TOP: 0px;
    MARGIN-LEFT: 0px;
	background-color: #f6efc4;
	background-image: url(images/topgrad.jpg);
	background-repeat: repeat-x;
}
.skinmaster {
	height: 100%;
	moz-border-radius-bottomleft: 15px;
	moz-border-radius-bottomright: 15px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
}
.Menu {
	background-image: url(images/menubg.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
.NewMenu {
	background-image: url(images/menubg.gif);
	background-repeat: repeat-x;
	text-align: center;
}
.Head
{
	font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #003366;
}
.Content
{
	 padding-left:5px;
	 padding-top:0;
	 padding-right:3px;
	 padding-bottom:0;
	 background-color: #f6efc4;
}
.LeftPane
{
	 padding-left:0;
	 padding-top:2px;
	 padding-right: 2px;
	 background-color: transparent;
     min-width: 170px;
min-height: 760px;
}
.ContentPane
{
width: 100%;
max-width: 800px;
	 padding-left: 3px;
	 background-color: #f6efc4;
     min-height: 400px;
}
.BottomPane
{
	width: 100%;
	 padding:2px;
	 background-color: Transparent;
}
.HeadBanner
{
	 padding-left:0;
	 padding-top:0;
	 padding-right:0;
	 background-color: #f6efc4;
}
.TopPane
{
	 padding-left:0;
	 padding-top:2;
	 padding-right:0;
	 background-color:Transparent;
}
.SkinObject {
	FONT-WEIGHT: normal; FONT-SIZE: 10px; COLOR: white;
    font-family: Tahoma, Arial, Helvetica; TEXT-DECORATION: none
}
.noborder {
border: 0px;
}
A.SkinObject {
    font-weight: normal;
    font-size: 16px;
	COLOR: #191725; TEXT-DECORATION: none;
    border: #191725 0px solid;
}
A.SkinObject:hover {
	COLOR: #FF3300; TEXT-DECORATION: none;
border: #f6efc4 0px solid;
}
.SelectedTab {
    font-weight: normal;
    font-size: 12px;
    color: #191725;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
A.SelectedTab {
	COLOR: #191725; TEXT-DECORATION: none
}
A.SelectedTab:hover {
	COLOR: #FF3300; TEXT-DECORATION: none
}

/* Main Menu */
/*___________________________________________________________________________________________*/
.MainMenu_MenuContainer{ background:transparent; width:100%; }
.MainMenu_MenuBar{
	cursor: pointer;
	cursor: hand;
	height:16px;
	background-color: Transparent;
    text-align:center;
}
.MainMenu_MenuIcon{ display:none; }
.MainMenu_MenuArrow{ display:none; }
.MainMenu_RootMenuArrow{ display:none; }
.MainMenu_MenuBreak{
	height: 1px;
}
.MainMenu_MenuItem,.submenuitembreadcrumb{
	border-left: #f6efc4 0px solid;
	border-bottom: #f6efc4 1px solid;
	border-top: #f6efc4 1px solid;
	border-right: #f6efc4 0px solid;
	cursor: pointer;
	cursor: hand;
	color:#006699;	font-size:16px;
    font-weight:normal;
    font-family: Century Schoolbook, Tahoma, Century Gothic;
	padding: 0px;
	background-color: transparent;
}
.submenuitemselected{
	color:#0f0629;	font-size:16px;
    font-family: Century Schoolbook, Tahoma, Century Gothic;
    font-weight: normal;
	background: #f6efc4;
}
.submenu{
	padding:0px; margin:0px;
	background: #f6efc4;
}
.rootmenuitem TD{
	color:#006699; font-size:16px; font-weight:bold;
    font-family: Century Schoolbook, Tahoma, Century Gothic;
	padding-left: 3px;
	background:#f6efc4;
}
.rootmenuitemselected TD,.rootmenuitembreadcrumb TD{
	color:#006699; font-size:16px; font-weight:bold;
    font-family: Century Schoolbook, Tahoma, Century Gothic;
	background:#f6efc4;
}
/* Hyperlinks Settings */
.Logo
{
	padding-left:30;
	padding-top:5;
	padding-bottom:5;
}
.Title
{
	font-family: Century Schoolbook, Tahoma, Century Gothic;
    font-size: 11px;
    font-weight:bold;
    color: #191725;
}
}.OtherTabs {
    font-weight: normal;
    font-size: 10px;
    color: #191725;
    font-family: Century Schoolbook, Tahoma, Century Gothic;
    text-decoration: none;
}
.FooterLink {
    font-weight: normal;
    font-size: 10px;
    color: #336699;
    font-family: Century Schoolbook, Tahoma, Century Gothic;
    text-decoration: none;
}
.FooterLink:hover {
    color: #ff3300;
    text-decoration: none;
}
.LoginLink {
    font-weight: bold;
    font-size: 12px;
    color: #f4efc6;
    font-family: Century Schoolbook, Tahoma, Century Gothic;
    text-decoration: none;
}
normal stuff
/* style for module titles */
.Head   {
	font-family: Century Schoolbook, Tahoma, Century Gothic, serif;
	font-size:  11px;
	font-weight:    bold;
	color: #191725;
	font-style: normal;
	text-transform: uppercase;
}
/* style of item titles on edit and admin pages */
.SubHead    {
	font-family: Century Schoolbook, Tahoma, Century Gothic, serif;
	font-size:  11px;
	font-weight:    bold;
	color: #f4efc6;
	font-style: normal;
	text-transform: uppercase;
}
/* text style used for most text rendered by modules */
.Normal
{
	font-family: Century Schoolbook, Tahoma, Century Gothic, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #191725;
}
.NormalHighlight {
	background-color: #191725;
	color: #ffffcc;
	font-family: Century Schoolbook, Tahoma, Century Gothic, sans-serif;
	font-size: 11px;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}
 /* GENERIC */

H1 {
	FONT-WEIGHT: bold; FONT-SIZE: 20px;
    font-family: Century Schoolbook, Tahoma, Century Gothic, sans-serif
}
H2 {
	FONT-WEIGHT: normal; FONT-SIZE: 20px;
    font-family: Century Schoolbook, Tahoma, Century Gothic, sans-serif
}
H3 {
	FONT-WEIGHT: bold; FONT-SIZE: 12px;
    font-family: Century Schoolbook, Tahoma, Century Gothic, sans-serif
}
H4 {
	FONT-WEIGHT: normal; FONT-SIZE: 12px;
    font-family: Century Schoolbook, Tahoma, Century Gothic, sans-serif
}
H5 {
	FONT-WEIGHT: bold; FONT-SIZE: 10px;
    font-family: Century Schoolbook, Tahoma, Century Gothic, sans-serif
}
DT {
	FONT-WEIGHT: bold; FONT-SIZE: 10px;
    font-family: Arial, Helvetica, serif
}
H6 {
	FONT-WEIGHT: normal; FONT-SIZE: 10px;
    font-family: Century Schoolbook, Tahoma, Century Gothic, serif
}
TFOOT {
	FONT-SIZE: 12px; font-family: Century Schoolbook, Tahoma, Century Gothic, sans-serif
}
THEAD {
	FONT-SIZE: 12px; font-family: Century Schoolbook, Tahoma, Century Gothic, sans-serif
}
TH {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; VERTICAL-ALIGN: baseline;
font-family: Century Schoolbook, Tahoma, Century Gothic, sans-serif
}
A {
	COLOR: #191725;
	FONT-WEIGHT: bold;
   	TEXT-DECORATION: none;
    border:0px;
}
A:hover {
	COLOR: #ff3300;
	TEXT-DECORATION: none;
    border: 0;
}
SMALL {
	FONT-SIZE: 8px
}
BIG {
	FONT-SIZE: 14px
}
BLOCKQUOTE {
	font-family: Century Schoolbook, Tahoma, Century Gothic
}
PRE {
	FONT-FAMILY: Lucida Console, monospace
}
UL LI {
	LIST-STYLE-TYPE: square
}
UL LI LI {
	LIST-STYLE-TYPE: disc
}
UL LI LI LI {
	LIST-STYLE-TYPE: circle
}
OL LI {
	LIST-STYLE-TYPE: decimal
}
OL OL LI {
	LIST-STYLE-TYPE: lower-alpha
}
OL OL OL LI {
	LIST-STYLE-TYPE: lower-roman
}
HR {
	HEIGHT: 1pt; TEXT-ALIGN: left
}
.Message {
	FONT-WEIGHT: normal; FONT-SIZE: 11px; font-family: Tahoma, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #eeeeee
}
.ItemTitle {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #f6efc4; font-family: Century Schoolbook, Tahoma, Century Gothic, sans-serif
}
a.noborder {
color:transparent;
text-decoration: none;
border: 0px;
}
a.noborder:hover {
color: transparent;
text-decoration: none;
border: 0px;
}


