.cms_content {

	float: none;
	background-color: white;
	width: 960px;
	max-width: 960px;
	
	margin-bottom: 20px;
	min-height: 100px;
	overflow: hidden;
	border: 0px solid #E6E6E6;
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
	-moz-border-radius-topleft: 5px 5px;
	-moz-border-radius-topright: 5px 5px;
	border-bottom-left-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	-moz-border-radius-topleft: 5px 5px;
	-moz-border-radius-topright: 5px 5px;
	-moz-box-shadow: 3px 3px 5px #BABABA;
	-webkit-box-shadow: 1px 3px 6px #BABABA;
	box-shadow: 3px 3px 5px #BABABA;
}

.mnuli select{
	max-width: 400px;
}

.box_content {
	float: none;
	background-color: white;
	width: 640px;
	max-width: 760px;
	
	margin-bottom: 20px;
	min-height: 100px;
	overflow: hidden;
	border: 0px solid #E6E6E6;
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
	-moz-border-radius-topleft: 5px 5px;
	-moz-border-radius-topright: 5px 5px;
	border-bottom-left-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	-moz-border-radius-topleft: 5px 5px;
	-moz-border-radius-topright: 5px 5px;
	-moz-box-shadow: 3px 3px 5px #BABABA;
	-webkit-box-shadow: 1px 3px 6px #BABABA;
	box-shadow: 3px 3px 5px #BABABA;
}

