﻿/* 
================================
Skin styles for DotNetNuke
================================
*/
.controlpanel {
	width: 100%;
	background-color: #FFF;
	border-width: 0px;
	color: #E1009D;
}
.ControlPanel  { 
	background-color: #000;
}
Body {
	background-color: #000;
	color: #fff;
}
.cpwrapper {
	width: 100%;
	text-align: center;
	background-color: #000000;
}
.admintd {
	text-align: center;
}
.cptable {
	height: 0px;
	background-color: #000;
}
.copyrighttd {
	text-align: left;
}
.logintd {
	text-align: right;
}
.medtd {
	text-align: center;
	vertical-align: top;
}	
.wrapper {
	width: 100%;
	height: 100%;
	background-color: #000000;
}
.menutd {
	text-align: left;
}
.menutd2 {
	text-align: right;
}
.imagelink {
	border-width: 0px;
	border-style: none;
}
.StandardButton {
	background: #fff none;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}
/*.TreeViewMenu {
	width: 175px;
	background-color: #E3E5E7; 
}
.TreeViewMenu_Header {
	background-color: #E0009D;
}*/
.SkinItemWhite {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9pt;
}
A.SkinItemWhite:link {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9pt;
}
A.SkinItemWhite:visited {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9pt;
}
A.SkinItemWhite:active {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9pt;
}
A.SkinItemWhite:hover {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	font-size: 9pt;
}
.SkinItemWhiteSmall {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 8pt;
}
A.SkinItemWhiteSmall:link {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 8pt;
}
A.SkinItemWhiteSmall:visited {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 8pt;
}
A.SkinItemWhiteSmall:active {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 8pt;
}
A.SkinItemWhiteSmall:hover {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	font-size: 8pt;
}

/*---------------
Generic Styles
---------------*/

.Head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
}
.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	{
	color: #FFFFFF;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {
	color: #000;
}

/* 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 {
	color: #FFFFFF;
	text-decoration: none;
}

A.CommandButton:visited  {
	color: #FFFFFF;
	text-decoration: none;
}

A.CommandButton:active   {
	color: #FFFFFF;
	text-decoration: none;
}

A.CommandButton:hover    {
	color: #FFFFFF;
	text-decoration: underline;
}

A:link {
	color: #FFFFFF;
	text-decoration: none;
}

A:visited {
	color: #FFFFFF;
	text-decoration: none;
}

A:active {
	color: #FFFFFF;
	text-decoration: none;
}

A:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
}
.MainMenu_MenuContainer {
	background-color: transparent;
	height: 35px;
}
.MainMenu_MenuBar {
	cursor: pointer;
	cursor: hand;
	height: 35px;
	background-color: Transparent;
	align: right;
}
.MainMenu_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
	border-left: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-right: #000000 0px solid;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: Transparent;
	font-family: Arial, Helvetica, sans-serif;
}
.MainMenu_MenuIcon {
	background-color: #000;
	border-left: #cad5ea 0px solid; 
	border-bottom: #cad5ea 0px solid; 
	border-top: #cad5ea 0px solid; 
	cursor: pointer;
	cursor: hand;
	text-align: center;
	width: 15px;
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #000;
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=1);
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: #BEBA9A;
}
.MainMenu_MenuArrow  {
	border-right: #FFF 0px solid; 
	border-bottom: #FFF 0px solid; 
	border-top: #FFF 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* lightbox stuff*/

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(lightbox/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(lightbox/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Arial, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
}

#imageData{	padding:0 11px; color: #000; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
