/* @override 
	http://change/cache/admin.css
	http://change/cache/adminstyles.css
	http://change/css/admin.css
*/

/* @group Main */

body {
	color: black;
	font: 11px Tahoma, Geneva, Kalimati, sans-serif;
	background-color: #f1f1f1;
	min-width: 640px;
	margin: 0;
	padding: 0;
}

div#wrap {
	margin-right: 40px;
	margin-left: 40px;
}

form {
	display: inline;
}

.noutline {
	outline: 0 none;
}

a {
	color: #f60;
	text-decoration: none;
}

a:hover {
	color: #9eb1b2;
}

input[type=text], input[type=password],
textarea {
	border: 1px solid #b8b8b8;
	font: 12px Tahoma, Geneva, Kalimati, sans-serif;
	padding: 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	behavior: url(/css/border-radius.htc);
	text-shadow: #fff 0 1px 1px;
	width: 142px;
	background-color: #fffeff;
}

input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
	border: 1px solid #666;
}

textarea {
	outline: 0 none;
	padding: 0;
}

.button, input[type=button],
input[type=reset],
 input[type=submit] {
	border: 1px solid #b8b8b8;
	font: 12px Tahoma, Geneva, Kalimati, sans-serif;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	text-shadow: #fff 0 1px 1px;
	padding: 3px 7px;
	background: #eeebeb url(/assets/button-bg.png) repeat-x;
	cursor: pointer;
	width: auto;
	height: auto;
}

.button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
	border: 1px solid #848484;
}

.button:active,
input[type=button]:active,
input[type=reset]:active,
input[type=submit]:active {
	background: #f5f3f3 url(/assets/button-bg-active.png) repeat-x;
}

.button-submit {
	padding: 15px;
	width: 90%;
	min-width: 640px;
}

.submit,
.button-submit input[type=button],
.button-submit input[type=submit] {
	color: #fff;
	text-shadow: #868686 0 -1px 0;
	font-weight: bold;
	border-color: #f70;
	background: #ff5d00 url(/assets/button2-bg.png) repeat-x;
}

.submit:active,
.button-submit input[type=button]:active,
.button-submit input[type=submit]:active {
	color: #fff;
	text-shadow: #868686 0 -1px 0;
	font-weight: bold;
	background: #ff9700 url(/assets/button2-bg-active.png) repeat-x;
}

.submit:hover,
.button-submit input[type=button]:hover,
.button-submit input[type=submit]:hover {
	color: #fff;
	border-color: #ff0027;
}

label {
	color: #5b5b5b;
	font-size: 12px;
}

.message {
	width: 90%;
	text-align: left;
	margin: 5px auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	behavior: url(/css/border-radius.htc);
	padding: 5px;
}

.message a {
	color: #000;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
}

.msgpage {
	width: 500px;
	font-size: 13px;
	text-align: center;
	margin-top: 6em;
}

.red {
	background-color: #ff7da0;
	border: 1px solid #b80041;
}

.red a:hover {
	color: #cd0000;
}

.green {
	background-color: #9eff55;
	border: 1px solid #6ab81a;
}

.right {
	text-align: right;
}

.overTxtLabel {
	color: #bebebe;
}

/* @end */

/* @group Login */

body.page-login {
	background-color: #414141;
}

#login {
	background-color: #fffeff;
	margin: 7em auto;
	width: 200px;
	padding: 50px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-box-shadow: 0 0 20px #000;
	-moz-box-shadow: 0 0 20px #000;
	behavior: url(/css/border-radius.htc);
}

#login input[type=text],
#login input[type=password] {
	font-size: 17px;
	width: 200px;
}

/* @end */

/* @group Menu */

#menu {
	display: block;
	position: relative;
	height: 25px;
	background-color: #2f2f2f;
	min-width: 640px;
	overflow: hidden;
}

#menu ul {
	list-style-type: none;
	padding: 0;
	float: left;
	margin: 0;
}

#menu ul > li {
	float: left;
	list-style-type: none;
	padding-right: 5px;
	padding-left: 5px;
}

#menu ul > li > a {
	font-size: 13px;
	line-height: 25px;
}

#menu ul.menu-left {
	float: left;
	margin-left: 15px;
}

#menu ul.menu-right {
	float: right;
	margin-right: 15px;
}

/* @end */

/* @group Basic Layout */

h1 {
	text-indent: 40px;
	text-shadow: #fff 0 1px 1px;
	font: italic bold 22px Georgia, "Times New Roman", Times, serif;
}

h2 {
	text-indent: 10px;
	text-shadow: #fff 0 1px 1px;
	font: italic bold 17px Georgia, "Times New Roman", Times, serif;
}

h3 {
	font: italic bold 13px Georgia, "Times New Roman", Times, serif;
	text-shadow: #fff 0 1px 1px;
	text-indent: 10px;
	color: #242424;
}

table.table-horizontal {
	width: 90%;
	text-align: left;
}

table.table-horizontal > tbody > tr > th {
	width: 200px;
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	color: #4b4b4b;
	vertical-align: top;
	line-height: 26px;
}

table.table-horizontal > tbody > tr > td {
	vertical-align: top;
}

table.table-horizontal span.comment {
	font-style: italic;
	color: #616161;
	font-size: 12px;
	margin-left: 5px;
	margin-right: 5px;
}

table.table-horizontal input[type=text],
table.table-horizontal input[type=password] {
	width: 300px;
}

table.table-horizontal textarea,
table.table-vertical textarea {
	width: 400px;
	resize: none;
}

