body, html {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
body {
	background-image: url("/files/image/body_bg.jpg");
	background-repeat: repeat;
}
#bg_wrap {
	background-image: url("/files/image/body_bg2.jpg");
	background-repeat: repeat-y;
	background-position: top center;
	height: auto;
}
#content_wrap {
	width: 693px;
	margin-left: auto;
	margin-right: auto;
}
#navigation {
	width: 175px;
	float: left;
	background-color: #ebebeb;
	
	padding-bottom: 20px;
}
#header {
	width: 514px;
	float: left;
	margin-left: 2px;
	margin-right: 2px;
}
	#header_blue {
		background-color: #4880b1;
		height: 20px;
		width: 100%;
	}
	#header_image {
		margin-bottom: 2px;
		margin-top: 2px;
		background-image: url("/files/image/title_image_08.jpg");
		height: 113px;
		width: 100%;
	}
	#header_grey {
		background-color: #ebebeb;
		height: 20px;
		width: 100%;
	}
#content {
	width: 500px;
	height: auto;
	float: left;
	padding-left: 5px;
	text-align: left;
}
#footer {
	clear: both;
	width: 100%;
	height: 40px;
	background-image: url("/files/image/footer_bg.jpg");
	text-align: right;
}
.clear {
	clear: both;
}
#footer2 {

}
#blrckfooter a, #blrckfooter a:hover, #blrckfooter a:visited, #blrckfooter a:active {
	color: #ffffff;
	font-size: 12px;
}
ul#blrckfooter {
	color: #ffffff;
	text-align:right;
	list-style: none;
	font-size: 11px;
	padding: 6px 0 5px 0;
	margin: 0 0 0 0px;
    width: 390px;
    float: right;
    padding-right: 5px;
}
a:visited, a:hover, a:active, a {
	color: blue;
	text-decoration: none;
	font-size: 14px;
}
ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	padding-left: 10px;
}
img {
	border: 0px;
}
li img {
	margin-left: 5px;
}
li a {
	background-color: transparent;
}
.project {
	font-size: 16px;
	padding-top: 5px;
}
.title {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 5px;
}
#login {
	text-align: left;
}
input {
	display: block;
}
label {
	display: block;
	font-weight: bold;
}
#content label {
	font-size: 16px;
}
.hidden {
	border: none;
}
.text {
	width: 300px;
}
.error {
	color: red;
}
#prompt, #prompt_pro {
	display: none;
}
#promptContainer {
	height: 150px;
	width: 200px;
	left: 50%;
	top: 15%;
	margin-left: -100px;
	background-color: #fff;
	border: 3px solid #ccc;
}
#promptContainer input {
	display: inline;
}
#promptContainer a.modalCloseImg {
	background:url(/files/image/x.png) no-repeat;
	width:25px;
	height:29px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-14px;
	right:-18px;
	cursor:pointer;
}
#modalOverlay {
  background-color:#000;
  cursor:wait;
}
#modalContainer {
  height:300px;
  width:500px;
  left:50%;
  top:15%;
  margin-left:-250px; /* half the width, to center */
  background-color:#fff;
  border:3px solid #ccc;
}
#add_folder, #edit_folder, #add_file, #edit_file, #change_pass {
	padding: 15px;
	text-align: left;
}
#modalContainer a.modalCloseImg {
  background:url(/files/image/x.png) no-repeat;
  width:25px;
  height:29px;
  display:inline;
  z-index:3200;
  position:absolute;
  top:-14px;
  right:-18px;
  cursor:pointer;
}		
div.Uploader label {
	font-size: 10px;
}
div.inputWrapper {
	background: #EEEEEE;
	margin: 0 0 1em 0;
	padding: 4px;
}		
div.inputWrapper label,
div.inputWrapper input {
	display: block;
}		
div.inputWrapper label {
	font-weight: bold;
}		
.test {
	background-color: red;
	color: red;
}
div.fieldset {
	border:  1px solid #afe14c;
	margin: 10px 0;
	padding: 20px 10px;
}
div.fieldset span.legend {
	position: relative;
	background-color: #FFF;
	padding: 3px;
	top: -30px;
	font: 700 14px Arial, Helvetica, sans-serif;
	color: #73b304;
}

div.flash {
	width: 375px;
	margin: 10px 5px;
	border-color: #D9E4FF;
	-moz-border-radius-topleft : 5px;
	-webkit-border-top-left-radius : 5px;
    -moz-border-radius-topright : 5px;
    -webkit-border-top-right-radius : 5px;
    -moz-border-radius-bottomleft : 5px;
    -webkit-border-bottom-left-radius : 5px;
    -moz-border-radius-bottomright : 5px;
    -webkit-border-bottom-right-radius : 5px;
}
.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: #EBFFEB;
}

/* 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: blue;
	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(../images/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}
.swfupload {
	vertical-align: top;
}
#spanButtonPlaceHolder, #btnCancel {
	display: inline;
}