/* CSS Document */

body {
	margin: 0px;
	background-color: #232323;
	margin-top: 8px;
}

body, td, th, textarea, select, input {
	font-weight:normal;
	font-family:arial;
	font-size:12px;
}

table.tableFrame {
	width: 766px;
}

#divHeader {
	position: absolute;
	width: 760px;
	height: 83px;
	background-image: url(../images/header_760.jpg);
	background-repeat: no-repeat;
	border-top: 3px solid #FFFFFF;
	border-left: 3px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
}

#divContentColumn {
	position: absolute;
	width: 760px;
	margin-top: 113px;
	background-color: #FFFFFF;
	overflow: hidden;
	z-index: 1;
	border-left: 3px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
	background-image: url(../images/background_columns.jpg);
	background-repeat: repeat-y;
}

#tableContent {
	width: 350px;
	margin-left: 205px;
}

#divTopMenu {
	position: absolute;
	background-color: #000000;
	color: #FFFFFF;
	height: 19px;
	padding-top: 4px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 86px;
	width: 750px;
	border-left: 3px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
}

#divTopMenu a {
	color: #FFFFFF;
	text-decoration: none;
}

#divTopMenu a:hover {
	text-decoration: underline;
}

#divLeftCol {
	position: absolute;
	width: 180px;
	margin-top: 113px;
	margin-left: 8px;
	z-index: 2;
	overflow: hidden;
}

#divLeftCol a {
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}

#divLeftCol input {
	border: 1px solid #666666;
}

td.ColItem {
	font-size: 11px;
	border-bottom: 1px solid #8A5100;
	padding-bottom: 5px;
}

#divRightCol {
	position: absolute;
	margin-top: 113px;
	margin-left: 585px;
	z-index: 2;
	padding-top: 5px;
	width: 160px;
}

#divFooter {
	background-color: #000000;
	color: #FFFFFF;
	height: 100px;
	z-index: 5;
}

a {
	color: #8A5100;
	text-decoration: none;
}

h1 {
	font-size:1.8em;
	margin:8px 0px;
	padding:0px;
	font-weight:normal;
}

/* h2 { font-size: 16px; margin-bottom: 4px; margin-top: 3px; } */
h3 { font-size: 16px; margin-bottom: 4px; margin-top: 3px; }
h4 { font-size: 12px; margin-bottom: 2px; margin-top: 2px; }

form { margin: 0px; }

#divBlogPosts {
	padding-bottom: 15px;
}

.ArtistFolder {
	font-size: 11px;
}

.aFirstLetter {
	font-size: 14px;
	font-weight: bold;
}

td.tdSubMenu, td.tdSubMenu a {
	font-size: 10px;
}

input.TextBox, select.SelectBox, input.SubmitButton {
	font-size: 11px;
	border: 1px solid #000000;
	margin-bottom: 3px;
}

.VerySmallText {
	font-size: 10px;
}

th {
	text-align: left;
}

.AltRow {
	background-color: #EEEEEE;
}

#tableFooter td {
	background-color: #202020;
	color: #FFFFFF;
	height: 23px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.tableDataBrowser td, .tableDataBrowser th {
	font-size: 11px;
}

.tableDataBrowser th {
	border-bottom: 1px solid #999999;
}

.trNavigator td {
	text-align: center;
}

h2 {
        display: block;
        font-size: 12px;
        font-weight: bold;
        border-bottom: 1px solid #000000;
        text-transform: uppercase;
        background-color: #F6F0E6;
        border-bottom: 2px solid #CBBC9F;
		margin-bottom: 3px;
}

#divRightColBottomAd {
	padding-top: 75px;
}

tr.trSoundfontDetail {
	background-color: #EEEEEE;
}

a.aItemArticleTitle {
	display: block;
	border-bottom: 1px solid #CCCCCC;
}

#divSearchResultMsg {
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	border-top: 1px solid #3366CC;
	background-color: #E5ECF9;
	padding-left: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#divSearchResults {
	width: 350px;
	font-size: 11px;
	overflow: hidden;
}

#divSearchResults a {
	font-weight: bold;
	text-decoration: underline;
}

input.phpdiginputtext {
	width: 278px;
}