html, body, div, span, applet, img, object, button, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, font, img, strong, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td {
    line-height: normal;
    list-style-type: none;
    border-width: 0px;
    padding: 0px;
    margin: 0px;
}

body {
	color: #333;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif; 
}

button {
	font-family: Helvetica, Arial, sans-serif; 
}

a { color: #336699 }

textarea {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	border-width: 1px;
	border-color: #cccccc;
    border-style: solid;
    line-height: normal;
    padding: 2px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
}



.home-icon {
    float: left;
    text-align: center;
    width: 100px;
    margin: 0px 25px 25px 0px;
}

.home-icon a {
	text-decoration: none;
	color: #333;
}

.home-inner {
	width: 100px;
	height: 100px;
	background-color: white;
	border-radius: 5px;    
    border-color: #e1e1e1;
    border-style: solid;
    border-width: 1px;
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;

}

.home-inner:hover {
    box-shadow: 0px 1px 3px #ddd;
    border-color: #d5d5d5;
}

.home-inner:active {
	box-shadow: inset 0px 1px 2px #ddd;
	border-color: #d5d5d5;
}

.blocks-icon {
		background-image: url(../img/home-block.png);
}

.blog-icon {
	background-image: url(../img/home-blog.png);
}

.gallery-icon {
	background-image: url(../img/home-gallery.png);
}

.stats-icon {
	background-image: url(../img/home-stats.png);
}

.form-icon {
	background-image: url(../img/home-form.png);
}

.backup-icon {
	background-image: url(../img/home-backup.png);
}

.settings-icon {
	background-image: url(../img/home-settings.png);
}


input[type="text"] {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	border-width: 1px;
	border-color: #cccccc;
    border-style: solid;
    line-height: normal;
    padding: 2px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
}

input[type="password"] {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	border-width: 1px;
	border-color: #cccccc;
    border-style: solid;
    line-height: normal;
    padding: 2px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
}

#sidebar {
	width: 135px;
	border-right-color: black;
	border-right-width: 1px;
	border-right-style: solid;
	position: fixed;
	float: left;
	background-color: #242b31;
	height: 100%;
}

#sidebar li a {
	text-shadow: 0px 1px 1px black;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 25px;
	display: block;
	color: #aaa;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
    border-bottom-color: transparent;
    border-bottom-style: solid;
    border-top-width: 1px;
    border-top-color: transparent;
    border-top-style: solid;
}

#sidebar .on a {
	color: white;
	font-weight: bold;
	background-color: rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0px 1px 0px #aaa;
    -webkit-box-shadow: inset 0px 1px 0px #aaa;
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, .25);
    border-bottom-width: 1px;
    border-bottom-color: #2b343a;
    border-bottom-style: solid;
    border-top-width: 1px;
    border-top-color: #161b1f;
    border-top-style: solid;
}

#sidebar a:hover {
	color: white;
}

#sub-head {
	border-bottom-style: solid;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 160px;
	border-bottom-color: #aaa;
	border-bottom-width: 1px;
	border-bottom-color-style: solid;
	background-color: #e5e5e5;
	background: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#ccc));
	background: -moz-linear-gradient(top,  #e5e5e5,  #ccc);
}

#sub-head a {
	text-shadow: 0px 1px 0px white;
	font-weight: normal;
	font-size: 13px;
	display: inline-block;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 7px;
	padding-top: 7px;
	background-color: #f9f9f9;
	margin-right: 10px;
	color: #333;
	text-decoration: none;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: inset 0px 1px 0px #aaa;
    -webkit-box-shadow: inset 0px 1px 0px #aaa;
    box-shadow: inset 0px 1px 0px #aaa;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
	background: -moz-linear-gradient(top,  #fff,  #e5e5e5);

}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

a.btn {
	line-height: normal;
}

button.btn {
	line-height: normal;
}

input.btn {
	line-height: normal;
}

#sub-head button {
	text-shadow: 0px 1px 0px white;
	font-weight: normal;
	font-size: 13px;
	display: inline-block;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 7px;
	padding-top: 7px;
	background-color: #f9f9f9;
	margin-right: 10px;
	color: #333;
	text-decoration: none;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: inset 0px 1px 0px #aaa;
    -webkit-box-shadow: inset 0px 1px 0px #aaa;
    box-shadow: inset 0px 1px 0px #aaa;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
	background: -moz-linear-gradient(top,  #fff,  #e5e5e5);

}

