table
{
	table-layout: fixed;
	border-width: 0px;
}

.ilabel
{
	font-size: 75%;
}

input
{
	background-color: #5B3E1E;
	
	color: #AAAAAA;
	font-size: 75%;
	
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
}

textarea
{
	background-color: #000000;
	
	color: #AAAAAA;
	
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
}

td, th, .default
{
	color: #303030;
}

.popover
{
	z-index: 1;
	position: absolute;
	top: 100;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
}

A:link
{
	text-decoration: underline; color: green;
}

A:visited
{
	text-decoration: underline; color: green;
}

A:active
{
	text-decoration: underline; color: green;
}

A:hover
{
	text-decoration: underline; color: red;
}