/*
   $Id: style.css 81 2011-10-20 23:06:41Z vitaliy $
   StyleSheet.css
   (c)2005 Demidoff Vitaliy
*/
.dlm {
	float: left;
	margin: 0 4px 2px 0;
}

.progress {
	height: 1.2em;
	margin: 1.2em 0;
	display: none;
}

body {
	font-family: Arial, Verdana;
	color: #666666;
	font-size: 90%;
	padding: 0px;
	margin: 0px;
}

td,p,span {
	font-family: Arial, Verdana;
	color: #666666;
	font-size: 1em;
}

span.ifo {
	line-height: 24px;
	padding: 0px 4px;
	border-bottom: 1px dashed #FFCC99;
}

span.old-mess {
	display: block;
	font-style:italic;
	/*text-decoration:line-through;*/
	font-variant:small-caps;
	color: #bbb;
}

td.tbd {
	color: #666666;
	border-bottom: 1px solid #EEEEEF;
}

div,table,form {
	padding: 0px;
	margin: 0px;
}

div.phf {
	border-left: 1px dashed #FFCC99;
	border-bottom: 1px dashed #FFCC99;
}

select {
	font-family: Arial, Verdana;
	color: #666666;
	font-size: 1em;
	border: 0;
}

td.he {
	color: #FF9900;
}

td.fhe {
	color: #FF9900;
	background-color: #F6F6F6;
}

h1 {
	font-size: 2em;
	font-weight: bold;
	margin: 4px;
	color: #000000;
}

td.m {
	height: 23px;
}

a,a:hover,a:visited,a:active,a:link {
	color: #3333FF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #FF9900;
}

a.m,a.m:hover,a.m:visited,a.m:link {
	color: #FF9900;
	height: 20px;
	padding: 3px 6px;
	background-color: #f0f0f0;
	border-top: 1px solid #f9f9f9;
	border-right: 1px solid #E6E6E6;
	border-bottom: 2px solid #E6E6E6;
	text-decoration: none;
}

a.m:hover {
	color: #000000;
	background-color: #f6f6f6;
	border-top: 1px solid #fefefe;
	border-right: 1px solid #E6E6E6;
	border-bottom: 2px solid #FF9900;
}

td.mhed {
	font-family: Verdana, Arial;
	font-size: 1.2em;
	font-weight: bold;
	color: #3333ff;
	font-weight: normal;
	background-color: #FFFAE5;
	border-bottom: 1px dashed #999999;
	padding: 0px 6px;
}

table.fhe {
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
}

input,textarea,input.btn {
	font-family: Arial, Verdana;
	color: #666666;
	font-size: 1em;
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
}

input.btn {
	background-color: #F0F0F0;
}

input.tbtn {
	font-family: Arial, Verdana;
	color: #666666;
	background-color: #FFFAE5;
	border-left: 1px dashed #999999;
	border-right: 1px dashed #999999;
	border-top: 1px dashed #999999;
	border-bottom: 1px dashed #999999;
}

input.chb {
	border: 0px;
}

table.t {
	background-color: #E6E6E6;
}

table.t td {
	padding: 2px 4px;
}

td.the {
	background-color: #F0F0F0;
	color: #000000;
	text-align: center;
}

td.t0 {
	text-align: center;
	background-color: #FFFFFF;
}

td.t1 {
	text-align: center;
	background-color: #f9fdfd;
}

td.tl0 {
	text-align: left;
	background-color: #FFFFFF;
}

td.tl1 {
	text-align: left;
	background-color: #f9fdfd;
}

a.t0,a.t0:hover,a.t0:visited,a.t0:link,
a.t1,a.t1:hover,a.t1:visited,a.t1:link,
a.tl0,a.tl0:hover,a.tl0:visited,a.tl0:link,
a.tl1,a.tl1:hover,a.tl1:visited,a.tl1:link {
	color: #FF9900;
	text-decoration: none;
}

a.t0:hover,a.t1:hover {
	text-decoration: underline;
}

p.err {
	color: #FF0000;
}

input.intta {
	padding: 0 1px;
	background-color: #FFFFCC;
	border-top: 1px solid #FFFFEE;
	border-right: 1px solid #BBBB99;
	border-bottom: 1px solid #BBBB99;
	border-left: 1px solid #FFFFEE;
	color: #000000;
}

input.intta_up {
	padding: 0 1px;
	background-color: #FF9966;
	border-top: 1px solid #FFFFEE;
	border-right: 1px solid #999966;
	border-bottom: 1px solid #999966;
	border-left: 1px solid #FFFFEE;
	color: #FFFFFF;
}