.info {
	font-style:italic;
	font-size: 0.9em;
	color: #FFFFFF;
}

.popupControl {
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}


/* ============================================= */
/* MAIN MENU STYLES */
.TopMenu{
	padding-top: 5px;
}
.TopMenuItem
{
  background-color: transparent;
  color: white;
  FONT-FAMILY: verdana, arial, helvetica;
  font-size: 11px;
  font-weight: bold;
  cursor: hand;
}
.TopMenuItemHover 
{			
	background-color: #EBD67A;
	FONT-SIZE: 11px; 
	FONT-FAMILY: verdana, arial, helvetica;
	font-weight: bold;
	cursor: pointer;
}
.MenuSubGroup
{
	border: 1px solid black;	
	background-color: #4A5A2A;
	FONT-SIZE: 11px; 
	FONT-FAMILY: verdana, arial, helvetica;
}
.MenuItem
{
	FONT-SIZE: 11px; 
	FONT-FAMILY: verdana, arial, helvetica;
	background-color: #4A5A2A;
	color:White;
}
/* STYLES ON THE MOUSE HOVER */
.MenuItemHover
{
	background-color: #EBD67A;		
	FONT-SIZE: 11px; 
	FONT-FAMILY: verdana, arial, helvetica;
	cursor: pointer;
}
/* STYLES OF THE MOUSE CLICK */
.MenuItemActive
{
   background-color: #DCDCDC;		
	FONT-SIZE: 11px; 
	FONT-FAMILY: verdana, arial, helvetica;
	cursor: pointer;
}
/* STYLES OF THE PARENT MENU */
.MenuItemExpanded
{
	background-color: #DCDCDC;		
	FONT-SIZE: 11px; 
	FONT-FAMILY: verdana, arial, helvetica;
	cursor: pointer;
}
/* STYLES FOR ITEMS THE SPACER */
.MenuBreak
{
 background-image:url(Themes/Default/break.gif);
  width:100%;
  height:1px;
}
/*--------------------------------*/

/* ============================================= */
/* Modal Dialog STYLES */
.FileModal
{
	BORDER-RIGHT: white 2px outset; 
	BORDER-TOP: white 2px outset; 
	BORDER-LEFT: white 2px outset; 
	BORDER-BOTTOM: white 2px outset; 
	BACKGROUND-COLOR: #f1efe2;
	position: absolute;
	top: 50px;
    left: 100px;
}
.FileModalTitle
{
	FONT-WEIGHT: bold; 
	COLOR: #ffffff; 
	BACKGROUND-COLOR: #316ac5; -moz-user-select: none;
}
/* ============================================= */
/* NEWS STYLES */
.NewsTitle
{
	font-size: 20px;
	font-family: Tahoma;
	color: Orange;
}
.NewsDate
{
	font-size: 12px;
	font-family: Tahoma;
}
.NewsSummary
{
	font-size: 12px;
	font-family: Tahoma;
}
.NewsBackCalendar
{
	background-image: url(calendar.gif);
	background-position: 50% 0;
	background-repeat:no-repeat;
}
.NewsCalendarMth
{
	padding-top: 3px;
	font-size: 12px;
	font-family: Verdana;
}
.NewsCalendarDay
{
	padding-top: 5px;
	font-size: 12px;
	font-family: Verdana;
}
.NewsMediumTitle
{
	font-family:Tahoma;
	font-size: 14px;
	font-weight: bold;
}



/* ============================================= */
/* Albums, floating pictures */
#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(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/Lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../../../../images/Lightbox/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; }
