* {
-moz-box-sizing:border-box; 
	box-sizing:border-box; 
	-webkit-box-sizing:border-box; 
	box-sizing:border-box; 
	}
	

#html {
	color:#fff;
	background:#000;
	background-image:  url(images/topltback.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
body {
	margin:0 auto;
	padding:0;
	background-image:url(images/background-repeat.jpg);
	background-repeat: repeat;
	color:#fff;
	text-align: center;/*background:#000;*/
}
/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}
.ControlPanel {
	color:#8D9AA0;
	background-color:#999999;
}
/* background/border colors for the selected tab */
.TabBg {
}
/* text style for the selected tab */
.SelectedTab {
}
/* hyperlink style for the selected tab */
A.SelectedTab:link {
}
A.SelectedTab:visited {
}
A.SelectedTab:hover {
}
A.SelectedTab:active {
}
/* text style for the unselected tabs */
.OtherTabs {
}
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}
A.OtherTabs:visited {
}
A.OtherTabs:hover {
}
A.OtherTabs:active {
}
/* GENERAL */
/* style for module titles */
.Head {
	color:#F7F8B4;
	
}
/* style of item titles on edit and admin pages */
.SubHead {
	color:#FFFFFF;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
	color:#FFFFFF;
}
/* text style used for most text rendered by modules */
.Normal, .NormalDisabled {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color:#FFFFFF;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {
}
.NormalRed {
}
.NormalBold {
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {
	color:#FFFFFF
}
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
	font-size: 12px;
	text-decoration: underline;
	color: #FFFFFF;
}
A.CommandButton:visited {
}
A.CommandButton:hover {
	font-size: 12px;
	text-decoration: underline;
	color: #FFFFCC;
}
A.CommandButton:active {
}
/* button style for standard HTML buttons */
.StandardButton {
}
.DataGrid_Container {
	background-color: transparent;
	color:#FFFFFF;
}
/* GENERIC */
H1 {
	color:#F7F8B4;
	font-size:13px;
	font-weight: bold;		
}
H2 {
	color:#FFFFFF;
}
H3 {
	color:#FFFFFF;
}
H4 {
	color:#FFFFFF;
}
H5, DT {
	color:#FFFFFF;
}
H6 {
	color:#FFFFFF;
}
Table {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color:#FFFFFF;
	line-height:2em;
	
	}
TFOOT, THEAD {
}
TH {
}
A:active {
}
SMALL {
}
BIG {
}
BLOCKQUOTE, PRE {
}
UL LI {
}
UL LI LI {
}
UL LI LI LI {
}
OL LI {
}
OL OL LI {
}
OL OL OL LI {
}
OL UL LI {
}
HR {
}
/* styles used in the FileManager */
.FileManager
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height: 400px;
	color:#000000;
}
.FileManager_ToolBar
{
	border-bottom: black 1px solid;
	height: 25px;
}
.FileManager_Explorer
{
	height: 100%;
	border: #696969 1px solid;
	background-color: #CCCCCC;
	margin: 2px 2px 2px 2px;
	color:#000000;
}

.FileManager_FileList
{
	height: 100%;
	border: #696969 1px solid;
	background-color: #CCCCCC;
	margin: 2px 2px 2px 2px;
	overflow: auto;
	color:#000000;
}

.FileManager_MessageBox
{
	text-align: center;
	vertical-align: middle;
	background-color: #CCCCCC;
	padding: 25px 25px 25px 25px;
	color:#000000;
}

.FileManager_Header
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #CCCCCC;
	background-color: #666666;
	border-bottom: #696969 1px solid;
	height: 25px;
}

.FileManager_Pager
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	background-color: #EEEEEE;
	border-top: #696969 1px solid;
	height: 25px;
	color:#000000;
}

.FileManager_StatusBar
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	background-color: #dedfde;
	height: 25px;
	margin: 2px 2px 2px 2px;
	color:#000000;
}

.FileManager_Item
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	background-color: #333333;
	border-top: black 1px dashed;
	border-bottom: black 1px dashed;
	color:#000000;
}

.FileManager_AltItem
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: Black;
	background-color: #666666;
	border-style: none;
}
.FileManager_SelItem
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: black;
	background-color: #99ffff;
	border-style: none;
}

