/* ------------------------------------------------------------------------- *
 *  cascading style sheet by marcellosendos for deep thought                 *
 * ------------------------------------------------------------------------- */

body {
	font-family: sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 20px;
	padding: 0px;
	text-align: center;
	background-color: #ccccdd;
	background-image: url('../images/background/greyblue.gif');
	background-repeat: repeat-x;
}

td {
	font-family: sans-serif;
	font-size: 12px;
	color: #000000;
}

pre {
	font-family: fixed-width,monospace;
}

/* ------------------------------------------------------------------------- */

a {
	text-decoration: none;
}

a:link, a:visited, a:active {
	color: #000099;
}

a:hover {
	text-decoration: underline;
}

/* ------------------------------------------------------------------------- */

.content_box_out {
	float: left;
	width: 269px;
	height: 56px;
	background-color: #eeeeff;
	border-left: 1px solid #0000ff;
	border-bottom: 1px solid #0000ff;
}

.content_box_in {
	padding: 12px;
}

.half_box_out {
	float: left;
	width: 269px;
	background-color: #eeeeff;
	border-left: 1px solid #0000ff;
	border-bottom: 1px solid #0000ff;
}

.half_box_in {
	padding: 12px;
}

.full_box_out {
	width: 559px;
	background-color: #eeeeff;
	border-left: 1px solid #0000ff;
	border-bottom: 1px solid #0000ff;
}

.full_box_in {
	padding: 12px;
}

.horizontal_box_spacer {
	float: left;
	width: 20px;
}

.vertical_box_spacer {
	height: 20px;
}

.text_spacer {
	height: 12px;
}

/* ------------------------------------------------------------------------- */

.list_title {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #0000ff;
}

.list_subtitle {
	text-align: left;
	font-size: 10px;
	margin-top: 6px;
}

.list_text {
	text-align: left;
	font-size: 12px;
}

.list_small {
	text-align: left;
	font-size: 10px;
}

.list_element_left {
	float: left;
	margin-right: 12px;
}

.list_element_right {
	float: right;
	margin-left: 12px;
}

.list_image_left {
	float: left;
	margin-right: 12px;
}

.list_image_right {
	float: right;
	margin-left: 12px;
}

.clearfloat {
	clear: both;
}

/* ------------------------------------------------------------------------- */

.start_container_out {
	width: 760px;
	margin: auto;
	text-align: left;
	border: 1px solid #666699;
	background-image: url('../images/background/lightblue.gif');
}

.start_container_in {
	padding: 20px 98px 20px 100px;
	/* should be 100px instead of 98px, but IE sucks */
}

/* ------------------------------------------------------------------------- */

a.navigation, a.navigation:visited, a.navigation:active {
	color: #ffffff;
}

a.navigation:hover {
	text-decoration: none;
}

.navi_container_out {
	float: left;
	width: 160px;
	text-align: left;
	border-top: 1px solid #666699;
	border-bottom: 1px solid #666699;
	border-left: 1px solid #666699;
	background-color: #000066;
	background-image: url('../images/background/darkblue.gif');
}

.navi_container_in {
	padding: 10px;
}

/* ------------------------------------------------------------------------- */

.content_container_out {
	width: 600px;
	margin-left: 160px;
	text-align: left;
	border: 1px solid #666699;
	background-color: #ffffff;
	background-image: url('../images/background/lightblue.gif');
}

.content_container_in {
	padding: 20px;
}

/* ------------------------------------------------------------------------- */

a.bottom, a.bottom:visited, a.bottom:active {
	color: #ffffff;
}

.bottom {
	color: #ffffff;
}

.bottom_container_out {
	height: 30px;
	width: 760px;
	margin: auto;
	text-align: left;
	border-bottom: 1px solid #666699;
	border-left: 1px solid #666699;
	border-right: 1px solid #666699;
	background-color: #333366;
}

.bottom_container_in {
	padding: 10px;
}

/* ------------------------------------------------------------------------- */

.main_container {
	width: 761px;
	margin: auto;
}

/* ------------------------------------------------------------------------- */

.table_container {
	width: 760px;
	margin: auto;
	background: #666699;
}

