/* ---------------------------------
Markup: Dimox
Author URI: http://dimox.name/
--------------------------------- */

* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font: 11px/18px Tahoma, Arial, sans-serif;
	color: #544933;
	height: 100%;
	background: #FEFBF1;
	padding: 0 25px;
}
a {
	color: #9E5456;
	outline: none;
}
a:hover {
	color: #495ABC;
	text-decoration: none;
}
p {margin: 0 0 18px}
img {border: none}
input {vertical-align: middle}

#wrapper {
	min-width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	position: relative;
	margin: 0 0 10px;
	padding: 98px 0 0;
}

#logo {
	position: absolute;
	top: 23px;
	left: 50%;
	width: 289px;
	height: 61px;
	background: url(/tools/i/logo.png) no-repeat;
  text-indent: -9999px;
  margin-left: -145px;
}
#logo span {
	display: block;
}

#nav {
	position: absolute;
	top: 50px;
	left: 21px;
	list-style: none;
}
#nav li {
	float: left;
}
#nav a {
	float: left;
  background: url(/tools/i/icons.png) 0 2px no-repeat;
	padding: 0 0 0 19px;
  margin-right: 12px;
}

#profile {
	position: absolute;
	top: 50px;
	right: 90px;
}
#user {
  font-weight: bold;
	color: #6289AD;
  background: url(/tools/i/icons.png) 0 -25px no-repeat;
	padding: 1px 0 1px 16px;
}
#user,
#profile a {
  margin-right: 13px;
}

#panel {
	width: 100%;
  	background: #F7E7C5 url(/tools/i/panel.jpg) repeat-x;
}
#pl {
  background: url(/tools/i/panel.jpg) 0 -42px no-repeat;
}
#pr {
	height: 32px;
	padding: 10px 19px 0 42px;
  background: url(/tools/i/panel.jpg) 100% -84px no-repeat;
}
#addSite {
	float: left;
	display: inline;
  margin-right: 6px;
}
#addSite input {
	float: left;
	font: 11px Tahoma, Arial;
}
#url {
  border: 1px solid #9E807D;
	background: #FDFAF1;
	color: #777;
	padding: 2px 11px 3px;
	width: 151px;
	margin: 1px 6px 0 0;
}
* html #url {
	margin: 1px 3px 0 0;
}
.button {
	display: inline-block;
  background: #8B484A url(/tools/i/button.png) no-repeat;
	padding: 0 0 0 7px;
	height: 25px;
}
* html #addSite .button  {
	margin: 0 -3px 0 0;
	position: relative;
}

.balance{
	float: left;
	line-height: 20px;
	font: 18px/20px Arial;
	text-decoration: underline;
	margin-right: 8px;
}

a.button {
	color: #EBE5CF;
  text-decoration: none;
  line-height: 20px;
	overflow: hidden;
}
a.button span {
	float: left;
  background: url(/tools/i/button.png) 100% 0 no-repeat;
	padding: 0 10px 6px 4px;
	height: 19px;
	color: #EBE5CF;
	cursor: pointer;
}
a.button.setup {
	padding: 0 0 0 24px;
	background-position: 0 -25px;
}
a.button.remove {
	padding: 0 0 0 19px;
	background-position: 0 -50px;
  margin-left: 4px;
}
a.button.excel {
	padding: 0 0 0 20px;
	background-position: 0 -75px;
  margin-left: 4px;
}
.button input {
	border: none;
  background: url(/tools/i/button.png) 100% 0 no-repeat;
	padding: 0 10px 6px 4px;
	color: #EBE5CF;
	height: 25px;
	cursor: pointer;
	font: 11px Tahoma, Arial;
	overflow: visible;
}
#panelRight {
	float: right;
}
#panelRight .button {
	float: left;
  margin-left: 6px;
}

#loading {
	position: fixed;
	top: 0;
	left: 50%;
	width: 100px;
	height: 23px;
  margin-left: -40px;
  background: url(/tools/i/loading.gif) no-repeat;
  text-align: center;
  font: bold 12px/23px Arial, Tahoma;
  display: none;
}
* html #loading {
  position: absolute;
  top: expression(parseInt(document.documentElement.scrollTop, 0) + "px");
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 120px;
	overflow: hidden;
}

#crumbs {
	margin: 0 0 6px 21px;
	color: #9E5456;
}
#crumbs span {
	color: #495ABC;
}

