/* ================================
    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   {
	font-family: Arial, Tahoma, , Helvetica;
    font-size:  13px;
    font-weight: bold;
    color: #2C6485;
}

/* 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
{
font-family: Arial, Tahoma, Helvetica;
  font-size: 12 px; 
     color: #494949;

}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight: bold;
    color: #2d2d2d;

}

/* 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 {
}

LI   {

font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight: bold;
    color: #2d2d2d;
}

UL LI   {

font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight: bold;
    color: #2d2d2d;
}

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 */
.MainMenu_MenuContainer {
	background-color: transparent;
                     z-index: 1000; 
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
                      z-index: 1000; 
}

.MainMenu_MenuItem {
                     z-index: 1000; 
	background: transparent;
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-family: Tahoma; 
	font-size: 10.5 px; 
	font-weight: bold; 
	font-style: normal; 
	border-bottom: #505052 0px solid; 
	border-top: #505052 0px solid; 
	padding: 2px 10px 3px 5px;
}

.MainMenu_MenuItemSel {
	background: #eee;
	cursor: pointer; 
	cursor: hand; 
	color: #333; 
	font-family: Tahoma; 
	font-size: 10.5 px; 
	font-weight: bold; 
	font-style: normal;
	border: 0;
	padding: 2px 10px 3px 5px;
                     z-index: 1000; 
}

.MainMenu_MenuIcon {
	display: none;
}


.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand;
	background: #2874b0; 
	filter: none;
	border: 0px solid #2874b0;
	margin-top: 2px;
	padding: 2px;
}

.MainMenu_MenuBreak {
	border-bottom: #2874b0 0px solid; 
	border-left: #2874b0 0px solid; 
	border-top: #2874b0 0px solid;  
	border-right: #2874b0 0px solid; 
	background-color: transparent; 
	height: 6px;
	display: none;
}



.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #505052 1px solid; 
	border-bottom: #505052 1px solid; 
	border-top: #505052 0px solid;
	display: none;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	display: none;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-variant: normal;
	color: #c4e7f0;
	text-transform: none;
}




/***** Main menu *****/
/*

#HouseMenuNav  {
font-size: 11 px; 
}

#HouseMenuNav a {
font-size: 11 px; 
}


#HouseMenuNav ul {

font-size: 11 px; 

}

#HouseMenuNav ul a {
font-size: 11 px; 
}



#HouseMenuNav {
width:130px;
margin:0 0 18px;
padding:0;
list-style:none;
}

#HouseMenuNav li {
width:130px;
padding:0;
line-height:1.4em;
display:inline;
}

#HouseMenuNav a {
background-color:#f4f4f4;
color:#505050;
font-weight:bold;
width:130px;
float:left;
margin-bottom:5px;
padding:5px 1px 5px 5px;
border-left:4px solid #cccccc;
text-decoration:none;
}

#HouseMenuNav li a:hover, #HouseMenuNavCurrentItem a {
background-color:#eaeaea;
border-left:4px solid #286ea0;
color:#505050;
}

#HouseMenuNav ul {
margin:0 0 0 15px;
padding:0 0 5px 0;
font-size:0.9em;
width:125px;
}

#HouseMenuNav ul a {
padding:3px 1px 3px 5px;
font-weight:normal;
width:115px;
}

#HouseMenuNav ul ul {
width:113px;
}

#HouseMenuNav ul ul a {
width:100px;
}



*/

/* hyperlink style for the selected tab */
.SkinItem {
    font-size:  10px;
}


A.SkinItem:link {
    font-size:  10 px;
}

A.SkinItem:visited  {

    font-size:  10 px;
}

A.SkinItem:active   {
    font-size:  10 px;
}
A.SkinItem:hover    {
    font-size:  10 px;
    font-weight: bold;

}

*** Main menu *****/
ul {
	text-decoration: none;
}
li {
	text-decoration: none;
}

#HouseMenuNav {
	width:180px;
	list-style:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 400px;
}

#HouseMenuNav li {
	height: 5px;
	width: 160px;
	display: block;
	padding-left: 10px;

}

#HouseMenuNav a {
	font-weight:bold;
	width:180px;
	float:left;
	margin-bottom:2px;
	padding:2px 1px 5px 5px;
}

#HouseMenuNav li a:hover, #HouseMenuNavCurrentItem a {

}

#HouseMenuNav ul {
	margin: 0px;
	padding: 0px;

}

#HouseMenuNav ul a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5f5f5f;
	font-weight: bolder;
	display: block;
	padding-top: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b23c3a;
	padding-bottom: 4px;
	text-decoration: none;
	height: 10px;
	width: 160px;
	list-style-position: inside;
	list-style-image: url(img/bullet3.gif);
	
}
#HouseMenuNav ul  a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #b23c3a;
	font-weight: bolder;
	display: block;
	padding-top: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-bottom: 4px;
	background-color: #efefed;
}



#HouseMenuNav ul ul {
	width:160px;
	text-decoration: none;
}

#HouseMenuNav ul ul a {
	width:160px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5f5f5f;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-decoration: none;
	height: 2px;
}
#HouseMenuNav ul ul a:hover {
	width:160px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #b23c3a;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #FFFFFF;
	text-decoration: none;
}


























