﻿/* form {{{ */

form{
	margin: 0;
	padding: 0;
}

form input, form select, form textarea {
	font-family: "Tahoma CE", Tahoma, "Arial CE", arial, sans-serif;
	font-size: 10px;
	color: #656565;
}

form input.text-field {
	height: 13px;
	border: 1px solid #656565;
	line-height: 13px;
	margin-right: 2px;
	width: 150px;
}

form input.double{
	width: 300px;
}	

form input.submit{
	font-weight: bold;
	background: #517E39;
	color: white;
	border: none;
	height: 20px;
	line-height: 13px;
	cursor: pointer;
	padding-left: 5px; 
	padding-right: 5px;
	width: auto;
	overflow: visible;
	_width: 1px;
}

#in-editor #in-cloak {
	position: absolute;
	left: 0; top: 0;
	width: 100%; height: 10000px;
	background: white;
	z-index: 10;
	opacity: 0.8; -moz-opacity: 0.8; -khtml-opacity: 0.8; #filter: alpha(opacity=80);
}

#in-editor iframe {
	height: 280px;
	overflow-x: auto;
	scroll-y: hidden;
}

#in-editor input.color {
	width: 9ex;
/*	border: 1px solid #656565; */
}

#in-editor span.color {
	margin-left: 4px;
	padding-left: 12px;
	border: 1px solid #656565;
	line-height: 16px;
	padding-top: 1px;
	padding-bottom: 1px;
	cursor: pointer;
}

#in-editor span.palette {
	margin-left: 4px;
	width: 14px;
	padding-left: 14px;
	line-height: 16px;
	padding-top: 1px;
	padding-bottom: 1px;
	background: url('/res/_in/image/icon-palette.gif?serial=355') no-repeat 0px 0px;
	cursor: pointer; 
}

#in-form table {
	width: 100%;
}

#in-form input {
	border: 1px solid #b0b0b0;
	margin-right: 5px;
	margin: 0px;
}

#in-form .input-checkbox {
	border: 0px;
	margin-left: -4px;
	margin-right: 4px;
}

#in-form td.label {
	font-weight: bold;
	color: #333333;
/*	text-transform: uppercase;	*/
	padding-top: 4px;
}

#in-form {
	border-bottom: 4px solid #888888;
	background-color: #e2e2e2;
}

.top-border {
	border-top: 4px solid #888888;
}

#in-form div.header
{
	background: transparent url('/res/_in/image/bg-config-header.gif?serial=355') no-repeat 0 0;
	color: #FFF;
	padding: 0 8px;
	display: block;

	font-weight: bold;
	height: 23px;
	line-height: 23px;

/*	text-transform: uppercase;	*/
}

#in-form div.content
{
	padding: 4px 8px 4px 8px;
}

#in-form table#def-form-table td.def-form-left {
	padding-right: 4px;
}

#in-form table#def-form-table td.h-spacer {
	width: 10px;
}

#preload {
	position: absolute;
	top: 120px;
	left: 50%;
	margin-left: -11ex;
	z-index: 100;
	text-align: center;
	background: #ffffff;
	width: 22ex;
	height: 46px;
	line-height: 46px;
}

#preload span {
	display: block;
	padding-left: 40px;
	background: url(/res/_in/image/ajax-loader-soccer.gif?serial=355) no-repeat 15%;
}

/* }}} */
#timezone {
	position: relative;
	margin-right: auto;
	width: 100%;
	border: none;
	#z-index: 3;
}

#timezone li.actual {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	line-height: 19px;
	cursor: pointer;
	_height: 1px;
}

#timezone li.actual span {
	display: block;
	padding: 0;
	padding-left: 7px;
	background: url(/res/_in/image/tz-dart.gif?serial=355) no-repeat 95%;
}

#timezone li.actual {
	color: white !important;
	cursor: pointer;
}

#timezone ul#tzcontent {
	position: absolute;
	left: 0; top: 41px;
	display: none;
	margin: 0; padding: 0;
	width: 118px;
	z-index: 2;
	background: #8c8c8c;
	border: 1px solid #6a6a6a;
	border-bottom-width: 4px;
}

#timezone ul#tzcontent li {
	display: block;
	width: 100%; height: 19px;
	background: #8c8c8c;
	margin: 0;
	padding: 0;
	border-top: 1px solid #a4a4a4;
}

#timezone a {
	display: block;
	color: white;
	padding: 0;
	line-height: 19px;
	padding-left: 7px;
	_height: 1px;
}

#timezone a span {
	display: block;
	float: left;
	width: 3ex;
	text-align: right;
	padding-right: 2ex;
}

#timezone ul#tzcontent li .active {
	color: white !important;
	background: black;
}

#timezone ul#tzcontent li a.tzdefault {
	color: black;
}

#timezone ul#tzcontent a:hover {
	background: #666;
	text-decoration: none;
	color: white !important;
}

