@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

::selection {
	background-color: #333333;
	color: #f8f8f8;
}

::-moz-selection {
	background-color: #333333;
	color: #f8f8f8;
}

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

a:hover {
	text-decoration: underline;
}

h2 {
	margin: 0;
	padding: 20px 0;
	font-size: 24px;
	font-weight: bold;
}

h3 {
	margin: 0;
	padding: 15px 0;
	font-size: 23px;
	font-weight: bold;
}

h4 {
	margin: 0;
	padding: 10px 0;
	font-size: 20px;
	font-weight: bold;
}

p {
	margin: 0;
	padding: 10px 0;
	font-size: 16px;
}

span.red {
	color: #990000;
}

ul {
	padding: 0 0 0 30px;
}

li {
	padding: 3px 0;
	font-size: 16px;
}

ul.options {
	margin: 0;
	padding: 5px 0;
	border-top: 1px dashed #cccccc;
	border-bottom: 1px dashed #cccccc;
}

ul.options li {
	margin: 0;
	padding: 5px 0 5px 38px;
	list-style-type: none;
	background-image: url('images/options.png');
	background-position: left center;
	background-repeat: no-repeat;
}

ul.options li.upload {
	background-image: url('images/upload.png');
}

ul.options li.upload_invite {
	background-image: url('images/upload_invite_li.png');
}

ul.options li.download {
	background-image: url('images/download.png');
}

ul.ip_downloads {
	margin: 0;
	padding: 0;
}

ul.ip_downloads li {
	margin: 0;
	padding: 5px 0 5px 38px;
	list-style-type: none;
	background-image: url('images/download_li.png');
	background-position: left center;
	background-repeat: no-repeat;
}

ul.form {
	padding: 0;
	list-style-type: none;
}

ul.form li {
	padding: 8px 0;
	clear: both;
}

ul.form li label {
	float: left;
	display: block;
	width: 200px;
}

ul.form li input[type=text] {
	width: 500px;
	font-size: 16px;
	color: #666666;
}

ul.form li input[type=password] {
	width: 500px;
	font-size: 16px;
	color: #666666;
}

ul.form li input[type=submit] {
	margin: 0 10px 0 0;
	padding: 5px 10px;
	font-size: 16px;
	color: #333333;
}

ul.form li input[type=password] {
	font-size: 16px;
	color: #666666;
}

ul.form li textarea {
	width: 500px;
	height: 120px;
	font-size: 16px;
	color: #666666;
}

ul.form li select {
	width: 500px;
	font-size: 16px;
	color: #666666;
}

ul.form li.info {
	padding: 0 0 3px 200px;
	font-size: 11px;
}

ul.form li.error {
	padding: 0 0 10px 200px;
	color: #990000;
}

table {
	margin: 20px 0;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	table-layout: auto;
	caption-side: top;
	width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

table caption {
	margin: 0;
	padding: 10px;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	color: #999999;
}

table thead tr {
	background-color: #cccccc;
}

table thead tr th {
	padding: 10px;
	color: #f8f8f8;
	text-align: left;
	text-shadow: 0 1px 3px #999999;
}

table tbody tr.odd {
	background-color: #f8f8f8;
}

table tbody tr.odd:hover {
	background-color: #e0e0e0;
}

table tbody tr.even {
	background-color: #f0f0f0;
}

table tbody tr.even:hover {
	background-color: #e0e0e0;
}

table tbody tr td {
	padding: 10px;
}

table tbody tr td.padlock {
	padding-right: 0;
	width: 38px;
	background-image: url('images/padlock.png');
	background-position: center center;
	background-repeat: no-repeat;
}

table tbody tr td.padlock_inactive {
	padding-right: 0;
	width: 38px;
}

table tbody tr td.download {
	padding: 0;
	width: 18px;
	background-image: url('images/download.png');
	background-position: center center;
	background-repeat: no-repeat;
}

table tbody tr td.download a {
	display: block;
	width: 38px;
	height: 20px;
}

table tbody tr td.download a span {
	display: none;
}

table tfoot tr {
	background-color: #e6e6e6;
}

table tfoot tr td {
	padding: 10px;
	border-bottom: 1px dashed #cccccc;
	font-size: 12px;
}

table.recent_uploads tbody tr td.file_type,
table.my_files tbody tr td.file_type {
	width: 50px;
}

span.small {
	font-weight: normal;
	font-size: 10px;
}

body {
	background-color: #e6e6e6;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

div.page_outer {
	padding: 30px 0;
}

div.header_inner {
	padding: 0 40px 3px 40px;
}

div.header_inner h1 {
	font-size: 10px;
	color: #b8b8b8;
}

div.menu_inner ul {
	padding: 2px 40px;
	list-style-type: none;
	overflow: hidden;
	background-color: #f8f8f8;
}

div.menu_inner ul li {
	margin: 1px 3px 1px 0;
	padding: 8px 16px 0 16px;
	min-height: 27px;
	float: left;
	font-size: 16px;
	font-weight: bold;
	background-color: #e6e6e6;
	color: #999999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

div.menu_inner ul li.user {
	margin: 1px 0 1px 3px;
	float: right;
}

div.menu_inner ul li.search {
	margin: 1px 0 1px 3px;
	padding: 7px 16px 0 16px;
	float: right;
}

div.menu_inner ul li.search input {
	margin: 0;
	padding: 0;
	float: left;
}

div.menu_inner ul li.search input[type=text] {
	padding: 1px 6px;
	border: 2px solid #999999;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	color: #999999;
	font-size: 12px;
	font-weight: bold;
	background-color: #f8f8f8;
}

div.menu_inner ul li.search input[type=text]:focus {
	border: 2px solid #666666;
	color: #666666;
}

div.menu_inner ul li.active {
	-webkit-box-shadow: ;
}

div.menu_inner ul li a {
	color: #999999;
	text-decoration: none;
}

div.menu_inner ul li a:hover {
	color: #666666;
}

div.content_inner {
	padding: 20px 40px;
	overflow: auto;
}


