@charset "utf-8";
/* CSS Document */

html, body
{
	background-color: #FFF; /*#9ACFF1;*/
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px;
}

h1, h2, h3
{
	font-weight: normal;
}

p
{
	font-size: 12px;
	line-height: 1.5;
}

a, a:link, a:visited, a:hover
{
	color: #F63;
	text-decoration: underline;
}

.header
{
	background-color: #49a4dd;
	height: 70px;
}

.nav-main
{
	width: 180px;	
	font-size: 12px;
	border-right: 1px solid #CCC;
}

.nav-main td
{
	border-bottom: 1px solid #CCC;
	padding: 10px;
	cursor: pointer;
}

.nav-item-over
{
	background-color: #EFEFEF;	
}

.nav-admin, .nav-admin a
{
	height: 20px;
	background-color: #0E4F78;
	color: #6CF;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

.nav-admin a:hover
{
	text-decoration: underline;	
}

.content
{
	background-color: #FFF;
	padding: 20px;
	padding-left: 30px;
	font-size: 12px;
	line-height: 1.5;
}

.content tr
{
	vertical-align: top;	
}

.content .table
{
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
	width: 70%;
}

.content .table-header
{
	background-color: #C3DEEF;	
	font-weight: bold;
}

.footer
{
	background-color: #DBDBDB;
	font-size: 10px;
	padding: 10px;
}

.profile
{
	display: none;	
}

