
/*administration panel*/

#admin {
	/*left: -3px;
    position: relative;
    top: -146px;
    width: 1006px;
    z-index: 10;*/
}

#admin .admin-navigation {
	background-image: linear-gradient(to bottom, #ffffff, #f0f0f0);
	border: 1px solid #ccc;
	border-width: 1px 1px 0px;
	border-radius: 8px 8px 0px 0px;
}

#admin .admin-navigation .admin-header {
	background-image: linear-gradient(to bottom, #F6F6F6 5%, #E6E6E6, #DFDFDF 95%);
	border: 1px solid #ccc;
	border-radius: 8px;
	display: block;
	margin: 15px;
	
	
}

#admin .admin-navigation .admin-header div {
	display: inline-block;
}

#admin .admin-navigation .admin-header div:hover {
	background-image: linear-gradient(to bottom, #F6F6F6 5%, #F0F0F0, #e6e6e6 95%);
}

#admin .admin-navigation .admin-header div div {
	background-image: linear-gradient(to bottom, #f0f0f0, #e0e0e0);
	border-right: 1px solid #ccc;
	cursor: pointer;
	display: inline-block;
	height: 75px;
	padding: 4px 0px 0px;
	text-align: center;
	width: 165px;
}

#admin .admin-navigation .admin-header div.admin-stats {
	background-image: url("../../images/admin/stats.png");
    background-position: center 22px;
    background-repeat: no-repeat;
}
#admin .admin-navigation .admin-header div.admin-comments {
	background-image: url("../../images/admin/comments.png");
    background-position: center 22px;
    background-repeat: no-repeat;
}
#admin .admin-navigation .admin-header div.admin-notes {
	background-image: url("../../images/admin/notes.png");
    background-position: center 22px;
    background-repeat: no-repeat;
}

#admin .admin-navigation .admin-header div.active {
	background: #f0f0f0; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f0f0f0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #f0f0f0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #f0f0f0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #f0f0f0 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */	
	
	background-image: linear-gradient(to bottom, #d6d6d6 5%, #c6c6c6, #bFbFbF 95%);
}
#admin .admin-navigation .admin-header div.active:hover {
	background: #f0f0f0; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f0f0f0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #f0f0f0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #f0f0f0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #f0f0f0 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
	
	
	background-image: linear-gradient(to bottom, #d6d6d6 5%, #c6c6c6, #bFbFbF 95%);
}

#admin .admin-navigation .admin-options {
	/*background: linear-gradient(to bottom, #bebebe, #a0a0a0);*/
	border-radius: 0px;
	display: block;
	
	width: 100%;
}
#admin .admin-navigation .admin-options div {
	background: #ddd;
	border-radius: 4px 4px 0px 0px;
	border: 1px solid #ccc;
	border-width: 1px 1px 0px;
	cursor: pointer;
	display: inline-block;
	margin: 0px 6px;
	padding: 8px 15px 4px;
	position: relative;
    top: 1px;
}

#admin .admin-navigation .admin-options div:hover {
	background: #e4e4e4;
}

#admin .admin-navigation .admin-options div.active {
	background: #fff;
	border-bottom: 1px solid #FFFFFF;
}

#admin .content {
	background: #fff;
	border: 1px solid #ccc;
	border-width: 1px 1px 1px;
	height: 300px;
	padding: 25px;
	
}

#admin .content h1 {
	font-size: 18px;
	font-weight: normal;
	font-family: arial;
	margin: 0px 0px 0px 40px;
	
}



/*admin panel correct one */

.admin-navigation {
	background: #f0f0f0; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f0f0f0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #f0f0f0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #f0f0f0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #f0f0f0 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
	border: 1px solid #ccc;
	border-width: 1px 1px 0px;
	border-radius: 8px 8px 0px 0px;
	font-family: arial;
}

