/* ================================
    CSS STYLES
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:active   {
}

A.SelectedTab:hover    {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* 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.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:active   {
}

A.CommandButton:hover    {
}
    
/* button style for standard HTML buttons */
.StandardButton     {
}

/* 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 */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

.EventDayHeader {
    width:  60px;
}

.EventDay, .EventDay td
{
	font-size: 7pt;
	color: #0000ff;
	font-family: Verdana;
	width: 60px;
}

.EventDay a,
.EventDay a:visited,
.EventDay a:hover
{
	font-size: 7pt;
	color: #0000ff !important;
	font-family: Verdana;
	width: 60px;
}

.EventOtherMonthDay
{
	color: #808080;
	background-color: gainsboro;
	width: 60px;
}

.EventOtherMonthDay a, .EventOtherMonthDay a:visited, .EventOtherMonthDay a:hover
{
	color: #8080c0;
	background-color: gainsboro;
	width: 60px;
}


.EventWeekendDay
{
	background-color: whitesmoke;
	width: 60px;
}

.EventTodayDay
{
	border-right: red 2px solid;
	border-top: red 2px solid;
	border-left: red 2px solid;
	border-bottom: red 2px solid;
	width: 60px;
}

/* Note use of "!important" to override Inline Style */
.EventSelectedDay
{
	font-weight: bold;
	color: #0000ff !important;
	background-color: darkgray;
	width: 60px;
}

.EventSelectedDay a,
.EventSelectedDay a:visited,
.EventSelectedDay a:hover
{
	color: #0000ff !important;
	font-weight: bold;
	width: 60px;
}


 /*  . Main Menu and Module Menus                         */
/*========================================================*/
/*-- box that holds the menu  --*/ 
.MainMenu_MenuContainer { background-color: transparent;  width: 214px; }

/*-- bar that holds the menu  --*/ 
.MainMenu_MenuBar { cursor: pointer; cursor: hand; width: 214px;}

/*-- submenu container        --*/ 
.MainMenu_SubMenu{ z-index: 1000; cursor: pointer; cursor: hand; background-color: #1966A9; filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); border-bottom: #FFFFFF 0px solid; border-left: #FFFFFF 0px solid; border-top: #FFFFFF 0px solid; border-right: #FFFFFF 0px solid;}

/*-- submenu moduletitle      --*/ 
.ModuleTitle_SubMenu { z-index: 1000;  cursor: pointer;  cursor: hand; margin: 0px 0px 0px 0px; background: #BFDCFF; padding: 0px; border: 0px solid #90C3FF; font-weight: normal; filter: progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=125, Strength=2);padding: 0px 0px 0px 0px;}

/*-- submenu items idle       --*/ 
.MainMenu_MenuItem{cursor: pointer; cursor: hand; color: #0055A0; font-family: Tahoma, Arial, Helvetica; font-size: 16px; font-weight:  normal; font-style: normal; border-left: #FFF 0px solid; border-bottom: #FFF 0px solid; border-top: #FFF 0px solid; border-right: #FFF 0px solid;background-color: #CCE7FF; padding: 0px 0px 0px 0px; }

/*-- submenu items hover      --*/ 
.MainMenu_MenuItemSel{cursor: pointer; cursor: hand; color: #0055A0; font-family: Tahoma, Arial, Helvetica; font-size:  16px; font-weight:  bold; font-style: normal;background-color: #0055A0; padding: 0px 0px 0px 0px;}

/*-- submenu items hover      --*/ 
.ModuleTitle_MenuItemSel { font-family: tahoma; font-size: 16px; font-weight:  normal; cursor: pointer; cursor: hand; color: #0D0A8E; background: #0055A0; padding: 0px 0px 0px 0px; height: 21px; border: 0;}

/*-- module menu continer     --*/ 
.ModuleTitle_MenuContainer { color: #2c2c2c; padding: 0px 0px 0px 0px}

/*-- module menu bar          --*/ 
.ModuleTitle_MenuBar { cursor: pointer; cursor: hand;}

/*-- module menu padding      --*/ 
.ModuleTitle_MenuItem{cursor: pointer; cursor: hand; color: black; font-family: Tahoma, Arial, Helvetica; font-size: 16px; font-weight:  normal; font-style: normal; border-left: white 0px solid; border-bottom: white 0px solid; border-top: white 0px solid; border-right: white 0px solid;background-color: Transparent;}

/*-- module menu padding      --*/ 
.ModuleTitle_MenuItemSel { padding: 0px 0px 0px 0px; }





