/* 
================================
Skin styles for DotNetNuke
================================
*/	
html {height:100%}
body {height:100%; margin:0px;}
hr {border-bottom:1px dotted #CCCCCC;}
.pagemaster {
	width:100%;
	height:100%;	
	background-color:#CCCCCC;
	padding:0px;
	margin:0px;	
	margin-bottom:-19px;
}
.skinmaster {
	height:100%;
	background-color:transparent;
	border:0px; 
}
/* Box Frame */
.top { width:100%; height:100%; background-image:url(top.gif); background-repeat:repeat-x; background-position:top; background-color:#FFFFFF;}
.top-left { width:100%; height:100%; background-image:url(top_left.gif); background-repeat:no-repeat; background-position:top left; background-color:transparent;}
.top-right { width:100%; height:100%; background-image:url(top_right.gif); background-repeat:no-repeat; background-position:top right; background-color:transparent;}
.left { width:100%; height:100%; background-image:url(left.gif); background-position:left; background-repeat:repeat-y; background-color:transparent;}
.right { width:100%; height:100%; background-image:url(right.gif); background-position:right; background-repeat:repeat-y; background-color:transparent;}
.bottom { width:100%; height:100%; background-image:url(bottom.gif); background-repeat:repeat-x; background-position:bottom; background-color:transparent;}
.bottom-left { width:100%; height:100%; background-image:url(bottom_left.gif); background-position:bottom left; background-repeat:no-repeat; background-color:transparent;}
.bottom-right { width:100%; height:100%; background-image:url(bottom_right.gif); background-position:bottom right; background-repeat:no-repeat; background-color:transparent; padding:11px; padding-bottom:6px;}

.controlpanel {
	border-top:#CCCCCC 0px solid;
	border-right:#CCCCCC 0px solid;
	border-left:#CCCCCC 0px solid;
	border-bottom:#CCCCCC 0px solid;
	padding:5px;
	height:1px;
}
.logo {
	padding:15px;
	height:100px;
}
.back {
	background-image:url(back_header.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#ffffff;
	height:182px;
	margin-top:3px;
}
.header {
	background-image:url(header.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	padding:5px;
	margin:0px;
	background-color:transparent;
	height:182px;
}
.toppane {
	width:100%;
	height:1px;
	background-color:transparent;
	padding:0px;
}
.contentpane {
	width:100%;
	background-color:transparent;
	padding:0px;
	margin:0px;
}
.leftpane {
	background-color:transparent;
	padding:0px;
	margin:0px;
}
.rightpane {
	background-color:transparent;
	padding:0px;
	margin:0px;
}
.midpane {
	background-color:transparent;
	padding:0px;
	margin:0px;
}
.bottompane {
	width:100%;
	background-color:transparent;
	padding:0px;
	padding-bottom:10px;
}
/* begin of menu*/
.menubg {
	padding:0px;
	margin:0px;
	background-image:url(bar.gif);
	background-repeat:repeat-x;
	height:37px;
	white-space:nowrap;
	width:100%;
	background-color:#7E4DB9;
}
.MainMenu_MenuContainer {
	background-color:Transparent;
	width:100%;
	height:37px;
}
.MainMenu_MenuBar {
	cursor:pointer; 
	cursor:hand;
	height:37px;
	background-color:Transparent;
	width:100%;
}
.MainMenu_MenuItem {
	border-left:#7E4DB9 0px solid; 
	border-bottom:#7E4DB9 0px solid;
	border-top:#7E4DB9 0px solid; 
	border-right:#7E4DB9 0px solid;
	cursor:pointer; 
	cursor:hand; 
	color:#FFFFFF; 
	font-size:12px; 
	font-style:normal;
	font-weight:normal; 
	background-color:Transparent;
	font-family:Arial, Helvetica, sans-serif;
	height:27px;
}
.MainMenu_MenuItemSel {
	border-left:#7E4DB9 0px solid; 
	border-bottom:#7E4DB9 0px solid;
	border-top:#7E4DB9 0px solid; 
	border-right:#7E4DB9 0px solid;
	cursor:pointer;
	cursor:hand; 
	color:#FFFFFF; 
	font-size:12px; 
	font-style:normal;
	font-weight:normal; 
	background-color:Transparent;
	font-family:Arial, Helvetica, sans-serif;
	height:27px;
}
.MainMenu_MenuItemAct {
	border-left:#7E4DB9 0px solid; 
	border-bottom:#7E4DB9 0px solid;
	border-top:#7E4DB9 0px solid; 
	border-right:#7E4DB9 0px solid;
	cursor:pointer; 
	cursor:hand; 
	color:#FFFFFF; 
	font-size:12px; 
	font-style:normal;
	font-weight:normal; 
	background-color:Transparent;
	font-family:Arial, Helvetica, sans-serif;
	height:27px;
}
.MainMenu_MenuIcon {
	background-color:transparent; 
	border-right:#7E4DB9 0px solid; 
	border-left:#7E4DB9 0px solid; 
	border-bottom:#7E4DB9 0px solid; 
	border-top:#7E4DB9 0px solid; 
	cursor:pointer; 
	cursor:hand; 
	text-align:center; 
	width:3px;
	height:21px;
	height:27px;
}
.submenuitemselect {
	color:#FFFFFF;
	background-image:url(bar.gif);
	background-repeat:repeat-x;
	background-position:center;
}
.MainMenu_SubMenu {
	margin-top:1px;
	margin-left:2px;
	background-color:#7E4DB9;
	color:#FFFFFF;
	z-index:1000; 
	cursor:pointer; 
	cursor:hand; 
	border-top:#7E4DB9 0px solid;
	border-right:#7E4DB9 0px solid;
	border-left:#7E4DB9 0px solid;
	border-bottom:#7E4DB9 0px solid;
}
.MainMenu_MenuBreak {
	border-bottom:#7E4DB9 0px solid; 
	border-left:#7E4DB9 0px solid; 
	border-top:#7E4DB9 0px solid;	
	border-right:#7E4DB9 0px solid; 
	background-color:transparent; 
	height:0px;
}
.MainMenu_MenuArrow {
	border-right:#7E4DB9 0px solid; 
	border-bottom:#7E4DB9 0px solid; 
	border-top:#7E4DB9 0px solid;
	border-left:#7E4DB9 0px solid;
	font-family:webdings; 
	font-size:12px; 
	cursor:pointer; 
	cursor:hand; 
	width:7px;
}
.MainMenu_RootMenuArrow {
	font-family:webdings; 
	font-size:12px; 
	cursor:pointer; 
	cursor:hand;
}
.rootMenuItem TD{ 
	cursor:pointer; 
	cursor:hand; 
	color:#FFFFFF; 
	font-size:12px; 
	font-style:normal;
	font-weight:bold; 
	font-family:Arial, Helvetica, sans-serif;
	padding-left:14px;
	padding-right:15px;
	height:37px;
	width:1px !important; /*moz width*/
	width: 100%; /*IE width*/
	white-space:nowrap !important;
} 
.rootmenuitemactive TD{ 
	cursor:pointer; 
	cursor:hand; 
	color:#000000; 
	font-size:12px; 
	font-style:normal;
	font-weight:bold; 
	background-color:transparent;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:14px;
	padding-right:15px;
	height:37px;
	width:1px !important; /*moz width*/
	width: 100%; /*IE width*/
	white-space:nowrap !important;
}
.rootmenuitemselected TD{ 
	cursor:pointer; 
	cursor:hand; 
	color:#FFFFFF; 
	font-size:12px; 
	font-style:normal;
	font-weight:bold; 
	background-image:url(menu_on.gif);
	background-repeat:no-repeat;
	background-position:center top;
	background-color:transparent;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:14px;
	padding-right:15px;
	height:37px;
	width:1px !important; /*moz width*/
	width: 100%; /*IE width*/
	white-space:nowrap !important;
}
.rootmenuitembreadcrumb TD{ 
	cursor:pointer; 
	cursor:hand; 
	color:#FFFFFF; 
	font-size:12px; 
	font-style:normal;
	font-weight:bold; 
	background-color:transparent;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:14px;
	padding-right:15px;
	height:37px;
	width:1px !important; /*moz width*/
	width: 100%; /*IE width*/
	white-space:nowrap !important;
}
/* end of menu*/
.StandardButton {
	background-color:#DADADA;
	border-top:#CCCCCC 1px solid;
	border-right:#666666 1px solid;
	border-left:#AAAAAA 1px solid;
	border-bottom:#666666 1px solid;
	filter:progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#FFFFFF,endColorStr=#BEBDBD);
	color:#000000;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	font-weight:normal;
	padding-top:1px;
	padding-bottom:1px;
	padding-left:3px;
	padding-right:3px;
	cursor:pointer;
	cursor:hand;
}
.TreeViewMenu {
	width:175px;
	background-color:#dfe5f2;
	border-right:#7994cb 1px solid; 
	border-top:#7994cb 1px solid; 
	border-left:#7994cb 1px solid; 
	border-bottom:#7994cb 1px solid; 
	moz-border-radius-bottomleft:15px; 
	moz-border-radius-bottomright:15px; 
	moz-border-radius-topleft:3px; 
	moz-border-radius-topright:3px;
}
.TreeViewMenu_Header {
	background-image:url(gradient_LtBlue.jpg);
}

/* Text Styles */
.subhead {
	font-family:Arial, Helvetica, sans-serif;
	color:#7E4DB9;
}
.normal {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:125%;
	color:#666666;
}
#banner .normal {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:100%;
	color:#FFFFFF;
}
.NormalTextBox {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}
H4	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#7E4DB9;
}
#banner H4	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#FFFF00;
}
H5	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#7E4DB9;
}
#banner H5	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFF00;
}
A:link, A:visited	 {
	font-family:Arial, Helvetica, sans-serif;
	color:#7E4DB9;
	text-decoration:none;
}
A:hover, A:active {
	font-family:Arial, Helvetica, sans-serif;
	color:#7E4DB9;
	text-decoration:underline;
}
#banner A:link, #banner A:visited	 {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFF00;
}
#banner A:hover, #banner A:active {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFF00;
	text-decoration:underline;
}

