/*-- CMS Boxes --*/
.cms-add-box{
    width: 120px;
    float: right;
	text-align: right;
    border: 0px solid red;
}
.cms-logout-box{
    text-align: right;
    width: 100px;
    float: right;
    border: 0px solid red;
}

/*-- CMS Links --*/
a.edit,
a:visited.edit{
	color: #00adef !important;
	font: 12px "Lucida grande", "Lucida sans unicode", sans-serif !important;
}

/*-- CMS Table --*/
.cms-table{
    width: 100%;
    border: 0px solid red;
}
.cms-left{
    white-space: nowrap;
    border: 0px solid red;
}
.cms-right{
    width: 100%;
    border: 0px solid red;
}
.cms-right input[type='text']{
    width: 70%;
}

/*-- CMS Tools --*/
.cms-tools{
	background: #3b574f;
	border: 2px solid #32433d;
	margin: 0 0 20px 0;
	text-align: center;
	padding: 5px 0;
}
.cms-tools a{
    display: inline !important;
    margin: 0px !important;
    padding: 0px !important;
}
.cms-tools img{
    display: inline !important;
	margin: 0px !important;
    padding: 0px !important;
}

/*-- CMS Button --*/
a.cms-button{
	clear: both;
	background: url('/img/cms/graphics.png') no-repeat -54px 0px;
	color: #5a5a5a;
	text-decoration: none;
	height: 26px;
	line-height: 23px;
	display: block;
	margin: 0 20px 0 0;
	max-width: 250px;
	float: left;
	padding: 0;
	font: bold 11px/23px "Lucida Grande", Lucida, Verdana, sans-serif;
	outline: 0px solid red;
	cursor: pointer;
}
a.cms-button span{
	background: #fff url('/img/cms/graphics.png') no-repeat 100% 0px;
	height: 26px;
	display: block;
	padding: 0 22px 0 0;
	margin: 0 0 0 10px;
	float: left;
	outline: 0px solid green;
}
a.cms-button:hover{
	background-position: -54px -26px;
	cursor: pointer;
}
a.cms-button:hover span{
	background-position: 100% -26px
}