/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* GENERAL */
/* style for module titles */


#Menu {
background-color: transparent;
}


.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: #c54141;
background-image: url(background.jpg);
background-repeat: no-repeat;
}
.Banner 
{
}
.BannerRight 
{
}
.LeftPane {
}
.ContentPane {
}

.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: white;
}

A.SelectedTab:active   {
    text-decoration:    none;
    font-size: 12px;
    color: transparent;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    font-size: 12px;
    color: white;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    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-size: 12px;
    color: white;
}

/* 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
{
}

/* Main Menu */

.MainMenu_MenuContainer
{
   width: 130;
	height:20px;
	background-color: #d7d7d7;
   filter:alpha(opacity=90,FinishOpacity=60,Style=3, StartX=50, StartY=50, FinishX=70, FinishY=100), progid:DXImageTransform.Microsoft.Shadow(color='black', Direction=135, Strength=8) ; 
	border-top:solid 1px #d7d7d7;
}

.MainMenu_MenuBar {
cursor : pointer; 
height : 20px; 
background-color : transparent;
}

.MainMenu_MenuItem
{
cursor : pointer;
height : 20px;  
color : black; 
font-family : Tahoma, Arial, Helvetica; 
font-size : 12pt; 
font-weight : bold; 
font-style : normal; 
border-left : 0 solid white; 
border-bottom : 1px solid #696969; 
border-top : 0px solid #696969; 
border-right : 0 solid white; 
background: url(menu.png) left top;
}

.MainMenu_MenuIcon {
	display: none;
}
.MainMenu_SubMenu {
cursor : pointer;
height : 20px; 
background-color : #d7d7d7; 
 filter:alpha(opacity=95,FinishOpacity=70,Style=3, StartX=50, StartY=50, FinishX=70, FinishY=100), progid:DXImageTransform.Microsoft.Shadow(color='black', Direction=135, Strength=8) ; 
border-bottom : 1 solid #696969; 
border-left : 0 solid #ffffff; 
border-top: 0 solid #dcdcdc;
border-right : 0 solid #ffffff;
}

.MainMenu_MenuBreak {
cursor : pointer;
height : 20px;
border-bottom : 1px solid #696969; 
border-left : 0 solid #eeeeee; 
border-top : 1px solid #d7d7d7; 
border-right : 0 solid #eeeeee; 
background-color : #d7d7d7; 
height : 1px;
}

.MainMenu_MenuItemSel
{
cursor : pointer;
height : 20px; 
color : white; 
font-family : Tahoma, Arial, Helvetica; 
font-size : 12pt; 
font-weight : bold; 
font-style : normal; 
background-color : maroon;
border-bottom : 1 solid #696969;
}

.MainMenu_MenuArrow {
display: none;
font-family : webdings; 
font-size : 12pt; 
cursor : pointer; 
background-color : #d7d7d7;
border-right : 0 solid #ffffff; 
border-bottom : 1px solid #696969; 
border-top : 0 solid #ffffff;
}

.MainMenu_RootMenuArrow {
display: none;
font-family : webdings; 
font-size : 12pt; 
cursor : pointer;
}



