/* --- Top navigation bar - Begin--- */
div.TopNavigationBarDiv
{
	width: 100%;
	overflow: hidden;
	background-position: left bottom;
	background-image: url(/IOCommon/images/navigation/bg-bar.jpg);
	background-repeat: repeat-x;
	min-height: 45px;
	text-align: center;
	padding: 0px 0px 1px 0px;
	margin: 0px;
	background-color: #CFD1D0;
}
div.TopNavigationBarDiv a
{
	font: 10px Verdana;
	color: #0066dd;
	text-decoration: none;
}
table.TopNavigationTable
{
	margin: 0px auto;
	width: 1020px;
	height: 45px;
}
td.TopNavigationLeftCell
{
	width: 105px;
	height: auto;
	padding: 3px 10px 0px 5px;
	margin:0px;
	overflow:hidden;
	vertical-align: middle;
}
td.TopNavigationMiddleCell
{
	width: 740px;
	height: auto;
	padding: 3px 10px 0px 10px;
	margin:0px;
	overflow: hidden;
	border-right: solid 1px black;
	border-left: solid 1px black;
	vertical-align: bottom;
}
td.TopNavigationRightCell
{
	width: 125px;
	height: auto;
	padding: 3px 5px 3px 10px;
	margin:0px;
	overflow:auto;
	text-align: left;
	overflow:hidden;
	vertical-align: top;
}
div.TabContainer
{
	float: left;
	display: inline;
	padding: 0px 0px 3px 0px;
	width: auto;
}
table.Tab
{
	float:left;
	width: auto;
	margin-bottom: -4px;
}
table.Tab td
{
	margin: 0;
	padding: 0;
}
td.TabLeft
{
	width: 5px;
	height: 24px;
	background-image: url(/IOCommon/images/navigation/flik-unfocus-left.gif);
	background-repeat: no-repeat;
}
td.TabCenter
{
	color: #0066dd;
	font: 11px Verdana;
	width: auto;
	padding: 2px 3px 0px 2px;
	height: 22px;
	background-image: url(/IOCommon/images/navigation/flik-unfocus-middle.gif);
	background-repeat: repeat-x;
}
td.TabRight
{
	width: 5px;
	height: 24px;
	background-image: url(/IOCommon/images/navigation/flik-unfocus-right.gif);
	background-repeat: no-repeat;
	margin-right: 0px;
}
a:link.TabLink
{
	color: #0066dd;
}
a:visited.TabLink
{
	color: #0066dd;
}
a:active.TabLink, a:hover.TabLink div div, a:hover.TabLink, a:hover.TabLink div div
{
	color: #0066dd;
	text-decoration: none;
	cursor: hand;
}
td.ActiveTabLeft
{
	width: 5px;
	height: 24px;
	background-image: url(/IOCommon/images/navigation/flik-focus-left.gif);
	background-repeat: no-repeat;
}
td.ActiveTabCenter
{
	font: 11px Verdana;
	font-weight: bold;
	width: auto;
	padding: 2px 3px 0px 2px;
	height: 22px;
	background-image: url(/IOCommon/images/navigation/flik-focus-middle.gif);
	background-repeat: repeat-x;
}
td.ActiveTabRight
{
	width: 5px;
	height: 24px;
	background-image: url(/IOCommon/images/navigation/flik-focus-right.gif);
	background-repeat: no-repeat;
}
a:link.ActiveTabLink
{
	color: #0066dd;
	text-decoration: none;
}
a:visited.ActiveTabLink
{
	color: #0066dd;
	text-decoration: none;
}
a:active.ActiveTabLink
{
	color: #0066dd;
	text-decoration: none;
}
a:hover.ActiveTabLink
{
	color: #0066dd;
	text-decoration: none;
}
.PersonName
{
	font: 10px Verdana;
	font-style: normal;
}
.OrganizationName
{
	font: 10px Verdana;
	font-style: italic;
	color: #808080;
}
.LogoTypeImage
{
	border: solid 1px green;	
}
/* --- Top navigation bar - End --- */
