/*
================================
Arena3 Specific Skins
================================
*/
body
{
	margin:0px;
	margin-top:10px;
	padding:0px;
	height:100%;
	background:#003366;
}

.Background_Mouse {
	background-attachment: scroll;
	background-image: url(images/Background_Mouse.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top:10px;
	position:relative;
}

.Main_Table {
	position:relative;
	margin:auto;
	background-image: url(images/Background.jpg);
	background-color:#DFFBFF;
width:989px;
}

.menuBackground {
	background-image: url(images/Background_Menu.jpg);
}

.menuContainer {
	background-image: url(images/NavBar_Back.png);
	background-repeat: repeat;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top: 0px;
        line-height:1.3em;
}

.Footer
{
	margin: auto;
	padding-top:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #008BCE;
	padding-bottom:10px;
	background: #003366;
  }
  
  .Footer a, .Footer a:visited, #dnn_dnnLOGIN_cmdLogin
  {
  color: #008BCE;
  text-decoration:none;
  font-weight: normal;
  }

.content
{
	vertical-align:top;
	width:750px;
	text-align:justify;
}

.content a, .content a:visited
{
	text-decoration:none;
	color:#0077BF;
	font-weight: bold;
}

.content a:hover  {
	color: #CC0000;
}

.footnote
{
font-size: 10px;
color: #808080;
}

.paddedBorder
{
border: 1px solid black;
padding: 3px 3px 3px 3px;
}

.Head, h1 {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 25px;
	color: #0077BF;
	margin-bottom: 0px;
	text-align:left;
}
h2, h2 a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #0099CC;
	margin-top:0px;
	margin-bottom: 0px;
	text-decoration:none;
	text-align:left;
}
#Background_Base {
	position: absolute;
	left: 0px;
	bottom: 0px;
	clear:both;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #003366;
	font-weight: bold;
	margin: 0px;
}

/* 
================================
Skin styles for DotNetNuke
================================
*/ 

.contentpane
{
	background-color: #003366;
}
.ControlPanel
{
	background: #fff;
	width: 96%;
	margin-bottom:5px;
/*	background-color: transparent;*/
}



.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:17px;
	background-color: Transparent;
}
.MainMenu_MenuItem, .MainMenu_MenuItemSel {
        padding-right:10px;
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt; 
	font-weight: bold;  
	background-color: Transparent;
}
.MainMenu_MenuIcon {
	display:none;
}
.MainMenu_SubMenu {
        background-color: #069;
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
}


/* Item being hovered over. */
.MainMenu_MenuItemSel {
color:yellow;
}









