﻿#menubar1
{
	height: 36px;
	background: #581d74 url(../../static/img/topmenu/hgradient.gif) repeat-y center top;
	font: bold 11px arial;
	color: #ffffff;
}

#menubar1 table
{
	margin-left: auto;
	height: 100%;
}

#menubar1 a
{
	text-decoration: none;
	color: #ffffff;
}

#menubar1 a:hover
{
	text-decoration: none;
	color: #e0e0ff;
}

#menubar2
{
	height: 74px;
	background: url(../../static/img/topmenu/vgradient.gif) repeat-x left top;
	text-align: center;
}

#menubar3
{
	height: 36px;
	background-color: #157e93;
	text-align: center;
}

/*
	Table and cells
*/
table.grid
{
	border-style: solid;
	border-color: #e6e9ed;
	border-width: 1px;
}

table.grid th
{
	background-color:#157e93;
	padding:2px;
	font-size:12px;
	color:#ffffff;
}

table.grid tr.alternate
{
	background-color:#e6e9ed;
	color:#222222;
}
table.grid td
{
	padding:2px;
}

table th.column, td.column
{
	border-style:solid;
	border-color:#e6e9ed;
	border-width:0 1px 0 0;
}