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

table.display_console
{
	color:white;
	width: 515px;
	width:800px;
	margin-top:50px;
	
	border:none;
	background:none;
}

table.display_console tr
{
	background:none;
	border:none;
}

table.display_console td
{
	background:none;
	border:none;
}

table.link_console
{
	background-color:#808088;
	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;
	color:white;
}

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

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

#link_at_bottom
{
border:1px solid white;
width:150px;
background-color:#808080;
color:white;
margin-top:20px;
}