

/* For file upload field */

span.swf_filename{
	font-size: 8pt;
	font-weight: 700;
	color: #555;
}


.swf_loading span.swf_filename,
.swf_complete span.swf_filename{
	display:none;
}

.swf_loading span.swf_button{
	display:none;
}

.swf_start span.swf_status{
	display:none;
}

/*
div.swf_deleted{
	display:none;
}
*/

div.swf_deleted div#pbar
{
	display:none;
}

div.swf_deleted span.swf_filename
{
	text-decoration: line-through;
}

div.swf_deleted div.progressName
{
	text-decoration: line-through;
}


/* -- progress bar for file upload field --*/
.progressWrapper {
	width: 310px;
	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: 276px;
	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: 290px;
	font-size: 10pt;
	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;
}



/* Ajax spin div */

.spin_div{
	background: #000 url('../img/spinner.gif') no-repeat center center;
	opacity: 0.50;
	filter:alpha(opacity: 50);
	-moz-opacity: 0.50;
	-khtml-opacity: 0.50;
	z-index: 1000;
} 



/* START dataforms.css CSS */

img.df_requiredicon
{
	width: 19px;
	height: 15px;
	background: transparent url("../../../images/required.gif") no-repeat center center;
	border: 0px none;
}

a.df_helpicon
{
	width: 19px;
	height: 15px;
	background: transparent url("../../../images/questionp.gif") no-repeat center center;
	border: 0px none;
	text-indent: -999px;
	outline: none;
	float: left;
}

.helpBtn{
	width:16px;
	height:16px;
	background:url(../img/help.png);
	display:inline-block;
	margin:0px 2px;
}


.infoBtn{
	width:16px;
	height:16px;
	background:url(../img/information.png);
	display:inline-block;
	margin:0px;
}

div#toolTipBox, div.toolTipBox {
	outline:1px solid #333;
	border:1px solid #dedede;
	background:#666;
	color:#fff;
	font-size:11px;
	text-align:left;
	background-position:20px;
	width:225px;
	min-height:20px;
	display:none;
	z-index:10000;
	position:absolute;
	padding:10px;
}

div#toolTipBox p, div.toolTipBox p{
	color:#fff;
	font-size:11px;
	text-align:left;
}



.df_asterisk {
	color:#CC0000;
	float:left;
	font-size:24px;
	font-weight:bold;
	height:16px;
	margin:0 2px 0 -18px;
	position:relative;
	top:-3px;
}

/* END dataforms.css CSS */

