/* 
================================
Skin styles for DotNetNuke
================================
*/  
html {
	background-color: #fff;
	margin: 0;
} 
body {
	margin: 0;
	height: 100%;
}
#form {
	margin:0;
	height: 100%;
}
.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #fefefe;
}
.skinmaster {
	height: 100%;
	background-color: #fff;
	border-right: #fff 1px solid; 
	border-top: #fff 1px solid;
	border-left: #fff 1px solid;
	border-bottom: #fff 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px; 
}
.skinpadder {
	padding-left: 17px;
	padding-top: 17px;
}
.skinheader {
	background-image: url(software_bg.jpg);
	background-repeat: repeat-x;
	height: 153px;
}
.skingradient {
	height:10px;
}
.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.bordertop {
	background-image: url(toptile.jpg);
	background-repeat: repeat-x;
}
.borderleft {
	background-image: url(lefttile.jpg);
	background-repeat: repeat-y;
}
.borderright {
	background-image: url(righttile.jpg);
	background-repeat: repeat-y;
}
.borderbottom {
	background-image: url(bottomtile.jpg);
	background-repeat: repeat-x;
}
.corkbg {
	background-image: url(board_bg.jpg);
}
.cooler {
	background-image: url(cooler.jpg);
	background-repeat: no-repeat;
}
.coolerbg {
	background-image: url(cooler_bg.jpg);
	background-repeat: repeat-y;
}
.toppane {
	width: 100%;
	background-color: transparent;
}
.leftpane {
	background-color: transparent;
}
.contentpane {
	width:90%;
	background-color: transparent;
}
.contentpane1 {
	background-color: transparent;
}
.contentpane2 {
	background-color: transparent;
}
.contentpane3 {
	background-color: transparent;
}
.contentpane4 {
	background-color: transparent;
}
.contentpane5 {
	background-color: transparent;
}
.rightpane {
	background-color: transparent;
}
.bottompane {
	width: 100%;
	background-color: transparent;
}
.menucell {
	background-image: url(menu_bg.jpg);
	background-repeat: repeat-y;
	padding-left: 8px;
	padding-right: 10px;
	white-space: nowrap;
}
.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: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, 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: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 12px 0px 5px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover {  
	background-color: #be2c0d; 
}

.main_dnnmenu_itemhover td {  
	background-color: #f29b1d; 
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #be2c0d;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	border-right: #be2c0d 1px solid; 
	border-bottom: #be2c0d 1px solid; 
	border-top: #be2c0d 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
  background: #f19a1d none; 
  color: black;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
  border-top: 2px solid #f2c380;
  border-left: 2px solid #f2c380;
  border-right: 2px solid #c27b17;
  border-bottom: 2px solid #c27b17;
}
.TreeViewMenu {
	width: 155px;
	color: #b52635;
	font-weight: bold;
}
.TreeViewMenu .Normal {
	font-weight: bold;
	font-size: 10pt;
}
.TreeViewMenu div span img{
  display: none;
}
.TreeViewMenu div {
  padding-right: 3px;
}
.TreeViewMenu_Header {
	display: none;
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #333333;
}
blockquote {
	font-family: Tahoma, Arial, Helvetica;
}
.code {
	background-color:#FBEDBB;
	border:1px solid #CF8E5A;
	font-family: "Courier New", Courier, monospace;
	overflow:auto !important;
	padding:7pt;
}

A:link  {
    text-decoration:    underline;
    color:  #af160d;
	 font-weight: bold;
}
A:visited   {
    text-decoration:    none;
    color: #af160d;
	 font-weight: bold;
}
A:active    {
    text-decoration:    none;
    color:  #af160d;
	 font-weight: bold;
}
A:hover {
    text-decoration:    underline;
    color: #E83A31;
	 font-weight: bold;
}

/* hyperlink style for search button in menubar */
.skingradient .SkinObject {
	text-decoration:    none;
	color: #000;
}
.skingradient A.SkinObject:link {
	text-decoration:    none;
	color: #000;
}
.skingradient A.SkinObject:visited  {
	text-decoration:    none;
	color: #000;
}
.skingradient A.SkinObject:active   {
	text-decoration:    none;
	color: #000;
}
.skingradient A.SkinObject:hover    {
	text-decoration:    none;
	color: #af160d;
}

/* hyperlink style for text links in control panel */
.controlpanel .CommandButton {
    color: #af160d;
}
.controlpanel A.CommandButton:link {
    color: #af160d;
}
.controlpanel A.CommandButton:visited  {
    color: #af160d;
}
.controlpanel A.CommandButton:active   {
    color: #af160d;
}
.controlpanel A.CommandButton:hover    {
    color: #E83A31;
}

/* hyperlink style for text links in control panel */
.CommandButton {
    color: #af160d;
}
A.CommandButton:link {
    color: #af160d;
}
A.CommandButton:visited  {
    color: #af160d;
}
A.CommandButton:active   {
    color: #af160d;
}
A.CommandButton:hover    {
    color: #E83A31;
}

/* hyperlink style for search button in footer */
.footer Span {
	color: #af160d;
}
.footer A {
	text-decoration:    none;
	color: #af160d;
}
.footer A:link {
	text-decoration:    none;
	color: #af160d;
}
.footer A:visited  {
	text-decoration:    none;
	color: #af160d;
}
.footer A:active   {
	text-decoration:    none;
	color: #af160d;
}
.footer A:hover    {
	text-decoration:    none;
	color: #E83A31;
}





/* GALLERY */
ul#gallery { margin: 0px 0px 0px 0px; padding:0px; height:10px; width: 100%; list-style:none; position:relative;}
ul#gallery li {background-color: white; border:1px solid #999; width:100px; display:block; float:left; margin-top:8px; margin-right:8px;}
ul#gallery li:hover ul, ul#gallery li.sfhover ul { top:auto; left:0; }
ul#gallery li a {margin:0px; border:0px solid #fff; padding:0px; position:relative; float:left; display:block; width:100px; height:75px; }
ul#gallery li a:hover { z-index:2; }
ul#gallery li a img {position:absolute; width:100px; height:75px; }
ul#gallery li a:hover img, ul#gallery li ul#gallery li a:focus img { width:200px; height:150px; left:-50px; top:-37px; z-index:1; border:3px solid #999; }

/* LIGHTBOX CONTROL */
#lightbox { background-color:#000;padding:20px 20px 5px 20px;}
#lightboxDetails { padding-top:5px; }	
#lightboxCaption { float:left; color:#fff; font-size:11px; font-family: Tahoma, Arial, Helvetica, sans-serif;}
#keyboardMsg { float:right; }
#keyboardMsg a {font-family: Tahoma, Arial, Helvetica, sans-serif; color:#fff; text-decoration:none; letter-spacing:2px; text-transform:uppercase; font-weight:bold; }
#lightbox img { border:none; } 
#overlay img { border:none;}
#overlay { background-image: url(bigredload.gif); background-repeat: no-repeat; background-position: center; border:none; background-color: Black; filter:alpha(opacity=75);-moz-opacity:.75;opacity:.75;" }


.DnnModule {
	height: auto;	
}


