﻿html			{ min-height: 100%; margin-bottom: 1px; } /*to eliminate the Firefox page-shift when the scrollbar appears*/
BODY			{ font-size:10pt; background-color:white; font-family:  verdana; 
					margin:0px; padding:0px; height:100%;}
TD				{ font-size:10pt; color:#3d3d3d; font-family: verdana;  }
P				{ font-size:10pt; color:#3d3d3d; font-family: verdana; }
A				{ font-size:10pt; color:#000066; font-family: verdana; }
A:focus			{ -moz-outline-style: none; } /*mozilla hack to hide dashed image link outlines*/
SELECT			{ font-size:10pt; color:#333333; font-family: verdana; vertical-align:middle; }
INPUT			{ font-size:10pt; color:#333333; font-family: verdana; vertical-align:middle;margin:3px;}
TEXTAREA		{ font-size:10pt; color:#333333; font-family: verdana; vertical-align:middle;}
IMG				{ border:none;}

H1				{ color:#333366; font-size:12pt; font-family: Verdana; text-decoration:none; font-weight:bold;
					margin-bottom:10pt;margin-top:8px; width:100%; background:#ddeeff;
					border-bottom:1px solid #999999;border-left:2px solid #666666;
					padding-top:5px;padding-bottom:3px;padding-left:10px; 
					margin-left:-3px;margin-right:-15px;
					}

H2				{ color:#333333; font-size:11pt; font-family: Verdana; text-decoration:none; font-weight:bold; 
					margin-bottom:6px;margin-top:8px;} 
H3				{ font-size:8pt;font-family:Verdana;    color:#404040;    }
HR				{ height:1px; border:1;	border-top:0; border-left:0;border-right:0;
					border:bottom:solid 1px #cccccc;color:#cfcbb7;}
UL				{margin-top:0px;}

.pageWrapper	{width:100%;margin-left:auto;margin-right:auto;margin-bottom:15px; 
				padding:0px;background-color:White;}

.menuContainer	{width: 100%; padding: 0px; margin:0px; height:25px; background-color:#072555;}

.contentWrapper {padding-left:10px;padding-right:10px;margin-bottom:5px;}

.footerWrapper {clear:both;padding:20px;text-align:center;font-size:8pt;color:#999999;}

.smallLoginPanel {float:right;padding: 10px;font-size:7pt;text-align:right;}
.smallLoginPanel a {font-size:7pt;font-weight:bold;}


.smallFont {font-size:7pt;}

.loginPanel {padding: 10px;width:200px;}
.loginPanel a {font-weight:bold;}
.loginPanelWide {padding: 10px;width:450px}

.clearBoth
{
	clear:both;
}

.thumbContainer 
{
	float: left; 
	margin: 5px; padding: 5px; 
	font-size: 8pt;
	width: 150px; height:185px;
	text-align:left;
	margin-bottom:10px;
	/*border:solid 1px #999999;*/
	font-weight:bold;
}

.thumbContainer2
{
	float: left; 
	margin: 5px; padding: 5px; 
	font-size: 8pt;
	width: 150px;height:200px;
	text-align:left;
	margin-bottom:10px;
	/*border:solid 1px #999999;*/
	font-weight:bold;
}

.thumbContainer3
{
	float: left; 
	margin: 5px; padding: 5px; 
	font-size: 8pt;
	width: 150px;height:180px;
	text-align:left;
	margin-bottom:10px;
	/*border:solid 1px #999999;*/
	font-weight:bold;
}
.thumbContainerList
{
	margin: 5px; padding: 5px; 
	font-size: 8pt;
	width: 150px; height:185px;
	text-align:left;
	margin-bottom:10px;
	/*border:solid 1px #999999;*/
	font-weight:bold;
}

.thumbTitle
{
	padding:0px;margin:0px;
	text-align: left; color: #666666; font-size:7pt;font-weight:normal; 
	white-space:nowrap;
	overflow: hidden;
}	

.thumbBox
{
	width: 145px; height: 157px; 
	padding:0px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	margin:0px;
	background-image:url(images/thumbbackground.jpg);
	
}

.thumbManage
{
	text-align:center;
	padding-top:12px;
}
.thumbManage a
{
	font-size:7pt;
	font-weight:normal;
	
}
.thumbBox2
{
	width: 134px; height: 125px;
	padding:0px;
	padding-left:9px;
	padding-top:6px;
	padding-bottom:0px;
	margin-bottom:0px;
	clip: rect(0px 125px 125px 0px); 
	overflow: hidden;
}

.thumbnail
{
	clip: rect(0px 125px 125px 0px); 
	overflow: hidden;
	height:125px;
	width:125px;
	padding:0px;
	margin:0px;
}

.thumbImage
{
	border:none;
	clip: rect(0px 125px 125px 0px); 
	overflow: hidden;
}

.thumbTools, .thumbTools a
{
	text-align: center; 
	color: #333333; 
	font-size:7pt;
	font-weight:normal; 
	padding:0px;
	margin:0px;
	margin-top:0px;
	padding-top:0px;
	height:14px;
	width:145px;

}

.thumbTools2, .thumbTools2 a
{
	text-align: left; 
	color: #333333; 
	font-size:7pt;
	font-weight:normal; 
	padding:0px;
	margin:0px;
	margin-top:0px;
	padding-top:0px;
	
	width:145px;

}
.albumToolbar, .albumToolbar a
{
	font-weight:normal;font-size:7pt;
}


.albumToolbar a
{
	font-weight:bold;font-size:7pt;
}

.albumToolbar input, .albumToolbar select
{
	font-weight:normal;font-size:7pt;
}

.albumToolbar td
{
	padding:4px;
	background:#eeeeee;
	border:1px solid #999999;
	font-weight:normal;font-size:7pt;
}

#overlay {
     visibility: hidden;
     position: absolute;
     left: 0px;
     top: 0px;
     width:100%;
     height:100%;
     text-align:center;
     z-index:500;   
	background-color:#000;
	-moz-opacity: 0.7;
	opacity:.70;
	filter: alpha(opacity=70);
}

#imageInfoDiv {visibility:hidden;display:none;padding:0px;
				position:absolute;left:30px;top:30px;
				z-index:9999;}

#imageInfoContainer
{
	z-index:600;   
	border-left:solid 1px black;	
	border-top:solid 1px #999999;
	border-right:solid 2px black;
	border-bottom:solid 3px #666666;
	background-color:#eee;
	padding:0px;
}

#imageInfoContainer input
{
	font-size:8pt;
	font-weight:normal;
}

#imageViewDiv 
{
	visibility:hidden;display:none;
	margin-top:15px;
	position:absolute;
	left:30px;top:30px;
	z-index:600;   
	text-align:center;
}

#imageViewContainer
{
	border-left:solid 1px black;	
	border-top:solid 1px #999999;
	border-right:solid 2px black;
	border-bottom:solid 3px #666666;
	background-color:#eee;
	
}

.modalHeader
{
	white-space:nowrap;
	color:White;font-weight:bold;
	background-color: #000099;padding:4px;
}

.modalHeader a
				{padding-left:15px;text-decoration:none;color:white;font-weight:bold;white-space:nowrap;border:none;}

.errorLabel
{
	font-weight:bold;
	color:black;
	font-family:Verdana,helvetica;
	font-size:9pt;
}

.errorContainer
{
	clear:both;
	width:auto;
	border:1px solid #666666;
	background-color:#ffeeee;
	margin-top:5px;
	margin-bottom:5px;
	text-align:center;
}
	
.errorBox
{
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
}

.imageInfo
{
	visibility:hidden;
	width:100%;
	background-color:#eee;
}

.dataTable
{
	border-collapse:collapse;
	margin:0px;
	border:none;
}

.dataTable table
{
	border-collapse:collapse;
}

.dataTable thead
{
	font-weight:bold;
	color:Black;
	background:#dfdfdf;
	font-family:verdana,  helvetica;
	font-size:8pt;
}


.dataTable tfoot
{
	font-weight:bold;
	color:Black;
	background:#dfdfdf;
	font-family:verdana, helvetica;
	font-size:9pt;
}

.dataTable tr.odd
{
	background-color:#dfefff;
}

.dataTable tr.even
{
	background-color:#ffffff;
}

.dataTable td
{
	font-weight:normal;
	color:Black;
	padding:3px;
	font-family:verdana, helvetica;
	font-size:8pt;
	overflow:hidden;
	border:solid 1px #cccccc;
}

.dataTable td a
{
	font-weight:normal;
	color:Black;
	font-family:verdana, helvetica;
	font-size:8pt;
}

/*main menu styles*/
#nav, #nav ul { /* all lists */
	padding: 0px;
	margin: 0px;
	list-style: none;
	cursor:pointer;
	float:left;
	z-index:100;
	height:25px;
	width:100%;
	white-space:nowrap;
}


#nav a { /*top level, horizontal links (images in our case)*/
	display: block;
	margin:0px;
	padding-top:5px;
	padding-bottom:6px;
	padding-left:5px;
	padding-right:5px;
	text-decoration:none;
	width:auto;
	font-size:11px;
	color:#ffffff;
	font-family:verdana, helvetica;
}

#nav a:hover /*top level, horizontal links (images in our case)*/
{ 
	color:white;
	background-color:#0970cA;
}

#nav li { /* all list items */
	padding:0px;
	float: left;
	width:auto;
	font-weight:bold;
	border:none;
	border-right:solid 1px #eeeeee;
	background-color:#072555; 
	color:White;
}
#nav li ul { /* second-level lists */
	position: absolute;
	line-height:14px;
	/*color:#666666; font color*/
	width: 170px;
	text-align:left;
	float:left;
	margin-left:0px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	/*border-left:solid 1px #fafafa;
	border-right:solid 1px #cccccc;*/
}

#nav li li {
	padding:0px;
	width: 170px;
	background:#072555; /*menu background for drop downs*/
	border:none;
}

#nav li ul a /*for links*/
{
	/*color:#000000;*/
	width:145px;
	padding-left:12px;
	padding-top:5px;
	padding-bottom:5px;
	font-weight:normal;
	font-family:verdana, helvetica;
	font-size:8pt;
}

#nav li ul ul { /* third-and-above-level lists - controls position of 3rd level tier*/
	margin-top:-25px; /*tied to line-height + top and bottom padding of #nav li ul*/
	margin-left:170px;
}

#nav li ul li /* 2nd level lists*/
{
	border-top:solid 1px white;
	
	/*border-top:solid 1px #faf8ef; /*top link element highlight border*/
	/*border-bottom:solid 1px #cac8bc; /*bottom link element highlight border*/
}

#nav li:hover {
    position: static; 
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em; /*hide the menu*/
	
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;/*bring our menu back for display*/
	
}

#nav li ul li.sfhover, #nav li ul li.hover, #nav li ul li a:hover{
	background: #dfdfdf; /*mouse-over drop-down background*/
	color:#000000; /*highlighted mouse-over font*/
	
}


