body
{
	font: normal 11px Verdana;
	background-color: #F1F0E7;
	color: #0070E0;
}

a
{
	color: #0080E0;
	text-decoration: none;
	font: bold 11px Verdana;
}

a:hover 
{
	color: #0080E0;
	text-decoration: underline;
}

img
{
	border: none;
}

td
{
	vertical-align: top;
	font: normal 11px Verdana;
}

.main
{
	width: 100%;
	height: 100%;
	border: none;
}

.left_panel
{
	width: 200px;
}

.right_panel
{
	width: 200px;
}

.header
{
	background: url('/kart/images/header.png') repeat-x;
}

.header_l
{
	background: url('/kart/images/header_l.png') left no-repeat;
}

.header_r
{
	background: url('/kart/images/header_r.png') right no-repeat;
}

.header_title
{
	overflow: hidden;
	height: 32px;
	line-height: 32px;
	margin-left: 12px;
	margin-right: 12px;
}

.tool
{
	background: url('/kart/images/tool.png') repeat-x;
}

.tool_l
{
	background: url('/kart/images/tool_l.png') left no-repeat;
}

.tool_r
{
	background: url('/kart/images/tool_r.png') right no-repeat;
	font: normal 11px Verdana;
}

.tool_title
{
	overflow: hidden;
	height: 24px;
	line-height: 24px;
	margin-left: 12px;
	margin-right: 12px;
}

.tool_content
{
	color: #000000;
	background-color: #ECE9D8;
	border-left: solid #C0C0C0 1px;
	border-right: solid #C0C0C0 1px;
	border-bottom: solid #C0C0C0 1px;
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 8px;
}