#news {
	margin: 0 0 6px 21px;
	color: #9E5456;
}
#news span {
	color: #495ABC;
}

#tabs,
#tabs2 {
	height: 27px;
	line-height: 26px;
	overflow: hidden;
}
#tabs li,
#tabs2 li,
.tabs-active-class
.tabs-hover-class
 {
	float: left;
	display: inline;
	list-style: none;
  background: #F8EBCE url(/tools/i/tabs.png) no-repeat;
  margin-right: 2px;
	padding: 0 0 0 10px;
	font-family: Arial, Tahoma;
}
.tabs-hover-class{
	border-top: 2px solid #9B4F51;
	font-weight: bold;
}
#tabs li.current,
#tabs2 li.current {
  background: #814143 url(/tools/i/tabs.png) 0 -27px no-repeat;
}
#tabs li a,
#tabs2 li a {
	float: left;
  background: url(/tools/i/tabs.png) 100% 0 no-repeat;
	padding: 0 10px 0 0;
	height: 27px;
  text-decoration: none;
	color: #924C4E;
	cursor: pointer;
}
* html #tabs li a,
* html #tabs2 li a {
	padding-top: 5px;
}
#tabs li.current a,
#tabs2 li.current a {
	background-position: 100% -27px;
	color: #FFF;
}
#tabs li b,
#tabs2 li b {
	display: inline-block;
	width: 6px;
	height: 6px;
	overflow: hidden;
  background: url(/tools/i/tabs.png) 0 -54px no-repeat;
  margin-left: 10px;
  margin-right: -4px;
	vertical-align: middle;
}
#tabs li span,
#tabs2 li span {
  background: #EBD0B8 url(/tools/i/tabs.png) 0 -60px no-repeat;
	display: inline-block;
	width: 18px;
	height: 16px;
	line-height: 16px;
  text-align: center;
	color: #666;
  margin-left: 2px;
}
#tabs2 li span {
	width: 33px;
	height: 16px;
  background: #EBD0B8 url(/tools/i/tabs.png) 0 -108px no-repeat;
}
#tabs li.current span,
#tabs2 li.current span {
  background: #B76668 url(/tools/i/tabs.png) 0 -76px no-repeat;
	color: #F2E8CF;
}
#tabs2 li.current span {
	width: 33px;
	height: 16px;
  background: #B76668 url(/tools/i/tabs.png) 0 -124px no-repeat;
}
#tabs li#add {
  background: url(/tools/i/tabs.png) 0 -92px no-repeat;
	width: 15px;
	height: 16px;
	overflow: hidden;
	margin: 6px 0 0 9px;
}

.table {
  border: 1px solid #A35759;
  border-width: 1px 2px 2px;
	margin: 0 0 10px;
	cursor: pointer;
	overflow: auto;
}
.table table {
	width: 100%;
	border-collapse: collapse;
	font-family: Arial, Tahoma;
}
.table th {
  font-weight: normal;
  text-align: left;
  background: #864547 url(/tools/i/th.png) repeat-x;
	color: #EBE5CF;
  border-bottom: 2px solid #A35759;
  border-top: 1px solid #CC7274;
  border-right: 1px solid #BD696B;
	padding: 0 5px 0 10px;
	height: 26px;
	cursor: pointer;
}
#panel_sites tfoot>tr>td{
	background-color: #EFF5DD;
	color: #9E5456;
}
#panel_sites a, #panel_sites td{
	text-decoration: none;
	color: #999999;
}
#panel_sites a.now{
	color: #544933;
}
#panel_sites a.site{
	color: #9E5456;
}
#panel_sites a:hover{
	text-decoration: underline;	
}
#panel_sites tr.row_selected td{
	background-color: #F0B89C;
}
th.headerSortUp {
  background: #A1585A url(/tools/i/th.png) 0 -26px repeat-x;
}
th.headerSortDown {
  background: #A1585A url(/tools/i/th.png) 0 -26px repeat-x;
}
th div {
  background: url(/tools/i/th.png) 100% -52px no-repeat;
	height: 26px;
	line-height: 24px;
	padding: 0 14px 0 0;
}
th.headerSortUp div {
	background-position: 100% -78px;
}
th.headerSortDown div {
	background-position: 100% -104px;
}
.table td {
	background: #F5EEDD;
  border: 1px solid #FFF;
  border-width: 1px 0;
	padding: 4px 10px;
}
.table tr.even td {
	background-color: #FCEFD2;
}
.table tr.hover td {
	background-color: #E8D5D5;
}
td .silver {
	color: #999;
}
td sup {
	vertical-align: top;
	position: relative;
	top: -5px;
}
sup.plus {
	color: #4C9E27;
}
sup.minus {
	color: #B72E2E;
}
td.yes {
  background-image: url(/tools/i/icons.png);
	background-position: 10px -59px;
	background-repeat: no-repeat;
}
td.no {
  background-image: url(/tools/i/icons.png);
	background-position: 10px -99px;
	background-repeat: no-repeat;
}
td .info {
	display: inline-block;
	width: 14px;
	height: 15px;
	overflow: hidden;
  background: url(/tools/i/icons.png) 0 -145px no-repeat;
}
td .edit {
	display: inline-block;
	width: 16px;
	height: 16px;
	overflow: hidden;
  background: url(/tools/i/icons.png) 0 -184px no-repeat;
  margin-left: 15px;
}

