
/* STYLE */

#infos
{
	width:600px;
	margin:auto;
	text-align:left;
}
#infos h1
{
	margin-top:0px;
}
#infos .infopic
{
	text-align:right;
	vertical-align:top;
}
#infos .infopic a, #infos .iconLinks img
{
	border:none;
	text-decoration:none;
	margin-right:10px;
}

#status
{
	width:600px;
	margin:auto;
	text-align:center;
}

#status #osi
{
	width:300px;
	margin:auto;
	margin-top:5px;
	border:1px solid black;
	border-collapse:collapse;
	text-align:left;
}

#status #osi th
{
	font-size:0.8em;
	font-weight:bold;
	border:1px solid black;
	text-align:center;
}
#status #osi td
{
	padding:4px;
	padding-bottom:2px;
	font-size:0.9em;
	text-align:center;
	background:#CFCCCC;
}