@charset "windows-1251";

.top-td, .top-td-border, .top-td-border-left, .top-td-left {
	font: italic bold 8pt TrebuchetMS, Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 2px solid #345491;
	color: #B72441;
	text-decoration: none;
}
.top-a a, .top-a a:link, .top-a a:visited {
	text-decoration: none;
	margin-left: 10px;
	color: #B72441;
	font-weight: bold;
	font-style: italic;
}
.top-td-border-left, .top-td-left  {
	color: #345491;
	text-decoration: none;
}
.top-td-left, .top-td {
	border-bottom: none;
}
body, td, p, li, dt, dd {
	font: 7pt TrebuchetMS, Verdana, Arial, Helvetica, sans-serif;
}
body {
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
h1, h2 {
	font-size: 24pt;
	font-weight: bold;
	margin-top: 0px;
	color: #B72441;
}
h2 {
	font-size: 16pt;
	margin-bottom: 0pt;
}
a {
	color: #345491;
}

/* -------------------- */
input, select, textarea, option {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: small; 
	border-color: #0680C3; font-weight: normal; 
	border-top: 1px #0680C3 solid; 
	border-right: 2px#0680C3 solid;
	border-bottom: 2px #0680C3 solid;
	border-left: 1px #0680C3 solid;
	}
input[readonly]{
	color: black;
	background-color: #f0f0f0;
	}
ul, li {  
  list-style-type: square;
	}
td#body p {
	line-height: 1.5;
}
/* error & info messages */
.msg-info {
	padding: 0px 30px;
	border-top: 0px none #14C02E;
	border-right: 0px none #14C02E;
	border-bottom: 0px none #14C02E;
	border-left: 5px solid #14C02E;
	margin-bottom: 15px;
	margin-top: 15px;
	font-weight: bold;
	font-family: "Courier New", Courier, mono;
	color: #14C02E;
	font-size: medium;
	}
.msg-error {
	padding: 0px 30px;
	border-top: 0px none #E96856;
	border-right: 0px none #E96856;
	border-bottom: 0px none #E96856;
	border-left: 5px solid #E96856;
	margin-bottom: 5px;
	margin-top: 15px;
	font-weight: bold;
	font-family: "Courier New", Courier, mono;
	color: #E96856;
	font-size: medium;
	}
/* -------------------------- */
.mark {
	font-weight: bolder;
	color: #A40E11;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #0680C3;
}
.tbl { 
	margin-right: 0px; 
	margin-left: 0px; 
	border-top: solid #0680C3 2px;
	/* border-bottom: solid #0680C3 1px; */
}
.tbl-td-left {
	font-weight: bold;
	padding-right: 3px;
	padding-left: 3px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	vertical-align: top;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: black;
	border-right-color: black;
	border-bottom-color: #0680C3;
	border-left-color: black;
}
.tbl-td-right {
	padding-right: 3px;
	padding-left: 3px;
	border-color: black black #0680C3;
	border-style: dashed;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	vertical-align: top;
	}
.tbl-td-bottom {
	background-color: #C5CFE4;
	padding-right: 3px;
	padding-left: 3px;
	vertical-align: top;

	/* по спецификации CSS */ 
	opacity: 0.5; 
	/* адаптация для старых версий Mozilla */ 
	-moz-opacity: 0.5; 
	/* адаптация для IE */ 
	filter:alpha(opacity=50); 
}
.button { /* кнопка фиксированной ширины */
	background-color: #99CCFF;
	background: #EEEEEE url(img/bg_btn.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: x-small; 
	font-weight: normal; width: 200px; 
	border-top: 1px #0680C3 solid; 
	border-right: 2px #0680C3 solid;
	border-bottom: 2px #0680C3 solid;
	border-left: 1px #0680C3 solid;
	}
.btn {  /* без фиксированной ширины */
	background-color: #99CCFF;
	background: #EEEEEE url(img/bg_btn.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: x-small; 
	font-weight: normal;
	border-top: 1px #0680C3  solid; 
	border-right: 2px #0680C3  solid;
	border-bottom: 2px #0680C3 solid;
	border-left: 1px #0680C3  solid;
	}