td .informer_table{
	display: inline-block;
	width: 16px;
	height: 16px;
	overflow: hidden;
  background: url(/tools/i/icons.png) 0 -287px no-repeat;
  margin-left: 15px;
		
}

#actions {
	width: 437px;
	height: 61px;
  background: #F7E6C8 url(/tools/i/actions.jpg) no-repeat;
	margin: 0 auto;
	padding: 10px 0 0 14px;
	position: relative;
}

#actions a {
	float: left;
  margin-right: 6px;
}
#actions #skull, #actions #skull2, #actions #skull3 {
	position: absolute;
	top: 0;
	right: 3px;
	width: 41px;
	height: 41px;
}

#error404 {
  text-align: center;
  background: url(/tools/i/404.jpg) 50% 0 no-repeat;
	padding: 320px 0 0;
}
#error404 a {
  background: url(/tools/i/icons.png) no-repeat;
	padding: 0 0 2px 19px;
  margin: 0 5px;
}

#form {
	width: 287px;
	margin: 0 auto;
  background: #F5E6C6 url(/tools/i/form-bg.jpg) 0 126px repeat-y;
  font: 12px/18px Arial, Tahoma;
}
#fbg {
  background: url(/tools/i/form-bottom.jpg) 0 100% no-repeat;
}
#form form {
  background: url(/tools/i/form-top.jpg) no-repeat;
	padding: 0 0 28px 36px;
	height: 1%;
}
#form h2 {
  font-size: 14px;
  font-weight: normal;
  text-align: center;
	color: #E5DBC6;
	padding: 3px 36px 20px 0;
}
#form label {
	display: block;
	color: #873343;
}
#form label sup {
	vertical-align: top;
	position: relative;
	top: -3px;
  font: bold 14px Verdana, tahoma, Arial;
	color: #444;
}
#form .inputText {
  border: 1px solid #9E807D;
	background: #FDFAF1;
	width: 193px;
	padding: 2px 10px 3px;
	color: #444;
	margin: 0 0 10px;
	font: 11px Tahoma, Arial;
}
#capcha {
  text-align: center;
	font: 11px Tahoma, Arial;
	margin: -5px 0 10px;
	padding: 0 36px 0 0;
}
#capcha img {
  border: 1px solid #9E807D;
	display: block;
	margin: 0 0 5px;
}
#form .button {
	margin: 5px 0 6px;
}
#form .button input {
	width: 210px;
}
#form #note {
  text-align: center;
	font: 11px/1 Tahoma, Arial;
	padding: 0 36px 0 0;
}
#form #note span {
  font: bold 14px Verdana, tahoma, Arial;
	vertical-align: top;
	position: relative;
	top: 0;
  margin-right: 2px;
	display: inline-block;
	height: 10px;
	overflow: hidden;
}
#form .yes {
	display: inline-block;
	width: 14px;
	height: 15px;
	overflow: hidden;
  background: url(/tools/i/icons.png) 0 -225px no-repeat;
  margin: 0 0 2px 2px;
}
#form .no {
	display: inline-block;
	width: 14px;
	height: 15px;
	overflow: hidden;
  background: url(/tools/i/icons.png) 0 -265px no-repeat;
  margin: 0 0 2px 2px;
}
#form #skull {
	display: block;
	margin: 9px 0 5px 87px;
	width: 41px;
	height: 41px;
}
#form #links {
	margin: 8px 0 18px;
}
#form #links a {
	font: 11px Tahoma, Arial;
  background: url(/tools/i/icons.png) no-repeat;
	padding: 0 0 2px 19px;
  margin: 0 15px 0 0;
}

