/* Copyright (c) 2006-2009, Apple Inc. All rights reserved. */
/**
* @title Toolbar
*/
#document_title
{
    color: #0082C3;
    font-weight:normal;
    font-size:2.4em;
    margin-top: 0;
}
#page_toolbar{
	margin:0 -20px 10px;
	padding:0 20px 0;
}
#history_time_author
{
    color: #999;
}
div.toolbars{
}
.toolbar .favorite-icon
{
    top: 9px !important;
}
.contentstoolbar{
	width: 700px !important; /* overrides required CSS */
}
.tbtoolbar{
	color:#333;
	background-color:#fff;
	margin:0 0 5px;
}
.tbtoolbar{
	color:#333;
	background:#e5e5e5 url(./img/bg_toolbar.gif) 0 50% repeat-x;
	border:solid 1px #bbb;
	border-radius:6px;
	-o-border-radius:6px;
	-ie-border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px;
	-o-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px;
	-ie-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px;
	margin:0;
}
#add_button{
	border-style:solid;
	border-color:#ccc;
	border-color:transparent; /* fully transparent border for browsers that understand it */
	border-width:0 1px;
}
* html #add_button{
	border-color:#ccc; /* ie6 thinks "transparent" means "foreground color" */
}
.tbtoolbar:hover, .edit_toolbar .tbtoolbar, .dialog .tbtoolbar, .tbtoolbar:hover #add_button{
	border-color:#808080;
}
.tbtoolbar input{
	padding-left:0.3em;
	margin-left:5px !important;
	border-radius:0.3em 0.25em;
	-o-border-radius:0.3em 0.25em;
	-ie-border-radius:0.3em 0.25em;
	-moz-border-radius:0.3em 0.25em;
	-webkit-border-radius:0.3em 0.25em;
	border-top-right-radius:0;
	border-bottom-right-radius:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-top-right-radius:0;
	-webkit-border-bottom-right-radius:0;
}
.tbbuttons li a{
	width:34px !important;
	height:30px !important;
	border:solid 0 #bbb;
}
.tbbuttons li.enabled a:hover, .tbbuttons li.enabled a:active, .tbbuttons li.enabled a:focus, .tbbuttons li.active a:link, .tbbuttons li.active a:visited{
	width:32px !important;
	border-color:#808080;
	border-width:0 1px;
}
.tbbuttons li.active a:link, .tbbuttons li.active a:visited{
	background-color:rgba(0,0,0,0.1);
}
.tbactions a:link, .tbactions a:visited{
	color:#444;
	border:solid 0 #808080;
}
.tbactions a:hover, .tbactions a:active, .tbactions a:focus{
	border-color:#808080;
	padding-left:9px !important;
	padding-right:9px !important;
	border-width:0 1px;
}
#done_button a, #tableDialogDelete{
	padding-right:10px !important;
	border-right:0 !important;
}

#edit_button a, #add_button a, #remove_button a{
	border-width:0 !important;
	width:33px !important;
}
#edit_button a { background-position:0 0 !important; margin-left:2px; }
#add_button a { background-position:2px -30px !important; }
#remove_button a { background-position:2px -60px !important; }


span.forecolor_example_container{
	background-color:#fff;
	display:block;
	float:left;
	margin-right:3px;
}
span.forecolor_example{
	display:block;
	width:12px;
	height:12px;
	float:left;
	font-size:10px;
	border:1px solid #dcdcdc;
	text-align:center;
}
