html,body {
	margin-top:				0px;
	margin-left:			0px;
	margin-right:			0px;
	margin-bottom:			0px;

	scrolling:				no;

	color:						rgb(255,255,255);
	background-color:			rgb(000,000,000);
	background-image:			url(img/bgr_stone.png);

	font-family:		Myriad, Verdana, Tahoma, Arial, Helvetica;;
	font-size:			12px;
	
	height:				100%;
}

table
{
	color:				rgb(255,255,255);
	font-family:		Myriad, Verdana, Tahoma, Arial, Helvetica;;
	font-size:			12px;
	line-height:		22px;
}

input.textbox
{
	color:				gold;
	background-color:	rgb(000,000,000);
	border:				1px solid rgb(255,255,255);
	font-family:		Myriad, Verdana, Tahoma, Arial, Helvetica;;
	font-weight:		bold;
	font-size:			14px;
	text-align:			center;
	margin:				2px;
	padding:			2px 5px;
	height:				20px;
	width:				250px;
}

input.fileupload
{
	color:				gold;
	background-color:	rgb(000,000,000);
	border:				1px solid rgb(255,255,255);
	font-family:		Myriad, Verdana, Tahoma, Arial, Helvetica;;
	font-weight:		bold;
	font-size:			10px;
	margin:				2px;
	padding:			2px 5px;
}

textarea.description
{
	color:				gold;
	background-color:	rgb(000,000,000);
	border:				1px solid rgb(255,255,255);
	font-family:		Myriad, Verdana, Tahoma, Arial, Helvetica;;
	font-weight:		bold;
	font-size:			10px;
	margin:				2px;
	padding:			2px 5px;
	height:				250px;
	width:				450px;
}

.goldtext
{
	color:				gold;
	font-size:			14px;
	font-family:		Myriad, Verdana, Tahoma, Arial, Helvetica;;
	font-weight:		bold;
}

input.submit
{
	width:				100px;
	height:				48px;
	border:				0px;
}

input.back
{
	width:				70px;
	height:				48px;
	border:				0px;
}

input.addimage
{
	width:				156px;
	height:				48px;
	border:				0px;
}

select
{
	border:				1px solid white;
	font-family:		Myriad, Verdana, Tahoma, Arial, Helvetica;
	font-size:			11px;
	color:				rgb(000,000,000);
	background-color:	rgb(245,245,245);
}

.errortext
{
	font-family:		Trebuchet MS, Myriad, Verdana, Tahoma, Arial, Helvetica;
	font-size:			11px;
	font-weight:		bold;
	color:				red;
}

.formtext
{
	font-family:		Trebuchet MS, Myriad, Verdana, Tahoma, Arial, Helvetica;
	font-size:			14px;

	color:				white;
}

.backgroundtext
{
	color:				rgb(115,005,005);
}

.abouttext
{
	color:				rgb(115,005,005);
}

.title
{
	color:				rgb(185,005,005);
	font-size:			24px;
	font-weight:		bold;
}

a				{ color: rgb(175,005,005); text-decoration: none; }
a:visited		{ color: rgb(175,005,005); text-decoration: none; }
a:hover			{ color: rgb(255,255,255); text-decoration: underline; }
a:active		{ color: rgb(175,005,005); text-decoration: none; }

a.white			{ color: white; text-decoration: none; }
a.white:visited	{ color: white; text-decoration: none; }
a.white:hover	{ color: red; text-decoration: underline; }
a.white:active	{ color: white; text-decoration: none; }

a.small			{ font-size: 10px; color: rgb(039,119,189); text-decoration: none; font-weight: bold; }
a.small:visited		{ font-size: 10px; color: rgb(039,119,189); text-decoration: none; }
a.small:hover		{ font-size: 10px; color: rgb(012,080,140); text-decoration: underline; }
a.small:active		{ font-size: 10px; color: rgb(039,119,189); text-decoration: none; }

td.menutl		{ height: 21px; background-image: url(img/menu_topleft.png); width: 21px;  }
td.menutop		{ height: 21px; background-image: url(img/menu_top.png); }
td.menutr		{ height: 21px; background-image: url(img/menu_topright.png); width: 21px; }
td.menuleft		{ width: 21px; background-image: url(img/menu_left_grey.png); }
td.menuright	{ width: 21px; background-image: url(img/menu_right_grey.png); }
td.menubl		{ height: 21px; background-image: url(img/menu_bottomleft_grey.png); width: 21px; }
td.menubottom	{ height: 21px; background-image: url(img/menu_bottom_grey.png); }
td.menubr		{ height: 21px; background-image: url(img/menu_bottomright_grey.png); width: 21px; }

td.menucontent
{
	background-color:	black;
	padding:			5px 15px 5px 15px;
	height:				75px;
	text-align:			center;
	font-family:		Myriad, Verdana, Tahoma, Arial, Helvetica;;
	font-size:			11px;
}

table#menutable { }

td.brd { background-image: url(img/border_vertical.png); }
td.content { background-color: black; color: rgb(190,190,190); }

div#menu
{
	position:			relative;
	z-index:			auto;	
}

div#topbgr
{
	position:			absolute;
	top:				0;
	left:				0;
	width:				100%;
	height:				70px;
	background-image:	url(img/topbgr.png);
	z-index:		 	auto;
}

div#centeredcontent
{
	position:			relative;	
	border:				0px;
	margin-left:		auto;
	margin-right:		auto;
	padding-top:		0px;
	padding-left:		5px;
	padding-right:		5px;
	text-align:			center;
	font-size:			12px;
	line-height:		2.0;
	width:				800px;
}

div#content
{
	position:			relative;	
	border:				0px;
	margin-left:		auto;
	margin-right:		auto;
	padding-top:		0px;
	padding-left:		5px;
	padding-right:		5px;
	text-align:			left;
	font-size:			12px;
	line-height:		2.0;
	width:				800px;
}

div#disclaimer
{
	position:			relative;	
	border:				0px;
	margin-left:		auto;
	margin-right:		auto;
	padding:			5px;
	color:				rgb(064,064,064);
	text-align:			center;
	font-size:			9px;
	line-height:		1.5;
	width:				800px;
}

table#maintable
{
	height:				100%;
	margin-left:		auto;
	margin-right:		auto;
}

/* Menu Section */

#sddm
{
	margin: 0;
	padding: 0;
	z-index: 30;
}

#sddm li
{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

#sddm li a
{
	display: block;
	margin: 0 1px 0 0;
	padding: 2px 5px;
	text-align: center;
	text-decoration: none;
}

#sddm li a:hover
{
	background-color: black;
}

#sddm div
{
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background-color: black;
	border: 1px solid rgb(64,64,64);
}

#sddm div a
{
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 20px 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	line-height: 1em;
	text-decoration: none;
}

#sddm div a:hover
{
	background-color:	black;
	color:				white;
}