/*
================================
Skin styles for	DotNetNuke
================================
*/

.Normal, .NormalDisabled
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11pt;
    font-weight: normal;
}

.pagemaster {
	width: 100%;
	height:	100%;
	background-color: transparent;
}
.skinmaster {
	height:	100%;
	background-color: white;
	BORDER-RIGHT: #1faf12 1px solid;
	BORDER-TOP: #1faf12 1px	solid;
	BORDER-LEFT: #1faf12 1px solid;
	BORDER-BOTTOM: #1faf12 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: transparent;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	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 {
	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;
}
.MainMenu_MenuContainer	{
	background-color: transparent;
	width: 130;
}
.MainMenu_MenuIcon
{
	background-color: white;
	border-left: #1faf12 0px solid;
	border-bottom: #1faf12 0px solid;
	border-top: #1faf12 0px	solid;
	cursor:	pointer;
	cursor:	hand;
	text-align: center;
	width: 0px;
	height:	22px;
}
.MainMenu_SubMenu
{
	border:	#1faf12	1px solid;
	z-index: 1000;
	cursor:	pointer;
	cursor:	hand;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135,	Strength=3);
}
.MainMenu_MenuItemSel
{
	background-color: #1faf12;
	cursor:	pointer;
	cursor:	hand;
	color: white;
	font-family: Arial, "Arial Arial", Tahoma, Helvetica, serif;
	font-size: 12pt;
	height:	22px;
	font-weight: normal;
}
.MainMenu_MenuArrow {
	border-right: transparent 0px solid;
	border-bottom: transparent 0px solid;
	border-top:  transparent 0px solid;
	font-family: webdings;
	font-size: 12pt;
	cursor:	pointer;
	cursor:	hand;
	width: 0px;
}
.MainMenu_MenuItem {
	border-left: #1faf12 0px solid;
	border-bottom: #1faf12 0px solid;
	border-top: #1faf12 0px	solid;
	border-right: #1faf12 0px solid;
	cursor:	pointer;
	cursor:	hand;
	color: #1faf12;
	font-weight: normal;
	font-size: 12pt;
	font-family: Arial, "Arial Arial", Tahoma, Helvetica, serif;
	background-color: white;
}
.MainMenu_MenuBar TD
{
	color: white;
	font-weight: normal;
	font-size: 12pt;
	font-family: Arial, "Arial Arial", Tahoma, Helvetica, serif;
	cursor:	pointer;
	cursor:	hand;
	height:	25px;
	background-color: #1faf12;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-color: white;
}
.MainMenu_RootMenuArrow	{
	font-family: webdings;
	font-size: 12pt;
	cursor:	pointer;
	cursor:	hand;
	width: 0px;
}
.StandardButton	    {
    background:	#1faf12	none;
    color: black;
    font-family:Verdana, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
.Head	{
    font-family: Arial,	"Arial Arial", Tahoma, Helvetica, serif;
    font-size:	14px;
    font-weight:    normal;
    color: black;
}

