body {
	font-family: tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #786440;
	background-color: #E9E9D1;
	background-image: url(../images/allBgBody.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	vertical-align: top;	
}
td,th {
	font-family: tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #786440;
	vertical-align: top;
}
.fmwRadio {
	background-image: url(../images/mainHeadphoneGirl.jpg);
	background-repeat:no-repeat;
	width: 237px;
	height: 58px;
}
h3 {
	font-size: 14px;
}
.alignMid {
	vertical-align: middle;
}
img{border:0;}
a, .a {
	font-family: tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;	
	color: #634214;	
	text-decoration:underline;
	cursor:pointer;	
}
a:visited, .a:visited {
	color: #634214;
}
a:hover, .a:hover {
	color: #634214;
}
a:active, .a:active{
	color: #634214;	
}
.style-b {
	color: #634214;
}
.style-k{
	color:#DD942D;
}
.style-r{
	color:#C52000;
}
.style-w, .style-w:visited{
	color:#E9E9D1;
	font-weight: normal;
}
.style-b_bold {
	color: #634214;
	font-weight: bold;
}
.style-k_bold {
	color:#DD942D;
	font-weight: bold;
}
.style-r_bold {
	color:#C52000;
	font-weight: bold;
}
.style-w_bold {
	color:#E9E9D1;
	font-weight: bold;
}
.table_creme_thin {
	border: solid #663300;
	border-color: #8E814C;	
}
.td_brownDark {
	background-color: #786440;
	color:#E9E9D1;
	border-color: #786440;	
}
.td_brownDarkArrow{
	background-image:url(../images/allBgSearchArrow.gif);
	background-position:bottom center;
	background-repeat:no-repeat;
}
.a_white {
	color:#E9E9D1;
  text-decoration:none;
}
.a_white:hover {
	color:#E9E9D1;
  text-decoration:none;
}
.td_brownLight {
	background-color: #d5cea3;
}
.aOff {
	color:#DD942D;
	text-decoration:none;
	font-size:11px
}
.aOn {
	color:#C52000;
	text-decoration:none;
	font-size:11px
}

/* -- Uploader ------------------------------- */

/*
#content { width: 580px;}
*/
#content { margin: 20px 90px; }

fieldset.flash {
	width: 375px;
	margin: 10px 5px;
	border-color: #d5cea3;
}

/*
button,
input,
select { 
	color: #330000;
	background-color: #ffdd99;
	border-color: #91754e;
	border-width: 1px; 
	margin-bottom: 10px;
	padding: 2px 3px;
}
*/

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

.progressWrapper {
	width: 357px;
	overflow: hidden;
}

.progressContainer {
	margin: 5px;
	padding: 4px;
	border: solid 1px #d5cea3;
	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 #ffebc4;
	background-color: #ffdd99;
}

/* Complete */
.blue {
	border: solid 1px #f0cda2;
	background-color: #f2e2ce;
}

.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;
}
