/* 
================================
Skin styles for DotNetNuke
================================
*/
body {
	margin: 0px;
	color: #303030 !important;
	background-color: #ececec;
	font-family: Tahoma;
	afont-size: 9pt;
}
#pageposition {
	width: 920px;
}
#page {
	apadding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(bkgpage.gif);
	background-repeat: repeat-y;
	background-position: 50% 0%;
}
#--bkgdesign {
	aheightG: 100%;
	abackgroundG-image: url(bkgdesign.gif);
	abackgroundG-position: 100% 100%;
	abackgroundG-repeat: no-repeat;
}
#top {
	width: 900px;
	height: 80px;
	background-image: url(bkgtop.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%;
}
#flashcontent, .flashcontent {
	width: 900px !important;
	height: 277px !important;
	background-image: url(flashcontent.jpg) !important;
	background-repeat: no-repeat !important;
	display: block !important;
	visibility: visible !important;
}
#content {
	width: 900px;
	background-image: url(bkgfade.gif);
	background-repeat: repeat-x;
}
#bottom {
	height: 25;
	background-position: 50% 0%;
	background-image: url(bkgbottom.gif);
	background-repeat: no-repeat;
}
#menu {
	text-align: left;
	background-color: #303030;
	aheight: 25px;
}
.DNNEmptyPane {
	display: none;
	visibility: hidden;
}

.TopPane {
	afont-size: 1px;
}
.ContentPane {
	afont-size: 1px;
}
.tab1 {
	afont-size: 1px;
}
.tab2 {
	afont-size: 1px;
}
.tab3 {
	afont-size: 1px;
}
.tab4 {
	afont-size: 1px;
}
.tab5 {
	afont-size: 1px;
}
.tab6 {
	afont-size: 1px;
}
.tab7 {
	afont-size: 1px;
}
.tab8 {
	afont-size: 1px;
}
.tab9 {
	afont-size: 1px;
}
.tab10 {
	afont-size: 1px;
}
.copyrightcontent {
	padding-left: 10px;
	text-align: left;
	border-top: 1px solid #ffcc99;
}
.copyrightcontent a {
	font-size: 0.6em !important;
}

.skinObject {
	font-size: 0.6em !important;
	color: #303030;
}

a.skinObject:link {
	font-size: 0.7em !important;
	text-decoration: none;
	color: #303030;
}

a.skinObject:visited {
	text-decoration: none;
	color: #303030;
}

a.skinObject:hover {
	text-decoration: none;
	color: #808080;
}

a.skinObject:active {
	text-decoration: none;
	color: #808080;
}

//-----------------------------------------------------
// Main Menu
.main_menu_container {
}
.main_menu_bar {
}
.main_menu_item {
	display: table-cell;
	color: #c0c0c0;
	font-size: 0.7em;
	font-weight: bold;
	height: 30px;
	padding: 12px;
	background-color: #303030;
}
.main_menu_icon {
}
.main_menu_itemhover {
	color: #fff200;
	background-color: #505050;
}
.main_submenu_item {
	abackground: #000000;
}
.main_menu_submenu {
	z-index: 1000;
	color: #f0f0f0;
	font-size: 0.7em;
	margin: 0px;
	height: 0px !important;
	padding-left: 4px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	border: 1px solid #202020;
	background: #202020;
}
.main_menu_break {
}
.child_menu_separator {
}

//-----------------------------------------------------

/*
CSSContainerRoot="main_menu_container"
CSSControl="main_menu_bar"
CSSNodeRoot="main_menu_item"
CSSIcon="main_menu_icon"
CSSNodeHover="main_menu_itemhover"

CSSNode="main_submenu_item"
CSSContainerSub="main_menu_submenu"
CSSBreak="main_menu_break"
*/
//-----------------------------------------------------
// Child Menu

.child_menu_container {
}
.child_menu_bar {
}
.child_menu_item {
	color: #a0a0a0;
	font-size: 0.7em;

}
.child_menu_icon {
}
.child_menu_itemhover {
	color: #f0f0f0;
}
.child_submenu_item {
}
.child_menu_submenu {
	z-index: 1000;
	color: #000000;
	margin: 0px;
	height: 0px !important;
	padding: 2px !important;
	background: #f0f0f0;
}
.child_menu_break {
}
.child_menu_separator {
}
//-----------------------------------------------------



