/* включить, выключить кнопочки */
.evoButtonSelectOff {	
	margin: 14px 0px 14px 21px; position: relative; border-radius: 40px;
	display: inline-block; transition: all 0.4s ease-in;
	padding: 7px 21px 7px 50px; cursor: pointer;
	background: transparent linear-gradient(to top, #E4E4E4, #FFF) repeat scroll 0% 0%;
	box-shadow: inset 0 0 10px 0 rgba( 0, 0, 0, .5);
}
.evoButtonSelectBefore {
	background: transparent linear-gradient(to top, #CCC, #FFF) repeat scroll 0% 0%;
	transition: all 0.4s ease-in;
	position: absolute;
	left: 0; bottom: 0;
	background-color: orange; border-radius: 50%;
	height: 100%; width: 40px; cursor: pointer;
	box-shadow: inset 0 0 10px 0 rgba( 0, 0, 0, .8);
} 
	
	
	/*.evoButtonSelectOff::AFTER {
		background: transparent linear-gradient(to top, #CCC, #FFF) repeat scroll 0% 0%;
		content: ""; transition: all 0.4s ease-in;
		position: absolute;
		left: 0; bottom: 0;
		background-color: orange; border-radius: 50%;
		height: 100%; width: 40px; cursor: pointer;
		box-shadow: inset 0 0 10px 0 rgba( 0, 0, 0, .8);
	}*/
	
	.evoButtonSelectOn {
		animation: fade-in 1s linear; border-radius: 40px;
		transition: all 0.4s ease-in;
		margin: 14px 0px 14px 21px; position: relative;
		display: inline-block; color: #000;
		padding: 7px 50px 7px 21px; cursor: pointer;
		background: transparent linear-gradient(to top, #E4E4E4, #FFF) repeat scroll 0% 0%;
		background: transparent linear-gradient(to top, #009900, #FFF) repeat scroll 0% 0%;
		background: transparent linear-gradient(to top, #c5fb4f, #FFF) repeat scroll 0% 0%;
		box-shadow: inset 0 0 10px 0 rgba( 0, 0, 0, .5); animation: fade-in 1s linear;
	}
	
	/*.evoButtonSelectOn:HOVER {
		background: transparent linear-gradient(to top, #E4E4E4, #FFF) repeat scroll 0% 0%;
		transition: all 0.2s ease-in;
	}*/
	/*
	.evoButtonSelectOn::BEFORE {
		background: transparent linear-gradient(to top, #E4E4E4, #FFF) repeat scroll 0% 0%;
		content: ""; transition: all 0.4s ease-in;
		position: absolute;     animation: fade-in 1s linear;
		right: 0; bottom: 0;
		background-color: orange; border-radius: 50%;
		height: 100%; width: 40px; cursor: pointer;
		box-shadow: inset 0 0 10px 0 rgba( 0, 0, 0, .5);
	}*/

/**/
.menegerNews {
	margin: 0; padding: 0;
	border: 1px solid #444;
	border-radius: 7px;
	list-style: outside none none;
}
.menegerNews LI {
	border-bottom: 1px dotted #444;
	padding: 7px 0 7px 21px;
	position: relative; cursor: pointer;
}
.menegerNews LI:HOVER {
	color: #069;
}
.addNews {
	/*background: url('http://foroom.ru/2012/images/add.png') no-repeat scroll 14px center transparent;*/
	padding: 7px 0 7px 50px;
	border-radius: 7px; font-weight: bold;
	border: 1px solid green;
	margin: 7px 0; cursor: pointer;
}
.addNews:HOVER { color: #069; }


.editSave {
	border: 2px solid green;
	border-radius: 7px;
	background-color: #FFF;
	padding: 7px 0;
	text-align: center;
	margin: 14px 7px;
	cursor: pointer;
}
.editNews {
	border: 1px solid #CCC;
	border-radius: 7px;
	background-color: #FBF8EC;
	margin: 14px 0; padding: 7px 0;
}
.editNews P {
	margin: 0px;
	padding: 4px 14px;
	color: #777;
	font-weight: bold;
}
.newsInput {
	display: block;
	width: 98%;
	border-width: 1px 0px;
	border-style: solid;
	border-color: #CCC;
	padding: 7px 0px 7px 2%;
}