.toolbar-Header
{
	border: 0px;
	background-color:#DADADA;
	background-image: url('/images/Backgrounds/Toolbar-Background.jpg');
	background-repeat: repeat-x;
	border-bottom: 2px solid #C0C0C0;
}

.toolbar-StatusBar
{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #dadada;
	text-align: right;
	height: 20px;
}

.searchBox
{
	;
}

.searchBox-Input
{
	font-size: 8pt;
}

.searchBox-noInput
{
	font-size: 8pt;
	color: #808080;
	font-style: italic;
}

hr{
	height: 1px;
	width: 95%;
	color: #FFFFFF;
	align: left;
}

.hidden
{
    DISPLAY: none;
}

.shown
{
    DISPLAY: inline;
}

.Item
{
	cursor: pointer;
}

.button{
	cursor: pointer;
}

button{
	cursor: pointer;
}

.selectedItem
{
	background-color : #D0DBEA;
	background-image: url('/images/Backgrounds/Selected-Item.jpg');
	background-repeat: repeat-x;
}

.selectedItem-Large
{
	background-color : #D0DBEA;
	background-image: url('/images/Backgrounds/Selected-Item-Large.jpg');
	background-repeat: repeat-x;
}

iframe{
	background-color: #FFFFFF;
}

.infoBar-Link
{
	cursor: pointer;
}

table.login
{
	background-color:#F3F3F3;
	border-style:solid;
	border-width:1px;
	border-color:#A3A3A3;
	padding:3px;
}

font.login
{
	font-family:Arial;
	font-size:14pt;
}

input.login
{
	width:100%;
	height:32px;
	font-family:Arial;
	font-size:14pt;
}

input.login-disabled
{
	width:100%;
	height:32px;
	font-family:Arial;
	font-size:10pt;
}