/* Custom Styles Created for in-page maintenance system */

.mojoToolsBar
{
	width: 100%;
	margin: 0 auto;
	padding: 5px 0 0 0;
	background: #EFEFEF;
	border-bottom: solid 4px #4e9dd3;
	line-height: normal;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.mojoToolsBar a {
    color: #0D69D0;
}

.mojoToolsBar h1
{
    border: none;
    float: right;
    padding: 0;
    margin: 4px 0px 0px 40px;
    color: #727272;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-weight: bold; 
    font-size: 15px;
	line-height: 15px;
	
}

.mojoToolsBar h1 strong  
{
	color: #b2b2b2;
}
.mojoToolsBar h1 small
{
	color: #b2b2b2;
    font-size: 10px;
	display: block;
	text-align: right;
}

#mojoToolsBarContent
{
	margin: 5px 0 0 0;
	width: 960px;
	margin: 0 auto;
}

#mojoToolsNav
{
	width:auto;
	background: none;
	float: left;
	padding-bottom: 10px;
}

#mojoToolsNav ul { margin-top: 0px; }

#mojoToolsNav ul ul { margin-top: 0; }

#mojoToolsNav li a
{
	padding: 5px 0 5px 35px;
	color: #0D69D0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 28px;
}
#mojoToolsNav li
{
	padding: 0 8px 0 8px;
	border-right: 1px solid #B2B2B2;
}

#mojoToolsNav li.last 
{
    border-right: none;
}

#mojoToolsNav #liSiteAdministration 
{
	padding: 0 5px 3px -5px;
}
#mojoToolsNav li a.viewSite {
	background: url('/images/DevToolsCMS/30x30-icons/site.png') 0px 5px no-repeat;
}
#mojoToolsNav li a.viewDashboard {
	background: url('/images/DevToolsCMS/30x30-icons/dashboard.png') 0px 5px no-repeat;
}
#mojoToolsNav li a.addContent {
	background: url('/images/DevToolsCMS/30x30-icons/add.png') 0px 5px no-repeat;
}
#mojoToolsNav li a.editContent {
	background: url('/images/DevToolsCMS/30x30-icons/edit.png') 0px 5px no-repeat;
}
#mojoToolsNav li a.siteAdministration {
	background: url('/images/DevToolsCMS/30x30-icons/gear.png') 0 5px no-repeat;
}

.mojoToolsBar #dispLogin
{
	float:right;
	color: #232323;
	margin: 4px 0 0 10px;
	text-align: right;
}

.mojoToolsBar #dispLogin a { color: #0D69D0; }
.mojoToolsBar #dispLogin p { margin: 0 0 3px 0; }




/* Checkbox Select / Unselect */

.selectedCbLbl,
.unselectedCbLbl
{
	font-weight: bold;
	display: block;
	float: left;
	width: 48%;
}
.selectedCb,
.unselectedCb
{
	display: block;
	float: left;
}

.selectedCb input,
.unselectedCb input
{
	float: left;
	cursor: hand;
	cursor: pointer;
	position: absolute;
	left: -9999px;
}

.selectedCb label, .selectAllSelected
{
	background: url('/images/DevToolsCMS/20x20-icons/arrow-rt.png') left center no-repeat;
	padding: 1px 0 1px 25px;
}

.unselectedCb label, .selectAllAvailable
{
	background: url('/images/DevToolsCMS/20x20-icons/arrow.png') right center no-repeat;
	padding: 1px 25px 1px 0;
}

.selectAllSelected, .selectAllAvailable
{
	margin: 0 0 0 10px;
}

.selectedCb label,
.unselectedCb label
{
	width: 90%;
	float: left;
	margin-left: 5px;
	border-bottom: 1px solid #DDD;
	cursor: hand;
	cursor: pointer;
}


.selectedCb,
.selectedCbLbl
{
	margin: 0 0 0 20px;
	width: 48%;
}

.unselectedCb
{
	width: 48%;
	height: 140px;
	overflow-x: hidden;
	overflow-y: scroll;
	border: 1px solid #AAA;
}

/* End Checkbox Select / Unselect */