table.table-vertical {
	width: 90%;
	text-align: left;
	border: 1px solid #d0d0d0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	behavior: url(/css/border-radius.htc);
	border-spacing: 0;
	background-color: #f1f1f1;
}

table.table-vertical > thead > tr, table.table-vertical > tfoot > tr {
	background: #c4c4c4 url(/assets/table-header-bg.png) repeat-x 0 0;
}

table.table-vertical > thead > tr > th,
table.table-vertical > tfoot > tr > th {
	width: 200px;
	font-weight: bold;
	color: #000;
	text-shadow: #fffeff 0 1px 1px;
	font-size: 11px;
	padding: 5px;
	margin: 0;
	white-space: nowrap;
}

table.table-vertical > tbody > tr > td,
table.table-vertical > tbody > tr > th {
	padding: 6px;
	font-size: 12px;
	border-bottom: 1px solid #d0d0d0;
	white-space: nowrap;
	position: relative;
	display: table-cell;
	text-align: left;
}

table.table-vertical > tbody > tr.iconRow *:not(input):not(textarea) {
	line-height: 25px;
	vertical-align: middle;
}

table.table-vertical > tbody > tr > td {
	vertical-align: top;
}

table.table-vertical > tbody > tr > th > a {
	color: #000;
}

table.table-vertical > tbody > tr.row1,
table.table-vertical > tbody > tr.row1 {
	background-color: #ebebeb;
}

table.table-vertical > thead > tr.row2,
table.table-vertical > tfoot > tr.row2 {
	background-position: 0 -23px;
}

table.table-vertical span.comment {
	font-style: italic;
	color: #616161;
	font-size: 12px;
	margin-left: 5px;
	margin-right: 5px;
}

span.comment dd {
	font-weight: bold;
	margin-left: 0;
}

span.comment dt {
	margin-left: 15px;
}

table.table-vertical input[type=text], table.table-horizontal input[type=password] {
	width: 300px;
}

table.table-vertical > tbody > tr.table-tr-hovered {
	background-color: #ff9700;
}

/*
table.table-vertical > tbody > tr.table-tr-selected {
	background-color: #f60;
}*/

label.full-select {
	display: block;
	position: relative;
	text-align: center;
	vertical-align: middle;
}

th.center {
	text-align: center;
}

/* @end */

/* @group Validator */

.validation-passed {
	background-image: url(/assets/icon-correct.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.validation-failed {
	background-image: url(/assets/icon-wrong.png);
	background-repeat: no-repeat;
	background-position: right center;
}

/* @end */

/* @group Fancy Upload */

#portrait-img {
	float: left;
	position: relative;
	width: 150px;
	height: 173px;
	border: 1px solid #d4d4d4;
	background-position: 1px 1px;
	background-repeat: no-repeat;
	padding: 1px;
}

#portrait-img a {
	position: absolute;
	left: 1px;
	right: 1px;
	bottom: 1px;
	padding: 0;
	line-height: 20px;
	display: block;
	text-align: center;
	outline: none 0;
}

/* @end */

/* @group Icons */

.icon {
	display: inline-block;
	position: relative;
	width: 16px;
	height: 0;
	padding-top: 16px;
	overflow: hidden;
	background-position: 0 0;
	background-repeat: no-repeat;
}

.icon-del {
	background-image: url(/assets/icon-delete.png);
}

.icon-edit {
	background-image: url(/assets/icon-edit.png);
}

.icon-up {
	background-image: url(/assets/icon-up.png);
}

.icon-down {
	background-image: url(/assets/icon-down.png);
}

.icon-rights {
	background-image: url(/assets/icon-rights.png);
}

/* @end */

/* @group error */

div.error {
	font: italic 200px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	text-shadow: #fff 0 1px 1px;
	margin-top: 50px;
}

div.errormsg {
	text-align: center;
	font-size: 34px;
	margin-top: 50px;
	text-shadow: #fff 0 1px 1px;
}

/* @end */

/* @group pagination */

div.pagination {
	text-align: right;
	width: 90%;
	margin: 10px 10px 10px 0;
}

div.pagination a,
div.pagination strong {
	border: 1px solid #b8b8b8;
	font: 11px Tahoma, Geneva, Kalimati, sans-serif;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-shadow: #fff 0 1px 1px;
	padding: 3px 7px;
	background: #fffeff url(/assets/button-bg.png) repeat-x;
	color: #000;
	behavior: url(/css/border-radius.htc);
}

div.pagination strong {
	font-weight: bold;
}

div.pagination a:hover {
	border: 1px solid #848484;
}

div.pagination a:active {
	background-image: url(/assets/button-bg-active.png);
}

/* @end */

/* @group Stats */

table.gausage {
	width: 600px;
}

table.gausage td {
	font-size: 12px;
	width: 228px;
}

table.gausage > tbody > tr > th {
	font-weight: bold;
	width: 72px;
}

table.statstable {
	width: 600px;
}

table.statstable > thead > tr > th.visits {
	width: 10%;
}

table.statstable > tbody > tr > td {
	text-align: right;
}

div.facingstats > span {
	display: inline-block;
	margin-right: 15px;
}

div.facingstats > span > table.statstable {
	width: 291px;
}

/* @end */

/* @group Gallery */

table.gallery-images {
	width: 855px;
}

.selImg {
	border: 1px solid #d4d4d4;
	background-position: 1px 1px;
	background-repeat: no-repeat;
	padding: 1px;
}

/* @end */
