@CHARSET "ISO-8859-1";

/* Overall page */
body {
	font-family:sans-serif;
	font-size:13px;
	background-color:#F9F9F9;
	color:#98877A;
	margin:0px;
	background-color:#000000;
}

img {
	border:none;
}

table {
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	-khtml-border-radius:7px;
	border-radius:7px;
}

table thead {
	background-image:url("../../media/image/site/title_bg_neg.png") !important;
	background-image:none;
	background-position:center left;
	bacgkground-repeat:repeat-x;
}

table thead tr .header {
	background-image:url("../../media/image/site/sort_grey.gif");
	background-position:right center;
	background-repeat:no-repeat;
	cursor:pointer;
}

td {
	vertical-align:top;
}

caption, .caption {
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	-khtml-border-radius:7px;
	border-radius:7px;
	background-image:url("../../media/image/site/title_bg_neg.png") !important;
	background-image:none;
	background-position:center left;
	bacgkground-repeat:repeat-x;
	background-image:none;
	background-color:#34271f;
	border:1px solid #1a1310;
	padding:1px 0px 1px 0px;
	font-weight:bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin:0px 0px 13px 0px;
	padding:0px;
	font-weight:normal;
	color:#b39988;
}

h1 {
	font-size:20px;
	line-height:20px;
}

h2 {
	font-size:17px;
	line-height:17px;
}

h3,
h4,
h5 {
	font-size:15px;
	line-height:15px;
}

hr {
	border:none;
	border-bottom:1px solid #000000;
}
