/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;
	background-color: #FBO41A;
}
.skinmaster {
	height: 100%;
	background-image: url(btztilea.gif);
	BORDER-RIGHT: #8F9092 1px solid; 
	BORDER-TOP: #8F9092 1px solid; 
	BORDER-LEFT: #8F9092 1px solid; 
	BORDER-BOTTOM: #8F9092 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.skinheader {
}
.skingradient {
	BACKGROUND-IMAGE: url(MenuBar.gif); HEIGHT:30px;
}
.controlpanel {
	width: 100%;
	background-color: #DDDDDD;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

.SkinObject {
    font-weight: bold;
    font-size: 8.5pt;
    color: #CCFFFF;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#CCFFFF;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#CCFFFF;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#CCFFFF;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#FFFFCC;
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 12px;
    color: CCFFFF;
    font-family: Arial, Helvetica;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
.SelectedTab:link {
	text-decoration:    none;
	color: CCFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

A.SelectedTab:visited  {
	text-decoration:    none;
	color: #CCFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

A.SelectedTab:active   {
	text-decoration:    none;
	color: #CCFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

A.SelectedTab:hover    {
	text-decoration:    none;
	color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 12px;
    color:#CCFFFF;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
	text-decoration:    none;
	color:#CCFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

A.OtherTabs:visited  {
	text-decoration:    none;
	color:#CCFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

A.OtherTabs:active   {
	text-decoration:    none;
	color:#CCFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

/* Main Menu */

.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}
.MainMenu_RootItem {
	cursor: pointer;
	cursor: hand;
	color: #CCFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	background-image: url(NormalState.gif);
	height: 28px;
	width: 135px;
	text-indent: 5px;
}
.MainMenu_RootItemSel {
	cursor: pointer;
	cursor: hand;
	color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	background-image: url(HoverState.gif);
	height: 28px;
	width: 135px;
	text-indent: 5px;
}
.MainMenu_RootItemActive {
	cursor: pointer;
	cursor: hand;
	color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	background-image:   url(ActiveState.gif);
	height: 28px;
	width: 135px;
	text-indent: 5px;
}
.MainMenu_MenuItem {
	border-left: #CCCCCC 0px solid; 
	border-bottom: #FFFFCC 1px solid; 
	border-top: #FFFFCC 1px solid; 
	border-right: #CCCCCC 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #CCFFFF; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-image: url(NormalState.gif);
}
.MainMenu_MenuItemSel {
	background-image:  url(HoverState.gif);
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFCC; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
}
.MainMenu_MenuItemActive {
	background-image:  url(ActiveState.gif);
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFCC; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
}
.MainMenu_SubMenu {
	background-image: url(NormalState.gif);
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
}
.MainMenu_SubMenuItemSel {
	cursor: pointer;
	cursor: hand;
	color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	background-attachment: fixed;
	background-image: url(HoverState.gif);
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	height: 28px;
	width: 135px;
	text-indent: 5px;
}
.MainMenu_SubMenuItemActive {
	cursor: pointer;
	cursor: hand;
	color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	background-image:    url(ActiveState.gif);
	height: 28px;
	width: 135px;
	text-indent: 5px;
}
.MainMenu_MenuIcon {
	background-color: Transparent; 
	border-left: #FFFFCC 1px solid; 
	border-bottom: #FFFFCC 1px solid; 
	border-top: #FFFFCC 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15; 
	height: 21;
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuArrow {
	border-right: #CCFFFF 1px solid; 
	border-bottom: #CCFFFF 1px solid; 
	border-top: #CCFFFF 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.MainMenu_RootMenuItemBC {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFCC;
	background-image: none;
	height: 28px;
	width: 135px;
	text-indent: 5px;
}

.MainMenu_SubMenuItemBC {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFCC;
	background-attachment: fixed;
	background-image: url(ActiveState.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 28px;
	width: 135px;
	text-indent: 5px;
}

.StandardButton     {
    background: #AAAAAA none; 
    color: #FFFFFF;
    font-family:Verdana, sans-serif; 
    font-size: 11px;
    font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #DDDDDD;
	BORDER-RIGHT: #8F9092 1px solid; 
	BORDER-TOP: #8F9092 1px solid; 
	BORDER-LEFT: #8F9092 1px solid; 
	BORDER-BOTTOM: #8F9092 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}
.TreeViewMenu_Header {
	BACKGROUND-IMAGE: url(gradient_LtGray.jpg);
}
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #FFFFFF;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #63759C;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #63759C;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family: verdana,arial,helvetica;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000033;
}