#informer {
	width: 461px;
	margin: 0 auto 10px;
}
#tabs2 {
  border-bottom: 1px solid #A35759;
}
.informer {
  border: 1px solid #A35759;
  border-width: 0 2px 2px;
	font: 11px/18px Arial, Tahoma;
	padding: 1px;
	background: #FFF;
}
#informer h2,
#informerCode h2,
#graphic h3,
#daily h3,
#settings h3 {
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  border-top: 1px solid #CC7274;
  border-bottom: 2px solid #A35759;
  background: #834446 url(/tools/i/th.png) repeat-x;
	height: 26px;
	line-height: 24px;
	color: #EBE5CF;
}
.tabs3 {
  border: 1px solid #A35759;
  border-width: 0 2px;
}
#tabs3 {
	height: 26px;
	line-height: 1;
	background: #F5EEDD;
  text-align: center;
	overflow: visible;
}
#tabs3 li {
	display: inline;
	margin: 0 14px;
	position: relative;
	top: 7px;
}
#tabs3 li a {
	display: inline;
	padding: 0 0 15px;
}
#tabs3 li.current a {
  font-weight: bold;
	color: #666;
  text-decoration: none;
  background: url(/tools/i/icons.png) 50% -291px no-repeat;
}
#informer #actions {
	width: 219px;
  background: #F7E6C8 url(/tools/i/actions2.jpg) no-repeat;
  margin-top: 10px;
	padding-left: 30px;
}

#informerCode {
	width: 461px;
	margin: 0 auto;
}
.informerCode {
  border: 1px solid #A35759;
  border-width: 1px 2px 2px;
	background: #FFF;
}
#code {
	background: #FCEFD2;
  text-align: center;
  font-weight: bold;
	padding: 20px 10px 17px;
	color: #666;
}
.code {
  border: 1px solid #FFF;
	margin: 0 0 15px;
}
.code textarea {
  border: 3px solid #F5EEDD;
	width: 419px;
	height: 61px;
	padding: 7px 5px;
	font: 12px Arial, Tahoma;
}
#informerCode #actions {
	width: 253px;
  background: #F7E6C8 url(/tools/i/actions3.jpg) no-repeat;
  margin-top: 10px;
	padding-left: 30px;
}

#statistics {
	width: 1005px;
	margin: 0 auto;
  font: 11px/18px Arial, Tahoma;
}
#statistics h2 {
	font: bold 18px Arial, Tahoma;
	margin: 0 0 3px;
}
#statistics h2 span {
	color: #6289AD;
}
#graphic {
  border: 1px solid #A35759;
  border-width: 1px 2px 2px;
	background: #FFF;
	margin: 7px 0 20px;
}
#graphic h3,
#daily h3,
#settings h3 {
  font-size: 14px;
  line-height: 22px;
	height: 26px;
  text-align: left;
  padding-left: 21px;
}
.graphic {
	margin: 1px;
	padding: 20px 30px;
	background: #FCEFD2;
}
#daily {
  border: 1px solid #A35759;
  border-width: 1px 2px 2px;
	background: #FFF;
	width: 188px;
}
#daily table {
	width: 100%;
	border-collapse: collapse;
	font: 12px Arial, Tahoma;
  border: 1px solid #FFF;
  border-width: 0 1px;
}
#daily th {
  font-weight: normal;
  text-align: left;
	background: #E8D5D5;
}
#daily td {
  font-weight: bold;
	padding: 4px 5px;
	background: #F5EEDD;
}
#daily th,
#daily td {
	padding: 5px 5px;
  border: 1px solid #FFF;
  border-width: 1px 0;
}
#daily .even td {
	background: #FCEFD2;
}

