/*  
	TOOLBAR CSS
	CREATED: 06.01.06
	MODIFIED: 15.09.08
	AUTHOR: ANDY FIELD
*/

/* TOOLBAR CONTROLS *******************************************************/

#tbarcontainer
{
	width: 100%;
	height: 4em;
	background: #333 url(/mobis/images/tbarbground.gif) left top repeat-x;
	margin:0;
	padding:0;
}

#tbarcontainer a {
	border:none;
}

#tbarlhs dl
{
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

#tbarlhs dd
{
	float: left;
	display: block;
	width: 70px;
	height: 20px; 
	margin: 12px 0 0 10px;
	padding: 0;
	border: none;
}

#tbarlhs .liveon
{
	background: url(/mobis/images/toolbar_on.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#tbarlhs a.live,
#tbarlhs a.live:hover
{
	display: block;
	width: 70px;
	height: 20px;
	background: #333 url(/mobis/images/toolbar.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#tbarlhs .editon
{
	background: url(/mobis/images/toolbar_on.gif);
	background-repeat: no-repeat;
	background-position: 0 -21px;
}

#tbarlhs a.edit,
#tbarlhs a.edit:hover
{
	display: block;
	width: 70px;
	height: 20px;
	background: #333 url(/mobis/images/toolbar.gif);
	background-repeat: no-repeat;
	background-position: 0 -21px;
}

#tbarlhs .archiveon
{
	background-repeat: no-repeat;
	background-position: 0 -42px;
	background-image: url(/mobis/images/toolbar_on.gif);
}

#tbarlhs a.archive,
#tbarlhs a.archive:hover
{
	display: block;
	width: 70px;
	height: 20px;
	background: #333 url(/mobis/images/toolbar.gif);
	background-repeat: no-repeat;
	background-position: 0 -42px;
}

#tbarrhs dl
{
	float: right;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

#tbarrhs dt,
#tbarrhs dd
{
	float: left;
	display: block;
	width: auto;
	height: 22px;
	margin: 12px 10px 0 0;
	padding: 0;
	border: none;
}

#tbarrhs dt
{
	font-weight: normal;
	color: #ccc;
}

#tbarrhs dd a,
#tbarrhs dd a:hover
{
	display: block;
	background: #333;
}