	/*
	================================
	Skin styles for DotNetNuke
	================================
	*/

	.pagemaster {
		width: 100%;
		height: 100%;
		background-color: silver;
	}
	.skinmaster {
		height: 100%;
		background-color: #6d6d6d;
		border-right: #929292 0px none;
		border-top: #929292 0px none;
		border-left: #929292 0px none;
		border-bottom: #929292 0px none;
		moz-border-radius-bottomleft: 15px;
		moz-border-radius-bottomright: 15px;
		moz-border-radius-topleft: 3px;
		moz-border-radius-topright: 3px;
		width: 990px;
		table-layout: fixed;
	}
	.skinheader {
	}
	.skingradient {
		background-image: url(gradient_DkGray.jpg);
		height:31px;
	}
	.controlpanel {
		width: 100%;
		background-color: #6d6d6d;
	}
	.toppane {
		width: 100%;
		background-color: transparent;
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 0px;
	}
	.leftpane {
		width: auto;
		background-color: transparent;
		padding-left: 6px;
		padding-right: 4px;
		padding-top: 0px;
	}
	.contentpane {
		width: auto;
		background-color: transparent;
		padding-left: 6px;
		padding-right: 4px;
		padding-top: 0px;
	}
	.rightpane {
		width: auto;
		background-color: transparent;
		padding-left: 6px;
		padding-right: 4px;
		padding-top: 0px;
	}
	.bottompane {
		width: 100%;
		background-color: transparent;
		padding-left: 6px;
		padding-right: 4px;
		padding-top: 6px;
	}
	.MainMenu_MenuContainer {
		background-color: #404040;
	}
	.MainMenu_MenuBar {
		cursor: pointer;
		cursor: hand;
		height:16px;
		background-color: Transparent;
	}
	.MainMenu_MenuItem {
		background-color: #404040;
		color:white;
		cursor:pointer;
		font-family:Tahoma,Arial,Helvetica;
		font-size:1.1em;
		font-style:normal;
		font-weight:normal;
		border-bottom-color:#404040;
		border-bottom-style:solid;
		border-bottom-width:1px;
		border-top-color:#404040;
		border-top-style:solid;
		border-top-width:1px;
		border-left-color:#404040;
		border-left-style:solid;
		border-left-width:0px;
		border-right-color:#404040;
		border-right-style:solid;
		border-right-width:0px;
	}
	.MainMenu_MenuIcon { 
		cursor: pointer; 
		cursor: hand; 
		background-color: #404040; 
		border-left: #404040 1px solid; 
		border-bottom: #404040 1px solid; 
		border-top: #404040 1px solid; 
		text-align: center; 
		width: 15px; 
		height: 21px;
	} 
	.MainMenu_SubMenu {
		background-color: #404040;
		z-index: 1000;
		cursor: pointer;
		cursor: hand;
		filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3);
		border: #404040 0px solid; 
		clear:both;
	}
	.MainMenu_MenuBreak {
	}
	.MainMenu_MenuItemSel {
		background-color:transparent;
		border:0px solid #404040;
		color: #a4ad3d;
		cursor:pointer;
		font-family:Tahoma,Arial,Helvetica;
		font-size:1.1em;
		font-style:normal;
		font-weight:normal;
		background-color: #404040;
	}
	.MainMenu_MenuArrow {
		margin-right:5px;
		font-family: webdings;
		font-size: 10pt;
		cursor: pointer;
		cursor: hand;
		border-right: #404040 1px solid; 
		border-bottom: #404040 1px solid; 
		border-top: #404040 1px solid;
	}
	.MainMenu_RootMenuArrow {
		font-family: webdings;
		font-size: 10pt;
		cursor: pointer;
		cursor: hand;
	}
	.StandardButton {
		background: #404040 none;
		color: white;
		font-family: verdana, sans-serif;
		font-size: 11px;
		font-weight: normal;
	}
	.TreeViewMenu {
		width: 175px;
		background-color: red;
		border-right: green 1px solid;
		border-top: green 1px solid;
		border-left: green 1px solid;
		border-bottom: green 1px 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_LtBlue.jpg);
	}
	.Head {
		font-family: Tahoma, Arial, Helvetica;
		font-size:  18px;
		font-weight: normal;
		color: #333333;
	}
	#dnn_dnnCURRENTDATE_lblDate {
		color: black;
	}
	#dnn_dnnLOGIN_hypLogin {
		color: black;
	}
	#dnn_dnnUSER_hypRegister {
		color: black;
	}
	#dnn_dnnCOPYRIGHT_lblCopyright {
		color: black;
	}
	#dnn_dnnTERMS_hypTerms {
		color: black;
	}
	#dnn_dnnPRIVACY_hypPrivacy {
		color: black;
	}
	#dnn_dnnBREADCRUMB_lblBreadCrumb {
		color: black;
	}
	.TitleCell {
		color: white;
	}