/* File Textbox Styles */
input[type="text"].file_input_textbox
{
	position: relative;	
	width: 150px;
	height: 25px;
	margin: 0px;
	padding: 0px;
	border: 1px solid;
	border-color: #BBBBBB;
	background-color: white;
	color: black;
}

input[type="text"].file_input_textbox:disabled
{
	position: relative;	
	width: 150px;
	height: 25px;
	margin: 0px;
	padding: 0px;
	border: 1px solid;
	border-color: #BBBBBB;
	background-color: white;
	color: silver;
}

input[type="text"].file_input_textbox_nofile
{
	position: relative;	
	width: 150px;
	height: 25px;
	margin: 0px;
	padding: 0px;
	border: 1px solid;
	border-color: #BBBBBB;
	background-color: red;
	color: black;
}

/* Upload Form and Button Styles */
form.file_input_uploadform
{
	position: relative; 
	width: 100px; 
	height: 27px; 
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

input[type="button"].file_input_button
{
	width: 100px; 
	height: 27px;
	position: absolute; 
	top: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #EEEEEE;
	color: #555555;
/*	background-attachment: scroll; */
	background-image: url("../images/white-grad-active.png");
	background-position: left top;
	background-repeat: repeat-x;
	border-style: solid;
	border-width: 1px;
	border-color: #BBBBBB;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}

input[type="button"].file_input_button_hover
{
	width: 100px; 
	height: 27px;
	position: absolute; 
	top: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #EEEEEE;
	color: #111111;
/*	background-attachment: scroll; */
	background-image: url("../images/white-grad-active.png");
	background-position: left top;
	background-repeat: repeat-x;
	border-style: solid;
	border-width: 1px;
	border-color: #333333;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}

input[type="button"].file_input_button:disabled, input[type="button"].file_input_button_hover:disabled
{
	width: 100px; 
	height: 27px;
	position: absolute; 
	top: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #EEEEEE;
	color: silver;
/*	background-attachment: scroll; */
	background-image: url("../images/white-grad-active.png");
	background-position: left top;
	background-repeat: repeat-x;
	border-style: solid;
	border-width: 1px;
	border-color: #BBBBBB;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}

input[type="button"].file_input_submit
{
	width: 100px; 
	height: 27px;
	position: relative; 
	margin: 0px;
	padding: 0px;
	background-color: #EEEEEE;
	color: #555555;
/*	background-attachment: scroll; */
	background-image: url("../images/white-grad-active.png");
	background-position: left top;
	background-repeat: repeat-x;
	border-style: solid;
	border-width: 1px;
	border-color: #BBBBBB;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}

input[type="button"].file_input_submit:hover, input[type="button"].file_input_submit:focus
{
	width: 100px; 
	height: 27px;
	position: relative; 
	margin: 0px;
	padding: 0px;
	background-color: #EEEEEE;
	color: #111111;
/*	background-attachment: scroll; */
	background-image: url("../images/white-grad-active.png");
	background-position: left top;
	background-repeat: repeat-x;
	border-style: solid;
	border-width: 1px;
	border-color: #333333;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}

input[type="button"].file_input_submit:disabled
{
	width: 100px; 
	height: 27px;
	position: relative; 
	margin: 0px;
	padding: 0px;
	background-color: #EEEEEE;
	color: silver;
/*	background-attachment: scroll; */
	background-image: url("../images/white-grad-active.png");
	background-position: left top;
	background-repeat: repeat-x;
	border-style: solid;
	border-width: 1px;
	border-color: #BBBBBB;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}

input[type="file"].file_input_hidden
{
	font-size: 45px; 
	position: absolute;
	right: 0px; 
	top: 0px; 
	margin: 0px;
	padding: 0px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

/* Simple Progressbar Styles */
div.file_progress_bar
{
	display: block;
	position: relative;
	width: auto; 
	border: 1px solid #333333;
	margin: 0;
	padding: 4px;
}

div.file_progress_inner
{
	display: block;	
	width: 100%;
	height: 6px;
	margin: 0;
	padding: 0;
	border: 1px solid silver;
	background-color: white;
}

img.file_progress_imagesafe
{
	width: 100%;
	height: 6px;
}

span.file_progress_noanimation
{
	display: block;	
	width: 0%; 
	height: 6px;
	margin: 0;
	padding: 0;
	border-style: none;
	background-color: rgb(43,194,83);
	position: relative;
	overflow: hidden;
}

span.file_progress_progressive
{
	display: block;	
	width: auto; 
	height: 6px;
	margin: 0;
	padding: 0;
	border-style: none;
	background-color: rgb(43,194,83);
	position: relative;
	overflow: hidden;
}

span.file_progress_shuffle
{
	display: block;	
	width: 25%; 
	height: 6px;
	margin: 0;
	padding: 0;
	border-style: none;
	background-color: rgb(43,194,83);
	position: relative;
	-webkit-animation: shuffle 1s linear infinite alternate;
	-moz-animation: shuffle 1s linear infinite alternate;
	-o-animation: shuffle 1s linear infinite alternate;
	animation: shuffle 1s linear infinite alternate;
	overflow: hidden;
}

span.file_progress_progressive:after
{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, rgba(255, 255, 255, .2)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.75, rgba(255, 255, 255, .2)), color-stop(.75, transparent), to(transparent) );
	background-image: -moz-linear-gradient( -45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent );
	z-index: 1;
	-webkit-background-size: 30px 30px;
	-moz-background-size: 30px 30px;
	background-size: 30px 30px;
	-webkit-animation: lengthen 2s linear infinite;
	-moz-animation: lengthen 2s linear infinite;
	-o-animation: lengthen 2s linear infinite;
	animation: lengthen 2s linear infinite;
	overflow: hidden;
}

@-webkit-keyframes shuffle { from { left: 0%; } to { left: 75%; } }

@-moz-keyframes shuffle { from { left: 0%; } to { left: 75%; } }

@-o-keyframes shuffle { from { left: 0%; } to { left: 75%; } }

@keyframes shuffle { from { left: 0%; } to { left: 75%; } }

@-webkit-keyframes lengthen { from { background-position: 0 0; } to { background-position: 30px 30px; } }

@-moz-keyframes lengthen { from { background-position: 0 0; } to { background-position: 30px 30px; } }

@-o-keyframes lengthen { from { background-position: 0 0; } to { background-position: 30px 30px; } }

@keyframes lengthen { from { background-position: 0 0; } to { background-position: 30px 30px; } }

/* SImple Message Styles */
span.file_messagebox_inner
{
	display: block;	
	width: 340px;
	margin: 0px;
	font-size: small;
	padding: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #D3D3D3;
	background-color: #F5F5F5;
	color: black;
	line-height: 1.2;
}

/* General Styles */
div.file_div_clean
{
	display: table;	
	position: relative;
	margin: 0px;
	padding: 0px;
	border-style: none;
	background: none;
	color: black;
	line-height: 1;
}

div.file_space_clean
{
	display: block;	
	margin: 0 0 2px 0;
	padding: 0px;
	border-style: none;
	background: none;
	color: black;
}

table.file_table_clean
{
	margin: 0px;
	padding: 0px;
	border: none;
	border-spacing: 0px;
	background: none;
	color: black;
	width: auto;
}

td.file_td_clean
{
	margin: 0px;
	padding: 0px;
	border: none;
	border-spacing: 0px;
	background: none;
	color: black;
	vertical-align: middle;
}

span.file_item_clean
{
	margin: 0px;
	padding: 0px;
	border-style: none;
	background: none;
	color: black;
}

select.file_item_clean
{
	margin: 0px;
	padding: 0px;
	height: 25px;
	border-style: none;
	background: none;
	color: black;
}

select.file_item_clean:disabled
{
	margin: 0px;
	padding: 0px;
	height: 25px;
	border-style: none;
	background: none;
	color: silver;
}

span.file_title_clean
{
	margin: 0px;
	padding: 0px;
	border-style: none;
	background: none;
	color: black;
}

/* Userdata styles */
div.file_userdata_container
{
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

label.file_userdata_label
{
	margin: 0;
	width: 40%;
}

input[type="text"].file_userdata_message, input[type="text"].file_userdata_message_required
{
	width: 60% !important;
	height: 25px;
	margin: 0px;
	padding: 0px;
	border: 1px solid;
	border-color: #BBBBBB;
	background: none;
	color: black;
}

input[type="text"].file_userdata_message:disabled, input[type="text"].file_userdata_message_required:disabled
{
	width: 60% !important;
	height: 25px;
	margin: 0px;
	padding: 0px;
	border: 1px solid;
	border-color: #BBBBBB;
	background: none;
	color: silver;
}

input[type="text"].file_userdata_message_required_empty
{
	width: 60% !important;
	height: 25px;
	margin: 0px;
	padding: 0px;
	border: 1px solid;
	border-color: #BBBBBB;
	background-color: red;
	color: black;
}

/* Message Block Styles */
table.file_messageblock_table
{
	margin: 0;
	padding: 0;
	border: none;
}

tr.file_messageblock_header_tr
{
}

td.file_messageblock_header_td
{
	border: 1px solid #dddddd;
	margin: 0;
	padding: 0;
}

div.file_messageblock_header
{
	margin: 0;
	padding: 2px;
}

label.file_messageblock_header_label
{
	font-weight: bold;
	font-size: 12px;
	line-height: 1;
}

td.file_messageblock_arrow_td
{
	border: 1px solid #dddddd;
	margin: 0;
	padding: 0;
	width: 20px;
	vertical-align: middle;
}

div.file_messageblock_header_arrow_up
{
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #555555;
	margin: 5px 1px 1px 5px;
	/* ie6 height fix */
	font-size: 0;
	line-height: 0;
	/* ie6 transparent fix */
	_border-right-color: pink;
	_border-left-color: pink;
	_filter: chroma(color=pink);
}

div.file_messageblock_header_arrow_down
{
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #555555;
	margin: 5px 1px 1px 5px;
	/* ie6 height fix */
	font-size: 0;
	line-height: 0;
	/* ie6 transparent fix */
	_border-right-color: pink;
	_border-left-color: pink;
	_filter: chroma(color=pink);
}

tr.file_messageblock_subheader_tr
{
}

td.file_messageblock_subheader_td
{
	margin: 0;
	padding: 0;
	border: 1px solid #dddddd;
}

div.file_messageblock_subheader_message
{
	margin: 0;
	padding: 2px;
	background: none;
}

label.file_messageblock_subheader_messagelabel
{
	font-weight: normal;
	font-size: 12px;
	line-height: 1;
}

div.file_messageblock_subheader_adminmessage
{
	margin: 0;
	padding: 2px;
	background-color: #F7F7F7;
	overflow: scroll;
}

label.file_messageblock_subheader_debugmessage_label
{
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	font-weight: bold;
}

div.file_messageblock_subheader_debugmessage_container
{
	margin: 0 0 0 20px;
	padding: 0px;
	background: none;
	border: none;
	font-size: 10px;
}

label.file_messageblock_subheader_adminmessagelabel
{
	font-weight: normal;
	font-size: 12px;
	font-style: italic;
	line-height: 1;
}

tr.file_messageblock_fileheader_tr
{
}

td.file_messageblock_filenumber_td
{
	width: 30px;
	margin: 0;
	padding: 2px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-size: 11px;
	line-height: 1;
	border: 1px solid #dddddd;
}

td.file_messageblock_fileheader_td
{
	margin: 0;
	padding: 0;
	border: 1px solid #dddddd;
}

div.file_messageblock_fileheader
{
	margin: 0;
	padding: 2px;
}

label.file_messageblock_fileheader_label
{
	font-weight: bold;
	font-size: 11px;
	line-height: 1;
}

td.file_messageblock_filearrow_td
{
	border: 1px solid #dddddd;
	margin: 0;
	padding: 0;
	width: 20px;
	border: 1px solid #dddddd;
	vertical-align: middle;
}

div.file_messageblock_file_arrow_up
{
	width: 0; 
	height: 0; 
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 4px solid #555555;
	margin: 5px 1px 1px 6px;
	/* ie6 height fix */
	font-size: 0;
	line-height: 0;
	/* ie6 transparent fix */
	_border-right-color: pink;
	_border-left-color: pink;
	_filter: chroma(color=pink);
}

div.file_messageblock_file_arrow_down
{
	width: 0; 
	height: 0; 
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #555555;
	margin: 5px 1px 1px 6px;
	/* ie6 height fix */
	font-size: 0;
	line-height: 0;
	/* ie6 transparent fix */
	_border-right-color: pink;
	_border-left-color: pink;
	_filter: chroma(color=pink);
}

tr.file_messageblock_filesubheader_tr
{
}

td.file_messageblock_filesubheaderempty_td
{
	width: 30px;
	margin: 0;
	padding: 0;
	border: 1px solid #dddddd;
}

td.file_messageblock_filesubheader_td
{
	margin: 0;
	padding: 0;
	border: 1px solid #dddddd;
}

div.file_messageblock_filesubheader_message
{
	margin: 0;
	padding: 2px;
	background: none;
}

label.file_messageblock_filesubheader_messagelabel
{
	font-weight: normal;
	font-size: 11px;
	line-height: 1;
}

div.file_messageblock_filesubheader_adminmessage
{
	margin: 0;
	padding: 2px;
	background-color: #F7F7F7;
}

label.file_messageblock_filesubheader_adminmessagelabel
{
	font-weight: normal;
	font-size: 11px;
	font-style: italic;
	line-height: 1;
}