.popUpDiv 
{
		left: -9999px; 
		position: absolute; 
		display: inline; 
		background:#ffffef url(images/notebackground.jpg) repeat-y top right; 
		border: solid 1px black; 
		width: 200px; 
		padding: 10px;
}

/* Copyright 2008 MagicToolBox.com. To use this code on your own site, visit http://magictoolbox.com */

/* CSS class for zoomed area */
.MagicZoomBigImageCont {
	border:			1px solid #91b817;
}

/* Header look and feel CSS class */
/* header is shown if "title" attribute is present in the <A> tag */
.MagicZoomHeader {
	font:			10px Tahoma, Verdana, Arial, sans-serif;
	color:			#fff;
	background:		#91b817;
	text-align:     center !important; 
}


/* CSS class for small looking glass square under mouse */
.MagicZoomPup {
	border: 		1px solid #aaa;
	background: 	#ffffff;
	cursor:			hand;
}

/* CSS style for loading animation box */
.MagicZoomLoading {
	text-align:		center;
	background: 	#ffffff;
	color:			#444;
	border: 		1px solid #ccc;
	opacity:		0.8;
	padding:		3px 3px 3px 3px !important;
	display: 		none; /* do not edit this line please */
}

/* CSS style for gif image in the loading animation box */
.MagicZoomLoading img {
	padding-top:	3px !important;
}
/* ©2008 MagicToolbox.com. To use this code on your own site, visit http://www.magictoolbox.com */

