@charset "utf-8";
/* CSS Document */
/* upload forum name */
#fileUpload { margin: 12px 0 24px 0;}
/* upload stylilng */
#uploadDisplay {
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
}
#uploadDisplay a {color:#CCCCCC; text-decoration:none;}
#uploadDisplay a:hover {color:white; text-decoration:underline;}
#uploadDisplay.uploadResume {
	margin:12px 4px 4px 4px;
}
#uploadDisplay.upload4Clients {
	width:100%; float:left; clear:both;
	margin:24px 0 0 0;
}
/* ashley close box */
a.closeBox { display:inline-block; border:1px solid #FFFFFF; margin:5px 0 0 6px; height:9px; width:9px; background-image:url(../images/X.gif);}
a.closeBox:hover { background-image:url(../images/X_black.gif);}
.fileListing p{ display:inline; margin:0; width:auto;}
#clientUploads {
	color:#FFFFFF;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	width:580px;
}
#clientUploads a {text-decoration:none; color:#FFFFFF}
#clientUploads a:hover {text-decoration:underline;}
/* modified */
.fileListing { float:left; clear:both; width:100%;}
.fileName { float:left; clear:left;}
.fileModified { float:right; margin:2px 0 0 24px }
.fileDownloaded { width:80px; float:right; margin:2px 0 0 8px }
/* swf upload styles */
#btnCancel {margin:0;}
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: #ED1C2E;
}

div.flash {
	width: 375px;
	margin: 14px 5px 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;

}
/* -- Table Styles ------------------------------- */
/*td {
	font: 10pt Helvetica, Arial, sans-serif;
	vertical-align: top;
}*/

.progressWrapper {
	width: 357px;
	overflow: hidden;
}
.progressWrapper a, .progressWrapper a:link { color:#000000; text-decoration:none; }

.progressContainer {
	margin: 1px;
	/*border: solid 1px #E8E8E8;*/
	background-color:#000000;
	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;*/
	border: solid 3px #EBFFEB;
	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 {
	color:#000000;
	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(../scripts/upload/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}
a.fileDelete {
	font-size: 9px;
	display: block;
	height: 14px;
	float: right;
	margin:2px;
}
a.progressCancel:hover {
	background-position: 0px 0px;
}
/* -- SWFUpload Object Styles ------------------------------- */
.swfupload {
	vertical-align: top;
}
/* clients upload page */
#emailThis { float:left; clear:both; margin: 12px 0 60px 0;}
#emailThis a{margin: 12px 4px; text-align:right;}
#emailThis input[type="text"], #emailThis textarea{
	 display:inline-block;
	border:0 none;
	margin:4px;
	padding:2px;
	width:240px;
	float:left; clear:right;
}
#emailThis input[type="checkbox"], #emailThis input[type="submit"] { display:inline-block; float:left; clear:right; margin:4px;padding:2px;}
#emailThis p { float:left; clear:left; display:inline-block; width:100px; text-align:right; margin:4px 12px 4px 0;}
#emailForum { width:408px; display:inline-block; float:left; clear:both;}
#emailForum .clear{ display:inline-block; width:100%; height:1px; float:left; clear:both;}

