@CHARSET "UTF-8";
/* 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, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family: Verdana, sans-serif;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Main styles */
html {
	height: 100%;
}
body {
	display: block;
	padding: 15px 8px;
	background-color: #180E00;
	height: 100%;
	color: white;
	font-size: 8pt;
}
h1, h2, h3, h4 {
	font-family: Verdana, sans-serif;
	color: #9F835A;
	display: block;
	border-bottom: 1px solid #512A02;
}

h1 {
	padding: 0 0 16px 0;
	font-size: 23pt;
	font-weight: normal;
}

h1.page_header {
	overflow: hidden;
	text-indent: -5000px;
	background: url(../img/header.gif) no-repeat;
}

h3 {
	padding-bottom: 10px;
}

p {
	font-size: 8pt;
}

input.text, textarea {
	display: block;
	background: #323232;
	border: 1px solid #271E11;
	color: white;
	margin-bottom: 6px;
	width: 100%;
	text-align: left;
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

input.text {
}

input.submit {
	display: block;
	background: none;
	border: 1px solid #271E11;
	font-family: Verdana, sans-serif;
	color: #9E8258;
	padding: 2px 10px;
	height: 25px;
	overflow: hidden;
	cursor: pointer;
	cursor: hand;
}

p.error {
	color: red !important;
}

p.input_header {
	color: #9E8258;
	margin: 0 0 6px 0;
}

a.button {
	display: table;
	display: inline-block;
	height: 17px;
	overflow: hidden;
	border: 1px solid #2E261A;
	background: none;
	color: #9E8258;
	text-decoration: none;
	font-size: 9pt;
	padding: 4px 10px 0px 10px;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#content {
	width: 80%;
	float: left;
	border-left: 1px solid #512A02;
	min-height: 500px;
	padding: 10px 10px 30px 10px;
}

/* main nav */

ul#page_nav {
	color: #9E8258;
	font-size: 8pt;
	display: block;
	height: 100%;
	width: 120px;
	padding: 5px;
	float: left;
}

ul#page_nav li a {
	color: #9E8258;
	text-decoration: none;
	display: block;
	width: 100px;
	margin: 5px 0;
}

ul#page_nav li a.active {
	color: white;
}

ul#page_nav li a:hover {
	text-decoration: underline;
}

ul#page_nav li ul {
	margin-left: 5px;
}

/* top ui */

div#top_ui {
	width: 100%;
	overflow: auto;
	background: none;
}

div#top_ui a {
	display: block;
	color: #9E8258;
	text-decoration: none;
	font-size: 9pt;
	position: relative;
	top: 4px;
	padding: 0 10px;
}

div#top_ui a.addsomething {
	padding: 0 10px 0 19px;
	background: url(../img/addSymbol.gif) no-repeat 6px 2px;
}

div#top_ui div.element {
	float: left;
	overflow: hidden;
	border: 1px solid #2E261A;
	height: 21px;
	margin-right: 10px;
}

div#top_ui div.right {
	float: right;
}

div#top_ui div#path {
	padding: 0 0 0 23px;
	background: url(../img/boxSmall.gif) no-repeat;
}

div#path a {
	display: inline;
	top: -6px !important;
	color: white;
	padding: 0;
}

div#path a.updirectory {
	top: 0 !important;
	margin-left: 6px;
}

div#path a.updirectory img {
	border-left: 1px solid #2E261A;
	
}

div#path img {
	display: inline;
}

/* login */

div#login_content {
	width: 100%;
}

.login {
	height: 1px;
	overflow: visible;
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
}

.login div {
	text-align: left;
	margin: 0px auto;
	width: 200px;
	background: black;
	border: 1px solid #271E11;
	padding: 12px 12px 12px 9px;
	position: relative;
	top: -100px;
}

.login div h3 {
	color: white;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 8pt;
	border: none;
	margin: 0 0 6px 0;
}

.login div input.text {
	width: 100%;
	margin: 0 0 8px 0;
	color: white;
}

.login div input.submit {
	background: black;
}

/* icons */

div.file_icon {
	width: 100px;
	height: 145px;
	border: 1px solid #2E261A;
	text-align: center;
	padding: 4px 0 0 0;
	overflow: hidden;
	float: left;
	margin: 18px 18px 0 0;
}

div.file_icon a {
	display: block;
	margin: 0px auto;
	border: 1px solid #A0845B;
	width: 89px;
	height: 89px;
	text-decoration: none;
}

div.file_icon p {
	margin-top: 8px;
	border: none;
}

div.file_icon p a {
	display: inline;
	color: white;
	border: none;
}

/* footer */

div#footer {
	position: relative;
	bottom: -20px;
	width: 100%;
	height: 20px;
	clear: both;
	text-align: center;
	color: #9E8258;
	background: none;
}

div#footer p {
	margin: 0 auto;
	width: 250px;
	overflow: visible;
	background: none;
	padding-top: 3px;
}

div#footer a.arrowLeft {
	display: block;
	width: 18px;
	height: 21px;
	background: url(../img/leftArrow.gif) no-repeat;
	overflow: hidden;
	text-indent: -5000px;
	border: 1px solid #1B1105;
	cursor: default;
	float: left;
}

div#footer a.arrowRightActive {
	display: block;
	width: 18px;
	height: 21px;
	background: url(../img/rightArrowActive.gif) no-repeat;
	overflow: hidden;
	text-indent: -5000px;
	border: 1px solid #271E11;
	float: right;
}

/* file upload styles */

div#preview {
	border: 1px solid #1F1608;
	background-color: black;
	float: left;
	width: 700px;
	height: 500px;
	overflow: auto;
	padding: 10px;
}

div#filedata {
	border: 1px solid #1F1608;
	background-color: #100900;
	width: 300px;
	height: 500px;
	float: left;
	padding: 10px;
}

div#filedata p {
	margin-bottom: 12px;
}

div#filedata input, div#filedata textarea {
	margin-bottom: 12px;
}

div#filedata a.button {
	float: right;
	position: relative;
	top: -35px;
}

/* card UI */

div#carddata {
	border: 1px solid #1F1608;
	background-color: black;
	width: 400px;
	float: left;
	padding: 10px;
}

div#carddata h3 {
	margin-bottom: 20px;
}

div#carddata a.button {
	float: right;
	position: relative;
	top: -35px;
}

div#carddata p {
	margin-bottom: 12px;
}

div#carddata input, div#carddata textarea {
	margin-bottom: 12px;
}

div#carddata img {
	margin-bottom: 12px;
}

div.medialist {
	border: 1px solid #1F1608;
	background-color: #100900;
	width: 300px;
	height: 500px;
	float: left;
	padding: 10px;
}

div.medialist h3 {
	margin-bottom: 20px;
}

div.medialist input.submit {
	margin-bottom: 12px;
}

div.medialist div.itemcontainer {
	height: 422px;
	overflow: auto;
}

div.medialist div.itemcontainer ul.media_thumb a {
	color: #9F835A;
}

div.medialist ul {
	display: block;
	border: 1px solid #1F1608;
	overflow: hidden;
	margin-bottom: 6px;
}

div.medialist ul li {
	display: block;
	float: left;
	border-right: 1px solid #1F1608;
	text-align: center;
	padding: 4px;
	height: 35px;
}

div.medialist ul li.thumb img {
	display: block;
	width: 35px;
	height: 35px;
}

div.medialist ul li.info {
	border: none;
	text-align: left;
	width: 130px;
	overflow: hidden;
}

div.medialist ul li.box {
	float: right;
	border-right: none;
	border-left:  1px solid #1F1608;
}

div.medialist ul li.box input {
	width: 25px;
}
