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

/*
----------------------------------
Global Styles
----------------------------------
*/
body {
	background: #000 url(../img/bg.jpg) center top fixed no-repeat;
	color: #8B8D8E;
	font-family: Verdana, Helvetica, Geneva, sans-serif;
	font-size: 8pt;
	line-height: 12pt;
	margin: 0;
	padding: 0;
	border: 0;
}
p {
	margin: 0 0 10px 0;
	padding: 0;
	border: 0;
}
#header {
	background-color: transparent;
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 800px;
	height: 65px; /* adjust this and #navigation for gap between logo and navigation - added 30px on 9eronline.com */
	_height: 110px;
}
#container {
	background-color: #FFF;
	position: relative;
	margin: 0 auto;
	padding: 50px 50px 40px 50px;
	width: 700px;
	min-height: 350px;
	height: auto !important;
	height: 350px;
	z-index: 1;
}
#footer {
	background-color: transparent;
	position: relative;
	margin: 0 auto;
	padding: 8px 25px 0 0;
	width: 800px;
	height: 30px;
	font-size: 7pt;
	text-align: right;
	color: #BBB;
}
#footer a {
	color: #EEE;
	text-decoration: none;
}
#footer a:hover {
	color: #CF0;
	text-decoration: none;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 54pt;
	font-style: oblique;
	color: #CF0;
}
h2 {
	font-size: 14pt;
	font-weight: normal;
	line-height: 18pt;
	margin: 0 0 15px 0;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	font-style: oblique;
	font-weight: normal;
}
h4 {
	font-size: 7pt;
	font-weight: normal;
	color: #C0C0C0;
	margin: -5px 0 0 0;
}
h5 {
	font-size: 7pt;
	font-weight: normal;
	color: #C0C0C0;
	margin: 0 0 20px 0;
}
a {
	text-decoration: none;
	color: #FF00AE;
}
.logo {
	margin: 45px 0 0 30px;
}


/*
----------------------------------
Login Styles
----------------------------------
*/
#login {
	position: relative;
	top: 0;
	left: 0;
	width: 240px;
	background-color: #F5F5F5;
	border: 1px solid #E5E5E5;
	padding: 25px 25px 25px 25px;
}
#login input {
	width: 150px;
	height: 16px;
}
#login input#submit {
	width: auto;
	height: auto;
	float: left;
	margin: 40px 10px 0 0;
}
.tableLoginForm th {
	height: 26px;
	padding-right: 20px;
	text-align: left;
	font-weight: normal;
}
.tableLoginForm td {
	padding: 0 10px 0 0;
	color: #444;
}

/*
----------------------------------
Navigation Styles
----------------------------------
*/
#navigation {
	position: absolute;
	top: 37px; /* adjust this and #navigation for gap between logo and navigation - added 30px on 9eronline.com */
	_top: 82px; /* adjust this and #navigation for gap between logo and navigation - added 30px on 9eronline.com */
	right: 20px;
	height: 28px;
	width: 600px;
	z-index: 100;
}
#navigation a {
	text-decoration: none;
	color: #CF0;
}
#navigation ul {
/*	display: inline-block; */
	margin: 0;
	padding: 0;
	float: right;
	cursor: pointer;
	_cursor: hand; /* IE6 only */
}
#navigation ul li {
	float: left;
	list-style: none;
	text-align: center;
	border-top: 1px #CF0 dotted;
	border-right: 1px #CF0 dotted;
}
/*  ** no longer needed, using first-child instead **
#navigation ul li.borderLeft {
	border-left: 1px #CF0 dotted;
}
*/
#navigation ul li:first-child {
	border-left: 1px #CF0 dotted;
}
#navigation ul:hover li a.active {
	color: #CF0;					/* remove active state when mouse-over of any other navigation item */
}
#navigation ul li a,
#navigation ul:hover li a.active {
	display: block;
	padding: 5px 10px;
	height: 17px;
	background-color: #222;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;                      /* sets opacity in all modern browsers */
}
#navigation ul li a.active,
#navigation ul li a:hover,
#navigation ul:hover li:hover,
#navigation ul:hover li:hover a,
#navigation ul:hover li:hover a.active {
	color: #111;
	background-color: #FFF;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;                      /* sets opacity in all modern browsers */
}