.layout_tbl{
	width: 100%;
	border-collapse:collapse;
}
.cms_side {
	background-color: #494949;
	vertical-align: top;
}
.cms_body {
	padding: 2px 20px 2px 20px;
}
.cms_header {
	margin: 0px 0px 0px 0px;
}
.cms_mnu {
	padding: 2px 0px 0px 0px;
	margin: 2px 0px 10px 0px;
	
	border-bottom: 1px solid #cccccc;
	
	background: -moz-linear-gradient( center top, #D8D8D8 5%, #D0D0D1 100% );
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #D8D8D8), color-stop(1, #D0D0D1) );
	background: -moz-linear-gradient( center top, #D8D8D8 5%, #D0D0D1 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D8D8D8', endColorstr='#D0D0D1');
}
.cms_mnu a, .cms_mnu a:visited {
	text-decoration: none;
	color: #222222;
	display: inline-block;
	padding: 2px 2px 2px 2px;
	margin-right: 6px;
	height: 20px;
	font-weight: bold;
}
.cms_mnu a:hover {
	background-color: #cccccc;
	color: #ffffff;
}
.site_err {
	width: 680px;
	height: 200px;
	background-color: #FFF3C5;
	border-bottom-left-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
	
	border: 1px solid #FFE075;
	
	padding: 12px 12px 12px 12px;
}
.site_err h2 {
	border-bottom: 2px solid #cccccc;
	color: #D35A32;
}

.section {
	border-bottom: 3px solid #CECDCE;
	border-top: 1px solid white;
	background: #F2F2F2;
	background: -moz-linear-gradient(top, #F2F2F2 0%, #E2E2E2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(#F2F2F2 0%), color-stop(#E2E2E2 100%));
	background: -webkit-linear-gradient(top, #F2F2F2 0%, #E2E2E2 100%);
	background: -ms-linear-gradient(top, #F2F2F2 0%, #E2E2E2 100%);
	background: linear-gradient(top, #F2F2F2 0%, #E2E2E2 100%);
	border-bottom: 1px solid rgba(172, 179, 183, .5);
	box-shadow: 0 1px 1px white inset;
	margin-top: 4px;

}
.section h2 {
	font-size: 1.2em;
	margin: 2px 2px 2px 2px;
	padding: 2px 2px 2px 10px;
	width: 100%;
	
	color: #3D3D3B;
	text-shadow: 0 1px 1px white;
}

.cms_form {
	padding: 4px 4px 4px 12px;
	
}
.cms_form label {
	display: block;
	font-weight: bold;
	margin: 8px 0px 4px 0px;
}

.cms_form input[type=submit] {
	outline: none !important;
	font-size: 12px !important;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	padding: 4px 13px 4px 13px !important;
	margin: 0 8px 0 8px;

	text-shadow: 0px 1px 0px 003362;
	color: white !important;
	background-color: #6B6B6B;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#0077E6), to(#00529E));
	background-image: -moz-linear-gradient(top, #0077E6, #00529E);
	background-image: linear-gradient(top, #0077E6, #00529E);
	box-shadow: 1px solid white;
	border: 1px solid #00529E;

}
.cms_form input[type=submit]:active {
    border: 1px solid #4C4C4C;
    background-color: #6B6B6B;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#002750), to(#003973));
    background-image: -moz-linear-gradient(top, #002750, #003973);
    background-image: linear-gradient(top, #002750, #003973);
    color: #7F7F7F !important;
    text-shadow: 0px 1px 0px #001831;
}

.red{
	color: #ffffff;

}
.green{
	color: #ffffff;
	background-color: #5cb85c !important;
	border-color: #4cae4c !important;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#5cb85c)) !important;
}

.cms_form .footer{
	background: -moz-linear-gradient( center top, #D8D8D8 5%, #D0D0D1 100% );
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #D8D8D8), color-stop(1, #D0D0D1) );
	background: -moz-linear-gradient( center top, #D8D8D8 5%, #D0D0D1 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D8D8D8', endColorstr='#D0D0D1');
	border: solid #D3D3D4;
	color: #777;
	margin: 4px -4px 0px -12px !important;
	padding: 4px 10px 4px 10px;
	text-align: left;
	overflow: hidden;
	vertical-align: baseline;
	outline: 0px;
	border-width: 1px 0px 0px 0px;	
}
.item_list {

	width: 95%;
	border: 1px solid #cccccc;
	border-collapse:collapse;
}
.item_list tr {
	min-height: 22px;
}
.item_list th {
	background-image: -webkit-linear-gradient(top,whiteSmoke,#F1F1F1);
	background-image: -moz-linear-gradient(top,whiteSmoke,#F1F1F1);
	background-image: -ms-linear-gradient(top,whiteSmoke,#F1F1F1);
	background-image: -o-linear-gradient(top,whiteSmoke,#F1F1F1);
	background-image: linear-gradient(top,whiteSmoke,#F1F1F1);
	min-height: 22px;
	
	border-bottom: 1px solid #cccccc;
	text-align: left;
	padding: 2px 2px 2px 2px;
}
.item_list td {
	padding: 2px 2px 2px 2px;
	
}

.item_list tr:nth-child(even) {
	background-color: #D4DDE5;
}
.item_list tr:nth-child(odd) {
	background-color: #FFFFFF;
}
.item_list td.actions {
	width: 150px;
	border-left: 1px solid #cccccc;
	height: 50px;
	
}
.item_list td.actions a, .item_list td.actions a:visited {
	text-decoration: none;
	color: #222222;
	display: inline-block;
}
.item_list td.actions a:hover {
	text-decoration: underline;
	color: #222222;
}
.item_list tr.new {
	
	background-color: #F6EBB9;
}
.sites .name {
	background-image: url('../media/site_sm.png');
	background-repeat: no-repeat;
	background-position: 6px center;
	padding-left: 26px;
	line-height: 20px;
}
.pages .name {
	background-image: url('../media/site_page_sm.png');
	background-repeat: no-repeat;
	background-position: 4px 50%;
	padding-left: 26px;
	line-height: 20px;
}

.pages .edit_page {
	background-image: url('../media/site_page_sm.png');
	background-repeat: no-repeat;
	background-position: 4px 50%;
	padding-left: 26px;
	line-height: 20px;	
	
}

.pages .edit_cal {
	background-image: url('../media/calendar_edit.png');
	background-repeat: no-repeat;
	background-position: 4px 50%;
	padding-left: 26px;
	line-height: 20px;	
	
}

.pages .edit_files {
	background-image: url('../media/page_white_zip.png');
	background-repeat: no-repeat;
	background-position: 4px 50%;
	padding-left: 26px;
	line-height: 20px;	
	
}

.pages  .edit_contact {
	background-image: url('../media/user_comment.png');
	background-repeat: no-repeat;
	background-position: 4px 50%;
	padding-left: 26px;
	line-height: 20px;	
	
}

.pages .edit_pro {
	background-image: url('../media/page_white_php.png');
	background-repeat: no-repeat;
	background-position: 4px 50%;
	padding-left: 26px;
	line-height: 20px;	
	
}

.pages .edit_frame {
	background-image: url('../media/page_link.png');
	background-repeat: no-repeat;
	background-position: 4px 50%;
	padding-left: 26px;
	line-height: 20px;	
	
}

.pages .edit_news {
	background-image: url('../media/page_white_star.png');
	background-repeat: no-repeat;
	background-position: 4px 50%;
	padding-left: 26px;
	line-height: 20px;	
	
}

.pages .edit_carousel {
	background-image: url('../media/page_white_picture.png');
	background-repeat: no-repeat;
	background-position: 4px 50%;
	padding-left: 26px;
	line-height: 20px;	
	
}




#cms_art_rate {
background-color: #F1F1F1 !important;
padding: 6px 6px 6px 6px;
}



a.mnu_moveup, a.msg_moveup {
	background-image: url('../media/moveUp.gif');
	background-repeat: no-repeat;
	display: inline-block !important;
	width: 16px;
	height: 16px;
	
	margin: 2px 4px 2px 2px;
}
a.mnu_movedown, a.msg_movedown {
	background-image: url('../media/moveDown.gif');
	background-repeat: no-repeat;
	display: inline-block !important;
	width: 16px;
	height: 16px;
	
	margin: 2px 4px 2px 2px;
}
a.mnu_del,a.msg_del {
	background-image: url('../media/delete.png');
	background-repeat: no-repeat;
	display: inline-block !important;
	width: 16px;
	height: 16px;
	
	margin: 2px 4px 2px 2px;
}


/********** menu create pages **********/
nav{
    float:left;
    margin:0;
    padding:0;
}

nav ul li{
    display:inline-block;
    margin:0;
}

nav ul li a{
    padding:0 10px;
    line-height:42px;
    height:43px;
    font-size:12px;
    margin:0;
    background-color:transparent;
    border-bottom:none;
    background-image:none;
}

nav a:link,
nav a:visited{
    color:#666666;
    font-weight:bold;
    text-decoration:none;
    -webkit-transition: all .25s linear;
    transition: color .25s linear;
}

nav a:hover,
nav a:active{color:#ccc;}

.identity.current:after,
.identity.current:before,
nav ul li.current a:after,
nav ul li.current a:before{
    content:"";
    position:absolute;
    bottom:-16px;
    border-width:8px;
    border-style:solid;
    border-color:#121314 transparent transparent transparent;
    width:999em;
}

/********** tab y table css **********/
.tab {
    padding: 4px 6px 4px 6px;
    display: inline-block;
    background-color: #EEEEEE;
    border-right: 1px solid #cccccc;
    font-weight: normal;
    text-decoration: none;
    color: #282828;
}
.tabsel {
    font-weight: bold;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
}
.tab:hover {
    background-color: #ACBA74;
    
}
.tabs {
    border-bottom: 2px solid #cccccc;
    margin: 2px 0 0 0;
}
.site_mnu {
    border-bottom: 2px solid #99DA14;
    margin: 0 0 10px 0;
}

.site_mnu a {
    display: inline-block;
    padding: 6px 10px 6px 10px;
    text-decoration: none;
    color: #282828;
    font-weight: bold;
}
.site_mnu a:visited {
    color: #282828;
}
.site_mnu a:hover {
    display: inline-block;
    background-color: #ACBA74;
    
}

.file_list {
    border: 1px solid #cccccc;
    height: 250px;
    overflow: scroll;
}


.entries_table {
    min-width: 700px;
    width: 700px;
    border: 1px solid #3F3F3F;
    background-color: #ffffff;
    border-spacing: 0px;
}
.entries_table th {
    font-size: 12px;
    background-color: #cccccc;
    border-bottom: 2px solid #cccccc;
}
.entries_table td {
    padding: 4px 4px 4px 4px;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}
.entries_table td.even {
    background-color: #D4DDE5;
}

.entries_table td.odd {
    background-color: #ffffff;
    
}
.entries_table td.actions {
    background-color: #E4E4E4;
    border-right: 0px solid #cccccc;
}
.row {
    padding: 6px 6px 6px 20px;
    border-bottom: 1px solid #cccccc;
    line-height: 2em;
}
.row h3 {
    font-size: 12px;
    margin: 2px 2px 2px 0px;
}


.footer {
    background-color: #D4DDE5;
    border-bottom: 0px solid #cccccc;
}
.site_err {
    border: 2px solid #B00006;
    background-color: #EEE3E3;
    padding: 6px 6px 6px 20px;
}

.upload {
    background-color: #E4E4E4;
    padding: 6px 6px 6px 6px;
}
.file_listing {
    background-color: #E4E4E4;
    border: 1px solid #A1B1C5;
}
.file_listing th {
    text-align: left;
    background-color: #D4DDE5;
    border-bottom: 2px solid #cccccc;
}
.file_listing td {
    font-size: 10px;
    line-height: 1.2em;
}



.button_blue {
	outline: none !important;
	font-size: 12px !important;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	padding: 4px 13px 4px 13px !important;
	margin: 0 8px 0 8px;

	text-shadow: 0px 1px 0px 003362;
	color: white !important;
	background-color: #6B6B6B;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#0077E6), to(#00529E));
	background-image: -moz-linear-gradient(top, #0077E6, #00529E);
	background-image: linear-gradient(top, #0077E6, #00529E);
	box-shadow: 1px solid white;
	border: 1px solid #00529E;

}
.button_blue:active {
    border: 1px solid #4C4C4C;
    background-color: #6B6B6B;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#002750), to(#003973));
    background-image: -moz-linear-gradient(top, #002750, #003973);
    background-image: linear-gradient(top, #002750, #003973);
    color: #7F7F7F !important;
    text-shadow: 0px 1px 0px #001831;
}

.cms_slide_box {
	background-color: #222;
	background-image: initial;
	background-repeat-x: initial;
	background-repeat-y: initial;
	background-attachment: initial;
	background-position-x: initial;
	background-position-y: initial;
	background-origin: initial;
	background-clip: initial;
	background-color: #222;
}

