/* 
================================
Skin styles for DotNetNuke
================================
*/   

.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.topnavpane {
    background: url(navigation.jpg) no-repeat; 
    padding: 0px;
	height:54px;
	overflow: hidden;
}
.topnav {
    padding: 28px 0px 0px 0px;
    text-align: center;
    font-size: 1.2em;
}
#maincontent {
    background: url(contentbackground.gif) repeat-y;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background: url(contenteagle.gif) no-repeat top left;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 400px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 15px;
	padding-top: 6px;
}
.bottompane {
background: url(bottompane.jpg) no-repeat;
	width: 100%;
	padding-left: 6px;
	padding-right: 4px;
	height: 39px;
	overflow: hidden;
}
.logopane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.newspane {
	background-color: transparent;
	padding: 0px;
}
.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-size: 1.2em; 
	font-weight: normal; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Verdana, Arial, Helvetica; 
        white-space: nowrap;  /*Word wrapping menu item now optional*/
        padding: 1px 3px 3px 1px;	
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-size: 1.2em; 
	font-weight: normal; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Verdana, Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 15px 0px 5px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover {  
	background-color: none;
	color: #978044;
}

.main_dnnmenu_itemhover td {  
	background: none; 
}

.main_dnnmenu_submenu {
	background-color: #054b26;  
	color: #ffffff;
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 

	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}


.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dfe5f2;

}
.Head {
   font-family: Verdana, Arial, Helvetica;
   font-size:  1.2em;
   font-weight: bold;
   color: #ffffff;
}

.Head2 {
   font-family: Verdana, Arial, Helvetica;
   font-size:  1em;
   font-weight: normal;
   color: #ffffff;
}


/*  Common   */

body, table, td, p, div, .normal  {
font-family: Arial, Helvetica, sans-serif;
color: #ffffff;
font-size: 13px;
}

body 
{
    background-color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: center; /* IE 5.5 hack */
}

h1
{
    font-size: 1.4em;
    margin: 5px 0px 10px 0px;
    padding: 0px;
    
}

h2 
{
    font-size: 1.2em;
    margin: 10px 0px 10px 0px;
    padding: 0px;
}


/* Links */

a, a:link, a:visited {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}

a:hover, a:active {
	text-decoration: none;
	color: #ffffff;
}

.topnav a, .topnav a:link, .topnav a:visited {
	font-size: inherit; 
	font-weight: normal; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Verdana, Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 15px 0px 15px;   /*explicitly set padding for root menu items*/
	color: #ffffff;
	text-decoration: none;
	text-align: left;
}

.topnav a:hover, .topnav a:active {
	text-decoration: none;
	color: #978044;
	background: none;
}

.lefnav a, .lefnav a:link, .lefnav a:visited {
	color: #ffffff;
	text-decoration: underline;
	text-align: left;
	background: none;
	font-weight: bold;
	font-size: .8em;
}

.lefnav a:hover, .lefnav a:active {
	text-decoration: none;
	color: #ffffff;
	background: none;
}


/* Structure */

div#outer {    
	width: 872px;        
	margin-top: 0px;    
	margin-bottom: 0px;    
	margin-left: auto;    
	margin-right: auto;    
	padding: 0px 0px 0px 0px;
	text-align: left;  /* IE 5.5 hack part II */
}

div#header {    
	padding: 0px;    
	margin: 0px;    
	text-align: center;
}

div.clear 
{
    padding: 0px;
    margin: 0px;
    clear: both;
}

div#footer 
{   
	padding: 0px 0px 0px 15px;
	margin: 0px;
	width: 872px;
    font-size:.7em;
    color: #ffffff;
    text-align: center;
}


/* NukeNews Module */ 


.viewnewspostedby 
{
	font-family:Tahoma, Arial;
	font-weight:bold;
	font-size:14px;
	color:black;	
	padding: 0px 0px 0px 5px;
}


.newstitle
{
	font-family:Tahoma, Arial;
	font-weight:normal;
	font-size:16px;
	color:#000000;	
}


.newspostdate
{
	font-family:Tahoma, Arial;
	font-weight:normal;
	font-size:12px;
	color:black;	
}
  
  .NukeNews_Item
  {
  	background-color:transparent;
  	padding: 5px 0px 5px 0px;
  }
  
  .NukeNews_AltItem
  {
  	background-color: transparent;
  	padding: 5px 0px 5px 0px;
}

.newsreadmore:link, .newsreadmore:active, .newsreadmore:visited, .viewnewsreturn:link, .viewnewsreturn:active, .viewnewsreturn:visited
{
	font-family:Tahoma, Arial;
	font-weight:bold;
	font-size:11px;
	text-decoration: underline;
	color:white;
}

.newsreadmore:hover, .viewnewsreturn:hover
{
	font-family:Tahoma, Arial;
	font-weight:bold;
	font-size:11px;
	color:white;
	text-decoration: none;
}

.FileManager_Item {
	background: black;
}


.FileManager_AltItem {
	background: gray;
}
.FileManager_Pager {
	
	background: gray;
}

