/* DIVS */
#skinContainer { width: 1024px; margin: 0 auto; font: Verdana, "Times New Roman" ,Times,serif; border-right: solid 1px #491955; border-left: solid 1px #491955; }
#logo { }
#menuBar { height: 22px; width: 100%; display:block; }
#other { height: 22px; width: 100%; background: #e0c8a4; }
#breadcrumbs { display: none; }
#search { float: right; padding: 0 10px 0 10px; }
#signinGroup { float: right; }
#signinGroup A:link, #user A:link { text-decoration: none; }
#signinGroup A:visited, #user A:visited { text-decoration: none; }
#signinGroup A:active, #user A:active { text-decoration: underline; }
#signinGroup A:hover, #user A:hover { text-decoration: underline; }
#panes { display:block; }
#panetable { width: 100%; margin: 0px auto; }
#footer { height: 20px; background: #e0c8a4; border: 1px solid #491955; }
#footercopyright { margin-left: 5px; text-align: left; float: left; }
#footerinfo { margin-right: 5px; text-align: right; float: right; }

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg { background: #000; }

/* background color for the content part of the pages */
Body { margin: 0; padding: 0; background: #e0c8a4; text-align: center; }
.ControlPanel { }

/* background/border colors for the selected tab */
.TabBg { }
.LeftPane, .RightPane { background: #e0c8a4; width: 1%; margin: 5px; padding: 5px; }
.ContentPane { background: #FFF; width: 70%; margin: 5px; padding: 5px; }

/* text style for the selected tab */
.SelectedTab { color: #878CAB; text-decoration: none; font: bold 12px Verdana, "Times New Roman" ,Times,serif; }

/* hyperlink style for the selected tab */
A.SelectedTab:link, A.SelectedTab:visited, A.SelectedTab:active, A.SelectedTab:hover { text-decoration: underline; color: #878cab; }

/* text style for the unselected tabs */
.OtherTabs { color: #878CAB; text-decoration: none; font: bold 10px Verdana, "Times New Roman" ,Times,serif; }

/* hyperlink style for the unselected tabs */
A.OtherTabs:link, A.OtherTabs:visited, A.OtherTabs:active, A.OtherTabs:hover { text-decoration: underline; color: #878CAB; }

/* GENERAL */
/* style for module titles */
.Head { color: #878CAB; text-transform: capitalize; font: normal bold 14px Verdana, "Times New Roman" ,Times,serif; }

/* style of item titles on edit and admin pages */
.SubHead { color: #656B8F; text-transform: lowercase; font: normal bold 12px Verdana, "Times New Roman" ,Times,serif; }

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead { color: #656B8F; text-transform: lowercase; font: bold 10px Verdana, "Times New Roman" ,Times,serif; }

/* text style used for most text rendered by modules */
.Normal { color: #282B39; font: normal 14px Verdana, "Times New Roman" ,Times,serif; line-height: 1.5; }

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox { font: normal 12px Verdana, "Times New Roman" ,Times,serif; }
.NormalRed { color: #F00; }
.NormalRed, .NormalBold { font: bold 12px Verdana, "Times New Roman" ,Times,serif; }

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton { font: Verdana, "Times New Roman" ,Times,serif; }

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link, A.CommandButton:visited, A.CommandButton:active, A.CommandButton:hover { text-decoration: underline; }
A.CommandButton:link, A.CommandButton:visited { color: #343749; }
A.CommandButton:active, A.CommandButton:hover { color: #80402b; }

/* button style for standard HTML buttons */
.StandardButton { }

/* GENERIC */
H1, H2, H3, H4, H5, H6, DT { text-transform: capitalize; font-family: Verdana, "times new roman" ,times,serif normal; }
H1 { font-size: 14px; color: #886493; font-weight: bold; }
H2 { font-size: 14px; color: #C7765A; font-weight: bold; }
H3 { font-size: 12px; color: #878cab; }
H4, H5, H6, DT { color: #C7765A; font-style: italic; }
H4 { font-size: 16px; }
H5, DT { font-size: 14px; }
H6 { font-size: 12px; }

TFOOT, THEAD { color: #CC8066; border: 1px solid #CC8066; background: #e0c8a4; font: 12px Verdana, "Times New Roman" ,Times,serif; }
TH { vertical-align: baseline; color: #CC8066; font: 12px Verdana, "Times New Roman" ,Times,serif; }

A:link, A:visited, A:active, A:hover { text-decoration: underline; }
A:link, A:visited { color: #575c7b; }
A:active, A:hover { color: #984e34; }

SMALL { font-size: 8px; }
BIG { font-size: 14px; }
BLOCKQUOTE, 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 { color: #7E84A3; height: 1px; text-align: left; background: #7E84A3; }

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */
.Message { background: #eee; font: normal 12px Verdana, "Times New Roman" ,Times,serif; }

/* style of item titles by Announcements and events */
.ItemTitle { color: #036; font: bold 12px Verdana, "Times New Roman" ,Times,serif; }

/* Menu-Styles */
/* Main Menu, Module Title Menu  */
.ModuleTitle_MenuContainer { }

.MainMenu_MenuItem TD, .MainMenu_MenuItemSel TD { width: 161px; text-align: center; background: url(button.gif) no-repeat; white-space: nowrap; }
.MainMenu_SubMenu TD {width:auto; background-image: url(); text-align:left;  }


.MainMenu_MenuContainer { background: #e0c8a4 no-repeat scroll; cursor: hand; white-space: nowrap; }
.MainMenu_MenuBar, .ModuleTitle_MenuBar { height: 22px; white-space: nowrap; }
.MainMenu_MenuItem, .ModuleTitle_MenuItem { color: #fff; border: 1px solid #e0c8a4; text-transform:capitalize; background: #e0c8a4; font: bold 12px Verdana, "Times New Roman" ,Times,serif; white-space: nowrap; }
.MainMenu_MenuIcon, .ModuleTitle_MenuIcon { color: #e0c8a4; border: 1px solid #e0c8a4; text-align: center; width: 15px; height: 17px; background: #e0c8a4; white-space: nowrap; }
.MainMenu_SubMenu, .ModuleTitle_SubMenu { z-index: 1000; filter: progid:DXImageTransform.Microsoft.Shadow(color='DimGray',Direction=135,Strength=3); border: 5px solid #e0c8a4; background: #e0c8a4; white-space: nowrap; }
.MainMenu_MenuBreak, .ModuleTitle_MenuBreak { border-bottom: 1px solid #e0c8a4; border-top: 1px solid #e0c8a4; height: 2px; background: #575C7B; white-space: nowrap; }
.MainMenu_MenuItemSel, .ModuleTitle_MenuItemSel { color: #000; border-top: 1px solid #e0c8a4; border-bottom: 1px solid #e0c8a4; height: 22px; text-transform:capitalize; background: #575C7B; font: bold 12px Verdana, "Times New Roman" ,Times,serif; white-space: nowrap; }
.MainMenu_MenuArrow, .ModuleTitle_MenuArrow { border-right: 1px solid #e0c8a4; border-bottom: 1px solid #e0c8a4; border-top: 1px solid #e0c8a4; color: #FFF; height: 22px; font: 10px webdings; white-space: nowrap; }
.MainMenu_RootMenuArrow, .ModuleTitle_RootMenuArrow { color: #FFF; height: 22px; font: 10px webdings; }
.MainMenu_RootItemSelected { color: Blue; }
