/* ########## ELEMENTS ########## */

body {
	font-family:Arial,sans-serif;
	font-size:12px;
	background-color: #D6DBC6;
	margin: 0;
    text-align: center;
}

ul.navigation {
	list-style-type:none;
	padding: 0;
	margin: 0;
}

ul.submenu {
	list-style-type:none;
	padding: 0;
	margin: 0;
}

ol.tracklist {
	margin-bottom: 0;
	padding-bottom: 10px;
}

li.active {
	text-decoration: underline;
}

textarea {
	width:640px;
	height:480px;
}

a {
	text-decoration:none;
	color: #003366;
}

a:hover {
	text-decoration:none;
	color: #666666;
}

/* ######### IDENTIFIER ######### */

#wrapper {
	background-color: #D6DBC6;
	width: 854px;
	margin: 0px auto;
	border: 20px solid white;
	border-bottom: none;
	text-align: left;
}

#header {
	margin: 0;
	height: 25px;
	padding-top: 133px;
	background-image:url(/share/img/background/header.gif);
	background-repeat:no-repeat;
	margin-bottom: 5px;
}

* html #header {
	padding-bottom: 20px;
}

#navigation_top_left_close li {
	font-size: 10px;
	float: left;
	margin-left: 5px;
}

#navigation_top_right_close li {
	font-size: 10px;
	float: right;
	margin-left: 5px;
}

#navigation_top_left li {
	font-size: 11px;
	float: left;
	margin-right: 40px;
}

#navigation_top_right li {
	font-size: 11px;
	float: right;
    margin-left: 15px;
}

#body {
	padding: 20px;
}

#navigation_top {
	clear: both;
}

#content {
	float: left;
	width: 580px;
}

* html #content {
	float: left;
	width: 550px;
	padding-left: 10px;
}

#infoBox {
	margin-left: 610px;
	width: 200px;
    font-size:11px;
	border-bottom: 1px solid black;
}

* html #infoBox {
	margin-left: 570px;
	width: 200px;
}

#infoBox h1 {
    font-size:12px;
	background-color: #000000;
	color: #00CCCC;
	font-family: Arial,Helvetica,sans-serif;
	padding: 1px 6px 1px 0;
    text-align: right;	
}

#infoBox img {
    border: 0;
    display: block;
}

#infoBox div {
	margin-bottom: 10px;
	padding-bottom: 5px;
}

#infoBox_club .date {
	display: block;
	font-weight: bold;
	border-bottom: 1px solid black;
}

#footer {
	height: 25px;
	padding-top: 93px;
	background-color: #FFFFFF;
	background-image: url(/share/img/background/foot.gif);
	background-repeat: no-repeat;
	text-align: right;
}

#editBox {
	margin:0 auto;
	padding:10px;
}

#editBox td {
	vertical-align:top;
	text-align:left;
}

form button.button {
	border: 0;
	background-color:#D6DBC6;
}

#editBox .input {
	width:350px;
}

#editBox textarea {
	width:350px;
	height:250px;
}

#messageBox {
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 5px;
	background-color: #00CCCC;
	color: #FFFFFF;
}

/* ########### CLASSES ########### */

.image {
	border: none;
}

.navigation a {
	text-decoration:none;
	color: #000000;
}

.navigation a:hover {
	text-decoration:underline;
	color: #000000;
}

.object_item {
    margin-bottom: 30px;
	border-bottom: 1px solid black;
}

.news_item_content {
	border-right: 1px solid black;
	padding: 10px 10px 10px 0pt;
}

.network_item_content {
	border-right: 1px solid black;
	padding: 10px 10px 10px 0pt;
}

.object_item_content {
    clear: left;
	border-right: 1px solid black;
	padding: 10px 10px 10px 0pt;
}

.news_object_image {
	float: left;
	margin: 22px 13px 0pt 0pt;
}

.network_object_image {
	float: left;
	margin: 22px 13px 0pt 0pt;
}

* html .object_item {
	padding-bottom: 10px;
	margin-bottom: 40px;
	border-bottom: 1px solid black;
}

.object_image {
	width: 150px;
	float: left;
}

.artist_subsection {
    font-weight: bold;
	color: #FFFFFF;
    background-color: rgb(53,63,60);
/*    border: 1px solid rgb(53,63,60); */
    padding: 1px 0pt 1px 5px;
    margin-right: -10px;
}
.spread_image {
	width: 130px;
	float: left;
	padding: 9px;
    border: 1px solid black;
}

.full_item_header {
}

.object_item_header {
	margin-left: 160px;
}

.object_floral {
	width: 250px;
	margin-left: -10px;
}

.object_floral img {
	display: block;
}

.object_item_info {
	border-right: 1px solid black;
}

.object_name {
/*	width: 250px; */
	margin-left: -10px;
	margin-bottom: 10px;
	padding: 2px 0 0 8px;
	background-color: #000000;
	color: #00CCCC;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 20px;
}

.object_name_large {
/*	margin: 0pt 0pt 10px -10px; */	margin-left: -10px;
	padding: 2px 0 0 8px;
	background-color: #000000;
	color: #00CCCC;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 20px;
}

.object_name_date {
    color: #FFFFFF;
    font-size: 0.7em;
}

.object_name a {
	color: #00CCCC;
}

.object_name_large a {
	color: #00CCCC;
}

.object_info_label {
	font-weight: bold;
}

.object_opener {
	margin-top: 10px;
	padding-bottom: 10px;
}

.simple_item textarea {
	width:600px;
	height:200px;
}

.upload_frame {
	display:none;
}

#sales_stats {
    margin-top: 100px;
    border-top: 3px dashed white;
}

.sales_stats table th, #sales_stats table th {
    padding-right: 15px;
    border-top: 1px solid black;
    font-size:14px;
    text-align: left;
}

.sales_stats table th > em, #sales_stats table th > em {
    font-size:11px;
}

.sales_stats table td, #sales_stats table td {
    font-size: 11px;
}

tr.artist_stat th {
    padding-top: 50px;
    padding-bottom: 0;
    border: none;
}