.table_navi_out {
	width: 160px;
	text-align: left;
	background-color: #000066;
	background-image: url('../images/background/darkblue.gif');
}

.table_content_out {
	width: 600px;
	text-align: left;
	background-color: #ffffff;
	background-image: url('../images/background/lightblue.gif');
}

.table_bottom_out {
	height: 30px;
	width: 760px;
	text-align: left;
	background-color: #333366;
}

/* ------------------------------------------------------------------------- */

.navi_text {
	padding: 3px;
	margin-bottom: 3px;
	font-weight: bold;
	text-transform: uppercase;
}

.navi_text:hover {
	background-color: #666699;
}

.navi_active {
	background-color: #333366;
	border: 1px solid #666699;

/*
	border-left: 1px solid #666699;
	border-bottom: 1px solid #666699;
*/
}

.navi_inactive {
}

.navi_level_0 {
	padding-left: 3px;
}

.navi_level_1 {
	padding-left: 13px;
}

.navi_level_2 {
	padding-left: 23px;
}

.navi_level_3 {
	padding-left: 33px;
}

/* ------------------------------------------------------------------------- */

.form_title {
	margin-top: 3px;
	width: 100px;
}

.form_input {
	font-family: fixed-width,monospace;
	font-size: 12px;
	width: 400px;
	padding: 3px;
	border: 1px solid #0000ff;
	background-color: #ffffff;	
}

.form_button {
	font-family: sans-serif;
	font-size: 12px;
	color: #0000ff;
	font-weight: bold;
	padding: 3px;
	border: 1px solid #0000ff;
	background-color: #ffffff;	
}

.form_textarea {
	font-family: fixed-width,monospace;
	font-size: 12px;
	width: 400px;
	height: 100px;
	padding: 3px;
	border: 1px solid #0000ff;
	background-color: #ffffff;	
}

/* ------------------------------------------------------------------------- */

.bbar_box {
}

.bbar_cell {
	padding: 0px 1px 0px 1px;
}

.bbar_active {
	color: #000099;
}

.datebar_cell {
}

.datebar_active {
	color: #000099;
}

/* ------------------------------------------------------------------------- */

.path_link_list {
	font-size: 9px;
	color: #333399;
	text-transform: uppercase;
}

/* ------------------------------------------------------------------------- */

.detail_navi_left {
	float: left;
	width: 185px;
	text-align: left;
}

.detail_navi_center {
	float: left;
	width: 190px;
	text-align: center;
}

.detail_navi_right {
	float: left;
	width: 185px;
	text-align: right;
}

/* ------------------------------------------------------------------------- */

.search_highlight {
	background-color: #ccccff;
	padding: 1px 2px 1px 2px;
}

.search_input {
	font-family: fixed-width,monospace;
	font-size: 12px;
	width: 200px;
	padding: 3px;
	border: 1px solid #0000ff;
	background-color: #ffffff;	
}

/* ------------------------------------------------------------------------- */

.band_title {
	float: left;
	width: 120px;
	margin-right: 12px;
}

.band_text {
	float: left;
	width: 400px;
}

.band_image {
	float: right;
	margin-left: 24px;
	margin-bottom: 24px;
}

/* ------------------------------------------------------------------------- */

.disco_title {
	float: left;
	width: 230px;
	margin-right: 12px;
}

.disco_text {
	float: left;
	width: 220px;
}

/* ------------------------------------------------------------------------- */

.guestbook_title {
	float: left;
	width: 120px;
	margin-right: 12px;
	margin-top: 3px;
}

.guestbook_text {
	float: left;
	width: 400px;
	margin-top: 3px;
}

/* ------------------------------------------------------------------------- */

.rss_feed {
	background-image: url('../images/icons/rss.gif');
	background-repeat: no-repeat;
	background-position: center left;
	padding: 5px;
	padding-left: 90px;
	font-size: 10px;
}

/* ------------------------------------------------------------------------- */

.thumb_picture {
	float: left;
	width: 93px;
	height: 88px;
	text-align: center;
}

.thumb_image {
	border-left: 1px solid #0000ff;
	border-bottom: 1px solid #0000ff;
}

/* ------------------------------------------------------------------------- */

.message {
	color: #0000ff;
}

.subtitle {
	color: #0000ff;
}


