.TopBar  
{ 
	color: #ffddaa; 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	margin-right: 10px; 
	margin-left: 10px; 
}
.topmenu
{ 
	/** TODO: FIX THIS!!!! */
	background-image: url(/template/default/images/header/TopBarBg.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
	color: #ffffff;
	font-size: 11px; 
	height: 32px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.warning { color: #990000; font-weight: bold; }
.formBg 
{ 
	background-color: #F2D8C5; 
	border: 1px solid #bcbcbc; 
}
.formBg th
{
	text-align: right;
	font-weight: normal;
}
a { color: #D18356; text-decoration: none; }
.menu th 
{ 
	background: #D18356;
	border-bottom:1px solid #ffffff;
	font-weight: bold; 
	color:#ffffff;
	text-align:center;
	padding: 2px;
}
th {text-align: left; }
.menu th.menuSelected { background: #E29568; }
.menu a
{ color: #000000;  }
.menu td
{
	padding: 2px;
}
.menuSeparator
{
	background:url(/template/default/images/menu_sep.gif); 
	background-repeat:repeat-x;
	padding: 0;
}
table 
{ 
	font-family: Verdana; font-size: 12px; 
}
div.admin
{
	width: 98%;
	border: 1px solid #4572AF;
	background: #7AA2D9;
	color: #ffffff;
	padding: 2px;
	valign:bottom;
}
.admin a
{
	text-decoration: none;
	border: 1px solid #7AA2D9;
	color: #000000;
}

.admin a:hover
{
	background: #5186CE;
	border: 1px solid #4572AF;
	color: #ffffff;
}
h1
{
	font-size: 18px;
	font-family: verdana;
}
h2
{
	font-size: 16px;
	font-family: verdana;
}
h3
{
	font-size: 14px;
	font-family: verdana;
}
h4
{
	font-size: 12px;
	font-family: verdana;
}
.tableMenu img
{
	vertical-align:middle;
	margin-top:1px;
	margin-bottom: 1px;
}
.tableMenu
{
	border-top: 1px solid #ffffff;
	background-color: #eaeaea;
	border-bottom: 1px solid #999999;
	background-image: url(/template/default/images/toolbar_bg.gif);
	height: 23px;
	padding-left: 4px;
}
.tableMenu a
{
	padding-left:4px;
	padding-right:4px;
	padding-top: 2px;
	padding-bottom: 2px;
	cursor:hand;
	height: 18px;
	text-decoration: none;
	font-face: Verdana;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
}
.tableMenu a:visited
{
	color: #000000;
}
.tableMenu a:hover
{
	border: 1px solid #999999;
	background-color: #f0f0f0;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
	cursor:hand;
}
.tableInput, .comment
{
	border: 1px solid #999999;
	background-color: #F2D8C5;
}
.tableList
{
	border: 1px solid #999999;
}
.comment th
{
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #bbbbbb;
	font-weight: bold;
	background-color: #e0e0e0;
	height: 25px;
	padding-left: 4px;
	padding-right: 4px;
}
.tableList th
{
	padding-left: 4px;
	padding-right: 4px;
	/** TODO: FIX THIS!!!! */
	background-image: url(/template/default/images/table/header.gif);
	height: 17px;
	text-align: left;
	color: #ffffff;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #cccccc;
}
.tableList th a
{
	color: #ffffff;
}
.tableList th.last
{
	border-right:  0px;
}
.tableList td
{
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	font-family: verdana;
	font-size: 11px;
	padding-top: 0px;
}

.tblListRow1
{
	background-color: #f0f0f0;
}
.tblListRow1Hover
{
	background-color: #f2d8c5;
	border: 1px solid #000000;
}
.tblListRow2Hover
{
	background-color: #f2d8c5;
	border: 1px solid #000000;
}
.tblListRow2
{

}