body
{
	background-color: #aab9c8;
	font-family: verdana;
	font-size: 9px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
}

input.password
{
	border: 1px solid #AAAAAA;
	font-family: verdana;
	font-size: 9px;
}

input.text
{
	border: 1px solid #AAAAAA;
	font-family: verdana;
	font-size: 9px;
}

select
{
	border: 1px solid #AAAAAA;
	font-family: verdana;
	font-size: 9px;
}

div.header
{
	background-color: #e6eaed;
	background-image: url('logo.png');
	background-repeat: no-repeat;
    background-position: 8% 50%;
	padding-top: 20px;
	padding-bottom: 20px;
}

div.content
{
	border: 0px;
	border-top: 1px solid #aab9c8;
	background-color: white;
	padding: 0px;
	margin: 0px;
}

div.panel
{
	padding: 5px;
	border: 1px solid #336699;
	background: #F7FBFE;
}

div.greyPanel
{
	padding: 5px;
	border: 1px solid #CCCCCC;
	background: #F0F0F0;
}

span
{
	font-size: 10px;
	color: #000000;
}

span.small
{
	font-size: 9px;
	color: #000000;
}

span.small_bold
{
	font-weight: bold;
	font-size: 9px;
	color: #000000;
}


span.title
{
	color: #336699;
	font-family: verdana;
	font-size: 22px;
	font-weight: bold;
}

span.subtitle
{
	font-weight: bold;
	color: #336699;
	font-size: 12px;
}

span.bold
{
	font-weight: bold;
	font-size: 10px;
	color: #000000;
}

span.blueBold
{
	font-weight: bold;
	font-size: 10px;
	color: #336699;
}

span.item
{
	font-weight: bold;
	font-size: 9px;
	color: #444444;
}

div.error
{
	font-weight: bold;
	color: #336699;
	font-size: 12px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
}

span.cell
{
	font-size: 9px;
}


span.cellHeader
{
	font-weight: bold;
	font-size: 11px;
	color: #336699;
	text-decoration: none;
}

ul
{
	border: 0px;
	margin: 0px;
	padding: 0px;
}

li
{
	border: 0px;
	margin: 0px;
	padding: 0px;
}

table
{
	border: 0px;
}

table.border
{
	border: 1px solid #336699;
	margin: 0px;
	border-collapse: collapse;
}

tr.head
{
	background: #AAB9C8;
}

td.head
{
 	padding: 3px;
	background: #AAB9C8;
	border-bottom: 1px solid #336699;
}

tr.foot
{
	background: #AAB9C8;
}

td.foot
{
 	padding: 3px;
	background: #AAB9C8;
	border-top: 1px solid #336699;
}

td.even
{
}

td.odd
{
}

td.menuItem
{
	padding-left: 20px;
	padding-bottom: 8px;
}
td.headMenuItem
{
	border-bottom: 1px solid #336699;
}

td.even_check
{
	width: 20px;
}

td.odd_check
{
	width: 20px;
}

tr.odd
{
	background: #E6EAED;
	height: 20px;
}

tr.even
{
	background: #F7FBFE;
	height: 20px;
}

a
{
	font-weight: bold;
	font-size: 10px;
	color: #336699;
	text-decoration: none;
}

a.small
{
	font-weight: bold;
	font-size: 9px;
	color: #336699;
	text-decoration: none;
}

a:visited
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

img
{
	border: 0px;
	padding: 0px;
	margin: 0px;
}
