@CHARSET "ISO-8859-1";

body
{
	font-size: 12pt;
	font-family: 'Arial Black';
	background: #100;
	margin: 0px;
	padding: 0px;	
}

a
{
	text-decoration: none;
}

.menu
{
	color: #FFF;
	padding-left: 30px;
}

.menu a
{
	color: #FFF;
}

.menu a:hover
{
	color: #AAA;
}

.content
{
	margin: 20px;
	padding: 0px 20px;
	color: #FFF;
	height: 600px;
	overflow: auto;
}

.selector
{
	margin: 20px;
	padding: 0px 10px;
	height: 600px;
	overflow: auto;
	text-align: center;
}

.projectSelector h2
{
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.projectSelector a
{
	color: #FFF;
}

.projectSelector a img
{
	border: none;
}

.projectSelector td
{
	vertical-align: top;
}

.selectorImage
{
	margin: 5px 0px;
	max-width: 150px;
}

.hidden
{
	display: none;
}

.visible
{
	display: block;
}

.selectorPictureViewer
{
	max-width: 650px;
	max-height: 600px;
	margin: 0px 0px;
}

.selectorPdfViewer
{
	width: 650px;
	height: 600px;
	margin: 0px auto;
	
}

#film {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background: #000;
	opacity: .4;
	z-index:10;
}

#window {
	position:fixed;
	top:10%;
	left:50%;
	margin-left:-410px;
	width:800px;
	max-height:80%;
	background: #FFF;
	z-index:51;
	padding: 10px;
	border: 3px solid black;
	overflow: auto;
}

.formButton {
	border: 1px solid black;
	padding: 5px;
	width: 150px;
	margin: 2px;
	background: #8c952f;
}

.formButton:hover {
	background: #FFF;
	font-weight: none;
	color: #8c952f;
}

.editmenu {
	position:fixed;
	top: 0px;
	left:50%;
	margin-left:-500px;
	width: 578px;
	padding: 10px;
	background: #888;
	z-index:50;
	border: 1px solid white;
}

.editmenu a {
	border: 1px solid black;
	background: #AAA;
	color: white;
	text-decoration:none;
	padding: 5px;
}

.editmenu a:hover {
	background: #FFF;
	color: black;
	font-weight: none;
}

.editmenu a:visited {
	background: #AAA;
}

.editmessage {
	margin: 10px 0 0 0;
	padding: 5px;
}

.formWindow {
	position:fixed;
	top:10%;
	left:50%;
	margin-left:-410px;
	width:800px;
	max-height:80%;
	background: #FFF;
	z-index:20;
	padding: 10px;
	border: 3px solid black;
	overflow: auto;
}

.projectImg {
	max-width: 100px;
	max-height: 100px;
}

.projectImgLarge {
	max-height: 300px;
	margin: 0px auto;
}

.addSelectorItemClass {
	position:fixed;
	top:10%;
	left:50%;
	margin-left:-210px;
	width:400px;
	max-height:80%;
	background: #FFF;
	z-index:30;
	padding: 10px;
	border: 3px solid black;
	overflow: auto;	
}

.selectorItemEdit {
	margin: 5px 0px;
	padding: 10px;
	width: 700px;
	border: 1px solid black;
}

.selectorImage
{
	border: none;
}
