﻿/* -----------------------------------------------
	www.swfupload.org
	Description: Common Screen Stylesheet for SWFUpload Demos
	Updated on:  May 1, 2008
----------------------------------------------- */


/* ----------------------------------------------- 
	GLOBAL RESET 
   ----------------------------------------------- */
/*
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
*/
/* remember to define focus styles! :focus { outline: 0; } */


/*body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul { 
	list-style: none; 
}*/
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after { 
	content2: "";
}
blockquote, q {
	quotes: "" "";
}


/* ----------------------------------------------- 
	BASIC ELEMENTS
   ----------------------------------------------- */
   
   
/* -- Text Styles ------------------------------- */


strong { font-weight: 600; }


p { 
	margin-top: .25em;
	margin-bottom: .5em;
}

/*
ul { padding: 4px 5px; }
ul li { 
	padding: 4px 5px; 
	margin: 0 20px;
	list-style:square; 
}
*/
/*
code {
	display: block;
	background:#edffb8 none repeat scroll 0%;
	border-color:#b2da3a;
	border-style:solid;
	border-width:1px 0;
	font-size: 1em;
	margin: 1em 0pt;
	overflow:auto;
	padding: 0.3em 0.4em;
	white-space:pre;
}
*/

#swfcontent{ 
	width: 500px;
	margin: 20px 0px 0px 50px;
}


/* -- Form Styles ------------------------------- */
form {	
	margin: 0;
	padding: 0;
}



div.fieldset {
	border:  1px solid green;
	background-color: #cccccc;
	margin: 10px 0;
	padding: 20px 10px;
	color: black;
	width:375px;
}


/*
div.flash {
	width: 375px;
	margin: 0px 5px 0 0;
	border-color: #D9E4FF;
}
*/

/*
button,
input,
select { 
	border: 1px solid red;
	//margin-bottom: 10px;
	//padding: 2px 3px;
}
*/
textarea { 
	border: 1px solid blue;
	//margin-bottom: 10px;
	//padding: 2px 3px;
}





.progressWrapper {
	width: 357px;
	overflow: hidden;
}

.progressContainer {
	margin: 0px;
	padding: 0px;
	border: solid 4px #E8E8E8;
	background-color: #F7F7F7;
	overflow: hidden;
}
/* Message */
.message {
	margin: 0;
	padding: 0px;
	border: solid 4px red;
	background-color: #FFFFCC;
	overflow: hidden;
}
/* Error */
.red {
	border: solid 4px #B50000;
	background-color: #FFEBEB;
}

/* Current */
.green {
	border: solid 4px lightgreen;
	background-color: #EBFFEB;
}

/* Complete */
.blue {
	border: solid 4px lightblue;
	background-color: lightblue;
}

.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: 4px;
	background-color: blue;
	margin-top: 2px;
}

.progressBarComplete {
	width: 100%;
	background-color: blue;
	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 Object Styles ------------------------------- */
.swfupload {
	vertical-align: top;
}

.btns {
	margin: 20px 0 0 0;
	width:400px;
	height:30px;
	
}

#spanButtonPlaceHolder {
	margin: 10px 0 0 0;
	width:200px;
	height:20px;
	border:1px solid gray;
	text-align:center;
	//background-color: red;
}

#divStatus {
	height:30px;
	font-size:10pt; 
	margin: 20px 0 0 0;
}



