body{
	background:url('./graphics/bg.jpg') no-repeat #000000 top center;
	margin:0;
}

body,td{
	font-family:Helvetica, sans-serif;		
	font-size:12px;
	color:#90b3cf;
}

form{
	margin:0px;
	padding:0px;
}

.button{
	font-size:10px;
}

.topMenu{
	font-family:Trebuchet MS;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	margin-left:5px;
}

.topMenu:hover{
	color:#FF6600;		
}

.Box{
	background-color:#000000;		
	border:#293e4e solid 1px;
	padding:1px;
}

.BoxTop{
	background:url('./graphics/bgBoxTop.jpg') repeat-x top transparent;		
}

.BoxBottom{
	background:url('./graphics/bgBoxBottom.jpg') repeat-x bottom transparent;
	padding:10px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#8597a5;
}

.PicFrame{
	border:1px solid #192E3F;
	background:#030C11;
	padding:5px;
}

.PageTitle{
	color:#90b3cf;
	font-size:18px;
	font-family:Arial Narrow;
}

.detailsLink{
	color:#FF6600;
	text-decoration:none;
}

.detailsLink:hover{
	text-decoration:underline;
}

.Highlight{
	color:#FFFFFF;
	text-transform:uppercase;
	font-family:Arial Narrow;
	font-weight:bold;
	line-height:20px;
}

.bottomMenu{
	color:#4b6a82;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
}

.bottomMenu:hover{
	color:#FFFFFF;
}

.adminButtons{
	margin:5px 0 5px 0;
}

.newsTitle{
	text-transform:uppercase;
	color:#FFFFFF;
	font-weight:bold;	
}

.newsPosted{
	color:#FF6600;
	font-size:10px;
}

.newsPicture{
	margin:0 10px 10px 0;
	border:#1e2e3e solid 1px;
	background:#030b11;
	padding:10px;
	width:102px;
}

.progressWrapper {
	width: 357px;
	overflow: hidden;
}

.progressContainer {
	margin: 5px;
	padding: 4px;
	border: solid 1px #E8E8E8;
	/*background-color: #F7F7F7;*/
	overflow: hidden;
}
/* Message */
.message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #FFDD99;
	/*background-color: #FFFFCC;*/
	overflow: hidden;
}
/* Error */
.red {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}

/* Current */
.green {
	border: solid 1px #DDF0DD;
	background-color:#003366;
}

/* Complete */
.blue {
	border: solid 1px #CEE2F2;
	/*background-color: #F0F5FF;*/
}

.progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #555;
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: orange;
	margin-top: 2px;
}

.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}

a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(./global/upload/images/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}


/* -- SWFUpload Object Styles ------------------------------- */
.swfupload {
	vertical-align: top;
}

.black_overlay{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.white_content {
	display: none;
	position: fixed;
	top: 10%;
	left: 25%;
	width: 50%;
	height: 500px;
	padding: 16px;
	border: 1px solid #333333;
	background-color: black;
	z-index:1002;
	overflow: auto;

}.BigText {
	color:#90b3cf;
	font-size:21px;
	font-family:"Arial Narrow";
	font-weight: bold;
}
.WhiteBoldCaps {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
}
.WhiteBold {
	font-weight: bold;
	text-transform: none;
	color: #FFF;
}
.topMenuDisabled {
	font-family:Trebuchet MS;
	font-size:10px;
	font-weight:bold;
	color:#999;
	text-decoration:none;
	margin-left:5px;
}
