
body
{
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	margin: 0px;
}

input
{
	background-color: #FFFFFF;
	border: 1px solid #CEDE15;
	color: #000000;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 10px;
}

select
{
	background-color: #FFFFFF;
	border: 1px solid #CEDE15;
	color: #000000;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 10px;
}

textarea
{
	background-color: #FFFFFF;
	border: 1px solid #CEDE15;
	color: #000000;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 10px;
	width: 230px;
	height: 150px;
}

input.small
{
	width: 40px;
}

input.large
{
	width: 230px;
}

input.verylarge
{
	width: 98%;
}

textarea.medium
{
	width: 300px;
	height: 50px;
}

textarea.large
{
	width: 98%;
	height: 300px;
}

td.line
{
	background-color: #DDDDDD;
	width: 1px;
}

td.hline
{
	background-color: #DDDDDD;
}

td.bg-back
{
	background: url("../media/back.gif");
}

td.bg-menu-bottom
{
	background: url("../media/menu_bottom.gif");
}

font.backinfo
{
	color: #ADADAD;
}

h2
{
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	font-weight: bold;
}

#Title
{
	background: url("../media/border_large.gif");
	background-position: left center;
	background-repeat: no-repeat;
}

#Title h1
{
	color: #CEDE15;
	font-size: 16px;
	font-weight: bold;
}

#Content
{
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 10px;
	text-align: justify;
}

#Content a
{
	color: #000000;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 10px;
	text-decoration: none;
}

#Content a:hover
{
	text-decoration: underline;
}

#Link
{
	border: 1px solid #CEDE15;
	padding: 5px;
}

#LoggedInUserDataTable
{
	font-size: 10px;
}

#Banner
{
	border: 1px solid #DDDDDD;
}

#MenuOff
{
	color: #CEDE15;
	font-weight: bold;
	text-decoration: none;
}

#MenuOff:hover
{
	text-decoration: underline;
}

#MenuOn
{
	color: #DDDDDD;
	font-weight: bold;
	text-decoration: none;
}

#MenuOn:hover
{
	text-decoration: underline;
}

#UserControlTable
{
	font-size: 10px;
}

#UserControlOff
{
	color: #ADADAD;
	font-weight: bold;
	text-decoration: none;
}

#UserControlOff:hover
{
	text-decoration: underline;
}

#UserControlOn
{
	color: #A6B506;
	font-weight: bold;
	text-decoration: none;
}

#UserControlOn:hover
{
	text-decoration: underline;
}

#Copyright
{
	background: url("../media/border_small.gif");
	background-position: center bottom;
	background-repeat: no-repeat;
	font-weight: bold;
	color: #ADADAD;
	text-align: center;
}

#Credits
{
	background: url("../media/border_small.gif");
	color: #ADADAD;
	font-size: 10px;
	text-align: right;
	width: 200px;
}

#Credits a
{
	color: #ADADAD;
	font-size: 10px;
	text-decoration: none;
}

#Credits a:hover
{
	color: #ADADAD;
	font-size: 10px;
	text-decoration: underline;
}

#Login
{
	border: 1px solid #CEDE15;
	width: 250px;
}

#Register
{
	border: 1px solid #DDDDDD;
	width: 100%;
}

#EditUserSettings
{
	border: 1px solid #DDDDDD;
	width: 100%;
}

#Success
{
	color: #00DE15;
}

#Error
{
	color: #CE0015;
	font-weight: bold;
}

#Hint
{
	color: #ADADAD;
}