/* 
================================
Skin styles for DotNetNuke
================================
*/


.LoginObject {
    font-weight: bold;
    font-size: 8.5pt;
    color: #000000;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.LoginObject:link {
    text-decoration:    none;
    color:#000000;
}

A.LoginObject:visited  {
    text-decoration:    none;
    color:#000000;
}

A.LoginObject:active   {
    text-decoration:    none;
    color:#000000;
}

A.LoginObject:hover    {
    text-decoration:    none;
    color:#000000;
}

body {
 	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color:#cd853f;
	background-color: Black;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}



.SkinObject {
    font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
    color: #ffda48;
    text-decoration: none;
}

A:link, A.SkinObject:link  {
    text-decoration:    none;
    color:  #ffda48;
}

A:visited, A.SkinObject:visited  {
    text-decoration:    none;
    color:  #ffda48;
}

A:active, A.SkinObject:active     {
    text-decoration:    none;
    color:  #ffda48;
}

A:hover, A.SkinObject:hover {
    text-decoration:    underline;
    color:  #ffda48;
}









.Normal
{
    font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color:#cd853f;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
	color:#cd853f;
}

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #FEFEFE;
}
.skinmaster {
	height: 100%;
	background-color: #F3F5FA;
	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; 
}

.controlpanel {
	width: 100%;
	background-color: #DFE5F2;
}

.contentpane {
	width: 100%;
	}
	
.MenuGroup
{
cursor:pointer;
}

.MenuItemHover
{
	background-color: #414141;
	color: #FFE793;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
}

.MenuItem
{
	background-color: Black;
	color: #FFE793;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	border: solid 1px #FFE793;
	border-right-color: #CE6500;
	border-bottom-color: #CE6500;
	cursor: pointer;
}

.MenuItemActive
{
	background-color: Black;
	color: #FFE793;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	border: 1px;
	border: solid 1px #CE6500;
	border-right-color: #FFE793;
	border-bottom-color: #FFE793;
	cursor: pointer;
}

.MenuItemExpanded 
{
	background-color: #414141;
	color: #FFE793;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	border: solid 1px #FFE793;
	border-left-color: #CE6500;
	border-top-color: #CE6500;
	cursor: pointer;
}




