/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* GENERAL */
/* style for module titles */
.Head
{
	font-weight: bold;
	font-size: 12px;
	color: Black;
	font-family: Arial, Helvetica;
}
/* background color for the content part of the pages */
Body
{
width: 100%;
height: 100%;
background-color: #bbc1cd;
background-image: url(background.jpg);
background-repeat: no-repeat;
}
.Banner 
{
}
.LeftPane {
}
.ContentPane {
}
.ContentPane2 {
}
.RightPane {
}

/* text style for the selected tab */
.SelectedTab
{
	font-weight: bold;
	font-size: 12px;
	color: black;
	font-family: Arial, Helvetica;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    font-size: 12px;
    color: black;
}

A.SelectedTab:visited  {
    text-decoration: none;
    font-size: 12px;
    color: black;
}

A.SelectedTab:active   {
    text-decoration: none;
    font-size: 12px;
    color: black;
}

A.SelectedTab:hover    {
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    color: white;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-size: 12px;
    color: black;
    font-family: Arial, Helvetica;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration: none;
    font-size: 12px;
    color: black;
}

A.OtherTabs:visited  {
    text-decoration: none;
    font-size: 12px;
    color: black;
}

A.OtherTabs:active   {
    text-decoration: none;
    font-size: 12px;
    color: black;
}

A.OtherTabs:hover    {
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    color: #ff8000;
}

/* text style used for most text rendered by modules */
.Normal
{font-weight:regular;
 font-size:12px;
 color: black;
 font-family: Arial, Helvetica, times new roman;

}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* [SOLPATRMENU] */
/* Vertical Menu */
.MainMenu_MenuContainer_Vert {
   font-size: 0px;
   background-color: #b2b9c4;
   filter:alpha(opacity=90,FinishOpacity=60,Style=4, StartX=50, StartY=50, FinishX=70, FinishY=100), progid:DXImageTransform.Microsoft.Shadow(color='black', Direction=150, Strength=4) ;
   border-top:solid 1px #b2b9c4;
   width: 150px;
   height:auto;
}
.MainMenu_MenuBar_Vert {
	background-color: transparent;
	text-align: left;
}
.MainMenu_MenuItem {
   border-style: none;
   font-family: Tahoma;
   font-size: 11px;
   font-weight: normal;
   color: black;
   height: 20px;
}
.MainMenu_MenuItemSel {
   border-style: none;
   font-family: Tahoma;
   font-size: 11px;
   font-weight: bold;
   color: #FFFFFF;
   background: url(menu.png);
   height: 20px;
}
.MainMenu_MenuIcon {
	display: none;
}
.MainMenu_MenuArrow {
display: none;
}
.MainMenu_MenuBreak {
	border-style: none;
	background-color: transparent;
}
.MainMenu_SubMenu {
   margin: 0px 0px 0px -1px;
   border-style: solid;
   border-color: #9bc5e6;
   border-width: 1px;
   background-color: #b2b9c4;
filter:alpha(opacity=95,FinishOpacity=70,Style=3, StartX=50, StartY=50, FinishX=70, FinishY=100), progid:DXImageTransform.Microsoft.Shadow(color='black', Direction=150, Strength=4) 
}
.MainMenu_SubMenuItemSel {
	border-style: none;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-position: center bottom;
	background-image: url(menu.png);
	background-repeat: repeat-x;
	background-color: #b2b9c4;
	height: 20px;
}
.MainMenu_RootMenuArrow {
	display: none;
}
.MainMenu_RootMenuItem_Vert TD {
   border: 1px solid #6086A1;
   font-family: Arial;
   font-size: 12px;
   font-weight: normal;
   color: black;
   background-color: #b2b9c4;
   width: 100%;
   height: 20px;
}
.MainMenu_RootMenuItemSel_Vert TD {
	border: 1px solid #86B4D5;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-position: center bottom;
	background-image: url(menu.png);
	background-repeat: repeat-x;
	background-color: #b2b9c4;
	width: 100%;
	height: 20px;
}
.MainMenu_RootMenuItemActive_Vert TD {
	border: 1px solid #86B4D5;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-position: center bottom;
	background-image: url(menu.png);
	background-repeat: repeat-x;
	background-color: #b2b9c4;
	width: 100%;
	height: 20px;
}
.MainMenu_MenuIcon_Admin {
	border-style: solid;
	border-width: 1px 0px 1px 1px;
	border-color: #b2b9c4;
	background-color: #b2b9c4;
	width: 0px;
}
.LabelEditOverClass {
	text-decoration: none;
   background-color: #b2b9c4;
}
/* MENU */
#TdMenuVert {
	padding: 4px 4px 4px 4px;
}
#TableMenuVert {
	text-align: center;
	width: 100%;
}
#TableSprtrVert {
	background-color: #b2b9c4;
	height: 1px;
}