/* CSS class for thumbnail link <A> */
.MagicThumb {
    cursor: url(cursor/zoomin.cur), pointer;
    outline: none;
}

/* CSS class for the thumbnail link <A> when the big image is zoomed */
.MagicThumb-zoomed { cursor: default; }

/* CSS class for span inside the thumbnail <A> */
.MagicThumb span { display: none; }

/* CSS class for the thumbnail image */
.MagicThumb img { border: 1px solid #808080; outline: none; }

/* CSS class for the big image while zooming */
.MagicThumb-image { border: 1px solid #cccccc; outline: none; }

/* CSS class for the zoomed big image */
.MagicThumb-image-zoomed { cursor: url(cursor/zoomout.cur), pointer; }

/* CSS class for the caption under the big zoomed image */
.MagicThumb-caption {
    color: #333333;
    background-color: #F0F0F0;
    border: 1px solid #CCCCCC;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 11px;
    padding: 8px 16px;
}

/* CSS class for the control bar */
.MagicThumb-controlbar {
	display: block;
	height: 18px;
}

.MagicThumb-controlbar a {
	display: block;
	width: 18px;
	height: 18px;
	margin: 0px 1px;
	outline: none;
	float: left;
	overflow: hidden;
}

.MagicThumb-controlbar a span {
	display: block;
	width: 1000px;
	height: 1000px;
	background: transparent url(graphics/controlbar.png) no-repeat 0 0;
	outline: none;
	position: absolute;
	left: 0px;
	top: 0px;
}

/* CSS class for the loading message box */
.MagicThumb-loading {
	border: 1px solid #000000;
	background: #ffffff url(graphics/loader.gif) no-repeat 2px 50%;
	padding: 2px 2px 2px 22px;
	margin: 0;
	text-decoration: none;
	text-align: left;
	font-size: 8pt;
	font-family: sans-serif;
}

.MagicThumb-bgfader { position:fixed !important; }

/*end magic thumb and zoom classes*/