#settings {
	width: 800px;
	margin: 0 auto;
  line-height: 14px;
	overflow: hidden;
}
#enabled, #disabled, #user_param {
	float: left;
	width: 223px;
	margin: 13px 0 0;
}
#disabled, #user_param {
	margin-left: 20px;	
}
.enabled, .disabled, .user_param {
  border: 1px solid #A35759;
  border-width: 1px 2px 2px;
	background: #FFF;
}
#settings #actions {
	width: 167px;
  background: #F7E6C8 url(/tools/i/actions4.jpg) no-repeat;
  margin-top: 10px;
	padding-left: 30px;
}
#settings h3 {
  text-align: center;
  padding: 0;
}
#settings table {
	width: 100%;
	height: 100%;
	background: #FCEFD2;
	margin: 0px; padding: 15px;
}
#settings td {
	list-style: none;
	font: 14px/14px Arial, Tahoma;
	padding: 6px 0;
}
#settings td label {
	display: inline-block;
	padding: 5px;
	cursor: pointer;
}
* html #settings td label {
	padding: 2px;
}
*+html #settings td label {
	padding: 2px;
}
#settings td label.checked {
	background: #E8D5D5;
}
#settings td input {
  margin-right: 4px;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 1000px;
	height: 45px;
	margin: 0px auto 0;
  text-align: center;
  clear: both;
}

/*********
 * jGrowl
 */

div.jGrowl {
	padding: 			10px;
	z-index: 			9999;
}

/** Special IE6 Style Positioning **/
div.ie6 {
	position: 			absolute;
}

div.ie6.top-right {
	right: 				auto;
	bottom: 			auto;
	left: 				expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
  	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.top-left {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.bottom-right {
	left: 				expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.bottom-left {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.center {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
	width: 				100%;
}

/** Normal Style Positions **/
body > div.jGrowl {
	position:			fixed;
}

body > div.jGrowl.top-left {
	left: 				0px;
	top: 				0px;
}

body > div.jGrowl.top-right {
	right: 				0px;
	top: 				0px;
}

body > div.jGrowl.bottom-left {
	left: 				0px;
	bottom:				0px;
}

body > div.jGrowl.bottom-right {
	right: 				0px;
	bottom: 			0px;
}

body > div.jGrowl.center {
	top: 				0px;
	width: 				50%;
	left: 				25%;
}

/** Cross Browser Styling **/
div.center div.jGrowl-notification, div.center div.jGrowl-closer {
	margin-left: 		auto;
	margin-right: 		auto;
}

div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
	background-color: 		#000;
	color: 					#fff;
	opacity: 				.85;
	filter: 				alpha(opacity = 85);
	zoom: 					1;
	width: 					235px;
	padding: 				10px;
	margin-top: 			5px;
	margin-bottom: 			5px;
	font-family: 			Tahoma, Arial, Helvetica, sans-serif;
	font-size: 				16px;
	text-align: 			left;
	display: 				none;
	-moz-border-radius: 	5px;
	-webkit-border-radius:	5px;
}

div.jGrowl div.jGrowl-notification {
	min-height: 			40px;
}

div.jGrowl div.jGrowl-notification div.header {
	font-weight: 			bold;
	font-size:				10px;
}

div.jGrowl div.jGrowl-notification div.close {
	float: 					right;
	font-weight: 			bold;
	font-size: 				12px;
	cursor:					pointer;
}

div.jGrowl div.jGrowl-closer {
	height: 				15px;
	padding-top: 			4px;
	padding-bottom: 		4px;
	cursor: 				pointer;
	font-size:				11px;
	font-weight: 			bold;
	text-align: 			center;
}

div.jGrowl div.error {
	background-color: 		#ff6666;
	color: 					white;
}

div.jGrowl div.ok {
	background-color: 		#99ccff;
	color: 					white;
}

/********* jGrowl end ***************/

#skull_sound{
	width: 0; height: 0;
}

/* simple css-based tooltip */ 
div.tooltip { 
    background-color: #EDD8AB;
    border: 1px solid #fff; 
    padding: 10px 15px; 
    width: 200px; 
    display: none; 
    color: #000; 
    text-align: left; 
    font-size: 12px; 
 
    /* outline radius for mozilla/firefox only */ 
    -moz-box-shadow: 0 0 10px #000; 
    -webkit-box-shadow: 0 0 10px #000; 
}

.hid{
	display: none;
}

.myDragClass{
	background-color: #864547;
	color: white;
}


#result {
	padding: 26px 0 18px;
}
#liquid #result pre {
	padding: 0 40px;
}

