html {
}

body {
	margin: 0px;
	padding: 0px;
	background: #E1E1E1 url('/files/img/bg.jpg');
}

#body {
	min-height: 100%;	
}

table {
	empty-cells: show;
}

img {
	border: none;
}

body, input, textarea, select, button, h1, h2, h3 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #686868;
}

body {
	font-size: 12px;
}

h3 {
	margin: 5px 10px;
}

h4 {
	margin: 4px 8px;
}

table {
	border-collapse: collapse;
}

input,select,button,textarea {
	font-size: 12px;
}

small {
	font-size: 10px;
}

a {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

form {
	margin: 0px;
}

input.radio,input.checkbox {
	margin: 2px 0px;
	vertical-align: middle;
}

.clear {
	clear: both;
}

.w100 {
	width: 100%;
}

.hr {
	border-bottom: 1px dotted #868686;
	margin: 8px 0px;	
}

.black {
	color: black;	
}

.gray {
	color: #686868;	
}

#top {
	height: 180px;
	background: url('/files/img/top.bg.jpg') repeat-x center top;
}

#topcenter {
	height: 140px;
	background: url('/files/img/top.center.jpg') no-repeat center top;
	padding: 20px;
}

#topmenu {
	margin: 0px auto;
	padding: 3px 20px 3px 15px;
	height: 44px;
	width: 607px;
	background: url('/files/img/top.menu.jpg') no-repeat center top;
	text-align: right;
}

#topmenu a {
	display: block;
	float: right;
	padding: 16px 10px;
	margin: 0px 2px;
	color: black;
	font-size: 12px;
	-moz-outline: none;
}

#topmenu .splitter {
	float: right;
	height: 44px;
	width: 3px;
	background: url('/files/img/top.menu.splitter.jpg') no-repeat center top;
}

#topmenu h1 {
	margin: 0px;
	padding: 0px;
	float: left;
}

#topmenu h1 a {
	float: left;
	padding: 12px 0px;
}

#topblah {
	width: 537px;
	margin: 30px auto 0px auto;
}

#topblahdesc {
	color: #AAAAAA;
	padding: 0px 10px;
}

#main {
	background: #EDEDED url('/files/img/main.top.jpg') repeat-x center top;
	padding: 30px 20px 60px 20px;
}

#content {
	width: 648px;
	margin: 0px auto;
}

.blaharrow {
	float: left;
	width: 49px;
	height: 65px;
	background: url('/files/img/arrow.jpg') no-repeat center bottom;
}

#blahblah {
	width: 668px;
	margin: -30px -10px 0px -10px;
	position: relative;	
}

#uploadbox {
	width: 172px;
	height: 62px;
	float: left;
	padding-top: 158px;
	padding-left: 18px;
	background: url('/files/img/upload.jpg') no-repeat;
}

#distribbox {
	width: 184px;
	height: 62px;
	float: left;
	padding-top: 158px;
	padding-left: 6px;
	background: url('/files/img/distribute.jpg') no-repeat;
}

#sharebox {
	width: 154px;
	height: 62px;
	float: left;
	padding-top: 158px;
	padding-left: 36px;
	background: url('/files/img/share.jpg') no-repeat;
}

#closeblah {
	position: absolute;
	top: 30px;
	right: -20px;
}

.boxout {
	background: url('/files/img/frame.jpg') no-repeat 0px 0px;
	padding: 25px 0px 0px 0px;
}

.boxin {
	background: url('/files/img/frame.bg.jpg') repeat-y;
	padding: 0px 30px 15px 30px;
	width: 588px;
}

.boxend {
	background: url('/files/img/frame.bottom.jpg') no-repeat 0px bottom;
	height: 10px;
}


.progressBar {
	width: 432px;
	height: 26px;
	border: none;
	background: white;
	position: relative;
	text-align: left;
	overflow: hidden;
}

