/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

.ControlPanel {
    width: 100%;
    height: 64px;
    background-color: Purple;
    BORDER-RIGHT: #003366 1px solid; 
    BORDER-TOP: #003366 1px solid; 
    BORDER-LEFT: #003366 1px solid; 
    BORDER-BOTTOM: #003366 1px solid; 
}

/*

	Default stylesheet for LIGHT MenuLink template

*/

/* item in NORMAL state */

/* main back color */
.TopMenuItem
{
	background-color: transparent;
	padding: 2;
	margin-left: 8px;
}

/* main text color */
.TopMenuItem #item
{
	font-family: tahoma, helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #FF69B4;
	border: 0px;
}

/* item in ACTIVE state */

/* main back color mouseover*/
.TopMenuItemActive
{
	background-color: transparent;
	cursor: default;
	padding: 2;
	margin-left: 8px;
	border: 0px;
}

/* main text color mouseover*/
.TopMenuItemActive #item
{
	font-family: tahoma, helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #DDA0DD;
	}


.TopMenuItemSelected
{
	background-color: Transparent;
}

.TopMenuItemSelected #item
{
	color: #990000;
}

.TopMenuItemExpanded 
{
	background-color: #DEDBD6;
	border-style: solid;
	border-color: #A5A6A5;
}

.TopMenuItemExpanded #item
{
	color: black;
}

/* item in SELECTED state */


/* DISABLED item */



.MenuTopLevel 
{
}

/* separator */

.dnnItemSeparator
{
	background-color: yellow;
}

/* surrounding html */

.dnnLevel 
{
}

/* items container */

.dnnContainer 
{
}

.dnnPopupContainer {}



.MenuItem 
{
	background-color: Purple;
	
	border-width: 1;
	border-style: solid;
	
	border-left-color: #31659C;
	border-right-color: #000031;
	border-top-color: #31659C;
	border-bottom-color: #000031;
}

.MenuItem #item
{
	font-family: tahoma, helvetica;
	font-size: 11px;
	font-weight: bold;
	color: white;
}

.MenuItemDisabled 
{
	background-color: silver;
	
	border-width: 1;
	border-style: solid;
	
	border-left-color: silver;
	border-right-color: silver;
	border-top-color: silver;
	border-bottom-color: silver;
}

.MenuItemDisabled #item
{
	font-family: tahoma, helvetica;
	font-size: 11px;
	font-weight: bold;
	color: gray;
}


.MenuItemActive
{
	background-color: #C71585;
	cursor: default;

	border-width: 1;
	border-style: solid;
	border-left-color: white;
	border-right-color: #003063;
	border-top-color: white;
	border-bottom-color: #003063;
	
}

.MenuItemActive #item
{
	font-family: tahoma, helvetica;
	font-size: 11px;
	font-weight: bold;
	color: white;
}

.MenuItemSelected
{
	background-color: #CE0000;
	cursor: default;

	border-width: 1;
	border-style: solid;
	border-left-color: #FF6563;
	border-right-color: #630000;
	border-top-color: #FF6563;
	border-bottom-color: #630000;
	
}

.MenuItemSelected #item
{
	font-family: tahoma, helvetica;
	font-size: 11px;
	font-weight: bold;
	color: white;
}

.menuspacer {
	padding-right: 8px;
	padding-left: 8px;
	}
.leftback {
	height: 360px;
	width: 191px;
	background-position: left;
	background: url(images/background_left.jpg) no-repeat fixed top;
	}
.rightback {
	height: 400px;
		background-position: right;
		background: url(images/background_right.jpg) no-repeat top;
		background-attachment: fixed;
}
.bsheader {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 148px;
	width: 700px;
}


