body
{
    /*background: #EDF2F8;
	background: url(images/bg.gif);
	font-family: Trebuchet MS, Verdana, Sans-Serif;
	font-size: small;*/
	background: #cccccc;
	font-family: Trebuchet MS, Verdana, Sans-Serif;
	font-size: small;
}

h1, h2, h3, h4, h5, h6
{
	margin-top: 8px;
	margin-bottom: 8px;
}

p
{
	margin-top: 8px;
	margin-bottom: 8px;
}

hr
{
	background: #ffffff;
	color: #ffffff;
	border-top: dashed 1px #999999;
	width: 80%;
}

a:link {color: #000000;}
a:visited {color: #000000;}
a:active {color: #000000;}
a:hover {color: #333333;text-decoration:none;}

#panel
{
	background: #ffffff;
	color: #000000;
	border: solid 1px #000000;
	width: 720px;
	margin-left: auto;
	margin-right: auto;
}

#header
{
	height: 200px;
	background: #000000;
}

#navigation
{
	background: #333333;
	color: #ffffff;
	font-family: Trebuchet MS, Verdana, Sans-Serif;
	font-size: 12px;
	height: 22px;
	line-height: 22px;
	vertical-align: middle;
	letter-spacing: 1px;
	padding-left: 10px;	
}

#navigation a:link {color: #ffffff; text-decoration: none;}
#navigation a:visited {color: #ffffff; text-decoration: none;}
#navigation a:active {color: #ffffff; text-decoration: none;}
#navigation a:hover {color: #ffffff; text-decoration: underline;}

#footer
{
	clear: both;
	background: #000000;
	color: #ffffff;
	font-family: Trebuchet MS, Verdana, Sans-Serif;
	font-size: 11px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	letter-spacing: 1px;
}

#panel_l
{
	float: left;
	width: 170px;
	padding: 5px;
	font-size: 11px;
}
#panel_l input 
{
	font-family: Verdana;
	font-size: 10px;
}

#panel_h
{
	width: 520px;
	float: left;
	padding: 10px;
}

#panel_p
{
	width: 700px;
	float: left;
	padding: 10px;
}

.timestamp
{
	color: #999999;
}

.grid
{
	width: 100%;
	border: solid 1px #000000;
}
.grid td
{
	vertical-align: top;
}

.grid_h
{
	background: #000000;
	color: #ffffff;
	font-weight: bold;
	letter-spacing: 1px;
}

.grid_a
{
	background: #EFEFEF;
}

.grid_g
{
	width: 100%;
}
	
.grid_g img
{
	border: solid 1px #90AFD5;
}

.grid_g td
{
	text-align: center;
} 	


.input
{
	font-family: Verdana;
	font-size: x-small;
	width: 150px;
}

.textarea
{
	font-family: Verdana;
	font-size: x-small;
}

.button
{
	font-family: Arial, Sans-Serif;
	font-size: 11px;
}