/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/ 
BODY {
  font-weight: normal;
  font-size: 11pt;
  color: #333;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  /* IE Scrollbar properties */
  SCROLLBAR-ARROW-COLOR: white;
  SCROLLBAR-HIGHLIGHT-COLOR: #f3f3f3;
  SCROLLBAR-SHADOW-COLOR: #f3f3f3;
  SCROLLBAR-FACE-COLOR: #C5D6DD;
  SCROLLBAR-BASE-COLOR: #6d8693;
  scrollbar-dark-shadow-color: white;
  scrollbar-3d-light-color: 9BAAC1;
}

.searchArea {
  font-family: Sans-Serif;
  font-size: 8pt;
  color: Gray;
}

.stext {
  border: #3C92DC 1px solid;
  font-size: 11px;
  background: white;
  color: black;
  font-family: tahoma, sans-serif;
  height: 20px;
  text-decoration: none;
}

.sbttn {
  border: #3C92DC 1px solid;
  font-size: 11px;
  background: #D2E4F4;
  cursor: hand;
  color: black;
  font-family: tahoma, sans-serif;
  height: 20px;
  text-decoration: none;
}

.mainbg {
  background-image: #FFF; 
  background-position:bottom; 
}

.bottomCurve {
  background-image: url(images/bottomcurve.jpg);
  background-repeat: no-repeat;
  width: 113px;
  height: 43px;
}

.bottomBar {
  background-image: url(images/bottombar.jpg);
  background-repeat: repeat-x;
  height: 43px;
}

/* text style for the selected tab */
INPUT, TEXTAREA ,BUTTON {
  border: #3C92DC 1px solid;
  font-size: 11px;
  background: white;
  color: black;
  font-family: tahoma, sans-serif;
  height: 20px;
  text-decoration: none;
}

.SelectedTab {  
  font-size: 8.5pt;
  color: #ffffff;
  font-family: Verdana;
  text-decoration: none;
}

/* text style for the unselected tabs */
.OtherTabs {
	color: white; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
  text-decoration: none;
  color: white;
}

A.OtherTabs:visited  {
  text-decoration: none;
  color: white;
}

A.OtherTabs:active   {
  text-decoration: none;
  color: #565656;
}

A.OtherTabs:hover    {
  text-decoration: bold;
  color: #41B3F1;
}

.Copyright {
  background: none; 
  color: #aaa; 
  font-size: 11px; 
  font-family: Verdana, Helvetica; 
  text-decoration: none;
}

/* hyperlink style for the unselected tabs */
A.Copyright:link {
  text-decoration: none;
  color: #aaa;
}

A.Copyright:visited  {
  text-decoration: none;
  color: #aaa;
}

A.Copyright:active   {
  text-decoration: none;
  color: #aaa;
}

A.Copyright:hover    {
  text-decoration: underline;
  color: #aaa;
}


/* hyperlink style menus */
.Menustyle {
  background: none; 
  color: #fff; 
  font-size: 11px; 
  font-family: Arial, Helvetica; 
  font-weight: bold;
  text-decoration: none;
}

A.Menustyle:link {
  text-decoration: none;
  color: #fff;
  padding: 10px 7px;}

A.Menustyle:visited  {
  text-decoration: none;
  color: #fff;
  padding: 10px 7px;
  position:relative;
  bottom:9px
}

A.Menustyle:active   {
  text-decoration: none;
  color: #fff;
  padding: 10px 7px;
  position:relative;
  bottom:9px
}

A.Menustyle:hover    {
  text-decoration: none;
  background-color: #000;
  color: #fff;
  padding: 10px 7px;
  position:relative;
  bottom:9px
}

/* GENERAL */
/* style for module titles */
.Head {
  font-family: Verdana;
  font-size: 12px;
	font-weight: bold;
  font-weight: normal;
  color: black;
}

/* style of item titles on edit and admin pages */
.SubHead {
  font-family: Verdana;
  font-size: 11px;
  font-weight: bold;
  color: black;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
  font-family: Verdana;
  font-size: 11px;
  font-weight: bold;
  color: black;
}

/* text style used for most text rendered by modules */
.Normal {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
	color: Black;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {
  font-family: Verdana;
  font-size: 12px;
  font-weight: normal;
}

.NormalRed {
  font-family: Verdana;
  font-size: 12px;
  font-weight: bold;
  color: Red;
}

.NormalBold {
  font-family: Verdana;
  font-size: 11px;
  font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton  {
  font-family: Verdana;
  font-size: 11px;
  font-weight: normal;
}
        
/* GENERIC */
H1 {
  font-family: Verdana;
  font-size: 20px;
  font-weight: normal;
  color: #666644;
}

H2 {
  font-family: Verdana;
  font-size: 20px;
  font-weight: normal;
  color: #666644;
}

H3 {
  font-family: Verdana;
  font-size: 12px;
  font-weight: normal;
  color: #003366;
}

H4 {
  font-family: Verdana;
  font-size: 12px;
  font-weight: normal;
  color: #003366;
}

H5, DT {
  font-family: Verdana;
  font-size: 11px;
  font-weight: bold;
  color: #003366;
}

H6 {
  font-family: Verdana;
  font-size: 11px;
  font-weight: bold;
  color: #003366;
}

TFOOT, THEAD {
  font-family: Verdana;
  font-size: 12px;
  color: #003366;
}

TH {
  vertical-align: baseline;
  font-family: Verdana;
  font-size: 12px;
  font-weight: bold;
  color: #003366;
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	width: 100%;
	border: blue 0 solid; 
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 16px;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Verdana; 
	font-size: 8pt; 
	font-style: normal; 
	border-left: white 0 solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0 solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEE; 
	border-left: #EEE 1px solid; 
	border-bottom: #EEE 1px solid; 
	border-top: #EEE 1px solid; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: white; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border: white 0px solid; 
}

.ModuleTitle_MenuBreak {
	border-bottom: #EEE 1px solid; 
	border-left: #EEE 0px solid; 
	border-top: #EEE 1px solid;  
	border-right: #EEE 0px solid; 
	background-color: #EEE; 
	height: 0;
}

.ModuleTitle_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Verdana; 
	font-size: 8pt; 
	font-style: normal;
	background-color: #ffcc00;
}

/* Main Menu */
.MainMenu_MenuContainer {
	background-color: Transparent;
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal; 
	color: #7E5946;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 25px;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #847D7B 0px solid; 
	border-bottom: #847D7B 1px solid; 
	border-top: #847D7B 1px solid; 
	border-right: #847D7B 0px solid;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #847D7B; 
	border-left: #847D7B 1px solid; 
	border-bottom: #847D7B 1px solid; 
	border-top: #847D7B 1px solid; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #847D7B; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid;
}

.MainMenu_MenuBreak {
	border-bottom: #404040 1px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 1px solid;  
	border-right: #404040 0px solid; 
	background-color: White; 
	height: 1px;
}

.MainMenu_MenuItemSel {
	background-color: #000000; 
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #847D7B 1px solid; 
	border-bottom: #847D7B 1px solid; 
	border-top: #847D7B 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}