.FileManagerTreeNode
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
}

.FileManagerTreeNodeSelected
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	background-color: #dcdcdc;
}

A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link
{
	text-decoration: none;
	color: #333333;
}

A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited
{
	text-decoration: none;
	color: #333333;
}

A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover
{
	text-decoration: none;
	color: #ff0000;
}

A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active
{
	text-decoration: none;
	color: #333333;
}
/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message {
}
/* style of item titles by Announcements and events */
.ItemTitle {
}
/* Module Title Menu */

.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid;
	border-left: blue 0px solid;
	border-top: blue 0px solid;
	border-right: blue 0px solid;
}
.ModuleTitle_MenuBar {
	cursor: pointer;
	height: 16;
	background-color: Transparent;
}
.ModuleTitle_MenuItem {
	cursor: pointer;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	border-left: white 0px solid;
	border-bottom: white 1px solid;
	border-top: white 1px solid;
	border-right: white 0px solid;
	background-color: Transparent;
}
.ModuleTitle_MenuIcon {
	cursor: pointer;
	background-color: #EEEEEE;
	border-left: #EEEEEE 1px solid;
	border-bottom: #EEEEEE 1px solid;
	border-top: #EEEEEE 1px solid;
	text-align: center;
	width: 15px;
	height: 21px;
}
.ModuleTitle_SubMenu {
	z-index: 1000;
	cursor: pointer;
	background-color: #FFFFFF;
	border-bottom: #FFFFFF 0px solid;
	border-left: #FFFFFF 0px solid;
	border-top: #FFFFFF 0px solid;
	border-right: #FFFFFF 0px solid;
}
.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid;
	border-left: #EEEEEE 0px solid;
	border-top: #EEEEEE 1px solid;
	border-right: #EEEEEE 0px solid;
	background-color: #EEEEEE;
	height: 1px;
}
.ModuleTitle_MenuItemSel {
	cursor: pointer;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: #C1D2EE;
}
.ModuleTitle_MenuArrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	border-right: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	border-top: #FFFFFF 0px solid;
}
.ModuleTitle_RootMenuArrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
}
/* ------------ Solepartmenu CSS ------------ */
/* Main Menu */
/* CSS Document */
/* Main Menu */
.MainMenu_MenuContainer {
	/*	margin-left:700; */

	background-color: transparent;
	padding-left: 0px;
	height:22px;
	width:10px;
}
.MainMenu_MenuItemSel {
	background-color: transparent;
	font-weight: normal;
	font-style: normal;
	font-family: Arial, Helvetica, Tahoma;
	font-size: 12px;
	color: black;
	
}
.MainMenu_MenuItem {
	border:0;
	cursor: pointer;
	cursor: hand;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background-color: #504e4f;
	font-family: Arial;
	height:30px;
	
	
}
.MainMenu_MenuItemActive {
	cursor: pointer;
	cursor: hand;
	color: #000000;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-family: Arial;
}
.MainMenu_MenuIcon {
	text-align: center;
	width: 0px;
	border:0;
	height: 22px;
	background-color: #504e4f;
	
}
.submenuitemselected {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	padding-left: 1px;
	Margin: 0px;
	background-color: #666666;
}
.MainMenu_SubMenu {
	margin-top: 0;
	margin-left: 0px;
	height: 32px;
	border:0;
}
.MainMenu_MenuBreak {
	border: 0px;
	background-color: Transparent;
	height: 0px;
	width:0px;
}
.MainMenu_MenuArrow {
	font-family: Arial, Helvetica, sans-serif;
	width:3px;
	border:0;
}
.MainMenu_MenuBar {
	cursor: hand;
	height: 22px;
	background-color: transparent;
}
/* ------- up status ------ */
.MainMenu_MenuItem TD {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	height: 32px;
	padding:0;
	
	
	
}
.MainMenu_MenuItem TD DIV {
/*padding: 0 13 0 0;
	margin: 13 0 0 0;
	_margin: -14 0 0 0;*/
	
}
.MainMenu_MenuItem TD DIV DIV {
/*padding: 0 0 0 13;
	margin: 0 0 -20 0;
	margin: -14 0 0 0;*/
	
}
.MainMenu_MenuItem TD DIV DIV DIV {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	height: 22px;/*padding: 5 5 0 5;
	line-height: 1;
	margin: -13 0 -13 0;*/
	
}
/* ------- over status ------ */
.MainMenu_MenuSelected TD {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	height: 22px;
	background-color: #666666;
	
	
}
.MainMenu_MenuSelected TD DIV {
/*padding: 0 13 0 0;
	margin: 13 0 0 0;
	_margin: -14 0 0 0;*/
}
.MainMenu_MenuSelected TD DIV DIV {
/*padding: 0 0 0 13;
	margin: 0 0 -20 0;
	_margin: -14 0 0 0;*/
}
.MainMenu_MenuSelected TD DIV DIV DIV {
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	height: 22px;/*padding: 5 5 0 5;
	line-height: 1;
	margin: -13 0 -13 0;*/
}
/* ------- Active status ------ */
.MainMenu_MenuSelectedRoot TD {
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	
}
.MainMenu_MenuSelectedRoot TD DIV {
/*padding: 0 13 0 0;
	margin: 13 0 0 0;
	_margin: -14 0 0 0;*/
}
.MainMenu_MenuSelectedRoot TD DIV DIV {
/*padding: 0 0 0 13;
	margin: 0 0 -20 0;
	_margin: -14 0 0 0;*/
}
.MainMenu_MenuSelectedRoot TD DIV DIV DIV {
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	height: 22px;/*padding: 5 5 0 5;
	line-height: 1;
	margin: -13 0 -13 0;*/
}
/* Login Styles */
.LoginPanel {
}
.LoginTabGroup {
}
.LoginTab {
}
.LoginTabSelected {
}
.LoginTabHover {
}
.LoginContainerGroup {
}
.LoginContainer {
}
img {
	border:none;
}
#page {
	width:100%;
	
	background-image:  url(images/topltback.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	float:left;
}
.bottompane {
	-moz-box-sizing:border-box; 
	box-sizing:border-box; 
	-webkit-box-sizing:border-box; 
	box-sizing:border-box; 
	clear: both;
	/*height:100%;*/
	width:792px;
	border-top:#1b1b1b 5px solid;
	/*border-left:#1b1b1b 15px solid;
	border-right:#1b1b1b 15px solid;*/
	background-color:#1b1b1b;
	margin:0px;
	float:left;
	padding-right: 15px;
	padding-left: 15px;
	display:inline-block;
}
#hd {
	/*background-color:#000000;*/
	margin:0px;
	padding:0px;
}
#logopane {
	height:72px;
	width:28%;
	margin:0px;
	float:left;
	vertical-align: bottom;
	padding-top: 20px;
	margin-right: 10px;
}
#hfrt {
	height:92px;
	width:240px;
	margin:0px;
	padding:0px;
	float:left;
	text-align: center;
	vertical-align: bottom;
	font-style: normal;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#banner {
	height:92px;
	width:320px;
	margin:0px;
	padding:0px;
	float:left;