/*
----------------------------------
Sub-Navigation Styles
----------------------------------
*/
#navigation ul li ul {
	position: absolute;
}
#navigation ul li ul {
	visibility: hidden;
}
#navigation ul li:hover ul,
#navigation ul li.hover ul {
	visibility: visible;
}
#navigation ul li ul li {
	list-style: none;
	margin-top: -1px;
	margin-left: -1px;
	text-align: left;
	border: none;
	float: none;
}
#navigation ul li ul li a {
}

#navigation ul li ul li a,
#navigation ul li ul li a:hover,
#navigation ul li ul li a.hover,
#navigation ul li:hover ul li a,
#navigation ul li.hover ul li a,
#navigation ul li:hover ul li a:hover,
#navigation ul li.hover ul li a.hover {
	color: #111;
	background-color: #FFF;
/*	width: 97px; */
	padding: 5px 8px 2px 8px;
	display: block;
	border: 1px #8B8D8E solid;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { /* hack for Safari only */
    #navigation ul li ul li a,
	#navigation ul li ul li a:hover,
	#navigation ul li ul li a.hover,
	#navigation ul li:hover ul li a,
	#navigation ul li.hover ul li a,
	#navigation ul li:hover ul li a:hover,
	#navigation ul li.hover ul li a.hover {
/*	width: 103px; */
}
}
#navigation ul li ul li a:hover,
#navigation ul li ul li a.hover,
#navigation ul li:hover ul li a:hover,
#navigation ul li.hover ul li a.hover {
	background-color: #FFF;
	color: #FF00AE;
}
#navigation ul li ul li.navTop a,
#navigation ul li ul li.navTop a:hover {
	border-top: 1px #8B8D8E dashed;
}

/*
----------------------------------
Generic Panel Styles
----------------------------------
*/
#generic-panel {
	background-color: #F5F5F5;
	border: 1px solid #E5E5E5;
	padding-top: 25px;
	padding-right: 25px;
	padding-left: 25px;
}
.generic-panel {
	position: absolute;
	top: 50px;
	right: 50px;
	width: 245px;
}
#generic-panel p {
	margin-bottom: 20px;
}
#generic-panel ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
	_cursor: hand; /* IE6 only */
}
#generic-panel ul li {
	background-repeat: no-repeat;
	background-position: 0 0;
	font-family: "Times New Roman", Times, serif;
	font-style: oblique;
	font-weight: normal;
}
#generic-panel ul li:hover {
	/* background-image: url(../img/excel_large_over.gif); */
}
#generic-panel a {
	color: #8B8D8E;
	text-decoration: none;
	display: block;
	padding-left: 30px;
}
#generic-panel a:hover {
	color: #FF00AE;
	text-decoration: none;
}
#page-copy {
	position: relative;
	top: 0;
	left: 0;
	height: auto;
}

/*
----------------------------------
Manual Panel Styles
----------------------------------
*/
.manual-panel {
	position: absolute;
	top: 50px;
	right: 50px;
	width: 160px;
	padding-bottom: 8px;
}
.manual-panel ul li {
	margin-bottom: 18px;
	font-size: 14pt;
}
.manual-copy {
	width: 440px;
}

/*
----------------------------------
Content Section Styles
----------------------------------
*/
#content {
	position: relative;
	top: 0;
	left: 0;
	height: auto;
	background-color: #F5F5F5;
	border: 1px solid #E5E5E5;
	padding-top: 25px;
	padding-right: 25px;
	padding-left: 25px;
}
#content p {
	margin-bottom: 20px;
}
#content ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
	_cursor: hand; /* IE6 only */
}
#content ul li {
	background-repeat: no-repeat;
	background-position: 0 0;
}
#content a {
	color: #8B8D8E;
	text-decoration: none;
	display: block;
}
#content a:hover {
	color: #FF00AE;
	text-decoration: none;
}

/*
----------------------------------
File Icon Styles
----------------------------------
*/
ul li.pdf {
	background-image: url(../img/pdf.gif);
}
ul li:hover.pdf {
	background-image: url(../img/pdf_over.gif);
}
ul li.excel {
	background-image: url(../img/excel.gif);
}
ul li:hover.excel {
	background-image: url(../img/excel_over.gif);
}
ul li.powerpoint {
	background-image: url(../img/powerpoint.png);
}
ul li:hover.powerpoint {
	background-image: url(../img/powerpoint_over.png);
}
ul li.file {
	background-image: url(../img/file.gif);
}
ul li:hover.file {
	background-image: url(../img/file_over.gif);
}
ul li.image {
	background-image: url(../img/image.gif);
}
ul li:hover.image {
	background-image: url(../img/image_over.gif);
}
.file-icon {
	margin-top: 2px;
}

