@charset "UTF-8";

/* SpryFormValidation.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */


/* These are the classes applied on the error messages
 * which prevent them from being displayed by default.
 */ 
.textfieldRequiredMsg, 
.textfieldInvalidFormatMsg, 
.textfieldMinValueMsg,
.textfieldMaxValueMsg,
.textfieldMinCharsMsg,
.textfieldMaxCharsMsg,
.textfieldValidMsg {
	display: none;
}

/* These selectors change the way messages look when the widget is in one of the error states.
 * These classes set a default red border and color for the error text.
 * The state class (e.g. .textfieldRequiredState) is applied on the top-level container for the widget,
 * and this way only the specific error message can be shown by setting the display property to "inline".
 */
.textfieldRequiredState .textfieldRequiredMsg, 
.textfieldInvalidFormatState .textfieldInvalidFormatMsg, 
.textfieldMinValueState .textfieldMinValueMsg,
.textfieldMaxValueState .textfieldMaxValueMsg,
.textfieldMinCharsState .textfieldMinCharsMsg,
.textfieldMaxCharsState .textfieldMaxCharsMsg
{
	display: inline;
	color: #CC3333;
	border: 1px solid #CC3333;
}



/* The next three group selectors control the way the core element (INPUT) looks like when the widget is in one of the states: * focus, required / invalid / minValue / maxValue / minChars / maxChars , valid 
 * There are two selectors for each state, to cover the two main usecases for the widget:
 * - the widget id is placed on the top level container for the INPUT
 * - the widget id is placed on the INPUT element itself (there are no error messages)
 */
 
 /* When the widget is in the valid state the INPUT has a green background applied on it. */
.textfieldValidState input, input.textfieldValidState {
	background-color: #B8F5B1;
}

/* When the widget is in an invalid state the INPUT has a red background applied on it. */
input.textfieldRequiredState, .textfieldRequiredState input, 
input.textfieldInvalidFormatState, .textfieldInvalidFormatState input, 
input.textfieldMinValueState, .textfieldMinValueState input, 
input.textfieldMaxValueState, .textfieldMaxValueState input, 
input.textfieldMinCharsState, .textfieldMinCharsState input, 
input.textfieldMaxCharsState, .textfieldMaxCharsState input {
	background-color: #FF9F9F;
}

/* When the widget has received focus, the INPUT has a yellow background applied on it. */
.textfieldFocusState input, input.textfieldFocusState {
	background-color: #FFFFCC;
}

/* This class applies only for a short period of time and changes the way the text in the textbox looks like.
 * It applies only when the widget has character masking enabled and the user tries to type in an invalid character.
 */
.textfieldFlashText input, input.textfieldFlashText{
	color: red !important;
}

div.stats {
display:inline;
height:0px;
left:-1000px;
margin:0px;
padding:0px;
position:absolute;
top:-1000px;
visibility:hidden;
width:0px }
TD{
font-family:verdana;
color:black;
font-size:8pt;}

body
{
	background-color:#FFFFFF;
	margin:0px;
	padding:0px;
	font-size:12px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	background-image: url();
}
b
{color:#00008B}
.promo
{color:#AF0032; font-size:12px; text-align:center;  margin-top:20px}
.promo a:link, .promo a:visited, .promo a:hover {color:#0066CC; text-decoration:underline;}
-->
<!-- web-mastery.info  .стиль15 {font-size: 10px}
a:link {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}
a:hover {
	color: #0000FF;
}
a:active {
	color: #0000FF;
}
body,td,th {
	color: #000000;
}
.стиль23 {
	font-size: 10px;
	color: #000000;
}
.стиль24 {font-size: 10px}
.стиль26 {color: #006600}
.стиль28 {
	color: #FFFFFF;
	font-weight: bold;
}
.стиль29 {color: #E7E7E7}
.стиль30 {
	color: #006500;
	font-weight: bold;
	font-size: 10px;
}
.стиль36 {color: #FFFFFF}
.стиль50 {font-size: 18px}
h2 {
	font-size: 12px;
}
.стиль43 {
	color: #0000FF;
	font-size: 9px;
}
.стиль51 {
	font-size: 10px;
	color: #0000FF;
}
.стиль52 {color: #000000}
.стиль53 {color: #0000FF}
.mid {color:#000000;padding-right:30px;padding-top:15px;}
.стиль111 {font-size: 11px}
.стиль113 {font-size: 12px}
.стиль114 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
.стиль116 {color: #006600; font-style: italic; }
.стиль118 {color: #0000FF; font-weight: bold; }
TD{
font-family:verdana;
color:black;
font-size:8pt;
}
a.adw{
font-family:verdana;
color:#333366;
font-size:8pt;
}
a.adw:hover{color:red}
a.adw:visited{color:#333366;}
a{
text-decoration:none;
}
.menu{
color:#BECDE5;
font-family:verdana;
font-size:8pt;
text-decoration:none;
font-weight:bold;
}
a.menu1{
color:#BECDE5;
font-family:verdana;
font-size:8pt;
text-decoration:none;
font-weight:bold;
}
a.menu1:hover{color:red}
a.menu1:visited{color:#BECDE5}
.стиль2 {
	font-size: 12px
}
.стиль26 {
	color: #0000FF;
	font-size: 12px;
}
.стиль119 {color: #733F29}
.стиль121 {font-weight: bold; color: #733F29;}
.стиль122 {color: #698DBD; font-family: verdana; font-size: 10px; text-decoration: none; font-weight: bold; }

