/*
	LeperMessiahTrading.com CSS Document
	Copyright (c) 2008 LeperMessiahTrading.com
	CSS document composed by Kat
*/

/* Overall HTML elements and page layout */

body {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
    margin:0;
    padding:0;
	background-color: #000000;
	background-image: url(images/page_bg.jpg);
	background-position: top center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #FFFFFF;
	min-width: 100%;
	white-space: normal;
	word-wrap: break-word;
}

#wrapper {
	text-align: left;
	width: 760px;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	border-left: 3px solid #bc1d0e; /* Specifying a border for each side fixes a Firefox bug in which the border disappears on large pages */
	border-right: 3px solid #bc1d0e;
	border-bottom: 3px solid #bc1d0e;
	border-top: 0px solid #bc1d0e;
	background-color: #000000;
	margin-bottom: 20px;
	margin-top: 0px;
	color: #FFFFFF;
}

a:link, a:visited, a:active {
	color: #bc1d0e;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #d67670;
}

.thumbnail {
	border: 3px solid #000000;
	margin: 5px;
	vertical-align: top;
}

a img, #header img, #navigation_menu img  {
	border: 0px;
}

/* Header and top menu styles */

#header {
    background: transparent;
	margin-bottom: 10px;
}

/*
.topmenu, .topmenu a:link, .topmenu a:visited, .topmenu a:active, .topmenu a:hover {
	top: 0px;
	width: 100%;
	text-align: right;
	color: #d5d5d5;
	font-weight: bold;
	text-decoration: none;
	margin-right: 15px;
	vertical-align: middle;
	height: 20px;
	margin-top: 7px;
	margin-bottom: 7px;
}

.topmenu a:hover {
	color: #FFFFFF;
}
*/

/* Content Styles */

#content {
	margin-left: 200px;
	padding: 20px;
	padding-top: 0px;
	padding-left: 0px;
	width: 100%-20;
	background-color: transparent;
}

p {
	margin-top: 0;
}

h1 {
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #bc1d0e;
	font-style: italic;
	margin-top: 0;
	margin-bottom: 3px;
	text-decoration: none;
}

h2, h2 a:hover, h2 a:visited, h2 a:active, h2 a:link {
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 17px;
	color: #bc1d0e;
	font-style: italic;
	margin-bottom: 3px;
	text-decoration: none;
}

h3 {
	font-size: 14px;
	color: #d67670;
	margin-top: 0;
	margin-bottom: 0;
}

h4 {
	font-size: 12px;
	color: #bc1d0e;
}

hr {
	color: #262626;
	height: 2px;
}

/* Table styles */

table.content_table {
	background-color: #171717;
	border: #bc1d0e 2px solid;
	width: 100%;
	color: #FFFFFF;
}

tr.table_header {
	color: #000000;
	font-weight: bold;
	padding: 5px;
	background: #bc1d0e;
}

.recordings_portal_table_header {
	color: #000000;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
	font-size: 13px;
	background: #bc1d0e url(images/table_header_bg.gif) repeat-x;
	width: 100%;
	margin-bottom: 0;
}

tr.first_row td {
	background-color: #171717;
	color: #FFFFFF;
	padding: 5px;
}

tr.second_row td {
	background-color: #232323;
	color: #FFFFFF;
	padding: 5px;
}

tr.first_row td a:link, tr.first_row td a:visited, tr.first_row td a:active, tr.second_row td a:link, tr.second_row td a:visited, tr.second_row td a:active {
	color: #d67670;
	text-decoration: none;
}

tr.first_row td a:hover, tr.second_row td a:hover {
	color: #d67670;
	text-decoration: underline;
}

tr.row_separator td {
	background: #0a0a0a;
	color: #d67670;
	font-weight: bold;
}

tr.row_separator td a:link, tr.row_separator td a:visited, tr.row_separator td a:active, tr.row_separator td a:hover {
	color: #d67670;
	text-decoration: none;
}

.details {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	font-style: italic;
}

/* Forms, labels, and buttons */

form {
	margin: 0;
	padding: 0;
}

.forms, .select_forms {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	background-color: #171717;
	border: 1px solid #bc1d0e;
	color: #757575;
	padding: 2px;
	margin: 2px;
	margin-left: 0;
}

.select_forms {
	padding: 0;
}

.button {
	font-family: Arial, Verdana, sans-serif;
	background-color: #262626;
	border-top: 1px solid #515151;
	border-left: 1px solid #3b3b3b;
	border-right: 1px solid #1a1a1a;
	border-bottom: 1px solid #131313;
	font-weight: bold;
	color: #7d7d7d;
	margin: 2px;
}

label {
	font-weight: bold;
	margin: 2px;
	margin-left: 0;
	color: #d67670;
}

/* Breadcrumb links */

.breadcrumb_links {
	display: block;
	font-weight: bold;
	font-size: 15px;
	color: #bc1d0e;
	margin-bottom: 10px;
}

.breadcrumb_links a:link, .breadcrumb_links a:visited, .breadcrumb_links a:active {
	color: #d67670;
	text-decoration: none;
}

.breadcrumb_links a:hover {
	text-decoration: underline;
	color: #d67670;
}

/* Footer styles */

#footer {
	min-height: 70px;
	padding: 10px;
	width: 100%-20;
	color: #FFFFFF;
	font-size: 10px;
	height: 70px;
	background-color: transparent;
	background-image: url(images/footer_left.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	margin-top: 20px;
	text-align: center;
	vertical-align: middle;
	clear: both;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer a:hover {
	color: #d67670;
	text-decoration: underline;
}

/* Offline page */

/*body.offline_body {
	height: 100%;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 13px;
	margin: 0;
	background: #0D3864;
	white-space: normal;
	word-wrap: break-word;
}*/

.offline {
	background: #171717;
	border: 1px solid #0d0d0d;
	padding: 10px;
	width: 40%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 200px;
	font-size: 14px;
}

/* Content blocks */

.content_block {
	border: #262626 1px solid;
	background: #171717;
	padding: 8px;
	width: 100%-16;
	height: auto;
}

.inner_content_block {
	float: left;
	border: #262626 1px solid;
	background: #171717;
	padding: 5px;
	margin: 5px;
}

/* Styles for the navigation menu */

#navigation_menu {
	float: left;
	width: 180px;
	padding: 20px;
	padding-top: 0px;
	padding-right: 0px;
	background-color: transparent;
}

.navigation_top {
	width: 160px;
	height: 12px;
	background: transparent url(images/menu_top.gif);
}

.navigation_bottom {
	width: 160px;
	height: 12px;
	background: transparent url(images/menu_bottom.gif);
	margin-bottom: 15px;
}

.menu {
	padding: 5px;
	background: #171717;
	color: #FFFFFF;
	width: 148px;
	border-left: #262626 1px solid;
	border-right: #262626 1px solid;
	font-size: 15px;
	margin: 0px;
}

.menu a:link, .menu a:visited {
	color: #bc1d0e;
	text-decoration: none;
}

.menu a:hover {
	color: #d67670;
	text-decoration: none;
}

ul.menu {
	list-style-type: none;
	padding: 5px;
	font-weight: bold;
}

ul.menu li {
	background: transparent url(images/bullet.gif) no-repeat;
	padding-left: 25px;
    background-position: 3px 1px;
}