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;
}


:focus { outline: 0; }
ol, ul { list-style: none; }
table {	border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left;	font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q {	quotes: "" ""; }

body { background: black; color: #999; font: 12px/18px "Lucida Grande", Candara, "Trebuchet MS", Tahoma; margin: 0;}
span { color: #333;}
h1, h2, h3, h4 { font-weight: normal; line-height:110%; color: #ffa600;}
h2 { font-size: 18px;}
a { text-decoration: none; color: #ffa600; }
img { border: 9px solid white; }
td { vertical-align: top; padding: 0 18px 18px 0; }
.thumb { text-align: right; }
.thumb img { border: 4px solid white;}
.thumbtext { padding: 4px 0px 0px 0px; }
.imagetext { padding: 0px 0px 0px 0px; }
.indexr { margin: 18px 0px 0px 0px; }
p { margin: 0 0 9px 0; }

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;
}

#header { background: #313131 url(../images/header-bg.jpg) repeat-x top left; height: 125px; position: relative; }
#logo { 
	padding: 0;
	margin: 0;
	background: url(../images/logo.jpg) no-repeat 20px 20px;
	height: 106px;
	width: 272px;
	text-indent: -5000px;
	overflow: hidden;
}
#logo a {
	display: block;
	color: #fff;
	text-indent: -5000px;
	overflow: hidden;
	height: 106px;
	width: 272px;
}

#version {
	font-weight: 700;
	color: #fff;
	position: absolute;
	right: 20px;
	top: 85px;
}

#content { width: 100%; margin: 0; }

form { margin: 0; padding: 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: #73b304;
}

div.flash {
	width: 375px;
	margin: 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;
}

button, input, select, textarea { 
	border-width: 1px; 
	margin-bottom: 10px;
	padding: 2px 3px;
}

input[disabled]{ border: 1px solid #ccc } /* FF 2 Fix */

label { width: 150px; text-align: right; display:block; margin-right: 5px; }

#pwbin { position: absolute; top: 20px; right: 20px; }
#phash { color: #FFFFFF; }
#btnSubmit { margin: 0; }

.progressWrapper {
	width: 500px;
}

.progressContainer {
	width: 500px;
	margin: 0px 20px;
	padding: 10px;
}

.message {
	margin: 0;
	padding: 0 20px;
}
/* Error */
.red {
	//border: solid 1px #B50000;
	//background-color: #FFEBEB;
	background-color: #2F2F2F;
}

/* Current */
.green {
	background-color: #2F2F2F;
}

/* Complete */
.blue {
	background-color: #2F2F2F;
}

.progressName {
	font-size: 12pt;
	font-weight: 700;
	color: #DDD;
	width: 323px;
	text-align: left;
	white-space: nowrap;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	background: #ffa600;
	font-size: 0;
	width: 0%;
	height: 10px;
	border: black solid 1px;
	margin: 10px 5px 0 0;
}

.progressBarComplete {
	width: 100%;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	font-size: 12pt;
	text-align: left;
	white-space: nowrap;
}

a.progressCancel {
	font-size: 0;
	display: block;
	height: 15px;
	width: 15px;
	background-image: url(../images/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -15px 0px;
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}

.swfupload { vertical-align: top; }
