@CHARSET "ISO-8859-1";

/* Overall page */
body {
	font-family:sans-serif;
	font-size:13px;
	color:#333333;
	margin:0px;
	background-color:#111111;
	background-image:url("../../media/image/site/grad.jpg");
	background-repeat:repeat-x;
	height:100%;
}

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;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin:0px 0px 13px 0px;
	padding:0px;
	color:#1c4a13;
}

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

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

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

a {
	color:#000000;
	text-decoration:underline;
}

a:hover {
	color:#1c4a13;
}

ul li {
	padding-bottom:7px;
}