td.breadcrumbtxt {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:11px;
	font-weight:normal;
	padding:5px;
}
a.breadcrumbtxt:link, a.breadcrumbtxt:visited {
	font-family:Arial, Helvetica, sans-serif;
	color:#7E4DB9;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
}
a.breadcrumbtxt:hover, a.breadcrumbtxt:active {
	font-family:Arial, Helvetica, sans-serif;
	color:#7E4DB9;
	font-size:11px;
	font-weight:normal;
	text-decoration:underline;
}
td.logintxt {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:11px;
	font-weight:normal;
	padding-top:10px;
	padding-left:10px;
}
a.logintxt:link, a.logintxt:visited {
	font-family:Arial, Helvetica, sans-serif;
	color:#555555;
	font-size:11px;
	text-decoration:none;
	font-weight:normal;
	background-image:url(arrow_purple.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:18px;
	padding-right:10px;
}
a.logintxt:hover, a.logintxt:active {
	font-family:Arial, Helvetica, sans-serif;
	color:#BBBBBB;
	font-size:11px;
	text-decoration:none;
	font-weight:normal;
	background-image:url(arrow_silver.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:18px;
	padding-right:10px;
}
td.footertxt {
	font-family:Arial, Helvetica, sans-serif;
	color:#555555;
	font-size:11px;
	font-weight:normal;
	padding-top:10px;
	padding-left:10px;
}
a.footertxt:link, a.footertxt:visited, span.footertxt {
	font-family:Arial, Helvetica, sans-serif;
	color:#555555;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	background-image:url(arrow_footer.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:18px;
	padding-right:10px;
}
a.footertxt:hover, a.footertxt:active {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
	text-decoration:none;
	font-weight:normal;
	background-image:url(arrow_footer.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:18px;
	padding-right:10px;
}

/* System Styles */
.ModuleTitle_MenuItem {
	cursor:pointer; 
	cursor:hand; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3C3C3C; 
	border-left:white 0px solid; 
	border-bottom:white 1px solid; 
	border-top:white 1px solid; 
	border-right:white 0px solid;
	background-color:Transparent;
}
.ModuleTitle_MenuItemSel {
	cursor:pointer; 
	cursor:hand; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#DCDCDC;
	background-color:#5D5D5D;
}
.ModuleTitle_MenuIcon {
	cursor:pointer; 
	cursor:hand; 
	background-color:#5D5D5D; 
	border-left:#5D5D5D 1px solid; 
	border-bottom:#5D5D5D 1px solid; 
	border-top:#5D5D5D 1px solid; 
	text-align:center; 
	width:15px; 
	height:21px;
}
.ModuleTitle_SubMenu {
	z-index:1000; 
	cursor:pointer; 
	cursor:hand; 
	background-color:#FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom:#FFFFFF 0px solid; 
	border-left:#FFFFFF 0px solid; 
	border-top:#FFFFFF 0px solid; 
	border-right:#FFFFFF 0px solid;
}
.ModuleTitle_MenuBreak {
	border-bottom:#5D5D5D 1px solid; 
	border-left:#5D5D5D 0px solid; 
	border-top:#5D5D5D 1px solid;	
	border-right:#5D5D5D 0px solid; 
	background-color:#5D5D5D; 
	height:1px;
}
.ModuleTitle_MenuArrow {
	font-family:webdings; 
	font-size:10pt; 
	cursor:pointer; 
	cursor:hand; 
	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; 
	cursor:hand;
}

/* styles used in the file manager */
.FileManager {
	border-right:#DEDEDE 1px solid;
	border-top:#DEDEDE 1px solid;
	border-left:#DEDEDE 1px solid;
	border-bottom:#DEDEDE 1px solid;
	height:400px;
}
.FileManager_ToolBar {
	border-bottom:#DEDEDE 1px solid;
	height:25px;
	background-color:#DEDEDE;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#FEFEFE,endColorStr=#DEDEDE);
}
.FileManager_Explorer {
	height:100%;
	border:#DEDEDE 1px solid;
	background-color:#FFFFFF;
	margin:2px 2px 2px 2px;
}
.FileManager_FileList {
	height:100%;
	border:#DEDEDE 1px solid;
	background-color:White;
	margin:2px 2px 2px 2px;
	overflow:auto;
}
.FileManager_MessageBox {
	text-align:center;
	vertical-align:middle;
	background-color:White;
	padding:25px 25px 25px 25px;
}
.FileManager_Header {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#3C3C3C;
	background-color:#DEDEDE;
	border-bottom:#DEDEDE 1px solid;
	filter:progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#FEFEFE,endColorStr=#DEDEDE);
	height:25px;
}
.FileManager_Pager {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3C3C3C;
	font-weight:bold;
	background-color:#DEDEDE;
	filter:progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#FEFEFE,endColorStr=#DEDEDE);
	border-top:#DEDEDE 1px solid;
	height:25px;
}
.FileManager_StatusBar {
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	background-color:white;
	height:25px;
	margin:2px 2px 2px 2px;
}
.FileManager_Item {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#3C3C3C;
	background-color:white;
	border-top:#DEDEDE 1px dashed;
	border-bottom:#DEDEDE 1px dashed;
}
.FileManager_AltItem {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#3C3C3C;
	background-color:#DFDFDF;
	border-style:none;
}
.FileManager_SelItem {
	font-family:Tahoma,Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:White;
	background-color:#99ffff;
	border-style:none;
}
.FileManagerTreeNode {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3C3C3C;
	font-weight:normal;
}
.FileManagerTreeNodeSelected {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	background-color:#DEDEDE; 
}
A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link {
	text-decoration:none;
	color:#003366;
}
A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited	{
	text-decoration:none;
	color:#003366;
}
A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active	 {
	text-decoration:none;
	color:#003366;
}
A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover	{
	text-decoration:none;
	color:#ff0000;
}

/* styles used in the Wizard Framework */
.Wizard {
	border-right:white 1px solid;
	border-top:white 1px solid;
	border-left:white 1px solid;
	border-bottom:white 1px solid;
	height:400px;
	width:600px;
}
.WizardButton {
	background-color:#FEFDF5;
	border-top:#DEDCCD 1px solid;
	border-right:#DEDCCD 1px solid;
	border-left:#DEDCCD 1px solid;
	border-bottom:#DEDCCD 1px solid;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#FEFDF5,endColorStr=#DEDEDE);
	color:#3C3C3C;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	font-weight:normal;
}
.WizardHeader {
	height:30px;
	border-bottom:#DEDCCD 1px solid;
	color:#141414;
	background-color:#FFFFFF;
}
.WizardFooter {
	border-top:#DEDCCD 1px solid;
	background-color:#FFFFFF;
	height:25px;
	text-align:right;
}
.WizardBody {
	padding-right:10px;
	padding-left:10px;
	padding-bottom:10px;
	padding-top:10px;
	height:325px;
}
.WizardHelp {
	padding-right:5px;
	padding-left:5px;
	font-size:12px;
	padding-bottom:5px;
	border-left:#DEDCCD 1px solid;
	width:180px;
	padding-top:5px;
	background-color:#DEDCCD;
	filter:progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#FEFDF5,endColorStr=#DEDCCD);
}
.WizardHelpText {
	overflow:auto;
	font-size:12px;
	width:180px;
	color:#141414;
	font-family:Arial, Helvetica, sans-serif;
	height:300px;
}
.WizardText {
	font-size:12px;
	color:#141414;
	font-family:Arial, Helvetica, sans-serif;
}

/* text style used for help text rendered by modules */
.Help {
	border-right:black 1px solid;
	padding-right:2px;
	border-top:black 1px solid;
	padding-left:2px;
	font-weight:normal;
	font-size:12px;
	padding-bottom:2px;
	border-left:black 1px solid;
	color:black;
	padding-top:2px;
	border-bottom:black 1px solid;
	font-family:Tahoma,Arial, Helvetica, sans-serif;
	background-color:#ffff99;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton	 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
	text-decoration:underline;
	color:#7E4DB9;
}
A.CommandButton:visited	{
	text-decoration:underline;
	color:#7E4DB9;
}
A.CommandButton:active	 {
	text-decoration:underline;
	color:#7E4DB9;
}
A.CommandButton:hover	{
	text-decoration:none;
	color:#7E4DB9;
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(Lightbox/images/blank.gif); /* 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 Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

