
/**** Stylesheet for index.php ****/

body
{
	font-size: 10pt;
}
table.display_console
{
	margin-top:50px;
	color:white;
	width: 800px;
	
	border:none;
	background:none;
	font-size: 10pt;
}

table.display_console tr
{
	background:none;
	border:none;
font-size: 10pt;
}

table.display_console td
{
	background:none;
	border:none;
	font-size: 10pt;
}

table.link_console
{
	background-color:#808080;
	color:white;
	border: none;
	
	text-align:center;

}

table.display_console td.corner_class
{
	background-color:#808080;
	color:white;

	border:none;

	border-top: solid 1px white;
}

table.display_console td.console_class
{
	border-bottom: 1px solid white;
	border-left:1px solid white;
	border-right:1px solid white;
	background-color:#404040;
	background-image: url(../images/console_grad.png);
	background-repeat: repeat-x;
	color:white;
	font-size: 10pt;
}

#left_corner
{
	border-left:1px solid white;
}

#right_corner
{
	border-right:1px solid white;
}