/*	background-image: url(images/people-image.gif);
	background-repeat: no-repeat;
	vertical-align: bottom;*/
}
#menu {
	height:63px;
	width:100%;
	/*background-color:#555544;*/
	margin:0px;
	padding:0px;
	float:left;
	
}
#menulft {
	height:63px;
	width:32px;
	/*background-color:#123456;*/
	margin:0px;
	padding:0px;
	float:left;
/*	display: table-cell;*/
}
#menumid {
	height:63px;
	width:91%;
	/*background-color:#333333;*/
	margin:0px;
	padding:0px;
	float:left;
	background-image: url(images/menu-silver-repeat.gif);
	background-repeat: repeat-x;
/*	display: table-cell;*/
	vertical-align: middle;
	padding-top: 23px;
	text-align: center;
	text-align: -moz-center;
}
#menurht {
	height:63px;
	width:34px;
	/*background-color:#aaaaaa;*/
	margin:0px;
	padding:0px;
	float:left
}
#bc {
	/*height:15px;*/
	width:794px;
	background-color:#1b1b1b;
	margin:0px;
	padding:0px;
	float:left;
	border-top:solid 5px #1b1b1b;
	/*vertical-align: middle;*/
}
.bd {
	clear:both;
	width:794px;
	/*height:100%;*/
	background-color:1b1b1b;
	
	/*background-image: url(Images/containerbck.jpg);
	background-repeat: repeat;*/
	/*position: relative;*/
	float:left;
	padding-top: 5px;
}
#breadcrumb {
	/*height:15px;*/
	width:84%;
	background-color:#1b1b1b;
	margin:0px;
	padding:0px;
	float:left;
	vertical-align: middle;
	color:#FFFFFF;
}
#user {
	height:20px;
	width:25%;
	background-color:transparent;
	margin:0px;
	padding:0px;
	float:left;
	vertical-align: middle;
	padding-left: 20px;
}
#date {
	height:15px;
	width:15%;
	background-color:#1b1b1b;
	margin:0px;
	padding:0px;
	float:right;
	vertical-align: middle;
}
.toppane {
	
	clear:both;
	width:792px;
	border-top:#1b1b1b 1px solid;
	/*border-right: #1b1b1b 15px solid;*/
	/*border-left: #1b1b1b 15px solid;*/
	background-color:#1b1b1b;
	margin:0px;
	padding-right: 15px;
	padding-left: 15px;
	float:left;
	
}
#Contentpane {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	clear:both;
	background-color:#1b1b1b;
	border-top:#1b1b1b 0px solid;
