@charset "utf-8";

/* page properties *********************************************************/


body {
	margin: 0;
	padding: 0;
background:url(images/pat.jpg) #1d1d1d repeat-x top fixed;
	}
	
body,td,th {
	font-family: Arial, Helvetica,Verdana,sans-serif;
	font-size: 14px;
	color:#aaaaaa;
}

a:link {
	color: #c3a7e0;
	text-decoration: none;
	
}
a:visited {
	text-decoration: none;
	color: #c3a7e0;
	}

a:hover {
	text-decoration: none;
	color: #ff6030;
}

a:active {color:#ccccff;
	text-decoration: none;
}

a:focus 
{ outline: none;
text-decoration: none; 
}

h1 {
font-size:18px;
padding:2px;
margin-left:auto;
margin-right:auto;
width: 320px;
border:solid 1px #000000;
background:url(images/h1.png) center repeat;
}

h2 {color:#ccccff;
text-align:center;
font-size:16px;
margin-top:2px;
border:solid 1px #000000;
background:url(images/h1.png) center repeat;
}


h3 {font-size:16px;
}

h4 {font-size:14px;
color:#e0795a;
padding:0px;
margin:0px;
}

h1,h3 {text-align:center;
color:#ccccff;
margin-top:2px;
}

.tc {text-align:center}
.small {font-size:12px;}
.vsmall {font-size:11px;
color:#666666;}
.orange {color:#e0795a;}
.light {color:#ff6030;}
.greyf {color:#999999;}

#wrapper1 {
 height:300px;
margin-bottom:10px; }

#playermenu {background-color:#000000;
background-image:url(images/plbck.png);
text-align:center;
width:392px;
padding:4px;
margin-left:auto;
margin-right:auto;}

/*************general atrributes************************************************************/
.auto {width:990px;
margin-left:auto;
margin-right:auto;}
.whole {width:100%;}
.logo {width:722px;
margin-left:auto;
margin-right:auto;
height:130px;
border-top:5px solid #000000;
}

.menus {width:620px;
margin-left:auto;
margin-right:auto;
height:22px;
}

.content {
height:auto;
	padding: 6px;
	margin-top: 0px;
	margin-bottom: 0px;}


.bottom {width:400px;
margin-top:10px;
margin-left:auto;
margin-right:auto;
background-color:#222222;
text-align:center;
}

.notetop {
margin:10px;
padding:4px;
}
.softie {float:right;}
.left {float:left;
border: 0;
margin: 10px;
}
/************ pading marging *******/

.pad {
padding-left:10px;
padding-right:10px;
}
.pad2 {padding:5px;}

.pad3 {
padding-top:5px;
padding-bottom:5px;
}

.marg {margin:10px;}

.mart {margin-top:20px;}

.fm {margin-left:50px;
margin-right:50px;}
/********** backgrounds ************/
.mainback {background:url(images/mb.png) repeat;
}

.greytr {background:url(images/greytr.png) repeat;
border:solid 1px #000000;
}

.blacktr {background:url(images/bb.png) repeat;
border:solid 1px #000000;
}

.redtr {background:url(images/redtr.png) repeat;
border:solid 1px #660000;
}

/************************tables**********************************************************************/
.maintable {height:630px;
width:auto;
border:none;
margin:0;
padding:0;
}

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 16px;
	cursor: default;
	width: auto;
}


/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: center;
	cursor: pointer;
	width: 120px;
	float: left;
}


/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 120px;
	position: absolute;
	left: -1000em;
}


/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}


/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 120px;
}


/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: 0;
}

/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}


/*******************************************************************************

 MENUS
 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 0px;
	font-size:12px;
}


/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #000000;
	padding-left:5px;
	padding-right:5px;
	color: #cc99ff;
	text-decoration:none;
	}


/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #660000;
	color: #cc99ff;
	border:1px solid #990000;
}

/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #660000;
	color: #cc99ff;
	border:1px solid #990000;
}


/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(images/SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}


/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(images/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}


/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url(images/SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}


/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(images/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}



/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}

/*********************************************************************** lightbox style *************/

#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: #333; 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: 40%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabelb.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabelb.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #333; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #cc99ff; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em; color: #919191;	}			
#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; }


