/* Light-blue information panel */

.cms_info {
	background-color: #EEF;
	color: #333;
	padding: 3px 6px;
	font-size: 10px;
	margin-bottom: 10px;
}

/* CMS BUTTONS */

.cms_options {
	clear: both;
	margin-bottom: 4px;
	z-index:10;
}
.cms_options a, .cms_options button, .cms_options input[type="submit"] {
	padding: 2px 4px;
	margin: 1px 5px 1px 1px;
	text-decoration: none;
	text-transform: capitalize;
	z-index:10;
}
.cms_button {
	font-size: 10pt;
	font-weight: normal !important;
	line-height: 1;
	text-transform: capitalize;
	text-decoration: none;
	text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.25);
	
	background-color: #222222;
	/*background-repeat: repeat-x;
	background-attachment: scroll;*/
	display: inline-block;
	position: relative;
	padding: 4px !important;
	color: #ffffff !important;
	border-radius: 1px;
	border: 1px solid #333 !important;
	cursor: pointer;
	margin-top: 1.3em 0px 0.25em 0px;
	z-index: 1;
	
	background: -ms-linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* IE10+ */
	background: linear-gradient(to bottom, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* W3C */
}
.cms_button.admin {
	background-color: black;
}
.cms_button.admin:hover {
	background-color: #333;
}

/* Default page selection styles (list and manage pages) */

.choose_page {
	margin:2em 0 0 0;
	font-size:1.4em;
}
.choose_page .current_page,
.choose_page a {
	color:#fff !important;
	background: #819ABA;
	padding:5px 8px;
	font-weight:bold;
	margin:0 2px;
}
.choose_page .current_page {
	color: #333;	
	background:#ddd;
}

.choose_page a:hover {
	background:#96247B;
	color:#fff !important;
}

/* ADMIN PAGES */

.area_admin.page_home h3 {
	margin: 0.3em 0; 
}

/*******************************  Mobile Portrait (.mp) *******************************/

@media only screen and (max-width: 480px) {
	
} /* End */