#liquid {
	width: 287px;
	margin: 0 auto;
	background: #F5E6C6 url(/tools/i/liquid-bg.jpg) 0 126px;
	border-collapse: collapse;
}
#liqL {
  background: url(/tools/i/liquid-l.gif) repeat-y;
}
#liqR {
  background: url(/tools/i/liquid-r.gif) 100% 0 repeat-y;
}
#liqB {
  background: url(/tools/i/liquid-b.gif) 0 100% repeat-x;
}
#liqBL {
  background: url(/tools/i/liquid-bl.gif) 0 100% no-repeat;
}
#liqBR {
  background: url(/tools/i/liquid-br.gif) 100% 100% no-repeat;
}

#liquid h2 {
  font-size: 14px;
  font-weight: normal;
  text-align: center;
	color: #E5DBC6;
	margin: 0 0 10px;
  background: #924C4E url(/tools/i/liquid-h2.gif) repeat-x;
}
#liquid h2 div {
  background: url(/tools/i/liquid-h2.gif) 0 -30px no-repeat;
}
#liquid h2 div div {
	padding: 3px 0 0;
	height: 27px;
  background: url(/tools/i/liquid-h2.gif) 100% -60px no-repeat;
}
.centered {
	width: 195px;
	margin: 0 auto;
}
#liquid label {
	display: block;
	color: #873343;
}
#liquid .inputText {
  border: 1px solid #9E807D;
	background: #FDFAF1;
	width: 193px;
	padding: 2px 10px 3px;
	color: #444;
	margin: 0 0 10px;
	font: 11px Tahoma, Arial;
}
#liquid .button {
	margin: 5px auto 6px;
	width: 210px;
	display: block;
}
#liquid .button input {
	width: 210px;
}
#liquid #skull {
	display: block;
	width: 41px;
	height: 70px;
	margin: 20px auto 0;
  background: url(/tools/i/skull.gif) no-repeat;
}

#daily {
	float: left;
}
#selectDate {
	float: left;
	display: inline;
	margin: 0 20px;
}
#selectDate {
  border: 1px solid #A35759;
  border-width: 1px 2px 2px;
	background: #FCEFD2;
	width: 140px;
}
#selectDate form {
  border: 1px solid #FFF;
	padding: 19px 0 15px 5px
}
#selectDate h3 {
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  border-top: 1px solid #CC7274;
  border-bottom: 2px solid #A35759;
  background: #834446 url(/tools/i/th.png) repeat-x;
	height: 26px;
  line-height: 22px;
	color: #EBE5CF;
}
#selectDate .row {
	width: 100%;
	overflow: hidden;
	padding: 0 0 10px;
}
#selectDate label {
	float: left;
  font-weight: bold;
  font: bold 12px Arial, Tahoma;
	padding: 2px 4px 0 0;
	width: 20px;
  text-align: right;
}
#selectDate .inputText {
	float: left;
  border: 1px solid #9E807D;
	background: #FDFAF1;
	width: 78px;
	padding: 2px 0;
	color: #777;
	font: 11px Arial, Tahoma;
  text-align: center;
}
#selectDate .button {
	display: block;
	width: 90px;
	margin: 10px auto 0;
}
#selectDate .button input {
	width: 90px;
	float: left;
}
.selectDate {
	float: left;
	width: 15px;
	height: 19px;
  background: url(/tools/i/select-date.gif) no-repeat;
	margin: 0 0 0 7px;
}

.current_mode{
	color: #A35759;
}



