


/* ----- GENERAL ----- */

body
{
	padding: 20px 0px 0px 0px;
	margin: 0px;

	font-family: Verdana;
	font-size: 11px;

	color: Black;
	background-color: #ffffff;

	text-align: center;
}

ul
{
    margin-left: 10px;
	margin-top: 12px;
	margin-bottom: 0px;
	padding-left: 21px;
	padding-top:15px;
	list-style-image: url(/images/listpoint.gif);
}

img
{
	border: 0px;
}



/* ----- PAGE POSITIONING ----- */

.mainframe
{
	width: 775px;
	overflow: hidden;

	margin: auto;
}



/* ----- Header ----- */

.header
{
	width: 100%;
	height: 85px;

	color: White;
	background-color: #d4805a;

	padding-top: 5px;

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

.header img { display: inline }

.header a 			{ text-decoration: none; color: #6e6e6e; font-size: 10px; }
.header a:visited	{ text-decoration: none; color: #6e6e6e; font-size: 10px; }
.header a:hover		{ text-decoration: none; color: #6e6e6e; font-size: 10px; }



/* ----- FOOTER ----- */

.footer
{
	width: 100%;
	height: 50px;

	line-height: 50px;
	vertical-align: middle;

	text-align: center;

	color: White;
	background-color: #321d0c;
	font-weight: bold;
	font-stretch: wider;
}

.footer a 			{ text-decoration: none; color: #6e6e6e; font-size: 10px; }
.footer a:visited	{ text-decoration: none; color: #6e6e6e; font-size: 10px; }
.footer a:hover		{ text-decoration: none; color: #6e6e6e; font-size: 10px; }



/* ----- LENTILS SPECIFIC ----- */

.lentils_link a			{ font-size: 9px; color: #c1c1c1; text-decoration: none; }
.lentils_link a:visited { font-size: 9px; color: #c1c1c1; text-decoration: none; }
.lentils_link a:hover	{ font-size: 9px; color: #717171; text-decoration: none; }



/* ----- GENERAL STUFF (Debug Box, Console, ..) ----- */

.general_debug { width: 100% }

.general_messages { border: 1px solid #9A9A9A; background-color: #fcbfbf; font-size: 9px; padding: 3px 0px 3px 10px; margin: 0px 0px 2px 0px; text-align: left }

.general_console
{
	width: 100%;

	text-align: left;
	font-size: 9px;

	background-color: #E3E1DD;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
	border: 1px;

	margin-top: 4px;
}

.general_console_title
{
	width: 100%;
	height: 16px;

	background-color: #e66e62;
	border-bottom: 1px solid #666666;
	color: White;

	font-size: 12px;
	font-weight: bold;

	text-align: center;
	vertical-align: middle;
}

.general_console_tools { padding-left: 5px }

.general_console_messages
{
	width: 100%;
	overflow: auto;
}

.general_console_table	  { width: 100%; border-collapse: collapse }
.general_console_table th { text-align: left; padding: 1px 3px 1px 3px }
.general_console_table td { font-family: "lucida console"; font-size: 10px; padding: 1px 3px 1px 3px }

.general_console_message	   { }
.general_console_message_fatal { font-weight: bolder }