.progressBar .pbbg {
	background: url('/files/img/pbar/bg.gif') repeat-x;
	width: 432px;
	height: 26px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

.progressBar .pbgray {
	background: url('/files/img/pbar/gray.png') repeat-x;
	width: 500px;
	height: 26px;
	position: absolute;
	top: 0px;
	left: -10px;
	z-index: 1;
}

.progressBar .pbleft {
	background: url('/files/img/pbar/tleft.png') no-repeat;
	width: 4px;
	height: 26px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 5;
}

.progressBar .pbright {
	background: url('/files/img/pbar/tright.png') no-repeat;
	width: 4px;
	height: 26px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 6;
}

.progressBar.small,
.progressBar.small .pbbg {
	width: 250px;	
}

.uploadProgressPercentCtr {
	float: left;
	width: 100px;
	padding-top: 10px;
	text-align: center;
	color: gray;
}

.uploadProgressPercentCtr div {
	color: gray;
	font-size: 26px;
}

.uploadProgressBarCtr {
	float: left;
	clear: right;
	height: 30px;
}

.uploadProgressInfoCtr {
	float: left;
	color: gray;
}

#uploadSpeed {
	width: 120px;
	float: left;
	color: gray;
}

#uploadSizeDone {
	width: 180px;
	float: left;
	color: gray;
}

#uploadETA {
	width: 140px;
	float: left;
	color: gray;
}

#registerForm .input {
	width: 140px;
}

#loginForm .input {
	width: 100px;
}

#loginWarning, .registerWarning {
	color: red;
}


#progressBlock {
	display: none;
}

#uploadFormCtr .row {
	padding: 4px 0px;
	clear: both;
}

#uploadFormCtr label {
	float: left;
	width: 96px;
	padding: 6px 0px 6px 20px;
}

#uploadFormCtr input {
	float: left;
	width: 360px;
}

#uploadFormCtr .addButton {
	float: right;
}

.bottombutton {	
	display: block;
	margin: 4px auto;
	width: 97px;
	cursor: pointer;
}

.serviceSelItem {
	float: left;
	padding: 4px;
	height: 40px;
	width: 180px;
}

.serviceSelItem input {
	float: left;
	margin: 13px 8px 0px 2px;
}

.serviceSelItem img {
	float: left;
	cursor: pointer;
}

#mask {
	background: gray;
	filter: alpha(opacity=50);
	opacity: 0.5;
	width: 1000px;
	height: 1000px;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}

.providerform {
	display: none;
	position: absolute;
	top: 550px;
	background: white;
	width: 268px;
	padding: 16px;
}

.providerform table td {
	padding: 4px;
}

#filesBlock input {
	width: 260px;
}

#filesBlock h3 {
	padding: 0px;
	margin: 0px 0px 6px 0px;
}

#myFiles {
	width: 100%;
}

#myFiles td {
	padding: 6px;
}

table.downloadLinks td {
	height: 40px;
	padding: 4px 10px;
}

table.downloadLinks td.avail {
	width: 18px;	
}
table.downloadLinks td.servlogo {
	width: 146px;	
}
table.downloadLinks td.progress {
	width: 250px;	
}

#loginFormCtr table {
	margin: auto;
}

#loginFormCtr table td {
	padding: 3px;
	margin: 2px;
}
#loginFormCtr table td input.text, #loginFormCtr table td select {
	width: 140px;
}

#settingsFormCtr table td {
	padding: 3px;
	margin: 2px;
}
#settingsFormCtr table td input.text, #settingsFormCtr table td select {
	width: 140px;
}
#settingsFormCtr table td label {
	display: block;
	width: 100px;
}
#settingsFormCtr table td.data {
	color: black;
	width: 200px;
}

.settingsform {
	display: none;
	position: absolute;
	background: white;
	width: 280px;
	padding: 16px;
}

.settingsform table td {
	padding: 4px;
}

#log {
	display: none;
}

#fileinfo {
	padding-left: 96px;
	background: url('/files/img/dlicon.jpg') no-repeat 10px 0px;
	min-height: 55px;
	height: expression('55px');
}

#fileinfo h2 {
	margin-top: 0px;
}

#bottom {
	width: 640px;
	padding: 60px 30px 70px 30px;
	margin: 0px auto;
	color: #979797;
	clear: both;
}

#bottom a {
	color: #979797;
	text-decoration: underline;
}

#bottomleft {
	float: left;
}

#bottomleft a {
	margin-right: 30px;	
}

#bottomright {
	float: right;
}

#bottomright img {
	margin-bottom: -1px;
}

#very {
	clear: both;
	float: right;
	margin-top: -12px;
	margin-right: 1px;
}
