@charset "utf-8";
/* CSS Document */

img {
	border:0px;
}
body {
	background-color:#000000;
	margin: 0 0 0 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
#main {
	width:724px;
	height:100%;
}
#menu {
	float:left;
	width:152px;
	height:100%;
	margin-bottom:7px;
	margin-left:7px;
	margin-top:7px;
}
#page {
	float:right;
	width:548px;
	margin-bottom:7px;
	margin-right:7px;
	margin-top:7px;
	margin-left:7px;
}
#promo {
	margin-bottom:7px;
	background:#FFFFFF;
	border: 1px solid #fff;
}

.logos{
	display: inline-block;
	margin: 2px 2px 5px 2px;
	width: 95px;
	height:84px;
	background-color: #FFF;
	text-align: center;
	vertical-align:middle;
	}

.page_style {
	padding-left:10px;
	padding-bottom:10px;
	padding-top:10px;
	padding-right:10px;
	margin-bottom:7px;
	background-image:url(layout/white_gradient.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}
.title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#EE0002;
}
.date {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}
.content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	margin-top:10px;
	margin-bottom:10px;
}
/* Expand Menu CSS */
.arrowlistmenu{
	width: 152px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	height:15px;
	background: #fff;
	background-position: bottombottom;
	color: #000;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	cursor: pointer;
	margin-bottom: 1px;
	padding: 9px 14px 6px 10px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	cursor:pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background: #FF0000;
	color:#FFFFFF;
	margin-bottom:-1px;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	border-bottom: 1px solid #fff;
	margin: 0;
	padding: 0;
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
background: #CC0000 !important;
text-decoration:none;
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
background: #CC0000 !important;
text-decoration:none;
}

.arrowlistmenu ul li a{
	display: block;
	background: #CC0000;
	color: #fff;
	padding-left:15px;
	padding-top:2px;
	padding-bottom:2px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	text-decoration:none;
}

.arrowlistmenu ul li a:visited{
color: #fff;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	text-decoration:underline;
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
	text-decoration:underline;
}

		/**
 * FancyUpload Showcase
 *
 * @license		MIT License
 * @author		Harald Kirschner <mail [at] digitarald [dot] de>
 * @copyright	Authors
 */

/* CSS vs. Adblock tabs */
.swiff-uploader-box a {
	display: none !important;
}

/* .hover simulates the flash interactions */
a:hover, a.hover {
	color: red;
}

#demo-status {
	padding: 10px 15px;
	width: 420px;
	border: 1px solid #eee;
}

#demo-status .progress {
	background: url(./lib/fancyupload/assets/progress-bar/progress.gif) no-repeat;
	background-position: +50% 0;
	margin-right: 0.5em;
	vertical-align: middle;
}

#demo-status .progress-text {
	font-size: 0.9em;
	font-weight: bold;
}

#demo-list {
	list-style: none;
	width: 450px;
	margin: 0;
}

#demo-list li.validation-error {
	padding-left: 44px;
	display: block;
	clear: left;
	line-height: 40px;
	color: #8a1f11;
	cursor: pointer;
	border-bottom: 1px solid #fbc2c4;
	background: #fbe3e4 url(./lib/fancyupload/assets/failed.png) no-repeat 4px 4px;
}

#demo-list li.file {
	border-bottom: 1px solid #eee;
	background: url(./lib/fancyupload/assets/file.png) no-repeat 4px 4px;
	overflow: auto;
}
#demo-list li.file.file-uploading {
	background-image: url(./lib/fancyupload/assets/uploading.png);
	background-color: #D9DDE9;
}
#demo-list li.file.file-success {
	background-image: url(./lib/fancyupload/assets/success.png);
}
#demo-list li.file.file-failed {
	background-image: url(./lib/fancyupload/assets/failed.png);
}

#demo-list li.file .file-name {
	font-size: 0.9em;
	margin-left: 44px;
	display: block;
	clear: left;
	line-height: 40px;
	height: 40px;
	font-weight: bold;
}
#demo-list li.file .file-size {
	font-size: 0.9em;
	line-height: 18px;
	float: right;
	margin-top: 2px;
	margin-right: 6px;
}
#demo-list li.file .file-info {
	display: block;
	margin-left: 44px;
	font-size: 0.9em;
	line-height: 20px;
	clear
}
#demo-list li.file .file-remove {
	clear: right;
	float: right;
	line-height: 18px;
	margin-right: 6px;
}
.hide {display:none;}
