/*
	Forum-style Tables taken from the PhpBB Forum on this site

*/

/* === Tables === */

.tbl-title {
	color: #E9E8EE;
	margin-top: 6px;
}

.tbl-h-c {
	background: url('../picts/table/tbl_h_c.gif') bottom left repeat-x;
	height: 30px;
	font-weight: bold;
	font-size: 1.3em;
	text-align: center;
	vertical-align: middle;
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
}

.tbl-h-l {
	background: url('../picts/table/tbl_h_l.gif') bottom left no-repeat;
	padding-left: 27px;
}

.tbl-h-r {
	background: url('../picts/table/tbl_h_r.gif') bottom right no-repeat;
	padding-right: 27px;
}

.tbl-f-c {
	background: url('../picts/table/tbl_f_c.gif') bottom left repeat-x;
	height: 12px;
	font-size: 0.1em;
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
}

.tbl-f-l {
	background: url('../picts/table/tbl_f_l.gif') bottom left no-repeat;
	padding-left: 10px;
}

.tbl-f-r {
	background: url('../picts/table/tbl_f_r.gif') bottom right no-repeat;
	padding-right: 10px;
}

th {
	color: #E9E8EE;
	background-color: #131D36;
	background-image: url('../picts/table/bg_th.gif');
	font-size: 1.1em;
	font-weight: normal;
	white-space: nowrap;
	padding: 7px 5px;
}

td.profile {
	padding: 4px;
}

td.np {
	padding: 0px;
}

td.np-body {
	background-color: #131D36;
	padding: 0px;
}

.tablebg {
	background-color: #131D36;
	border: solid 1px #566276;
}

.tablebg th{
	color: #E9E8EE;
	background: #131D36 url('../picts/table/bg_th.gif') top left repeat-x;
	font-size: 1.1em;
	font-weight: normal;
	height: 26px;
	padding: 0 5px;
	border: solid 1px #1A2346;
	border-right-color: #455165;
	border-bottom-color: #455165;
	white-space: nowrap;
}

.row1, .row2, .row3, .row4 {
	font-size:8.7pt;
	border: solid 1px #1A2346;
	border-right-color: #242D53;
	border-bottom-color: #242D53;
	padding: 4px;
}

.row1 {
	background-color: #091427;
}

.row2 {
	background-color: #131F33;
}

.row3 {
	background-color: #252E54;
}

.row4 {
	background-color: #333F53;
}

// Forms for editing artist / product / event information
.ediform {
	background-color:#00CCFF;
}

/* color for link: #66AAFF */