#sub-head button:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
	background: -moz-linear-gradient(top,  #fff,  #fff);
}

#sub-head a:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
	background: -moz-linear-gradient(top,  #fff,  #fff);
}

#content {
	padding-bottom: 50px;
	margin-right: 25px;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 160px;
}

#footer {
	position: fixed;
	font-size: 12px;
	text-shadow: 0px 1px 0px white;
	padding-bottom: 10px;
	padding-top: 10px;
	border-top-color: #aaa;
	border-top-width: 1px;
	border-top-style: solid;
	width: 100%;
	bottom: 0px;
	clear: both;
	background-color: #e5e5e5;
	background: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#ccc));
	background: -moz-linear-gradient(top,  #e5e5e5,  #ccc);
}

@media screen and (max-width:1024px) {

#footer {
	display: none;
}

}

#footer .ver {
	margin-left: 25px;
	float: left;
}

#footer .help {
	background-position: 0 1px;
	padding-left: 18px;
	background-repeat: no-repeat;
	background-image: url(../img/help-icon.png);
	padding-right: 25px;
	float: right;
}

#footer a {
	color: #333333;
	text-decoration: none;
}

#sidebar .logo {
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 25px;
	margin-top: 15px;
}

.icon {
    margin-right: 20px;
    text-transform: capitalize;
    margin-bottom: 35px;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 50px;
    width: 150px;
    float: left;
    display: inline-block;
    background-position: 10px center;
    background-repeat: no-repeat;
    background-image: url(../img/block-icon2.png);
    background-color: #f5f5f5;
    border-radius: 5px;
}

.icon a {
    color: #333;
    text-decoration: none;
}

.icon:hover {
    background-color: #e7e7e7;
}




.folder {
    margin-right: 20px;
    text-transform: capitalize;
    margin-bottom: 35px;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 50px;
    width: 150px;
    float: left;
    display: inline-block;
    background-position: 10px center;
    background-repeat: no-repeat;
    background-image: url(../img/folder.png);
    background-color: #f5f5f5;
    border-radius: 5px;
}

.folder a {
    color: #333;
    text-decoration: none;
}

.folder:hover {
    background-color: #e7e7e7;
}

.gallery {
    margin-right: 20px;
    text-transform: capitalize;
    margin-bottom: 35px;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 50px;
    width: 150px;
    float: left;
    display: inline-block;
    background-position: 10px center;
    background-repeat: no-repeat;
    background-image: url(../img/gallery-icon.png);
    background-color: #f5f5f5;
    border-radius: 5px;
}

.gallery a {
    color: #333;
    text-decoration: none;
}

.gallery:hover {
    background-color: #e7e7e7;
}

.zips {
    margin-right: 20px;
    text-transform: capitalize;
    margin-bottom: 35px;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 50px;
    width: 150px;
    float: left;
    display: inline-block;
    background-position: 10px center;
    background-repeat: no-repeat;
    background-image: url(../img/zip.png);
    background-color: #f5f5f5;
    border-radius: 5px;
}

.zips a {
    color: #333;
    text-decoration: none;
}

.zips:hover {
    background-color: #e7e7e7;
}

.breadcrumb-fold {
    line-height: 20px;
    background-image: url(../img/folder-sm.png);
    background-repeat: no-repeat;
    font-weight: bold;
    padding-bottom: 20px;
    padding-left: 35px;
    color: #999999;
}

.breadcrumb-fold a {
    text-decoration: none;
    color: #666666;
}

.moveto {
    color: #999999;
    float: right;
}

.howto {
    margin-bottom: 50px;
    float: left;
    font-size: 13px;
    line-height: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.howto input {
	border-width: 0px;
    padding: 5px;
    margin-bottom: 12px;
    width: 96%;
    color: #666666;
}

.howto textarea {
	border-width: 0px;
    padding: 5px;
    margin-bottom: 12px;
    width: 96%;
    color: #666666;
    height: 45px;
}

.howto a {
    text-decoration: none;
    padding-top: 2px;
    padding-bottom: 6px;
    padding-left: 42px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-image: url(../img/embed.png);
    color: #666;
}

.howto #main {
    border-color: #d6e0e5;
    border-width: 1px;
    border-style: solid;
    margin-top: 15px;
    padding: 15px;
    background-color: #e0eaf0;
}

