/*
================================
Skin styles for	DotNetNuke
================================
*/

.csshaibach {
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Tahoma, Arial,	Helvetica;
    text-decoration: none;
}

.csshaibach:A:link {
    text-decoration: none;
    color: white;
}
.csshaibach:A:visited {
    text-decoration: underline;
    color:  white;
}
.csshaibach:A:active {
    text-decoration: underline;
    color: white;
}
.csshaibach:A:hover {
    text-decoration: none;
    color: white;
}

.pagemaster {
	width: 100%;
	height:	100%;
	background-color: #e2e2e2;
}
.skinmaster {
	height:100%;
	background-color: #FFFFE7;
	BORDER-RIGHT: #8F9092 1px solid;
	BORDER-TOP: #8F9092 1pxsolid;
	BORDER-LEFT: #8F9092 1px solid;
	BORDER-BOTTOM: #8F9092 1px solid;
	moz-border-radius-bottomleft: 15px;
	moz-border-radius-bottomright: 15px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
}
.skinheader {
		color: #ffffff;
	background-color: white;
}
.skingradient {
	BACKGROUND-IMAGE: url(gradient_DKGray.jpg); HEIGHT:30px;
}
.controlpanel {
	width: 100%;
	background-color: #DDDDDD;
}
.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;
	BACKGROUND-POSITION: 50% top;
	BACKGROUND-IMAGE: url(media/bg_leftpane_top.gif);
	BACKGROUND-REPEAT: no-repeat;
}
.contentpane {
	width: 100%;
	background-color: white;
	padding-left: 6px;
	padding-right: 0px;
	padding-top: 6px;
}
.rightpane {
	width: 175px;
	background-color: white;
	padding-left: 0px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}


.MainMenu_MenuContainer	{
	border:	0px;
	background-color: transparent;
	width: 168px;
	padding: 5px;
	padding-bottom:	0px;
}
.MainMenu_MenuBar {
}
.MainMenu_MenuItem {
	cursor:	hand;
	color: #333333;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	border:	1px #EFEFEF solid;
	padding: 1px;
	background-color: #FDF9EE;
}
.MainMenu_MenuIcon {
	cursor:	hand;
	background-color: #FFBA00;
	border:	1px #FFBA00 solid;
	padding: 1px;
	width: 1px;
	height:	1px;
}
.MainMenu_MenuItemSel {
	background-color: #05341C;
	cursor:hand;
	color: White;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	border:1px #FFBA00 solid;
	padding: 1px;
}
.rootmenuitem {
	cursor:	hand;
	color: #333333;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	border:	0px;
	padding: 5px;
	background-image:url(media/button.jpg);
	height:	25px;
	display:block;
	margin-bottom:3px;
}
.rootmenuitemselected {
	background-image:url(media/button_bread.jpg);
	cursor:	hand;
	color: #FFFFCC;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	border:	0px;
	padding: 5px;
	height:	25px;
	display:block;
	margin-bottom:3px;
}
.rootmenuitembreadcrumb{
	cursor:	hand;
	color: #333333;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	border:	0px;
	background-image:url(media/menu_right.gif);
	padding: 5px;
	height:	25px;
	display:block;
	margin-bottom:3px;
}
.submenuitembreadcrumb{
	cursor:	hand;
	color: #FFBA00;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	border:	1px #CBCE99 solid;
	padding: 1px;
}
.submenu {
	z-index: 1000;
	background-color: #CBCE99;
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color='#CCCCCC', Direction='90', Strength='1');*/
	border:	1px #A7A7A7 solid;
	margin-left: -50px;
	margin-top: 10px;
}
.MainMenu_MenuBreak {
	border:	0px;
	background-color: #333333;
	height:	1px;
}
.MainMenu_MenuArrow {
	border:	0px;
	border-right: 1px #CCCCCC solid;
}
.MainMenu_RootMenuArrow	{
	border:	0px;
}

.StandardButton	    {
    background:	#AAAAAA	none;
    color: #FFFFFF;
    font-family:Verdana, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
.Head	{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:	13px;
    font-weight: bold;
    color: #243B4D;
}

/*
================================
Skin fr	Links etc.
================================
*/

A:link {
    text-decoration: none;
    color: #BD0000;
}
A:visited {
    text-decoration: underline;
    color:  black;
}
A:active {
    text-decoration: underline;
    color: #BD0000;
}
A:hover	{
    text-decoration: none;
    color: #FF0000;
}
