/* 
================================
Skin styles for DotNetNuke
================================
*/

.pagemaster {
	background-image:	url(floortile_bg.jpg);
	width: 100%;
	height: 100%;
	background-color: #ffffff;
}
.skinmaster {
	height: 100%;
}
.skinheader {
	background-color: #ffffff;
	margin-right: 10px;
}
.crumb {
	background-color: #ffffff;
	height: 10px;
	font-size: 8.5pt;
	color: #0372a5;
}
.spacing {
	background-color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}
.leftcolumn {
	width: 240px;
}
.ControlPanel {
	width: 100%;
	height: 0px;
	background-color: #fbf9d2;
}
.leftpane {
	background-color: #ffffff;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: #ffffff;
	padding-left: 6px;
	padding-right: 6px;
	font-size: 10pt;
	background-image:	url(content_gradient.jpg);
	background-repeat: repeat-x;
	border: 1px solid #000000;
}
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: #d7a458 0px solid; 
	border-bottom: #ffe59e 1px solid; 
	border-top: #d7a458 1px solid; 
	border-right: #d7a458 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #ffe59e; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
}
.MainMenu_MenuIcon {
	background-color: #d7a458; 
	border-left: #d7a458 1px solid; 
	border-bottom: #ffe59e 1px solid; 
	border-top: #d7a458 0px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #d7a458;  
	border-top: 1px solid #d7a458;
	border-right: 1px solid #d7a458;
	border-bottom: 1px solid #d7a458;
	border-left: 1px solid #d7a458;
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #ffe59e;
	border-bottom: 1px solid #ffe59e;
	cursor: pointer; 
	cursor: hand; 
	color: #916728; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
}
.MainMenu_MenuArrow {
	border-right: #d7a458 1px solid; 
	border-bottom: #ffe59e 1px solid; 
	border-top: #d7a458 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton     {
    background-color: #0372a5; 
    color: #ffffff;
	 border-left: #9ec9de 2px solid;
	 border-top: #9ec9de 2px solid;
	 border-right: #02415e 2px solid;
	 border-bottom: #02415e 2px solid;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
}
.TreeViewMenu {
	background-image:	url(content_gradient.jpg);
	background-repeat: repeat-x;
	width: 204px;
	background-color: white;
	border: 1px solid #000000;
}
.TreeViewMenu div span img {
  display: none;
}
.TreeViewMenu_Header {
	display: none;
}
.TreeView_Header .Head {
}
.TreeViewMenu .Normal {
	font-size: 10pt;
	font-weight: bold;
	color: #0372a5;
}
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  18px;
    font-weight:    normal;
    color: #333333;
}
.SubHead   {
    font-family: Tahoma, Arial, Helvetica;
    color: #000000;
}
.footer {
	background-color: #ffffff;
	color: #0372a5;
   font-family: Tahoma, Arial, Helvetica;
	padding: 3px;
	font-size: 8.5pt;
	height: 20px;
}
p, tbody, td, tr, div, span, blockquote, ol, ul {
	font-family: Tahoma, Arial, Helvetica;
}
td {
	font-size: 10pt;
}
A:link  {
    text-decoration:    underline;
    color:  #0372a5;
	 font-weight: bold;
}
A:visited   {
    text-decoration:    none;
    color: #0372a5;
	 font-weight: bold;
}
A:active    {
    text-decoration:    none;
    color:  #0372a5;
	 font-weight: bold;
}
A:hover {
    text-decoration:    underline;
    color: #53b7e5;
	 font-weight: bold;
}

/* hyperlink style for regisration and login links in header */
.SkinObject {
    font-weight: bold;
    font-size: 8pt;
    color: #0372a5;
	 font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
A.SkinObject:link {
    text-decoration:    none;
    color: #0372a5;
}
A.SkinObject:visited  {
    text-decoration:    none;
    color: #0372a5;
}
A.SkinObject:active   {
    text-decoration:    none;
    color: #0372a5;
}
A.SkinObject:hover    {
    text-decoration:    none;
    color: #53b7e5;
}


/* hyperlink style for text links in control panel */
.controlpanel .CommandButton {
    color: #0372a5;
}
.controlpanel A.CommandButton:link {
    color: #0372a5;
}
.controlpanel A.CommandButton:visited  {
    color: #0372a5;
}
.controlpanel A.CommandButton:active   {
    color: #0372a5;
}
.controlpanel A.CommandButton:hover    {
    color: #53b7e5;
}

/* hyperlink style for text links in control panel */
.CommandButton {
    color: #0372a5;
}
A.CommandButton:link {
    color: #0372a5;
}
A.CommandButton:visited  {
    color: #0372a5;
}
A.CommandButton:active   {
    color: #0372a5;
}
A.CommandButton:hover    {
    color: #53b7e5;
}

/* hyperlink style for search button in crumb */
.crumb A {
	color: #0372a5;
}
.crumb A:link {
	text-decoration:    none;
	color: #0372a5;
}
.crumb A:visited  {
	text-decoration:    none;
	color: #0372a5;
}
.crumb A:active   {
	text-decoration:    none;
	color: #0372a5;
}
.crumb A:hover    {
	text-decoration:    none;
	color: #53b7e5;
}

/* hyperlink style for search button in footer */
.footer span {
	color: #0372a5;
}
.footer A {
	text-decoration:    none;
	color: #0372a5;
}
.footer A:link {
	text-decoration:    none;
	color: #0372a5;
}
.footer A:visited  {
	text-decoration:    none;
	color: #0372a5;
}
.footer A:active   {
	text-decoration:    none;
	color: #0372a5;
}
.footer A:hover    {
	text-decoration:    none;
	color: #53b7e5;
}





/* 
MONDAY BY NOON
Suckerfish HoverLightbox Example - Vanilla Horizontal stylesheet
Version: 1.0
Last Modified 03/27/06
J. Christopher - www.MondayByNoon.com

CREDITS
-------

Suckerfish: Patrick Griffiths, Dan Webb
    http://www.alistapart.com/articles/dropdowns/
  Modification: http://www.htmldog.com/articles/suckerfish/dropdowns/

Hoverbox: Nathan Smith.
  Example: http://host.sonspring.com/hoverbox/
  Tutorial: http://sonspring.com/journal/hoverbox-image-gallery/
  Modification by: Craig Erskine
    http://solardreamstudios.com/
    http://solardreamstudios.com/_img/learn/css/pg/

Lightbox: Lokesh Dhakar
  http://www.huddletogether.com/projects/lightbox/

*/



/* GALLERY */
ul#gallery { margin:0 0 0 30px; padding-top:10px; height:60px; width: 100%; list-style:none; position:relative; }
ul#gallery li { border-right:0px solid #ccc; width:103px; display:block; float:left; margin-right:10px;}
ul#gallery li:hover ul, ul#gallery li.sfhover ul { top:auto; left:0; }
ul#gallery li a { color: #000000; margin:2px; border:1px solid #fff; padding:2px; 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 a:active img, ul#gallery li a:focus img { width:200px; height:150px; left:-50px; top:-37px; z-index:1; border:0px solid #000; }

/* LIGHTBOX CONTROL */
#lightbox { background-color:#000;padding:20px 20px 5px 20px; }
#lightboxDetails { padding-top:5px; }	
#lightboxCaption { float:left; color:#fff; font-size:11px; }
#keyboardMsg { float:right; }
#keyboardMsg a { color:#fff; text-decoration:none; letter-spacing:2px; text-transform:uppercase; font-weight:bold; }
#lightbox img { border:none; } 
#overlay img { border:none; }

