/* 
================================
Skin styles for DotNetNuke
================================*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #ffffff;
}
.skinmaster {
	background: #d0deeb url(images/page_background.jpg) no-repeat right bottom;
	border-right: #908871 0px solid; 
	border-top: #908871 0px solid; 
	border-left: #908871 0px solid; 
	border-bottom: #908871 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.skinheader {
	background-image: url(images/banner.jpg); 
}
.skingradient {
	height: 30px;
}
.controlpanel {
	width: 100%;
  background-color: #d0deeb;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.leftpane {
  width: 200px;
	height: 100%;
	background: url(images/left_menu.jpg) repeat-y repeat-x;
	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;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:18px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: #FF9000 0px solid; 
	border-bottom: #FF9000 0px solid; 
	border-top: #FF9000 0px solid; 
	border-right: #FF9000 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
}
.MainMenu_MenuIcon {
	background-color: #FF9000; 
	border-left: #FF9000 0px solid; 
	border-bottom: #FF9000 0px solid; 
	border-top: #FF9000 0px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	height: 18px;
}
.MainMenu_SubMenu {
	background-color: #FFE3BF; 
	width: 15px; 
	height: 18px;
/*
	z-index: 1000; 
*/
	cursor: pointer; 
	cursor: hand; 
	/* 
  filter:progid:DXImageTransform.Microsoft.Shadow(color='#EAB241', Direction=135, Strength=3);
  */ 
}
.MainMenu_MenuBreak {
	height: 0px;
}
.MainMenu_MenuItemSel {
	background-color: #5D7CBA; 
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 18px;
}
.MainMenu_MenuArrow {
  border-right: #FF9000 0px solid; 
	border-bottom: #FF9000 0px solid; 
	border-top: #FF9000 0px solid;
	font-family: webdings; 
	font-size: 9pt; 
	cursor: pointer; 
	cursor: hand;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 9pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
	background: #5D7CBA none; 
	color: #000000;
	font-family: verdana, sans-serif; 
	font-size: 11px;
	font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #f9aa96;
	border-right: #eb613e 0px solid; 
	border-top: #eb613e 0px solid; 
	border-left: #eb613e 0px solid; 
	border-bottom: #eb613e 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
	background-image: url(gradient_MidRed.jpg);
}

.Head {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 18px;
	font-weight: normal;
	color: #333333;
}

/*
================================
 Skin specific classes
================================
*/   

.linkline {
	background-color: #ffffff;
}

/* 
--------------------------------------------------------------------------
 The font color for Date, Copyright (They are not links) 
--------------------------------------------------------------------------
*/
.SkinObject {
	color: #5D7CBA;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}

/* 
--------------------------------------------------------------------------
 The font colour for links: Search, Breadcrumbs, Terms, Privacy
--------------------------------------------------------------------------
*/
A.SkinObject:link {
	color: #5D7CBA;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}

A.SkinObject:visited {
	color: #5D7CBA;
	text-decoration: none;
}

A.SkinObject:hover {
	color: #FF9000;
	text-decoration: none;
}

/* 
--------------------------------------------------------------------------
 Used for some skinobjects (Login and Register)
--------------------------------------------------------------------------

.SelectedTab {
	color: white;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}
A.SelectedTab:hover   {
	color: #BA9E51;
	text-decoration: none;
}
*/
/* 
--------------------------------------------------------------------------
 Used for other Skinobjects (Privacy, Terms, Host and I think Links)
--------------------------------------------------------------------------
*/
.OtherTabs {
	color: white;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}


