/* Copyright (c) 2009 Orion Transfer Ltd. All Rights Reserved. */

body, p, ol, ul, blockquote {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}

blockquote {
	line-height: 2em;
}

img {
	border: none;
}

table.basic {
	border-collapse: collapse;
	margin: auto;
	width: 90%;
}

table.basic thead th {
	font-family: "Lucida Grande", Sans-Serif;
	font-weight: normal;
	font-size: 12pt;
	text-align: left;
	color: #003399;
	border-bottom: 2px solid #6678b2;
	padding: 10px 8px;
}

table.basic tbody th,
table.basic tbody td {
	border: none;
	font-size: .9em;
	padding: 9px 8px 0px 8px;
	color: #666699
}

table.basic tbody th {
	text-align: left;
	text-decoration: underline;
	padding-top: 12px;
}

table.basic tbody tr:hover td {
	color: #000;
	text-shadow: #aaa 1px 1px 2px;
}

a {
	color: #ef3456;
}

a:hover {
	color: #2345ef;
}

.icon {
	vertical-align: middle;
}

p, ul {
	line-height: 1.4em;
	margin-bottom: 1em;
}

a {
	border-bottom: 2px;
}

h1, h2, h3, h4, h5, h6, dh {
	font-family: "Skia", sans-serif;
	color: #999;
}

h3, h4, h5, h6 {
	font-weight: normal;
}

h1, .important {
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-top: 0px;
	height: 20px;
	border-bottom: 1px dotted #ccc;
	font-weight: bold;
	color: black;
	letter-spacing: 0.02em;
}

h2 {
	text-shadow: #999 2px 2px 8px;
	padding: 5px;
	margin-top: 30px;
	margin-bottom: 15px;
	font-size: 12px;
	color: #333;
	background-color: #eee;
	font-size: 13px;
	letter-spacing: 0.12em;
	border: 1px solid #bbb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

h2 a {
	text-decoration: none;
}

.recordset_index em {
	font-weight: normal;
	font-style: normal;
	background-color: #ccc;
}

h3 {
	font-size: 13px;
}

/* Page Layout */

body {
	margin: 0px;
	padding: 0px;
}

#header {
	height: 90px;
	padding-top: 5px;
	padding-left: 5px;
	background-color: #eee;
	background-image: url(http://files.oriontransfer.org/oriontransfer/OrionTransferLogo.png);
	background-repeat: no-repeat;
	background-position: 10px 7px;
	border-bottom: 2px solid #000;
	z-index: 100;
}

/*
	Either use #menu and #content
	or #page
*/

#menu {
	position: absolute;
	left: 20px;
	width: 160px;
	top: 110px;
	padding-bottom: 35px;
}

#menu ul.top {
	padding: 0px;
	list-style: none;
}

#menu ul.top > li > .link {
	display: block;
	padding: 5px;
	margin-top: 10px;
	padding: 5px;
	font-size: 12px;
	text-decoration: none;
	background-color: #eee;
	font-size: 13px;
	border: 1px solid #bbb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#menu ul.top > li > a:hover {
	background-color: #fff;
}

#menu ul.top ul {
	padding: 5px;
	padding-bottom: 20px;
	list-style: none;
}

#menu ul.top ul li .link {
	display: block;
	margin: 2px;
	padding: 2px;
	font-size: 11px;
}

#menu h1 {
	font-family: "Gill Sans", "Futura", "Skia", sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #b0b0cf;
}

#content {
	position: absolute;
	left: 205px;
	right: 10px;
	top: 110px;
	padding-bottom: 35px;
}

#page {
	position: absolute;
	left: 25px;
	right: 25px;
	top: 110px;
	padding-bottom: 35px;
}

#footer {
	position: fixed;
	text-align: right;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 22px;
	font-size: 11px;
	opacity: 0.9;
	filter: alpha(opacity:90);
	padding-right: 5px;
	padding-top: 5px;
	background-image: url(http://files.oriontransfer.org/oriontransfer/BackgroundColor.png);
	border-top: 1px solid #aaa;
}

#license {
	font-family: monospace;
	color: black;
}

/* Files View */

dl.files {
	border: 1px solid #ccc;
	padding: 2px;
}

dl.files dt.version {
	padding: 2px;
	background-color: #ccf;
}

dl.files dd {
	border-top: 1px dashed #eee;
	padding-top: 4px;
	padding-bottom: 4px;
}

dl.files dd.modified {
	color: #ccc;
}

dl.files dd img {
	vertical-align: bottom;
}

p.files {
	background-color: #ccf;
	padding: 2px;
}

p.files span {
	padding: 4px;
}

p.files strong {
	
}

/* General Styles */

.header_link {
	float: right;
}

form.basic fieldset {
	margin: auto;
	width: 75%;
	border: 2px solid black;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #fafafa;
	text-shadow: #ccc 2px 2px 4px;
	font-size: 16pt;
	padding: 10px;
}

form.basic dl {
	margin: 0px
}

form.basic dl dt {
	clear: both;
	padding-top: 15px;
	font-size: 12pt;
	display: block;
	float: left;
	text-align: right;
	width: 30%;
	padding-right: 10px;
}

form.basic dl dd {
	padding: 10px 10px 10px 80px;
	width: auto;
}

form.basic dd {
	font-size: 1.2em;
}

form.basic dd input[type="text"],
form.basic dd input[type="password"] {
	width: 60%;
}

form.basic dd.footer {
	text-align: right;
	padding: 0px 10px 0px 0px;
}

code.basic {
	display: block;
}

pre.code, code.basic {
	/* border: 2px solid #ccc;
	border-left: 2px solid #333; */
	margin: 10px;
	padding: 2px;
	padding-left: 10px;
	background-color: #404040;
	color: #d0d0d0;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}