﻿body
{
	margin: 0px;
	font-size: smaller;
	font-family: Verdana, Arial;
	background-color: black;
}
.bodywrapper
{
	background: white;
	margin-left: 90px;
	margin-right: 90px;
	width:770px;
	/*width:100%;*/
}
h1
{
	margin-top: 10px;
    font-size: 10pt;
    vertical-align: bottom;
    color: #cc6600;
    font-family: Palatino;
    letter-spacing: 2px;	
}
h2
{
	margin-top: 10px;
	font-size: 10pt;
	vertical-align: bottom;
	font-family: Arial;
	/*letter-spacing: 1px;*/
	color: #003333;
}
.containerBox
{
	padding: 3px; 
	background-color: #F7F7DE; 
	margin-bottom: 10px; 
	border: solid 1px #CCCC99	
}
.containerBoxTitle
{
	color: White; 
	background-color: #6B696B; 
	font-weight: bold;
	width: 100%;
}
#menu
{
	border-bottom: solid 1px black;
	background-color: #F7F6F3;
}
A
{
	text-decoration: none;
	/*color: #9999cc;*/
	color: #cc6600;
}
A:hover 
{
	  color: #AABBDD;
	  text-decoration: none;
}

/********************/
/*	Administration	*/
/********************/
.containerBoxAdmin
{
	padding: 3px; 
	background-color: #CCCCCC; 
	margin-bottom: 10px; 
	border: solid 1px #CCCC99	
}
.containerBoxTitleAdmin
{
	color: White; 
	background-color: Black; 
	font-weight: bold;
	width: 100%;
}
.adminBody
{
	background: White;	
}
.admin-header
{
    background-color: #6190CD; 
    height:40px;
    padding-left:10px;
    border-bottom:solid 4px #B4CCEB;
}
.admin-header h1
{
    color: white;
}
#menutext
{
    padding: 5px;
    text-align: right;
    border-bottom: gainsboro 1px solid;
    margin-bottom: 10px;


}
#menutext ul 
{
	margin: 0px;
	padding: 0px;
	list-style-image: none;
}
#menutext li 
{ 
	display: inline 
}
#menutext a:link, #menutext a:visited 
{
	padding-left: 12px;
    font-size: 8pt;
    color: #65738E;
    font-family: palatino;
	text-decoration: none;
}
#menutext a:active, #menutext a:hover 
{
	color: #717052;
}
.adjustedZIndex {
    z-index: 1;
}

/****
Lightbox
****/
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }
#overlay{ background-image: url(../../Images/Site/overlay.png); }

* html #overlay{
	background-color: #000;
	background-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