.howto #main p {
    font-size: 13px;
    margin-bottom: 10px;
}

#login-page form {
	background-color: rgba(0, 0, 0, .1);
	width: 350px;
	padding: 50px 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	-webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

#login-page img {
	margin-bottom: 20px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#login-page input {
	padding: 5px;
	margin-bottom: 10px;
	margin-right: 5px;
	margin-top: 10px;
	width: 150px;
}

#login-page {
	background-color: #242b31;
	margin-top: 100px;
}

input,textarea:focus {
	outline:0;
	outline:none;
}

.errorMsg { 
	width: auto; 
	margin-bottom: 15px; 
	color: #c6343b; }

.block-name { 
	padding-bottom: 4px; 
	padding-top: 4px; color: #666666; 
	background-position: 2px center; 
	padding-left: 30px; 
	background-repeat: no-repeat; 
	background-image: url(../img/block-icon-sm.png); 
	margin-bottom: 20px; 
}

.btn {
  margin-right: 10px;
  position: relative;
  cursor: pointer;
  outline: none;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1;
  font-size: 13px;
  font-weight: normal;
  padding: 6px 16px;
  border-radius: 4px;
  background-color: #f3f3f3;
  background-image: -moz-linear-gradient(top, #ffffff, #e1e1e1);
  background-image: -ms-linear-gradient(top, #ffffff, #e1e1e1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e1e1e1));
  background-image: -webkit-linear-gradient(top, #ffffff, #e1e1e1);
  background-image: -o-linear-gradient(top, #ffffff, #e1e1e1);
  background-image: linear-gradient(top, #ffffff, #e1e1e1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e1e1e1', GradientType=0);
  border: 1px solid #dadada;
  border-left: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  border-bottom-color: #a9a9a9;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0 1px 1px 0 rgba(255, 255, 255, 0.6);
  text-shadow: 0 1px 0px #ffffff;
}

.btn:hover {
  filter: none;
  background: none;
  background: #eee;
  text-shadow: 0 1px 0px rgba(255, 255, 255, 0.8);
  text-decoration: none;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}

a.btn {
	color: #333;
}

.create-new label {
	margin-bottom: 10px;
	font-weight: bold;
	display: block;
	color: #666666;
	clear: both;
}

.create-new input[type="text"] {
	margin-right: 5px;
	width: 150px;
	height: 22px;
}

h1 {
	margin-bottom: 25px;
	font-size: 18px;
}

.max {
	max-width: 1000px;
}

.blog-list {
	border-spacing: 1px 1px;
	width: 100%;
}

.col-name {
	max-width: 100%;
}

.col-name a {
	padding-bottom: 4px;
	padding-top: 4px;
	padding-left: 40px;
	background-position: 0 center;
	background-repeat: no-repeat;
	background-image: url(../img/bubble.png);
	text-decoration: none;
	color: #333;
}

.col-edit {
	text-shadow: 0px 1px 0px #949494;
	text-align: center;
	width: 80px;
}

.col-delete {
	text-align: center;
	width: 100px;
}

.col-delete a {
	text-shadow: 0px 1px 0px #753b3b;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 2px;
	padding-top: 2px;
	text-decoration: none;
	color: white;
	background-color: #9b5050;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: inset 0px 1px 0px #804242;
    -webkit-box-shadow: inset 0px 1px 0px #804242;
    box-shadow: inset 0px 1px 0px #804242;
    background: -webkit-gradient(linear, left top, left bottom, from(#bd6262), to(#9b5050));
	background: -moz-linear-gradient(top,  #bd6262,  #9b5050);
}

.blog-list td {
	padding: 16px;
}

.blog-list tr {
	background-color: #f5f5f5;
}

.blog-list tr:nth-child(even) {
	background-color: #eeeeee;
}

.col-edit a {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 2px;
	padding-top: 2px;
	text-decoration: none;
	color: white;
	background-color: #aab7bb;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: inset 0px 1px 0px #98a3a7;
    -webkit-box-shadow: inset 0px 1px 0px #98a3a7;
    box-shadow: inset 0px 1px 0px #98a3a7;
    background: -webkit-gradient(linear, left top, left bottom, from(#b3c0c5), to(#9fabaf));
	background: -moz-linear-gradient(top,  #b3c0c5,  #9fabaf);
}

.older {
	margin-bottom: 25px;
	text-shadow: 0px 1px 0px white;
	margin-right: 10px;
	float: left;
	margin-top: 25px;
	text-decoration: none;
	padding-bottom: 4px;
	padding-top: 4px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #eee;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0px 1px 0px #ccc;
    -webkit-box-shadow: 0px 1px 0px #ccc;
    box-shadow: 0px 1px 0px #ccc;
    background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#ddd));
	background: -moz-linear-gradient(top,  #fff,  #ddd);
	color:#444;
}

.newer {
	margin-bottom: 25px;
	text-shadow: 0px 1px 0px white;
	float: left;
	margin-top: 25px;
	text-decoration: none;
	padding-bottom: 4px;
	padding-top: 4px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #eee;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	border-radius: 5px;
    -moz-box-shadow: 0px 1px 0px #ccc;
    -webkit-box-shadow: 0px 1px 0px #ccc;
    box-shadow: 0px 1px 0px #ccc;
    background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#ddd));
	background: -moz-linear-gradient(top,  #fff,  #ddd);
	color:#444;
}

.clear {
	height: 0px;
	width: 0px;
	clear: both;
}

input.new-title {
	max-width: 450px;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 20px;
	width: 100%;
    height: 26px;
}

.editor label {
	font-weight: bold;
	margin-bottom: 10px;
	display: block;
	clear: both;
	color: #848484;
}

.block_editor {
	width: 100%;
	clear: both;
	display: block;
	margin-bottom: 25px;
}

.comments-list {
	color: #666666;
	margin-top: 15px;
}

.comments-header {
	margin-top: 20px;
	margin-bottom: 15px;
	font-size: 16px;
}

.del-but {
	color: #666666;
}

.green {
	font-weight: bold;
	margin-bottom: 20px;
	color: #669966;
}

.thumb {
    margin-right: 20px;
    width: 90px;
    height: 120px;
    background-color: #eee;
    position: relative;
    padding: 10px;
    font-size: 11px;
    margin-bottom: 20px;
    float: left;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.thumbcatalogo {
    margin-right: 20px;
    width: 90px;
    height: 90px;
    background-color: #eee;
    position: relative;
    padding: 10px;
    font-size: 11px;
    margin-bottom: 20px;
    float: left;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}


.thumb-pic {
    border-color: white;
    border-style: solid;
    border-width: 0px;
    float: left;
    margin-left: auto;
    margin-bottom: 7px;
    margin-right: auto;
    max-height: 80px;
    max-width: 80px;
}

.thumb:hover { background-color: #dddddd }

.del-img {
    line-height: 1;
    position: absolute;
    right: 15px;
    padding-left: 4px;
    padding-bottom: 1px;
    padding-right: 4px;
    padding-top: 1px;
    color: white;
    background-color: #cccccc;
    text-decoration: none;
    bottom: 7px;
}

.del-img:hover { background-color: #ba4949 }

.mag-glass {
    border-width: 0px;
    padding-left: 4px;
    padding-bottom: 1px;
    padding-right: 4px;
    padding-top: 1px;
    text-decoration: none;
    left: 10px;
    position: absolute;
    bottom: 7px;
}

.caption_img {
	margin-bottom: 20px;
	margin-right: 25px;
	border-color: #eee;
	border-width: 5px;
	border-style: solid;
	float: left;
	width: 325px;
}

.caption_page p {
	background-position: 0px 0px;
	margin: 0px;
	font-size: 12px;
	padding-bottom: 4px;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-image: url(../img/pencil-icon.png);
	color: #666;
}

.caption_page textarea {
	margin-bottom: 10px;
	padding: 5px;
	height: 75px;
	width: 300px;
	
}

.form-preview {
	margin-bottom: 25px;
	background-color: #f4f4f4;
	padding: 10px;
	float: left;
	border-radius: 5px;
}

.form-preview li {
	margin-left: 20px;
	list-style-type: square;
	line-height: 1.5;
}

.settings-table {
    margin-top: -15px;
    font-size: 12px;
    border-collapse: collapse;
}

.settings-table th {
    color: #555;
    padding: 15px;
    font-weight: bold;
    text-align: right;
    width: 160px;
    padding-right: 10px;
}

.settings-table td {
	padding-bottom: 9px;
	padding-top: 9px;
}

.settings-table input[type="text"] {
    width: 100%;
    max-width: 300px;
    height: 23px;
    color: #333;
}

.settings-table .long { margin-top: 4px; width: 400px }

.settings-table .med { margin-top: 4px; width: 150px }

.settings-table .small { margin-top: 4px; width: 50px }

.settings-table textarea {
    width: 100%;
    max-width: 300px;
    color: #333;
}

p.settings-hints {
    margin-bottom: 8px;
    margin-top: 8px;
    color: #666666;
    font-size: 12px;
}

.settings-table h2 {
	padding: 7px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #eee;
	border-radius: 5px;
}

.del-backup {
	font-weight: bold;
	margin-left: 5px;
	font-size: 10px;
	padding-left: 4px;
	padding-bottom: 1px;
	padding-right: 4px;
	padding-top: 1px;
	background-color: #cccccc;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

a.del-backup {
	color: white;
}

.del-backup:hover {
	background-color: #9b5050;
}

.blog-list tr:hover {
	background-color: #e5e5e5;
}

.num {
	font-weight: bold;
	text-shadow: 0px -1px 0px black;
	letter-spacing: 3px;
	font-size: 34px;
	color: white;
}

.todays-visits {
	padding-bottom: 5px;
	padding-top: 5px;
	margin-right: 25px;
	margin-bottom: 35px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	background-color: #eee;
	width: auto;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0px 1px 0px #ddd;
    -webkit-box-shadow: 0px 1px 0px #ddd;
    box-shadow: 0px 1px 0px #ddd;
}

.todays-visits-num {
	text-shadow: 0px 1px 0px white;
	display: block;
	border-bottom-color: #ddd;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	font-size: 45px;
}

.todays-visits-label {
	font-style: normal;
	margin-left: 10px;
	font-weight: normal;
	font-size: 18px;
	color: #999;
}

.all-visits {
	margin-top: 10px;
	float: left;
	margin-bottom: 10px;
	width: 50px;
	font-weight: bold;
	margin-right: 10px;
	padding: 10px;
	background-color: #eee;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.all-visits-label {
	margin-top: 4px;
	border-top-color: #ddd;
	border-top-width: 1px;
	border-top-style: solid;
	padding-top: 4px;
	font-style: normal;
	font-weight: normal;
	color: #999;
}

.refers {
	min-width: 200px;
	padding: 20px;
	color: #666;
	margin-bottom: 25px;
	background-color: #eee;
	float: left;
	line-height: 26px;
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.pages {
	min-width: 200px;
	color: #666;
	background-color: #eee;
	margin-right: 30px;
	margin-bottom: 25px;
	float: left;
	line-height: 26px;
	padding: 20px;
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.refers h2 {
	text-shadow: 0px 1px 0px white;
	font-weight: bold;
	color: #555;
	padding-bottom: 5px;
	border-bottom-color: #ddd;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	margin-bottom: 15px;
}

.pages h2 {
	text-shadow: 0px 1px 0px white;
	font-weight: bold;
	color: #555;
	padding-bottom: 5px;
	border-bottom-color: #ddd;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	margin-bottom: 15px;
}

.black {
	float: left;
	padding-left: 30px;
	padding-bottom: 10px;
	padding-right: 30px;
	padding-top: 10px;
	margin-bottom: 35px;
	margin-right: 25px;
	display: inline-block;
	width: auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: inset 0px 1px 1px #000;
    -webkit-box-shadow: inset 0px 1px 1px #000;
    box-shadow: inset 0px 1px 1px #000;
    background-color: #333d45;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#434f59), to(#242b31));
    background-image: -webkit-linear-gradient(top, #434f59, #242b31);
    background-image: -moz-linear-gradient(top, #434f59, #242b31);
    background-image: -o-linear-gradient(top, #434f59, #242b31);
    background-image: -ms-linear-gradient(top, #434f59, #242b31);
    background-image: linear-gradient(top, #434f59, #242b31);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#434f59', EndColorStr='#242b31');

}

.desc {
	text-shadow: 0px -1px 0px black;
	font-size: 14px;
	font-weight: normal;
	color: #ccc;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

a.refer {
	font-weight: normal;
	text-decoration: none;
}

a.refer:hover {
	text-decoration: underline;
}

#redactor_content {
	height: 425px;
}

input.rounded
{
font-size: 14px;
  height: 25px;
  width: 100px;
  -moz-border-radius: 5px; /* Firefox e browser basati su Mozilla */
  -webkit-border-radius: 5px; /* Safari, Chrome e browser basati su WebKit */
  border-radius: 5px; /* standard CSS3 */
}

select.rounded
{
font-size: 14px;
  width: 200px;
  height: 30px;
  border: 1px solid #ccc;
  -moz-border-radius: 5px; /* Firefox e browser basati su Mozilla */
  -webkit-border-radius: 5px; /* Safari, Chrome e browser basati su WebKit */
  border-radius: 5px; /* standard CSS3 */
}

input.file { width: 300px; height: 30px; border: 0px #fff; background: url(/admin/img/round.gif) no-repeat; }



div.rounded
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	border-width: 1px;
	border-color: #cccccc;
    border-style: solid;
    line-height: normal;
    padding: 2px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 5px;
}


/*PAGINAZIONE*/

#pgnav{}#pgnav li.first{padding-top:5px;}
.bd-ft .row{text-align:center;}

span.btn{

}

.btn-list li.dsp{line-height:23px;font-size:93%;}
ol.btn-list li{float:left;margin-left:4px;list-style-type:none;}
span.btn,a.btn:link, a.btn:visited,
{
display:inline-block;position:relative;background:transparent url('/admin/img/gbtn-bg.png') repeat-x;
border:1px solid #97a7af;
margin:0;padding:5px 8px;
text-decoration:none;
color:#333;font-size:85%;line-height:14px;cursor:pointer;white-space:nowrap;
}

a.btn:hover{
background-image:url('/admin/img/gbtn-bg-sel.png');
border:1px solid #e4905a;color:#e4905a;text-decoration:none;}
a.btn.sel:link, a.btn.sel:visited,
span.btn{background-image:url('/admin/img/gbtn-bg-sel.png');
border-color:#e4905a;
color:#333;
font-weight:bold;
cursor:pointer;
}
span.btn i.tr{top:-1px;right:-1px;}
span.btn i.bl{bottom:-1px;left:-1px;}
span.btn i{display:block;_display:none;position:absolute;width:1px;height:1px;line-height:0;background:#fff;}


a.btn i, span.btn i{
display:block;
_display:none;
position:absolute;
width:1px;
height:1px;
line-height:0;
background:#fff;

}

a.btn i.tr, span.btn i.tr{top:-1px;right:-1px;}
a.btn i.bl, span.btn i.bl{bottom:-1px;left:-1px;}
a.btn i.br, span.btn i.br{bottom:-1px;right:-1px;}

ol.btn-list{float:left;}
ol.btn-list li{float:left;margin-left:4px;list-style-type:none;}

#pgnav{}#pgnav li.first{padding-top:5px;}

a.btn i.tr, span.btn i.tr{top:-1px;right:-1px;}a.btn i.bl, span.btn i.bl{bottom:-1px;left:-1px;}

a.btn i.tl, span.btn i.tl{top:-1px;left:-1px;}

a.btn i, span.btn i{display:block;_display:none;position:absolute;width:1px;height:1px;line-height:0;background:#fff;}

a.btn i.br, span.btn i.br{bottom:-1px;right:-1px;}
a.btn:link, a.btn:visited,
span.btn, input.btn{display:inline-block;position:relative;background:transparent url('/admin/img/gbtn-bg.png') repeat-x;border:1px solid #97a7af;margin:0;padding:5px 8px;text-decoration:none;color:#333;font-size:85%;line-height:14px;cursor:pointer;white-space:nowrap;}a.btn:hover, input.btn:hover{background-image:url('/admin/img/gbtn-bg-sel.png');border:1px solid #e4905a;color:#e4905a;text-decoration:none;}a.btn.sel:link, a.btn.sel:visited,
span.btn{background-image:url('/admin/img/gbtn-bg-sel.png');border-color:#e4905a;color:#333;font-weight:bold;cursor:pointer;}a.btn i, span.btn i{display:block;_display:none;position:absolute;width:1px;height:1px;line-height:0;background:#fff;}a.btn i.tl, span.btn i.tl{top:-1px;left:-1px;}a.btn i.tr, span.btn i.tr{top:-1px;right:-1px;}a.btn i.bl, span.btn i.bl{bottom:-1px;left:-1px;}a.btn i.br, span.btn i.br{bottom:-1px;right:-1px;}a.hidden:link, a.hidden:visited, input.hidden, span.hidden{display:none;}#doc.home #top{float:left;clear:both;margin-bottom:24px;}

