﻿body 
{	
	background: #c2c2c2 url(images/body_background.gif) top center;
	font-family: Arial;
	font-size: small;
	margin:0;
	padding:0;
}
a:link
{
	color: White;
	text-decoration: none;	
}
a:visited
{
	color: White;
	text-decoration: none;
}
a:hover
{
	color: #118888;
	text-decoration: underline;
}
#body-gradient
{
	width:100%;
	height:100%;
	background: transparent url(images/body_gradient.gif) top center repeat-x;
}
table
{
	background-color: Black;
}
td.body
{
	color: White;
	background-color: #333333;
}
td.body_textarea
{
	background-color: White;
	color: Black;
	text-align: left;
	vertical-align: top;
	text-align: justify;
}
td.menu
{
	font-weight: bold;
	width: 92px;	
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: White;	
}
td.menu_path
{
	font-weight: normal;
	background-color: #262626;
	color: #959595;
	font-size: smaller;
}
td.line
{
	background-color: #646464;
	height: 2px;
}
td.panel_bottom
{
	color: White;
	text-align: left;
}
ul.textarea_list
{
	list-style-image: url(images/marker.gif);
}
