body
{
	font-family: Arial, Verdana, Arial, sans-serif;
	font-size: 8pt;
	background-color: #eef5dd;
	margin: 0;
	padding: 0;
	text-align: left;
}

table, thead, tbody, tr, td, th
{
	font-family: Arial, Verdana, Arial, sans-serif;
	font-size: 8pt;
}

a
{
    font-family: inherit;
    font-size: inherit;
    color: #f15e22;
    text-decoration: none;
}

a:visited
{
    color: #f15e22;
}

legend { font-weight: bold; }

#menu { position: absolute; z-index: 1000 !important; cursor: default; top: 124px; }
#menu ul .item { display: none; }
#menu ul .item a { color: #000000; }
#menu ul .top { border-bottom: none; font-size: 13px; font-weight: bold; }
#menu ul:hover .top { border-bottom: solid 1px #d2e5a5; color: #9d5132; }
#menu ul:hover .item { display: block; background-color: #ebf4d4; padding:2px; border-bottom: solid 1px #d2e5a5; border-left: solid 1px #d2e5a5; border-right: solid 1px #d2e5a5; }
#menu ul:hover .item:hover { background-color: #bdcdaa; cursor: pointer; cursor: hand; }
#menu ul { float: left; margin: 0px; margin-left: 10px; margin-right: 10px; padding: 2px; list-style: none; color: #f15e22; }

.frontObjectImage
{
	display: inline-block;
	margin: 5px;
	text-align: center;
	padding: 10px;
	background-color: #ebf4d4;
	border-bottom: solid 1px #d2e5a5;
	border-right: solid 1px #d2e5a5;
	border-left: solid 1px #ffffff;
	border-top: solid 1px #ffffff;
}

.ObjectLink
{
	text-decoration: none;
	cursor: pointer;cursor: hand;
}

.frontLeftPane
{
	width: 640px;
	text-align: center;
}

.frontMiddlePane
{
	width: 20px;
	border-left: solid 2px #d2e5a5;
}

.frontRightPane
{
	width: 300px;
}

.LoadingDiv
{
	font-size: 16px;
	position: absolute;
	width: 300px;
	height: 50px;
	background-color: White;	
	border: solid 2px #64831d;
	vertical-align: middle;
	text-align: center;
	margin: 0px auto -1px auto;
	left: 50%;
	margin-left: -150px;
	top: 50%;
	margin-top: -25px;
	padding-top: 20px;
}

.FlatButton
{
	height: 23px;
	border: solid 1px #999999;
	background-image: url('../images/button.gif');
	background-color: transparent;
	cursor: pointer;
	cursor: hand;
	font-size: 11px;
}

.TDRow
{
	background-color: #f0f7df;
	padding: 5px 0px 5px 0px;
}

.TDRowAlt
{
	background-color: #f8feea;
	padding: 5px 0px 5px 0px;
}

.MenuItem
{
	font-size: 13px;
	font-weight: bold;
	padding-right: 10px;
	text-decoration: none;
}
.MenuSeparator
{
	font-size: 13px;
	font-weight: bold;
	padding-right: 10px;
	text-decoration: none;
	color: #666666;
}
.MenuItem:hover
{
	font-size: 13px;
	font-weight: bold;
	padding-right: 10px;
	text-decoration: none;
}

.HeaderText
{
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #ff8a00;
}

.HeaderTextBorder
{
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #ff8a00;
	border-bottom: solid 2px #d2e5a5;
}

.Header
{
	background-color: #ebf4d4;
	padding-top: 9pt;
	padding-bottom: 2px;
	border-top: solid 1px #d2e5a5;
	border-bottom: solid 2px #d2e5a5;
}

.RightDropDown
{
	font-size: 8pt;
	width: 70px;
}

.objectPane
{
	text-align: left;
	margin-bottom: 2px;
	background-color: #ffffff;
	border-bottom: solid 1px #d2e5a5;
}
.objectSearchPane
{
	margin-bottom: 0px;
	border-top: solid 1px #d2e5a5;
	border-bottom: solid 1px #d2e5a5;
	text-align: left;
	padding: 10px;
}
.objectPaneLocation
{
	font-size: 12pt;
	font-weight: bold;
}
.objectPaneSmallHeader
{
	color: #999999;
}
.objectPaneValue
{
	font-size: 11pt;
	font-weight: bold;
}

.rightInput
{
	width: 150px;
}

.hand
{
	cursor: hand;
	cursor: pointer;
}

.CountryLabel { font-size: 20px; font-weight: bold; margin-top: 5px; }
.CountryPanel { background-image: url('../images/top_menu_background.jpg'); height: 32px; text-align: left; padding-left: 20px; border-bottom: solid 1px #d2e5a5; }

/* -------- Filter List -------- */
.filterList { float: right; border: solid 1px #dddddd; }
.filterListButton { cursor: hand; cursor: pointer; font-size: 13px; font-weight: bold; }
.filterListDropdown { border-top: solid 1px #dddddd; margin-top: 10px; padding-top: 5px; }
.filterButton { margin-top: 5px; }
