/* GENERAL TAGS */
body
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	
	color: White;
	background: black;
	font-family: "Verdana";
	font-size: 11px;
}

td
{
	vertical-align: top;
	text-align: left;
}

img
{
	border: 0px;
}

img.framed
{
	border: 3px solid #808365;
}

a
{
	color: #ff7a25;
}

hr
{
	height: 1px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid #888;
}

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

input.text
{
	border: 1px solid #919683;
	width: 75px;
	font-family: "Verdana";
	font-size: 12px;
	background: #626245;
	color: White;
}

input.text2
{
	border: 1px solid #919683;
	width: 125px;
	font-family: "Verdana";
	font-size: 12px;
	background: #626245;
	color: White;
}

input.checkbox
{
	vertical-align: middle;
}

button
{
	border: 1px solid #958059;
	width: 160px;
	height: 35px;
	font: "Verdana";
	font-size: 14px;
	background: #92926c;
	color: White;
}

/* TABLES */
table.form
{
	font-family: "Times New Roman";
	font-size: 12px;
	color: #bec2b8;
}

table.menulayout
{
	margin: 5px auto 0px auto;
}

table.contentlayout
{
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.contentlayout td
{
	padding: 0px;
}

table.content
{
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.content td
{
	padding: 0px;
}

/* CELLS */
td.menuchoice
{
	vertical-align: middle;
}

td.menusep
{
	text-align: center;
	width: 20px;
}

td.left
{
	width: 32px;
}

td.right
{
	width: 29px;
}

td.content
{
	text-align: left;
}

/* DIVS */
div.body
{
	margin: 0px auto 0px auto;
	border-collapse: collapse;
	width: 988px;
	
	/* Grid alignment */
	padding-left: 3px;
	padding-top: 2px;
}

div.menu
{
	height: 52px;
	width: 927px;

	text-align: center;
	color: White;
	font-size: 14px;
	position: relative;
}

div.menu a
{
	color: White;
	text-decoration: none;
	vertical-align: middle;
}

div.menu a:hover
{
	color: #bdbc98;
}

div.submenu
{
	padding: 0px 10px 0px 10px;
	line-height: 18px;
	text-align: left;
	color: White;
	font-size: 11px;
	background: #333;
	border-top: 1px solid #444;
	border-left: 1px solid #444;
	border-right: 1px solid #222;
	border-bottom: 1px solid #222;
	visibility: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
}

div.submenu a
{
	color: White;
	text-decoration: none;
	vertical-align: middle;
}

div.submenu a:hover
{
	color: #bdbc98;
}

div.footer
{
	padding-top: 10px;
	color: #c0cbb2;
	font-size: 9px;
	padding-left: 15px;
}

div.footer a
{
	color: #c0cbb2;
}

div.footer a:hover
{
	color: White;
}

div.intro
{
	border-bottom: 1px solid black;
	padding: 15px;
	
	font-size: 16px;
	line-height: 35px;
	font-family: "Times New Roman";
}

div.error, div.message
{
	color: White;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid black;
	padding: 5px;
	text-align: left;
}

div.error
{
	background: #6c3535;
}

div.message
{
	background: #35356c;
}

div.form
{
	font-family: "Times New Roman";
	font-size: 12px;
	color: #bec2b8;
	padding: 5px 20px 20px 20px;
	line-height: 24px;
}

table.list
{
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	/*border: 2px solid #808365;*/
}

table.list td, table.list th
{
	padding: 5px;
	/*border-right: 2px solid #808365;*/
	/*border-bottom: 2px solid #808365;*/
}

tr.listrow0
{
	background: #515134;
}

tr.listrow1
{
	background: #626245;
}