﻿
div.PageToolbarTop
{
	background-color: #d4d0c8;
	border-bottom: solid 1px #666666;
	height: 23px;
	width: 100%;
	padding: 8px 0px 0px 0px;

}

div.PageToolbarAdvanced
{
	text-align: right;
	padding-top: 3px;
	height: auto;
}
select.PageToolbarAdvancedItem
{
	padding: 0; margin-bottom: 3px;
}

div.PageToolbarTopInner
{
	margin-left: 5px;
	margin-right: 5px;
}

div.PageToolbarBottom
{
	text-align: right;
	width: 100%;
	padding: 4px 0px 4px 0px;
}
div.PageToolbarTopPanel
{
	float: left;
	display: inline;
	margin-right: 4px;
}
div.PageToolbarBottomPanel
{
	float: right;
	display: inline;
	margin-right: 4px;
}

input.ToolBarTextField
{
	margin-top: -3px;
	padding: 0;
}

input.ToolBarSearchField
{
	width: 100px;
}

/*--------------------------------------------------------------------------

Toolbar Button

- displayed on toolbars

*/

a.ToolBarButton:link
{
	border-top: #ededed 1px solid;
	border-left: #ededed 1px solid;
	border-right: #666666 1px solid;
	border-bottom: #666666 1px solid;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 3px;
	padding-top: 2px;
	font-weight: normal;
	font-size: 9pt;
	color: #000000;
	font-family: 'Microsoft Sans Serif' , Arial;
	background-color: #d4d0c8;
	margin: 1px 1px 0 1px;
}

a.ToolBarButton:visited
{
	border-top: #ededed 1px solid;
	border-left: #ededed 1px solid;
	border-right: #666666 1px solid;
	border-bottom: #666666 1px solid;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 3px;
	padding-top: 2px;
	font-weight: normal;
	font-size: 9pt;
	color: #000000;
	font-family: 'Microsoft Sans Serif' , Arial;
	background-color: #d4d0c8;
	margin: 1px 1px 0 1px;
}

a.ToolBarButton:active
{
	border-top: #ededed 1px solid;
	border-left: #ededed 1px solid;
	border-right: #666666 1px solid;
	border-bottom: #666666 1px solid;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 3px;
	padding-top: 2px;
	font-weight: normal;
	font-size: 9pt;
	color: #000000;
	font-family: 'Microsoft Sans Serif' , Arial;
	background-color: #d4d0c8;
	margin: 1px 1px 0 1px;
}

a.ToolBarButton:hover
{
	border-top: #666666 1px solid;
	border-left: #666666 1px solid;
	border-right: #ededed 1px solid;
	border-bottom: #ededed 1px solid;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 3px;
	padding-top: 2px;
	font-weight: normal;
	font-size: 9pt;
	color: #000000;
	font-family: 'Microsoft Sans Serif' , Arial;
	background-color: #d4d0c8;
	margin: 1px 1px 0 1px;
}

a.ToolBarButton2:link
{
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 3px;
	padding-top: 2px;
	font-weight: normal;
	font-size: 9pt;
	color: #000000;
	font-family: 'Microsoft Sans Serif' , Arial;
}

a.ToolBarButton2:visited
{
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 3px;
	padding-top: 2px;
	font-weight: normal;
	font-size: 9pt;
	color: #000000;
	font-family: 'Microsoft Sans Serif' , Arial;
}

a.ToolBarButton2:active
{
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 3px;
	padding-top: 2px;
	font-weight: normal;
	font-size: 9pt;
	color: #dd0000;
	font-family: 'Microsoft Sans Serif' , Arial;
}

a.ToolBarButton2:hover
{
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 3px;
	padding-top: 2px;
	font-weight: normal;
	font-size: 9pt;
	color: #ff0000;
	font-family: 'Microsoft Sans Serif' , Arial;
}

img.ToolBarIcon
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	height: 16px;
	width: 16px;
	vertical-align: middle;
	padding-bottom: 1px;
}

span.WindowToolBarButtonSelected
{
	border-top: #666666 1px solid;
	border-left: #666666 1px solid;
	border-right: #ededed 1px solid;
	border-bottom: #ededed 1px solid;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 3px;
	padding-top: 2px;
	font-weight: normal;
	font-size: 9pt;
	color: #000000;
	font-family: 'Microsoft Sans Serif' , Arial;
	background-color: #d4d0c8;
	margin-left: 1px;
	margin-right: 1px;
}


