/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* GENERAL */
/* style for module titles */
.Head
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: white;
}

/* background color for the content part of the pages */
Body
{
	font-size: 12px;
	word-spacing: normal;
	text-transform: none;
	font-family: Tahoma, Arial, Helvetica;
	background-color: #FFFFFF;
}

TABLE
{
}

.LeftPane {
}

.ContentPane {
}

.RightPane {
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: normal;
    font-size: 12px;
    color:black;
    font-family:  Tahoma, Arial, Helvetica;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color: white;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color: white;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color: white;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color: white;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: normal;
    font-size: 12px;
    color:#AA24FF;
    font-family:  Tahoma, Arial, Helvetica;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:#AA24FF;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:#AA24FF;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:#AA24FF;
}

A.OtherTabs:hover    {
    text-decoration:    underline;
    color:black;
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:16;
}

.MainMenu_MenuItem {
	padding-right: 18px;
	padding-left: 18px;
	font-weight: normal;
	font-size: 14px;
	padding-bottom: 2px;
	padding-top: 2px;
        font-family:  Tahoma, Arial, Helvetica;
	text-align: center;
	color:White;
	background-color:Transparent;

	border-right: #cc0000 3px solid;
	border-left: #cc0000 3px solid;
}

.MainMenu_MenuItemSel {
	padding-right: 18px;
	padding-left: 18px;
	font-weight: normal;
	font-size: 14px;
	padding-bottom: 2px;
	padding-top: 2px;
	border-bottom: #cc0000 0px;
	font-family:  Tahoma, Arial, Helvetica;
	color:White;
	text-align: center;
	background-color:Transparent;

	border-right: #cc0000 3px solid;
	border-left: #cc0000 3px solid;
}
.Tabinactive a:link
{
	font-family:  Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.Tabinactive a:visited
{
	font-family:  Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.Tabinactive a:active
{
	font-family:  Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.Tabinactive a:hover
{
	font-family:  Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #396bbd;
	border-left: #000000 0px solid; 
	border-right: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #396bbd; 
	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: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid;  
	border-right: #404040 0px solid; 
	background-color: #000000; 
	height: 0px;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	color: white; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

.ButtonSmall
{
	font-size: 8pt;
	color: #793b3f;
	background-color: #dddddd;
	font-family: Tahoma, Arial;
}
.ButtonNorm
{
	font-weight: bold;
	color: #793b3f;
	font-family: Tahoma, Arial;
	background-color: #dddddd;
}
.Tabactive
{
	border-right: #cc0000 3px solid;
	border-left: #cc0000 3px solid;
	padding-right: 18px;
	padding-left: 18px;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 2px;
	padding-top: 2px;
	font-family:  Tahoma, Arial, Helvetica;
	text-align: center;
}
.Tabinactive
{
	border-right: #cc0000 3px solid;
	border-left: #cc0000 3px solid;
	padding-right: 18px;
	padding-left: 18px;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 2px;
	padding-top: 2px;
	font-family:  Tahoma, Arial, Helvetica;
	text-align: center;
}
.Tabright
{
	border-bottom: 3px solid #cc0000;
}
.admin-tan-border
{
}
.MainPage
{
	font-size: 12px;
	word-spacing: normal;
	text-transform: none;
	border-right: #cc0000 3px solid;
	border-left: #cc0000 3px solid;
	border-bottom: #cc0000 3px solid;
	border-top: #cc0000 3px solid;
	font-family:  Tahoma, Arial, Helvetica;
	letter-spacing: normal;
	background-color: #ffffff;
}
.PlainText
{
	font-size: 12px;
	word-spacing: normal;
	text-transform: none;
	font-family:  Tahoma, Arial, Helvetica;
	letter-spacing: normal;
	background-color: #ffffff;
}

.MainPageBorder
{
	font-size: 12px;
	word-spacing: normal;
	text-transform: none;
	font-family:  Tahoma, Arial, Helvetica;
	letter-spacing: normal;
	background-color: #925DDF;
}
