/* ================================
    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
{
}

/* 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    {
}
    
/* 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 {
}


/**********************************************************************/
/***** MENU SYSTEM ****************************************************/
/**********************************************************************/

#hjtNav, #hjtNav ul 
{
	float: left;
	list-style: none;
	line-height: 1;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	z-index: 5000;
}

#hjtNav a 
{
	display: block;
	text-decoration: none;
	color: #EEEEEE;
	margin: 3px 1px 3px 1px;
}

#hjtNav a:hover
{
	color: #FFFFFF;
}

#hjtNav li {
	float: left;
	list-style: none;
}

#hjtNav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 18em; /* needed to keep the elements from wrapping */
	font-weight: normal;
	margin: 0;
	list-style: none;
}

#hjtNav li li {
	color: Black;
	width: 100%; /* will highlight the entire field */ 
	list-style: none;
	border-top: solid 1px #135b9f;
	background-color: #0a5fae;  
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ffffff,endColorStr=#EFEFEF);
	filter: Alpha(Opacity=80, FinishOpacity=100, Style=2);
}

#hjtNav li ul a {
	 width: auto;
}

#hjtNav li ul ul {
	margin: 3px 0px 0px 130px; /* offsets with submenus */
	list-style: none;
}

#hjtNav li:hover ul ul, #hjtNav li:hover ul ul ul, #hjtNav li.sfhover ul ul, #hjtNav li.sfhover ul ul ul {
	left: -999em;
	list-style: none;
}

#hjtNav li:hover ul, #hjtNav li li:hover ul, #hjtNav li li li:hover ul, #hjtNav li.sfhover ul, #hjtNav li li.sfhover ul, #hjtNav li li li.sfhover ul {
	left: auto;
	list-style: none;
}

#hjtNav ul li:hover, #hjtNav ul li.sfhover 
{
	background-image: url('/Portals/_default/Skins/ImpressiveSkinBlue/images/impress_18.gif');
	list-style: none;
}

#hjtNav li:hover
{
    color: #ece6d8;
}

.mhl1, .mhl2, .mhl3, .mhl4
{
	font-size: 12px;	
	font-weight: bold;
	font-style: normal;
}


.mli1, .mli2, .mli3, .mli4
{
	text-align: left;
}

.mli0
{
	border-left: solid 1px #135b9f;
}

.md0
{
	display: none;
}

.md1, .md2, .md3
{
	float: right;	
}

.ms0, .md0
{
}

/* HJT Styles */

.hjtDiv
{
	font-family: Verdana, Arial;
	font-size: 12px;
}

/* All input boxes should be a little smaller then normal. */
.hjtInput
{
	font-size: 12px;
}

.hjtH1
{
	font-size: 24px;	
}

.hjtH2
{
	font-size: 18px;
}

.hjtH3
{
	font-size: 14px;
	
}

.hjtStyleButton{
   color:#660033;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:14px;
   font-weight:bold;
   background-color:#fed;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');}
}

.hjtImportantMessage
{
	font-size: 18px;
	font-weight: bold;
}

/***********************************************************/
/* Standard Table Look and Feel */
/***********************************************************/

/* Root table */
.hjtTable
{
	border: solid 0px #99CCFF;
	font-family: Verdana;
	font-size: 12px;
	vertical-align: top;
	color: #801d0a;

}

/* The following two classes for for alternating rows */

/* Table Row Standard */
.hjtTableRowStandard
{
	background-color: #ece6D8;
	vertical-align: top;
	color: #865151;
}

/* Table Row Alternate */
.hjtTableRowAlternate
{
	background-color: #e7826f;
	vertical-align: top;
}

/* To be used on the first row in a table that has column headers */
.hjtColumnHeader, .hjtColumnHeader th
{
	background-color: #801d0a;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	color: #ece6d8;
	padding: 5px 3px 5px 3px;
}

.hjtColumnFooter
{
	background-color: #801d0a;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	color: #ece6d8;
	padding: 5px 3px 5px 3px;
	
}

/***********************************************************/
/* Wizards Look and Feel */
/***********************************************************/

.hjtWizardContainer
{
	background: #CC0066;
	border: solid 1px #C0C0C0;
	font-family: Verdana;
	font-size: 10px;
}

.hjtWizardButton
{
	background-color: White;
	border: solid 1px #CC9966;
	font-family: Verdana;
	font-size: 12px;
	color: #990000;
	padding: 2px 4px 2px 4px;
}

.hjtWizardStep
{
	vertical-align: top;
}

.hjtWizardSideBarButton
{
	color: White;
}

.hjtWizardSideBar
{
	background-color: #993366;
	font-size: 12px;
	vertical-align: top;
	color: White;
	padding: 3px 3px 3px 5px;
}
/* Style for hyper links */
.hjtWizardSideBar a
{
	color: White;
}

/* Style for visited hyper links */
.hjtWizardSideBar a:visited
{
	color: White;
}

.hjtWizardHeader
{
	background-color: #FF3399;
	font-weight: bold;
	font-size: 18px;
	color: White;
	text-align: center;
	
}








