/* 
================================
Skin styles for DotNetNuke
================================
*/

Body
{
	background-color: #ccc;
}

.pagemaster
{
	width: 100%;
	height: 100%;
	background-color: #ccc;
}

.skinmaster
{
	height: 100%;
	background-color: #ffffff;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	moz-border-radius-bottomleft: 15px;
	moz-border-radius-bottomright: 15px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
}

.skinheader
{
}

.skinfooter
{
	background: #14719f;
}

.skinfootertext
{
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	font-family: Verdana, Arial, Tahoma;
}

.skingradient
{
	background-image: url(bg-menu.gif);
	height: 28px;
}

.controlpanel
{
	width: 100%;
	background-color: #dfe5f2;
}

.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;
}

.entryleftpane
{
	width: 25%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

.entrycontentpane
{
	width: 75%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

.entryrightpane
{
	width: 0%;
	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;
}

.Head
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 18px;
	font-weight: normal;
	color: #333333;
}

.StandardButton
{
	background: #7994cb none;
	color: #ffffff;
	font-family: Verdana, Arial, Tahoma;
	font-size: 11px;
	font-weight: normal;
}

.MainMenu_MenuContainer
{
	background-color: transparent;
}

.MainMenu_MenuBar
{
	cursor: pointer;
	cursor: hand;
	height: 16px;
	background-color: Transparent;
}

.MainMenu_MenuItem
{
	border-left: #91d0f9 0px solid;
	border-bottom: #91d0f9 1px solid;
	border-top: #91d0f9 1px solid;
	border-right: #91d0f9 0px solid;
	cursor: pointer;
	cursor: hand;
	color: #069;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	background-color: Transparent;
	font-family: Verdana, Arial, Tahoma;
}

.MainMenu_MenuItemSel
{
	background-image: url(bg-menu-on.gif);
	cursor: pointer;
	cursor: hand;
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	background-color: Transparent;
	font-family: Verdana, Arial, Tahoma;
	height: 21px;
}

.MainMenu_SubMenu
{
	background-color: #91d0f9;
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=    '#696969' ,Direction=135,Strength=3);
}

.MainMenu_MenuIcon
{
	background-color: #91d0f9;
	border-left: #91d0f9 1px solid;
	border-bottom: #91d0f9 1px solid;
	border-top: #91d0f9 1px solid;
	cursor: pointer;
	cursor: hand;
	text-align: center;
	width: 15px;
	height: 21px;
}

.MainMenu_MenuBreak
{
	height: 1px;
}

.MainMenu_MenuArrow
{
	border-right: #91d0f9 1px solid;
	border-bottom: #91d0f9 1px solid;
	border-top: #91d0f9 0px solid;
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
}
.MainMenu_RootMenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
}


