@charset "windows-1251";
.text_form {
	border: 1px solid #993300;
	cursor: text;
}
.text_form_w {
	border: 1px solid #993300;
	cursor: text;
	width:100%;
}
.text_form_1 {
	border: 1px solid #993300;
	cursor: text;
	width: 200;
}
@media all {
BODY {
	background-color: #AD1B1B;
	font-family: Tahoma,sans-serif;
	font-size: 10pt;
	margin: 0px;
}
DIV {
	font-family: Tahoma,sans-serif;
	font-size: 10pt;
}
P {
	font-family: Tahoma,sans-serif;
	font-size: 10pt;
	margin-top : 2px;
	margin-bottom : 2px;
}
A:link {
	color: #000000;
	text-decoration : underline;
}
A:visited {
	color: #000000;
	text-decoration : underline;
}
A:hover {
	color: Darkblue;
	text-decoration : underline;
}
A:active {
	color: #ff0000;
	text-decoration : underline;
}
A.help {
	background-color: #ad1b1b;
	color: #E8E8E8;
	font-weight: bold;
	font-size: 12px;
	width: 80px;
	text-align: center;
}
.red {
	color: red;
}
.blue {
	color: blue;
}
UL, OL {
	font-family: Tahoma,sans-serif;
	font-size: 10pt;
	margin: 0 0 0 30;
}
LI {
	list-style:	square;
	list-style-position: inside;
	margin: 2 0 0 0;
}
LI.num {
	list-style-type : decimal;
}
.marker {
	background-color: #FFE2C6;
}
.1 {
	background-color: #E8E8E8;
}
.2 {
	background-color: #F3F3F3;
}
.h {
	background-color: #ad1b1b;
	color: #F5F5F5;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
	PADDING-BOTTOM: 3px;
	PADDING-LEFT: 10px;
	PADDING-RIGHT: 2px;
	PADDING-TOP: 3px;
}
.h A:link {
	color: #F5F5F5;
	font-family: Tahoma,sans-serif;
	font-size: 10pt;
	font-weight: bold;
	letter-spacing: 0pt;
}
.h A:visited {
	color: #F5F5F5;
	font-family: Tahoma,sans-serif;
	font-size: 10pt;
	font-weight: bold;
	letter-spacing: 0pt;
}
.h A:hover {
	letter-spacing: 0pt;
}
.clock {
	color: #F5F5F5;
	FONT-WEIGHT: bold;
}
INPUT.btn {
	background-color: #ad1b1b;
	color: #E8E8E8;
	font-weight: bold;
	cursor: hand;
}
TD {
	vertical-align: top;
	font-size: 10pt;
}
TH {
	vertical-align: top;
	background-color: #AD1B1B;
	color: #E8E8E8;
	font-size: 10pt;
	border-color: #E8E8E8;
	border-style:solid;
	border-width:1px;
}
TH A:link {
	color: #FFFFFF;
}
TH A:visited {
	color: #FFFFFF;
}
TH A:hover {
	color: #FFFFFF;
}
TH A:active {
	color: #FFFFFF;
}
FORM {
	margin: 0px;
	padding: 0px;
}
}
.scastDetailHeader{
	background-color: #ad1b1b;
	color: #F5F5F5;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
	PADDING-BOTTOM: 3px;
	PADDING-LEFT: 10px;
	PADDING-RIGHT: 2px;
	PADDING-TOP: 3px;
}