/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #000000;
}
.skinmaster {
/*	height: 100%; */
	bgcolour: #000000;
	BORDER-RIGHT: #7994CB 0px solid; 
	BORDER-TOP: #7994CB 0px solid; 
	BORDER-LEFT: #7994CB 0px solid; 
	BORDER-BOTTOM: #7994CB 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.skinheader {
}
.skingradient {
	
}

.SkinObject {
	font-family: Tahoma;
	font-size: 10px;
	color: #FFA800;
	text-decoration: none;
	font-weight:bold;
}

A.SkinObject:link {
    text-decoration:    none;
	color: #FFA800;
	font-weight:bold;
}

A.SkinObject:visited  {
    text-decoration:    none;
	color: #FFA800;
	font-weight:bold;
}

A.SkinObject:active   {
    text-decoration:    none;
	color: #FFA800;
	font-weight:bold;
}

A.SkinObject:hover    {
    text-decoration:    none;
	color: #FFA800;
	font-weight:bold;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #FFA800;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color:#FFA800;
}
A.CommandButton:link, A.CommandButton:visited, A.CommandButton:active, A.CommandButton:hover     {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color:#FFA800;
}
    

.controlpanel {
	width: 100%;
	background-color: #DFE5F2;
	font-weight:normal;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 2px;
	padding-right: 0px;
	padding-top: 0px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-repeat:repeat;
	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;
}
.StandardButton     {
    background: #7994CB none; 
    color: #FFFFFF;
    font-family:Verdana, sans-serif; 
    font-size: 11px;
    font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #DFE5F2;
	BORDER-RIGHT: #7994CB 1px solid; 
	BORDER-TOP: #7994CB 1px solid; 
	BORDER-LEFT: #7994CB 1px solid; 
	BORDER-BOTTOM: #7994CB 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_LtBlue.jpg);
}

/* Module Title */


.Normal, td  {
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 12px;
}
th{
	font-family: Tahoma;
	font-size: 12px;
	color: #FFA800;
	font-weight:bold;
	align:left;
}

A:link  {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFA800;
	text-decoration: underline;
}

A:visited   {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFA800;
	text-decoration: underline;

}

A:active    {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFA800;
	text-decoration: underline;

}

A:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFA800;
	text-decoration: none;
}

/* GENERIC */
H2  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #FFA800;
}

H1  {

	font-family:HandelGothic;
    font-size:  20px;
    font-weight:    normal;
    color: #FFA800;

}

H4  {

	font-family:HandelGothic;
	font-size: 14px;
	color:#FFA800;
	font-weight:normal;
	text-transform:uppercase;


}

H3  {
	font-family: Tahoma;
	font-size: 14px;
	color:#FFFFFF;
	font-weight:bold;
	text-transform:uppercase;

}

H6, DT  {
	font-family:HandelGothic;
	font-size: 10px;
	color:#FFA800;
	font-weight:normal;
	text-transform:uppercase;
}

H5  {
	font-family: Tahoma;
	font-size: 10px;
	color:#FFFFFF;
	font-weight:bold;
	text-transform:uppercase;
}


/* Main Menu */

.MainMenu_MenuContainer {
	border-bottom: #404040 0px solid;
	border-left: #FF8080 0px solid;
	border-top: #FF8080 0px solid;
	border-right: #404040 0px solid;
	background:transparent;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:16;
}

.MainMenu_MenuItem {
	width:106px;
	height:18px;
	text-align: center;
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	color: #FECC1F;
	border:1px #FFFFFF solid; border-width:0px 0px;
	text-transform: uppercase;
}

.MainMenu_MenuIcon {
	display:none;	
}

.MainMenu_SubMenu {
	width:106px;
	border:1px #FFFFFF solid;
	padding:0px; margin-top:1px; margin-left:3px;
	background:#000000;
}

.MainMenu_MenuBreak {
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid;  
	border-right: #404040 0px solid; 
	background-color: White; 
	height: 0px;
}

.MainMenu_MenuItemSel {
	background-color: #CCCCCC; 
	cursor: pointer; 
	cursor: hand; 
	color: #FECC1F;
	font-family: Arial, Helvetica; 
	font-size: 10pt; 
	font-weight: bold; 
	font-style: normal;
	text-transform: uppercase;
}

.MainMenu_MenuArrow, .MainMenu_RootMenuArrow {
	display:none;
}

/* Menu styles for spacing*/

.RootTab TD{
	width:106px;
	height:15px;
	text-align: center;
	font-family:trebuchet ms, tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FECC1F;
	text-decoration: none;
	text-transform: uppercase;
}

.SelectedRootTab TD, .BreadcrumbRootTab TD, .ActiveRootTab TD{
	width:106px;
	height:15px;
	text-align: center;
	font-family:trebuchet ms, tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFA800;
	text-decoration: none;
	background:background-image:none;
	text-transform: uppercase;
}

.ActiveSubTab, .BreadcrumbSubTab{
	width:106px;	
	height:18px;
	color: #FFA800; font-size:11px;	font-weight:bold; font-family: "Trebuchet MS";
	background:#000000;
	border:1px #EED7B8 solid; border-width:0px 0px;	
}
.SubTab {
	width:106px;
	height:18px;
	text-align: center;
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	color: #FECC1F;
	border:1px #FFFFFF solid; border-width:0px 0px;
}
.SelectedSubTab{
	width:106px;	
	height:18px;
	color: #FFA800; font-size:11px;	font-weight:bold; font-family: "Trebuchet MS";
	background:#000000;
	border:1px #EED7B8 solid; border-width:0px 0px;	
}


/* Legacy styles from design */
/*___________________________________________________________________________________________*/

.NormalOrange{
	color: #FFA800;
	font-family: Tahoma;
	font-size: 11px;
}


