/*
	Orange: #FF6600
	Yellow: #FFCC00
*/
body {
	margin: 0px;
	padding: 0px;
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

#back_left, #back_right {
	z-index: 1;
	position: absolute;
	top: -2px;
	width: 50%;
	height: 300px;
}

#back_left {
	background-image:url(../images/back_left.gif);
	background-repeat:repeat-x;
	left:0;
}

#back_right {
	background-image:url(../images/back_right.gif);
	background-repeat:repeat-x;
	right:0;
}

#container_columns {
	background-image:url(../images/columns.gif);
	background-position:top;
	background-repeat:repeat-y;
	z-index: 2;
	position:relative;
	top: 0;
	margin:auto;
}

#container {
	width: 900px;
	margin: 0px auto;
	padding: 0px;
	background-image:url(../images/page_bg.gif);
	background-position:top;
	background-repeat:no-repeat;
}

#header {
	width: 100%;
	height: 201px;
	background-image:url(../images/bg_top.gif);
}

#logo {
	float: left;
	position: relative;
	top: 10px;
	left: 10px;
}

/* COLUMN POSITIONING ------------------------------------------------------*/
#left, #right, #center {
	float: left;
	margin: 0px;
}

#left, #right {
	width: 180px;
}

#center {
	width: 520px;
	padding: 10px;
}

/* FOOTER POSITIONING ----------------------------------------------------*/
#footer {
	width:100%;
	height: 60px;
	clear: both;
	background-color:#FFCC00;
	border-top: 5px solid #FF6600;
	padding: 10px;
}

/* COLUMN TEXT -----------------------------------------------------------*/
#left, #right {
	font-size:1em;
	font-weight:bold;
	color: #FF6600;
}
#center {
	font-size:1em;
	font-weight:bold;
	color: #FFCC00;
}
.column_box {
	margin-bottom: 15px;
}

.column_box p {
	padding-left: 5px;
	padding-right: 5px;
}

/* LINKS -----------------------------------------------------------------*/
a, a:link, a:visited {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* LISTS -----------------------------------------------------------------*/
table#cdList {
	width: 95%;
	margin: 10px auto;
	padding: 0;
}

table#cdList td.ref {
	padding-right: 3px;
}

/* HEADINGS --------------------------------------------------------------*/
h1 {
	color: #FFCC00;
	font-size: 2em;
}

/* CD LISTINGS -----------------------------------------------------------*/
table.listingTable {	
	z-index: 80;
}

table.listingTable th {
	padding: 4px;
	background-color: #FFCC00;
	color: #000000;
	font-size: 1.2em;
}

table.listingTable td {
	padding: 4px;
	z-index: 80;
}

table.listingTable td.downloadcell {
	z-index: 80;
}

.odd{background-color: #000000;}
.even{background-color: #272727;}

/* PROJECT ---------------------------------------------------------------*/
div.projectMenu {
	margin: 20px 0px;
}

div.projectMenu form {
	margin: 0;
	padding: 0;
}

div.projectMenu form input.submitButton, div.projectMenu form div#name input.submitButton {
	margin: 0;
	position: relative;
	top: 1px;
}

/* FORMS -----------------------------------------------------------------*/
#left input, #left select, .searchInput {
	width: 105px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}

input.submitButton, #left input.submitButton {
	padding: 2px 7px;
	background-color: #FF6600;
	background-image: url(../images/forms/button-bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	border: 1px solid #440807;
	color: #440807;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
}

.saveToProject {
	background-color: #FFCC00;
}

.saveToProject input.submitButton {
	margin-left: 3px;
	position: relative;
	top: 1px;
}

td.tab {
	/*width: 50%;*/
	background-color: #000000;
	background-image: url(../images/project-end-tab.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

/* Search Form */
#left select {
	width: 109px;
}

#left input.submitButton {
	width: 83px;
}

/* Login Form */
#left ul.login {
	margin: 10px 0 0 0;
	padding: 0;
	list-style-type: none;
}

#left ul.login li {
	margin-bottom: 8px;
	text-align: center;
}

#left ul.login li input {
	width: 160px;
	padding: 2px;
}

input.userName {
	background-image: url(../images/forms/username-bg.gif);
	background-position: left;
	background-repeat: no-repeat;
	border: 1px solid #000;
}

input.password {
	background-image: url(../images/forms/password-bg.gif);
	background-position: left;
	background-repeat: no-repeat;
	border: 1px solid #000;
}

#left ul.login li.submit input {
	margin-top: 5px;
	width: 167px;
}

/* Join Form */
ul#join {
	margin: 0 0 0 20px;
	padding: 0;
	list-style-type: none;
}

ul#join li {
	width: 100%;
	margin: 6px 0px;
	padding: 0;
	float: left;
	clear: left;
}

ul#join li label {
	float: left;
	width: 12em;
	margin-right: 1em;
	font-size: 1.3em;
	line-height: 1.7;
}

ul#join li input {
	width: 200px;
}

ul#join li input#mailing {
	width: auto;
}

ul#join li.submit {
	text-align: center;
}

ul#join li input#submit {
	width: 167px;
	height: 23px;
}

/* IMAGES ---------------------------------------------------------------*/
img.cdCover {
	border: 1px solid #FFCC00;
}

/* DOWNLOAD DIV ---------------------------------------------------------*/

.download {
	display: none;
	z-index: 99;
	float: left;
	position: absolute;
	/*top: 600px;
	left: 600px;*/
	width: 80px;
	padding: 5px;
	background-color: #333333;
	border: 1px solid #FF6600;
	text-align: left;
	overflow: visible;
}

.close {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 15px;
	height: 14px;
	background-color: #FF6600;
	color: #000000;
	text-align: center;
}

.close a {
	color: #000000;
	text-decoration: none;
	display: block;
}