/*
----------------------------------
Manual Styles
----------------------------------
*/
.manuals {
	width: 648px;
	padding-bottom: 20px;
}
.manuals ul li {
	height: 18px;
	padding-left: 30px;
}
.manualNo,
.manualDesc,
.manualNo29er,
.manualDesc29er,
.manualSize,
.manualUnits,
.manualFile,
.manualType {
	display: inline-block;
	float: left;
}
.manualNo {
	width: 35px;
}
.manualDesc {
	width: 498px;
}
.manualNo29er {
	width: 48px;
}
.manualDesc29er {
	width: 485px;
}
.manualSize {
	width: 60px;
	text-align: right;
}
.manualUnits {
	width: 22px;
	text-align: right;
}
.manualFile {
	width: 503px; /* .manualNo + .manualDesc - 30px padding left */
}
.manualType {
	width: 30px;
}

/*
----------------------------------
List Styles
----------------------------------
*/
.addLink {
	text-align: right;
	margin: 0 10px 5px 0;
}
.tableList {
	width: 100%;
	margin: 5px 0 0 0;
	padding: 0;
	border: 0;
}
.tableList th {
	font-weight: normal;
	color: #FFF;
	background-color: #555;
	text-align: left;
	text-transform: uppercase;
	padding: 4px 4px 4px 5px;
}
.tableList th.thClassCol {
	text-transform: none;
}
.tableList th.thHeadCentre {
	text-align: center !important;
}
.tableList th.thDate {
	width: 90px;
}
.tableList th.thAuthor {
	width: 125px;
}
.tableList th.thFileIcon {
	width: 20px;
}
.tableList td {
	color: #8B8D8E;
	height: 15px;
	padding: 3px 4px;
	border-bottom: 1px #E5E5E5 solid;
}
.tableList td.tableListBorderLeft {
	border-left: 1px #E5E5E5 solid;
}
.tableList td.tableListBorderRight {
	border-right: 1px #E5E5E5 solid;
}
.tableList td.classCol {
	width: 30px;
	text-align: center;
}
.tableList td.linkCol {
	width: 45px;
	text-align: center;
}
.tableList td.linkCol a {
	color: #FF00AE;
	text-decoration: none;
}
.tableList tr.row,
.tableList tr.rowOver {
	vertical-align: top;
}
.tableList tr.row {
	background-color : #F5F5F5;
}
.tableList tr.rowOver {
	background-color: #E9E9E9;
}
.tableList tr.rowOver td {
	color: #8B8D8E;
}

/*
----------------------------------
Form Styles
----------------------------------
*/
#form {
	position: relative;
	top: 0;
	left: 0;
	background-color: #F5F5F5;
	border: 1px solid #E5E5E5;
	padding: 25px 25px 20px 25px;
	margin-bottom: 40px;
}
#form input {
	height: auto;
	margin-bottom: 5px;
}
#form textarea,
#form select {
	margin-bottom: 5px;
	font-family: Verdana, Helvetica, Geneva, sans-serif;
	font-size: 8pt;
	line-height: 12pt;
}
#form textarea {
	padding: 2px;
}
#form input#submit,
#form input#reset {
	width: auto;
	height: auto;
	float: left;
	margin: 35px 10px 0 0;
}
.tableForm th {
	padding: 4px 20px 0 0;
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}
.tableForm td {
	color: #444;
	vertical-align: top;
}
.tableForm img.error {
	margin: 5px 0 0 10px;
}
.tableFormDelete {
	margin-top: -6px;
}
div.radioButton {
	margin: 5px 0 5px 0;
}
div.radioButtonLast {
	margin: 5px 0 0 0;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
	clear: both;
}
fieldset input {
	float: left;
	margin: 3px 8px 0 0;
	width: auto;
	padding: 0;
}
label {
	float: left;
}

/*
----------------------------------
Delete Form Styles
----------------------------------
*/

.tableFormDelete td {
	padding-top: 4px;
}

/*
----------------------------------
Users Form Styles
----------------------------------
*/
.formUsers {
	width: 350px;
}
.formUsers input[type=text] {
	width: 200px;
}
.formUsers input[type=radio] {
	width: auto;
}