/*	border-right: #1b1b1b 15px solid;
	border-left: #1b1b1b 15px solid;*/
	margin:0px;
	padding-right: 15px;
	padding-left: 15px;
	float:left;
	width:792px;
	/*height: 100%;*/
}
.RightPane {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background-color:#1b1b1b;
/*	border-top:#1b1b1b 5px solid;*/
/*	border-left:#1b1b1b 10px solid;*/
	margin:0px;
/*	padding-right: 15px;*/
/*	padding-left: 15px;*/
	width:26%;
	/*height: 100%;*/
	float:left;
	/*display: inline;*/
	overflow: hidden;
}
#secondaryFull {
	background-color:#1b1b1b;
	border-top:#1b1b1b 10px solid;
	margin:0px;
	padding:0px;
}
#ft {
	height:50px;
	background-color:transparent;
	border-top:transparent 2px solid;
	margin:0px;
	padding:0px;
	float:left;
	text-align: center;
	width:99%;
}
#Copywritecode {
	height:25px;
	/*background-color:#000000;*/
	border-top:transparent 2px solid;
	/*border-right: #000000 15px solid;
	border-left: #000000 15px solid;*/
	margin:0px;
	padding:0px;
	float:left;
}
#ftbreadcrumb {
	height:22px;
	/*background-color:#000000;*/
	/*border-right: #000000 15px solid;
	border-left: #000000 15px solid;*/
	border-top:transparent 5px solid;
	margin:0px;
	padding:0px;
	float:left;
	width:70%;
}
#bottomborder {
	
	height:36px;
	/*background-color:#334455;*/
	border-top:#1b1b1b 1px solid;
	margin:0px;
	padding:0px;
	width:795px;
	float:left;
}
.googleAds {
	text-align:center;
}
a:visited {
	text-decoration: underline;
	font-size: 12px;
	color: #CCCCCC;
}
a:hover {
	color:#FFFFCC;
	font-size: 12px;
	text-decoration: underline;
}
.dnnlinks, a:link.dnnlinks, a:visited.dnnlinks,  a:hover.dnnlinks {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color:#FFFFFF;
	text-align:center;
	text-decoration: underline;
}
.usercntrl {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color:#FFFFFF;
}
a:link {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color:#FFFFFF;
	text-decoration: underline;
}
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/


#ft {
	clear:both;
}
#mainbody {
	margin:0 auto;
	text-align:left;
	width:800px;
}
/*.yui-b {
	position:relative;
	width:99%;
	float:left;
}*/

/*#dnn_contentpane .yui-b {
	position:relative;
	padding-left: 25px;
	padding-right: 25px;
	background-color: green;
	width:65%;
	float:left;
}*/
#dnn_contentpane {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background-color:#1b1b1b;
	width:70.9%;
	padding-right: 15px;
	padding-left: 15px;
	/*border-left: solid #1b1b1b 20px;
	border-right: solid #1b1b1b 2px;*/
	/*border-top:#1b1b1b 1px solid;*/
	float:left;/*background-color: red;*/
}

