#logo
{
	background: url('logo.gif');
	background-repeat: no-repeat;
	height: 81px;
}

body
{
	background: white;
	color: black;
	font-family: arial, tahoma, helvetica, sans-serif;
	font-size: 12px;
}

#menu
{
	font-size: 11px;
	background: #f8f8f8;
	color: black;
	border: 1px solid #6ABADB;
}

#content
{
	vertical-align: top;
	background: #f8f8f8;
	
	dbackground: #C8E0E9 url('bg.gif');
	border: 1px solid #6ABADB;
}

.skeleton
{
	vertical-align: top;
	background: #C8E0E9 url('bg.gif');
}

a:hover, a:active
{
	text-decoration: underline;
}

a
{
	color: #38738B;
	text-decoration: none;
}

th, .title
{
	text-align: left;
	font-weight: bold;
	background: #C8E0E9;
}

tr.odd
{
	background: rgb(220, 220, 220);
}

tr.even
{
	background: rgb(240, 240, 240);
}

tr.even:hover, tr.odd:hover
{
	background: rgb(190,190,190);
}

.status_ok
{
	color: green;
}

.status_error
{
	color: red;
}

.disabled
{
	text-decoration: line-through;
}

input, select, textarea
{
	background: #C8E0E9;
	border: 1px solid white;
}
