/* ================================ CSS STYLES FOR DotNetNuke   ================================
*/   

/* GENERAL */
/* style for module titles */
.Head { font-weight: bold; font-size: 8.5pt; color: #000000; font-family: Verdana; }

/* background color for the content part of the pages */
Body { background-color:#FFFFFF;color: black; font-family: verdana; font-size: 8.5pt; }

.LeftPane { font-family: verdana; font-size: 8.5pt; }
.ContentPane { background-color:#FFFFFF;color: black; font-family: verdana; font-size: 8.5pt; }
.RightPane { font-family: verdana; font-size: 8.5pt; }

/* text style used for most text rendered by modules */
.Normal { font-family: Verdana; font-size: 8.5pt; font-weight: normal; color: #000000; }

/* text style for the selected tab */
.SelectedTab { font-weight: normal; font-size: 8.5pt; color: #000000; font-family: Verdana; text-decoration: none; }

/* hyperlink style for the selected tab */

A.SelectedTab:link { text-decoration: none; color: #ff9900; }
A.SelectedTab:visited  { text-decoration: none; color: #000000; }
A.SelectedTab:active   { text-decoration: none; color: #ff9900; }
A.SelectedTab:hover { text-decoration: none; color: #9999CC; }

.SubHead { color: #000000; }

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead { color: #000000; }

A:link  { color: #000000; text-decoration: none; }
A:Hover  { color: #000000; }
A:visited  { color: #000000; text-decoration: none; }

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link { color: #000000; }
A.CommandButton:visited  { color: #000000; }

/* text style for the unselected tabs */
.OtherTabs { font-weight: normal; font-size: 10px; color:#000000; font-family: Arial, Helvetica, sans-serif; text-decoration: none; } 
/* hyperlink style for the unselected tabs */
A.OtherTabs:link { text-decoration: none; color:#000000; }
A.OtherTabs:visited  { text-decoration: none; color:#000000; }
A.OtherTabs:active   { text-decoration: none; color:#000000; }
A.OtherTabs:hover { text-decoration: underline; color:#000000; }

.Footer { font-weight: normal; font-size: 8.5pt; color: #000000; font-family: Verdana text-decoration: none; }
/* Main Menu */

.MainMenu_MenuContainer { border-bottom: #404040 0px solid;  border-left: #FF8080 0px solid;  border-top: #FF8080 0px solid;  border-right: #404040 0px solid;   background-color:Transparent; }
.MainMenu_MenuBar { cursor: pointer;  cursor: hand;  }
.MainMenu_MenuItem {   cursor: hand;  color: 000000;  font-family: Verdana, Helvetica, sans-serif;  font-size: 8.5pt;  font-weight: bolder;  border-left: #000000 0px solid;  border-bottom: #000000 0px solid;  border-top: #000000 0px solid;  border-right: #000000 0px solid; }
.MainMenu_MenuIcon { cursor: pointer;  cursor: hand;  background-color: White; border-left: #00A1FC 1px solid;  border-right: #00A1FC 1px solid;  border-bottom: #00A1FC 0px solid;  border-top: #00A1FC 0px solid;  text-align: center;  height: 20px width: 14px  }
.MainMenu_SubMenu { border-right: #00A1FC 1px solid; border-top: #00A1FC 1px solid; z-index: 1000; filter: progid:DXImageTransform.Microsoft.Shadow(color= 'DimGray' , Direction=135, Strength=3); border-left: #00A1FC 0px solid; cursor: hand; border-bottom: #00A1FC 1px solid; color: #000000; background-color: #ff9900; }
.MainMenu_MenuBreak { border-bottom: #404040 0px solid;  border-left: #FF8080 0px solid;  border-top: #FF8080 0px solid;   border-right: #404040 0px solid;  background-color: #ffffff;  height: 0px; }
.MainMenu_MenuItemSel { font-size: 8.5pt; font-weight: bolder; cursor: hand; color: #ffffff; font-family: Verdana, Helvetica, sans-serif; background-color: Transparent; }
.MainMenu_MenuArrow { font-family: webdings;  font-size: 12pt;  color: #9999CC;  cursor: pointer;  cursor: hand;  border-right: #000000 0px solid;  border-bottom: #000000 0px solid;  border-top: #000000 0px solid; }
.MainMenu_RootMenuArrow { font-family: webdings;  font-size: 12pt;  cursor: pointer;  cursor: hand; color:#9999CC; }