.admin-navigation .admin-header {
	background: #F6F6F6; /* Old browsers */
	background: -moz-linear-gradient(top, #F6F6F6 5%,  #E6E6E6 50%, #DFDFDF 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #F6F6F6), color-stop(50%,  #E6E6E6), color-stop(95%, #DFDFDF)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #F6F6F6 5%,  #E6E6E6 50%, #DFDFDF 95%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #F6F6F6 5%,  #E6E6E6 50%, #DFDFDF 95%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #F6F6F6 5%,  #E6E6E6 50%, #DFDFDF 95%); /* IE10+ */
	background: linear-gradient(to bottom, #F6F6F6 5%,  #E6E6E6 50%, #DFDFDF 95%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F6F6F6', endColorstr='#DFDFDF',GradientType=0 ); /* IE6-9 */	
	border: 1px solid #ccc;
	border-radius: 8px;
	display: block;
	margin: 15px;
}

.admin-navigation .admin-header div {
	display: inline-block;
	position: relative;
}

.admin-navigation .admin-header div:first-child {
	border-radius: 8px 0px 0px 8px;
} 

.admin-navigation .admin-header div:hover {
	background: #F6F6F6; /* Old browsers */
	background: -moz-linear-gradient(top, #F6F6F6 5%,  #F0F0F0 50%, #e6e6e6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #F6F6F6), color-stop(50%,  #F0F0F0), color-stop(95%, #e6e6e6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #F6F6F6 5%,  #F0F0F0 50%, #e6e6e6 95%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #F6F6F6 5%,  #F0F0F0 50%, #e6e6e6 95%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #F6F6F6 5%,  #F0F0F0 50%, #e6e6e6 95%); /* IE10+ */
	background: linear-gradient(to bottom, #F6F6F6 5%,  #F0F0F0 50%, #e6e6e6 95%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F6F6F6', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
}

.admin-navigation .admin-header .border-right {
	background: red;
	content: "";
	display: inline-block;
	height: 75px;
	width: 1px;
	
}

.admin-navigation .admin-header div a {
	background: #f0f0f0; /* Old browsers */
	background: -moz-linear-gradient(top, #f0f0f0 0%, #e0e0e0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0f0f0), color-stop(100%, #e0e0e0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f0f0f0 0%, #e0e0e0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f0f0f0 0%, #e0e0e0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f0f0f0 0%, #e0e0e0 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f0f0f0 0%, #e0e0e0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
	border-right: 1px solid #ccc;
	cursor: pointer;
	display: inline-block;
	height: 75px;
	padding: 4px 0px 0px;
    position: relative;	
	text-align: center;
	text-decoration: none;
	width: 165px;
}

.admin-navigation .admin-header div.admin-stats {
	left: -8px;
}
.admin-navigation .admin-header div.admin-notes {
	left: -4px;
}

.admin-navigation .admin-header div.admin-stats a {
	background-image: url("../../images/admin/stats.png");
    background-position: center 22px;
    background-repeat: no-repeat;
}
.admin-navigation .admin-header div.admin-errors a {
	background-image: url("../../images/admin/error.png");
    background-position: center 22px;
    background-repeat: no-repeat;
}
.admin-navigation .admin-header div.admin-notes a {
	background-image: url("../../images/admin/notes.png");
    background-position: center 22px;
    background-repeat: no-repeat;
}

.admin-navigation .admin-header div.active {
	background: #c6c6c6; /* Old browsers */
	background: -moz-linear-gradient(top, #d6d6d6 5%,  #c6c6c6 50%, #bFbFbF 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #d6d6d6), color-stop(50%,  #c6c6c6), color-stop(95%, #bFbFbF)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d6d6d6 5%,  #c6c6c6 50%, #bFbFbF 95%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d6d6d6 5%,  #c6c6c6 50%, #bFbFbF 95%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d6d6d6 5%,  #c6c6c6 50%, #bFbFbF 95%); /* IE10+ */
	background: linear-gradient(to bottom, #d6d6d6 5%,  #c6c6c6 50%, #bFbFbF 95%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#bFbFbF',GradientType=0 ); /* IE6-9 */		
}
#admin .admin-navigation .admin-header div.active:hover {
	background: #c6c6c6; /* Old browsers */
	background: -moz-linear-gradient(top, #d6d6d6 5%,  #c6c6c6 50%, #bFbFbF 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #d6d6d6), color-stop(50%,  #c6c6c6), color-stop(95%, #bFbFbF)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d6d6d6 5%,  #c6c6c6 50%, #bFbFbF 95%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d6d6d6 5%,  #c6c6c6 50%, #bFbFbF 95%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d6d6d6 5%,  #c6c6c6 50%, #bFbFbF 95%); /* IE10+ */
	background: linear-gradient(to bottom, #d6d6d6 5%,  #c6c6c6 50%, #bFbFbF 95%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#bFbFbF',GradientType=0 ); /* IE6-9 */	
}

.admin-navigation .admin-options {
	/*background: linear-gradient(to bottom, #bebebe, #a0a0a0);*/
	border-radius: 0px;
	display: block;
	width: 100%;
}
.admin-navigation .admin-options a {
	background: #ddd;
	border-radius: 4px 4px 0px 0px;
	border: 1px solid #ccc;
	border-width: 1px 1px 0px;
	cursor: pointer;
	display: inline-block;
	margin: 0px 6px;
	padding: 8px 15px 4px;
	position: relative;
	text-decoration: none;
    top: 1px;
    z-index: 1;
}

.admin-navigation .admin-options a:first-child {
	margin-left: 15px;
}

.admin-navigation .admin-options a:hover {
	background: #e4e4e4;
}

.admin-navigation .admin-options a.active {
	background: #fff;
	border-bottom: 1px solid #FFFFFF;
	font-weight: bold;
}

.admin-content {
	background: #fff;
	border: 1px solid #ccc;
	border-width: 1px 1px 1px;
	font-family: arial;
	min-height: 200px;
	padding: 25px 0px;
	position: relative;
}

.admin-content:after, .admin-content:before {
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}
.admin-content:after {
	clear: both;
}

.admin-content h1 {
	font-size: 18px;
	font-weight: normal;
	font-family: arial;
	margin: 0px 0px 0px 40px;
}

.admin-content .admin-error-header {
	background: #F9F9F9; /* Old browsers */
	background: -moz-linear-gradient(top, #F9F9F9 0%, #EBEBEB 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F9F9F9), color-stop(100%, #EBEBEB)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #F9F9F9 0%, #EBEBEB 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #F9F9F9 0%, #EBEBEB 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #F9F9F9 0%, #EBEBEB 100%); /* IE10+ */
	background: linear-gradient(to bottom, #F9F9F9 0%, #EBEBEB 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F9F9F9', endColorstr='#EBEBEB',GradientType=0 ); /* IE6-9 */
    border: 1px solid #CCCCCC;
    border-radius: 10px 10px 0 0;
    color: #333;
    cursor: default;
    font-size: 16px;
    font-weight: normal;
    height: 25px;
    left: 0;
    margin: 0;
    padding: 8px 15px 0;
    position: relative;
    text-shadow: 0 1px 1px #CCCCCC;
    top: 0;	
}

.admin-content .admin-error {
	border: 1px solid #ccc;
	border-width: 1px 0px 0px;
	margin: 0px 20px;
	padding: 15px 15px;
	position: relative;
}

/*
.admin-content .admin-error:hover {
	background: #eee;
	border-bottom: 1px solid #ccc;
	margin: 0px;
	padding: 15px 35px;
}*/

.admin-content .admin-error:last-child {
	border-bottom: 1px solid #ccc;
}

.admin-content .admin-error-active {
	background: #f8f7f6	;
	border-bottom: 1px solid #ccc;
	margin: 0px;
	padding: 15px 35px;	
}

.admin-content .admin-error-active div.admin-mess {
	
}

.admin-content .admin-error .admin-top-line {
	font-size: 13px;
	font-weight: bold;
	margin: 2px 0px;
}
.admin-content .admin-error .admin-top-line .number {
	background: #ddd;
	margin-right: 5px;
	padding: 3px;
	min-width: 25px;	
}

.admin-content .admin-error .admin-top-line .user {
	font-size: 13px;
}

.admin-content .admin-error .admin-top-line time {
	color: #666;
	font-size: 13px;
	font-weight: normal;
	float: right;
}

.admin-content .admin-error .admin-title {
	font-size: 12px;	
	margin: 8px 0px;
}
.admin-content .admin-error .admin-title a {
	text-decoration: underline;
}

.admin-content .admin-error .admin-mess, .admin-content .admin-error .moderator-note .note-body {
	background: #e8e7e6;
	border: 1px solid #ccc;
	margin: 5px 0px;
	min-height: 35px;
	padding: 8px;	
}

.admin-content .admin-error .bottom-line {
	padding: 4px 0px;
}

.admin-content .admin-error .bottom-line .admin-info {
	background: none repeat scroll 0 0 #FEF2C6;
    border: 1px solid #CCCCCC;
    color: #222222;
    font-weight: bold;
    padding: 10px;
}

.admin-content .admin-error .bottom-line .admin-info:after {
	background: url("../../images/admin/accept.png") repeat scroll 0 0 / 20px 20px transparent;
    content: "";
    display: none;
    float: left;
    height: 20px;
    position: relative;
    width: 20px;
}

.admin-content .admin-error .moderator-note {
	padding-left: 25px;
	
}

.admin-content .admin-error .moderator-note span {
	font-weight: bold;
}

.admin-content .admin-error .moderator-note span.note-status {
	margin-left: 15px;
	
}

.admin-content .admin-error .moderator-note time {
	float: right;
}

.admin-content a.button {
	background: rgb(249,248,246); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(249,248,246,1) 0%, rgba(228,225,219,1) 50%, rgba(218,213,206,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,248,246,1)), color-stop(50%,rgba(228,225,219,1)), color-stop(100%,rgba(218,213,206,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(249,248,246,1) 0%,rgba(228,225,219,1) 50%,rgba(218,213,206,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(249,248,246,1) 0%,rgba(228,225,219,1) 50%,rgba(218,213,206,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(249,248,246,1) 0%,rgba(228,225,219,1) 50%,rgba(218,213,206,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(249,248,246,1) 0%,rgba(228,225,219,1) 50%,rgba(218,213,206,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f8f6', endColorstr='#dad5ce',GradientType=0 ); /* IE6-9 */
    border: 1px solid #666666;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 1px 1px 1px 0 #7A7A7A;
    color: #333333;
    cursor: pointer;
    display: inline;
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
    padding: 4px 8px;
    text-decoration: none;
}

.admin-content a.button:hover {
	background: rgb(249,248,246); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(249,248,246,1) 0%, rgba(228,225,219,1) 50%, rgba(245,245,243,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,248,246,1)), color-stop(50%,rgba(228,225,219,1)), color-stop(100%,rgba(245,245,243,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(249,248,246,1) 0%,rgba(228,225,219,1) 50%,rgba(245,245,243,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(249,248,246,1) 0%,rgba(228,225,219,1) 50%,rgba(245,245,243,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(249,248,246,1) 0%,rgba(228,225,219,1) 50%,rgba(245,245,243,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(249,248,246,1) 0%,rgba(228,225,219,1) 50%,rgba(245,245,243,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f8f6', endColorstr='#f5f5f3',GradientType=0 ); /* IE6-9 */
}

.admin-content .admin-change-button {
	cursor: pointer;
	display: inline-block;
	
	text-decoration: underline;
}

.admin-content .admin-change-button .triangle-down {
	border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #333333;
    content: "";
    display: inline-block;
    height: 0;
    margin-bottom: 2px;
    margin-left: 3px;
    position: relative;
    width: 0;
}
.admin-content .admin-change-button .triangle-down:after {
	border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid rgba(245, 245, 245, 0.2);
    bottom: 1px;
    content: "";
    display: block;
    height: 0;
    left: -3px;
    margin-top: 10px;
    position: absolute;
    width: 0;
    z-index: 5;
}

.admin-content .admin-change-button .triangle-up {
	border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 6px solid #333333;
    content: "";
    display: inline-block;
    height: 0;
    margin-bottom: 2px;
    margin-left: 3px;
    position: relative;
    width: 0;
}
.admin-content .admin-change-button .triangle-up:after {
	border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: 4px solid rgba(245, 245, 245, 0.2);
    bottom: -5px;
    content: "";
    display: block;
    height: 0;
    left: -3px;
    margin-top: 10px;
    position: absolute;
    width: 0;
    z-index: 5;
}

.admin-content .admin-change-button:hover {
	text-underline: none;
}

.admin-content input[type="submit"] {
	font-size: 12px;
	margin: 8px 0px 8px 15px;
	text-align: center;
}

.admin-content .admin-header-errors {
	position: relative;
    top: -15px;
}
.admin-content .admin-header-errors:before {
	background: url("../../images/admin/error.png") repeat scroll 0 0 / 36px 36px transparent;
    content: "";
    display: inline-block;
    height: 36px;
    left: 0;
    position: relative;
    top: 12px;
    width: 36px;
}

.admin-content .admin-utils {
	background: #ddd;
	border: 1px solid #ccc;
	display: none;
	height: 0px;
	min-height: 0px;
	margin-top: 15px;
	opacity: 0.2;
	padding: 0;
}
.admin-content .admin-utils p {
	background: #fff;
	border: 1px solid #000;
	display: inline-block;
}

.admin-content .admin-utils .admin-line label {
	display: inline-block;
	margin-left: 5px;
	width: 100px;
}

.admin-content .admin-utils .admin-line label:after {
	content: ":";
}

.admin-content .admin-utils .correction-submit {
	left: 0px;
	position: relative;
	
}

.admin-content fieldset input {
	
	font-size: 13px;
}

.admin-content .admin-line {
	margin: 5px 0px;
}

.admin-content .admin-line input[type="radio"] {
	display: inline-block;
}

.admin-content .admin-line textarea {
	min-height: 80px;
	min-width: 325px;
	max-height: 120px;
}

.admin-content .admin-window-body p {
	margin: 5px 0px;
}

.admin-content table {
	border: 1px solid #ccc;
	border-width: 1px 1px 0px;
	margin: 10px 0 0 0;
}

.admin-content tr {
	
	
}

.admin-content th {
	background: rgb(249,249,249); /* Old browsers */
	background-image: -moz-linear-gradient(top, rgba(249,249,249,1) 0%, rgba(235,235,235,1) 100%); /* FF3.6+ */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,249,249,1)), color-stop(100%,rgba(235,235,235,1))); /* Chrome,Safari4+ */
	background-image: -webkit-linear-gradient(top, rgba(249,249,249,1) 0%,rgba(235,235,235,1) 100%); /* Chrome10+,Safari5.1+ */
	background-image: -o-linear-gradient(top, rgba(249,249,249,1) 0%,rgba(235,235,235,1) 100%); /* Opera 11.10+ */
	background-image: -ms-linear-gradient(top, rgba(249,249,249,1) 0%,rgba(235,235,235,1) 100%); /* IE10+ */
	background-image: linear-gradient(to bottom, rgba(249,249,249,1) 0%,rgba(235,235,235,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#ebebeb',GradientType=0 ); /* IE6-9 */
	border: 1px solid #ccc;
	border-width: 0px 0px 1px 0px;
	color: #333;
	font-size:14px;
    padding: 5px 0px 5px 10px;
    text-align: left;
    text-transform: capitalize;
}
.admin-content th:last-child {
	border: 1px solid #ccc;
	border-width: 0px 0px 1px 0px;
}

.admin-content th, .admin-content td {
	padding: 5px 5px 5px 10px;
	border-bottom: 1px solid #ccc;
}
.admin-content tr.odd {
	background: #EFEFEF;
}
.admin-content tr:hover {
	background: #ddd;
}
.admin-content #filter_bottom, .admin-content .paging {
	border: 0px;
	margin: 0px 0px 5px;
	text-align: center;
	top: 0px;
	width: 100%;
}

.admin-content .paging a img{
	position: relative;
	top: 2px;
}

.main-window-header {
	background: #F9F9F9; /* Old browsers */
	background: -moz-linear-gradient(top, #F9F9F9 0%, #EBEBEB 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F9F9F9), color-stop(100%, #EBEBEB)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #F9F9F9 0%, #EBEBEB 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #F9F9F9 0%, #EBEBEB 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #F9F9F9 0%, #EBEBEB 100%); /* IE10+ */
	background: linear-gradient(to bottom, #F9F9F9 0%, #EBEBEB 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F9F9F9', endColorstr='#EBEBEB',GradientType=0 ); /* IE6-9 */
	border: 1px solid #cccccc;
    color: #000000;
    font-size: 16px;
    font-weight: normal;
    left: 0;
    margin: 0 20px;
    padding: 8px 15px 6px;
    position: relative;
    text-shadow: 0 1px 1px #CCCCCC;
    top: 0;
}

.main-window-body {
	background: #ffffff;
	border: 1px solid #cccccc;
	border-width: 0px 1px 1px 1px;
	margin: 0 20px;
}

/*stats */
#stats_form_container form {
	display: inline-block;
	margin: 0 auto;
	min-width: 500px;
}

#stats_form_container fieldset {
	background: #f0f0f0;
	border: 1px solid #ccc;
    border-radius: 0pxx;
	padding: 12px 25px;
	margin: 6px 10px;
	text-align: left;
}

#stats_form_container fieldset legend {
  	background: none repeat scroll 0 0 #F9F9F9;
    border: 1px solid #CCCCCC;
    left: -10px;
    padding: 2px 8px;
    position: relative;
}

#stats_form_container fieldset label {
	margin: 0px 5px 0 0;
}

#stats_form_container fieldset * {
	margin: 0px 0px 4px;
}

#stats_form_container fieldset.no-border {
	border: 0px;
}

#stats_form_container form input[type="checkbox"] {
	margin: 0 4px 0px 0px;	
}

#stats_form_container form input[type="radio"] {
	margin: 0 3px;	
}

#stats_form_container h1 {
	text-align: left;
}

.big-admin-window {
	display: inline-block;
	float: left;
	width: 635px;
}

.small-admin-window {
	display: inline-block;
	float: left;
	margin-right: 20px;
	width: 343px;
}
 .small-admin-window .main-window-header,  .small-admin-window .main-window-body {
 	margin: 0px;
 }
 
 .admin-window-body {
 	margin: 0px 10px;
 	padding: 6px 0px 15px;
 }

.admnin-aggreagtion a.button {
	display: inline-block;
	margin: 8px 0px 0px 0px;
}
.stats-header {
	
}

.stats-header:before {
	background-image: url("../../images/admin/graph3.png");
    background-repeat: no-repeat;
    background-size: 22px 22px;
    content: "";
    display: inline-block;
    float: left;
    height: 26px;
    left: -2px;
    position: relative;
    top: -2px;
    width: 26px;
}


