/* the container */
body {
	background: #faf5e1;
	width: 650px;
	padding: 0px 0px 0px 0px;
	color: #663300;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px;
}
/*  body where the field is  */
#body div.box {
	margin: 0px 17px 0px 10px;
	padding: 10px;
	width: 650px;
}
#searchWindow {
	overflow: auto;	
}

.tableContainer {
	overflow: hidden;
	width: 500px;
	height: 400px;	
}
#serverList td, #serverList th {
	border-left: 1px solid #FAF5E1;
	border-top: 1px solid #FAF5E1;
	padding: 2px;
}

#serverList {
	border-bottom: 1px solid #FAF5E1;
	border-right: 1px solid #FAF5E1;
}



#itemList td, #itemList th {
	border-left: 1px solid #FAF5E1;
	border-top: 1px solid #FAF5E1;
	padding: 2px;
}

#itemList {
	border-bottom: 1px solid #FAF5E1;
	border-right: 1px solid #FAF5E1;
}

.sortdesc {
	background:#fff url(../img/down.gif);
	 
	
}

.sortasc {
	background:#fff url(../img/up.gif);
	 
}

.nosort {
	cursor: default;
}

.sortcol {
	cursor: pointer;
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: right center;
	font-weight:bold;
}

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

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

#flash-ok {
	background: #99cc99;
	border: 2px solid #336633;
	margin: 0px;
	padding: 0px;
}

#flash-error {
	background: #ffcccc;
	border: 2px solid #cc3333;
	margin: 0px;
	padding: 0px;
}

fieldset p {
	margin: 0px 0px 0px 10px;
}

fieldset label {
	width: 140px;
}

form {
	margin: 0px;
	padding: 0px;
}

form label {
	display: block;
	line-height: 25px;
	text-align: right;
}

form input.text, form input.button, form select, form textarea {
	border: 1px solid #faf5e1;
	padding: 2px;
}

form select {
	padding: 1px;
}

form input.text:focus, form input.button:focus, form select:focus, form textarea:focus {
	border: 1px solid ##faf5e1;
}

form input.text {
	width: 200px;
}

form input.button {
	background: #F0F0F0;
}

a.button {
	background: #F0F0F0;
	border: 1px solid ##faf5e1;
	color: #663300;
	display: block;
	float: left;
	margin: 0px;
	padding: 3px;
	text-decoration: none;
}

a.button:focus {
	border: 1px solid #007700;
}

a.button:hover {
	text-decoration: none;
}

.error {
	color: red;
}

img {
	border: 0px;
}

p {
	display: block;
	margin: 10px auto;
}

#logo {
	background: url() no-repeat left top;
	height: 0px;
	margin: 0px auto;
	padding: 3px;
	width: 0px;
}
/* logged in or log in button */
#loggedin {
	
	color: #000000;
	float: right;
	font-size: 12px;
	height: auto;
	line-height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 3px 200px;
}

#menu {
	background-color: #6c1a19;
	height: 10px;
	margin: 0px auto;
	padding: 0px;
	width: 650px;
}
/* Login and events bar */
#menu2 {
	background-color: #faeac9;
	height: 10px;
	margin: 0px auto;
	padding: 0px;
	width: 650px;
}


#menu2 a {
	color: #000000;
	display: block;
	float: left;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	margin: 0px;
	padding: 0px 11px;
	text-decoration: none;
}


#menu2 a:hover {
	border-right: 1px solid #020202;
	border-left: 1px solid #5c5c5c;
	padding: 0px 10px;
}

#menu2 a:active {
	border-right: 1px solid #5c5c5c;
	border-left: 1px solid #020202;
	padding: 0px 10px;
}



#menu div.box {
	padding-left: 5px;
}

#menu a {
	color: #FAF5E1;
	display: block;
	float: left;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	margin: 0px;
	padding: 0px 11px;
	text-decoration: none;
}

#menu a:hover {
	border-right: 1px solid #020202;
	border-left: 1px solid #5c5c5c;
	padding: 0px 10px;
}

#menu a:active {
	border-right: 1px solid #5c5c5c;
	border-left: 1px solid #020202;
	padding: 0px 10px;
}


h1 {
	font: normal 24px Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px 10px 0px 0px;
}

h2 {
	border-bottom: 1px solid #6c1a19;
	font-size: 14px;
	font-weight: normal;
	margin: -3px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
}

#bottom {
	background-color: #6c1a19;
	height: 17px;
	margin: 0px auto;
	padding: 0px;
	width: 650px;
	border: 1px solid #FFFFFF;
}

#dev {
	font-size: 14px;
	margin: 0px auto;
	padding: 0px;
	width: 650px;
	text-align: center;
}

div.message {
	background: url(../img/bg_error.gif) no-repeat;
	padding: 5px 5px 5px 31px;
}

.hide {
	display: none;
}

table.table {
	background: #faf5e1;
	margin: 10px 0px;
	width: 250;
}

table.table th {
	color: #faf5e1;
	font-weight: normal;
	height: 30px;
	line-height: 30px;
	margin: 0px;
	padding: 0px 10px;
}

table.table th.small {
	background: #faf5e1;
	color: #663300;
	font-weight: normal;
	height: 20px;
	line-height: 20px;
	margin: 0px;
	padding: 0px 10px;
}

table.table th.small2 {
	background: #faf5e1;
	color: #663300;
	font-size: 11px;
	font-weight: normal;
	height: 16px;
	line-height: 16px;
	margin: 0px;
	padding: 0px 10px;
}

table.table td {
	margin: 0px;
	padding: 2px 2px;
}

table.table tr.form td {
	margin: 0px;
	padding: 2px 4px;
}

table.table tr.r2 td {
	background: #E6E6E6;
}

table.table input, table.table select {
	width: 100%;
	margin: 0px;
}

table.table input.button {
	width: inherit;
}

div.left_column {
	float: left;
	margin-right: -295px;
	width: 100%;
}

div.left_column div.content {
	margin-right: 295px;
}

div.right_column {
	border: 0px;
	float: right;
	margin: 0px;
	padding: 0px;
	width: 0px;
}

div#button_bar {
	float: right;
	margin-top: 5px;
}

div#button_bar a.button {
	margin-left: 10px;
}