.colorpicker {
	width: 356px;
	height: 176px;
	overflow: hidden;
	position: absolute;
	background: url(/tools/i/colorpicker_background.png);
	font-family: Arial, Helvetica, sans-serif;
	display: none;
}
.colorpicker_color {
	width: 150px;
	height: 150px;
	left: 14px;
	top: 13px;
	position: absolute;
	background: #f00;
	overflow: hidden;
	cursor: crosshair;
}
.colorpicker_color div {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 150px;
	background: url(/tools/i/colorpicker_overlay.png);
}
.colorpicker_color div div {
	position: absolute;
	top: 0;
	left: 0;
	width: 11px;
	height: 11px;
	overflow: hidden;
	background: url(/tools/i/colorpicker_select.gif);
	margin: -5px 0 0 -5px;
}
.colorpicker_hue {
	position: absolute;
	top: 13px;
	left: 171px;
	width: 35px;
	height: 150px;
	cursor: n-resize;
}
.colorpicker_hue div {
	position: absolute;
	width: 35px;
	height: 9px;
	overflow: hidden;
	background: url(/tools/i/colorpicker_indic.gif) left top;
	margin: -4px 0 0 0;
	left: 0px;
}
.colorpicker_new_color {
	position: absolute;
	width: 60px;
	height: 30px;
	left: 213px;
	top: 13px;
	background: #f00;
}
.colorpicker_current_color {
	position: absolute;
	width: 60px;
	height: 30px;
	left: 283px;
	top: 13px;
	background: #f00;
}
.colorpicker input {
	background-color: transparent;
	border: 1px solid transparent;
	position: absolute;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #898989;
	top: 4px;
	right: 11px;
	text-align: right;
	margin: 0;
	padding: 0;
	height: 11px;
}
.colorpicker_hex {
	position: absolute;
	width: 72px;
	height: 22px;
	background: url(/tools/i/colorpicker_hex.png) top;
	left: 212px;
	top: 142px;
}
.colorpicker_hex input {
	right: 6px;
}
.colorpicker_field {
	height: 22px;
	width: 62px;
	background-position: top;
	position: absolute;
}
.colorpicker_field span {
	position: absolute;
	width: 12px;
	height: 22px;
	overflow: hidden;
	top: 0;
	right: 0;
	cursor: n-resize;
}
.colorpicker_rgb_r {
	background-image: url(/tools/i/colorpicker_rgb_r.png);
	top: 52px;
	left: 212px;
}
.colorpicker_rgb_g {
	background-image: url(/tools/i/colorpicker_rgb_g.png);
	top: 82px;
	left: 212px;
}
.colorpicker_rgb_b {
	background-image: url(/tools/i/colorpicker_rgb_b.png);
	top: 112px;
	left: 212px;
}
.colorpicker_hsb_h {
	background-image: url(/tools/i/colorpicker_hsb_h.png);
	top: 52px;
	left: 282px;
}
.colorpicker_hsb_s {
	background-image: url(/tools/i/colorpicker_hsb_s.png);
	top: 82px;
	left: 282px;
}
.colorpicker_hsb_b {
	background-image: url(/tools/i/colorpicker_hsb_b.png);
	top: 112px;
	left: 282px;
}
.colorpicker_submit {
	position: absolute;
	width: 22px;
	height: 22px;
	background: url(/tools/i/colorpicker_submit.png) top;
	left: 322px;
	top: 142px;
	overflow: hidden;
}
.colorpicker_focus {
	background-position: center;
}
.colorpicker_hex.colorpicker_focus {
	background-position: bottom;
}
.colorpicker_submit.colorpicker_focus {
	background-position: bottom;
}
.colorpicker_slider {
	background-position: bottom;
}

.page_title{
	color: #9E5456;
	font: 24px/28px Arial;
	margin: 5px 0 3px 0;	
}

.page_title a{
	text-decoration: none;	
}

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



#tools_news{
	margin: 3px 0 12px 0;
	text-align: center;
}

#tools_news_icon{
	background: #FEFBF1 url(/tools/i/news_index.gif) no-repeat;
	width: 18px;
	height: 20px;
	display: inline-block;
	margin: -5px 0;
}

#tools_news_date{
	background-color: #FFEBCC;
	padding: 3px 5px 3px 5px;
	color: #9F5357;
	margin: 0px 2px 0px -2px;
}

.page_single{
	background-color: #fcefd2;
	border: 1px solid #a35759;
	width: 620px;
	margin: 50px auto;
}

.page_header{
	background: url(/tools/i/news_arh.gif) repeat-x;
	height: 29px;
	color: #fcefd2;
	font-weight: bold;
	line-height: 10px;
	width: 100%;
}

.page_content{
	padding: 8px;
}

.page_content li{
	margin-left: 20px;	
}

#forum_posts_show{
	color: #9E5456;
	cursor: pointer;
	margin: 0 10px 0 -7px;
}

#forum_posts{
	position: absolute; 
	top: 20px; 
	left: 190px; 
	background-color: #FBEFD5; 
	border: 1px solid: red; 
	padding: 5px; 
	z-index: 100; 
	width: 400px;
	border: 2px solid #7E4143;
	display: none;
}

#forum_posts a{
	background-image: none;
}
