/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
margin:0px;
}

/* 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    {
}
    
/* 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 {
	border-bottom: #990000 1px solid; 
	border-left: #990000 1px solid; 
	border-top: #990000 1px solid; 
	border-right: #990000 1px solid;  
	background-color: #990000;
	height:18;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:16;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: White; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 7pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #333333 0px solid; 
	border-bottom: #333333 1px solid; 
	border-top: #333333 1px solid; 
	border-right: #333333 0px solid;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #333333; 
	border-left: #333333 1px solid; 
	border-bottom: #333333 1px solid; 
	border-top: #333333 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #333333; 
	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: #CCCCCC 0px solid; 
	border-left: #CCCCCC 0px solid; 
	border-top: #CCCCCC 0px solid;  
	border-right: #CCCCCC 0px solid; 
	background-color: #990000; 
	height: 18px;
}

.MainMenu_MenuItemSel {
	background-color: #CCCCCC; 
	cursor: pointer; 
	cursor: hand; 
	color: White; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 7pt; 
	font-weight: bold; 
	font-style: normal;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #333333 1px solid; 
	border-bottom: #333333 1px solid; 
	border-top: #333333 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* Reedy Specific style classes */
/* Skins */

.ReedyStyle1 {
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
	color:#990000;
 }

.ReedyStyle2 {
	font-family:Arial;
	font-size:12pt;
	font-weight:bold;
	color:White;
	background-color:#990000;
 }
 
/* Reedy Specific style classes */ 
/* Modules */

.ReedyH1 {
	font-family:Arial;
	font-size:18pt;
	font-weight:bold;
	color:#990000;
 }
 
.ReedyH2 {
	font-family:Arial;
	font-size:16pt;
	font-weight:bold;
	color:#990000;
 }

.ReedyH3 {
	font-family:Arial;
	font-size:14pt;
	font-weight:bold;
	color:#990000;
 }
 
 .ReedyH4 {
	font-family:Arial;
	font-size:12pt;
	font-weight:bold;
	color:#990000;
 }
 
 .ReedyNormalText {
	font-family:Verdana;
	font-size:10pt;
	font-weight:normal;
	color:Black;
 }
#main {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#header {
	width: 100%;
}
#logo {
	height: 98px;
	width: 100%;
}
#MenuBar {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 7pt;
	color: #FFF;
	background-color: #900;
	font-weight: bold;
	height: 19px;
}
#main #header #MenuBar ul {
	list-style-image: url(../images/btn_separator.gif);
	list-style-position: inside;
	list-style-type: disc;
	display: inline-block;
	padding: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#main #header #MenuBar ul li {
	display: inline;
	padding-top: 4px;
	padding-right: 1px;
	padding-bottom: 4px;
	padding-left: 7px;
	background-image: url(../images/btn_separator.gif);
	background-repeat: no-repeat;
}
#main #PictureBar {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	height: 157px;
}
#main #PageContent {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#main #PageContent a {
	color: #036;
	font-size: 11px;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
}
#main #header #MenuBar a {
	color: #FFF;
}
#main #header #MenuBar a:visited {
	color: #FFF;
}
#main #header #MenuBar ul li:hover {
	background-color: #ccc;
}
#main #header #MenuBar ul li#selected {
	background-image: url(../images/breadcrumb.gif);
	background-repeat: no-repeat;
	background-position: left;
}
