
/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
body {background-color:#ffffff;}
#body {background-color:#2E2E2E;}


.SelectedTab{}
/* hyperlink style for the selected tab */
a:link.SelectedTab {
color:#4D2756;
}
a:visited.SelectedTab  {
color:#4D2756;
}
a:active.SelectedTab   {
color:#4D2756;
}
a:hover.SelectedTab    {
color:#552E5F;
}
/* text style for the unselected tabs */
.OtherTabs {
}
/* hyperlink style for the unselected tabs */
a:link.OtherTabs {
}
a:visited.OtherTabs  {
}
a:active.OtherTabs   {
}
a:hover.OtherTabs    {
}
.FooterText{
color:#ffffff;
font-size:8pt;
font-family:verdana;}
/* hyperlink style for the selected tab */
a:link.FooterText {
color:#ffffff;
font-size:8pt;
font-family:verdana;
}
a:visited.FooterText  {
color:#ffffff;font-size:8pt;
font-family:verdana;
}
a:active.FooterText   {
color:#ffffff;font-size:8pt;
font-family:verdana;
}
a:hover.FooterText    {
color:#808080;font-size:8pt;
font-family:verdana;
}

/* GENERAL */
/* style for module titles */
.Head   {
color:#4D2756;
}
/* style of item titles on edit and admin pages */
.SubHead    {
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}
/* text style used for most text rendered by modules */
.Normal
{
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}
.NormalRed
{
}
.NormalBold
{
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
/* hyperlink style for buttons and link buttons used in the portal admin pages */
a:link.CommandButton {
}
a:visited.CommandButton  {
}
a:active.CommandButton   {
}
a:hover.CommandButton    {
}
/* GENERIC */
H1  {
}
H2  {
}
H3  {
}
H4  {
}
H5, DT  {
}
H6  {
}
TFOOT, THEAD    {
}
TH  {
}
A:link  {
}
A:visited   {
}
A:active    {
}
A:hover {
}
SMALL   {
}
BIG {
}
BLOCKQUOTE, PRE {
}
UL LI   {
}
UL LI LI    {
}
UL LI LI LI {
}
OL LI   {
}
OL OL LI    {
}
OL OL OL LI {
}
HR {
}
/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   
/* style of item titles by Announcements and events */
.ItemTitle    {
}
/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}
.ModuleTitle_MenuBar {
}
.ModuleTitle_MenuItem {
}
.ModuleTitle_MenuIcon {
}
.ModuleTitle_SubMenu {
}
.ModuleTitle_MenuBreak {
}
.ModuleTitle_MenuItemSel {
}
.ModuleTitle_MenuArrow {
}
.ModuleTitle_RootMenuArrow {
}
/* Main Menu */
.MenuContainer {}
.MenuBar {
background-color:#4D2756;
height:24px;}
.MenuItem {
background-color:#4D2756;
font-size:10pt;
font-family:Verdana; font-variant:small-caps;
color:#f8f8f8;font-weight:bold; height:24px; padding-left:7px; padding-right:7px;
}
.MenuIcon {
}
.SubMenu {
background-color:#4D2756;
font-size:10pt;
font-family:Verdana; font-variant:small-caps;
color:#f8f8f8;font-weight:bold; height:24px;
}
.MenuBreak {
}
.MenuItemSel {
background-color:#381840;
font-size:10pt;
font-family:Verdana; font-variant:small-caps;
color:#ffffff;font-weight:bold; height:24px;padding-left:7px;padding-right:7px;
}
.Separator{Font-size:10pt; color:#85478F;font-weight:bold;}
MenuArrow {
}
RootMenuArrow {
}
.LoginClass
{
/*background-url:(images/formbutton-login.jpg);*/
color:White;
font-family:Verdana;
font-size:small;
}
