﻿div#toolbar-box 
{
	border: solid 1px #CDCDCD;
	background: #FBFBFB;
	margin-bottom: 10px;
}

div.toolbar-header {
	font-size: 14pt; 
	font-weight: bold; 
	color: #EC8500; 
	line-height: 48px;
	padding-left: 5px;
	background-repeat: no-repeat;
	margin-left: 10px;
    text-wrap: normal;
}

div.toolbar-header span { color: #666; }


div.toolbar { float: right; text-align: right; padding: 0; }

table.toolbar    			 { border-collapse: collapse; padding: 0; margin: 0;	 }
table.toolbar td 			 { padding: 2px 2px 2px 4px; text-align: center; color: #666; height: 48px; }
table.toolbar td.spacer  { width: 10px; }
table.toolbar td.divider { border-right: 1px solid #eee; width: 5px; }

table.toolbar span { float: none; width: 20px; height: 20px; margin: 0 auto; display: block; }

table.toolbar a, 
table.toolbar a.inactive, 
table.toolbar a.disabled:hover  {
	display: block; 
	float: left;
	white-space: nowrap;
	border: 1px solid #fbfbfb;
	padding: 1px 5px;
	cursor: pointer;
}

table.toolbar a.disabled, 
table.toolbar a.disabled:hover 
{
	color: Gray;
	text-decoration: none;
	cursor: default;
}

table.toolbar a:hover {
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
	color: #0B55C4;
}