.table1 .title td{background: #A0A0A0; padding: 0px 10px; text-align: center;}
.table1 td{background: #A0A0A0; padding: 0px 10px;}
.table2 {padding: 10px;}
.table2 td{border-bottom: 1px solid gray;}
.table2 input[type=text]{border: none; background-color: #76A5EB; width: 400px; margin: 1px 0px;}
.table3 tr:hover{ background-color: #F7F7F7;}
.table3 td{border-bottom: 1px solid #EEE; padding: 2px;}
.table4 td {text-align:center; font-size: 11pt;}
.tt{width: 150px; vertical-align: top;}
.t2 {font-weight: bold; padding: 5px; background-color: #F2F2F2; border-bottom: 1px solid #E4E4E4;border-top: 1px solid #E4E4E4;}
/*textarea {border: none; background-color: #76A5EB; width: 400px;}*/
body{font-family: arial; cursor: default;}
a {text-decoration: none; color: #0057AE}
a:hover {text-decoration: underline}
.flexHeader {cursor: pointer; background-color: #dae2e8; font: bold 10pt arial; color: #36638e; cursor: default;}
.flexHeader td{cursor: pointer; padding: 5px;}
.flexHeader2{cursor: pointer; background-color: #D6D6D6; font: normal 10pt arial; color: #36638e; cursor: default; text-align:center;}
.flexHeader2 td{cursor: pointer; padding: 5px;}
.flexHeader2Content{cursor: pointer;  font: normal 10pt arial; cursor: default; text-align:center;}
.c {background-color: #E4E4E4; font: normal 10pt arial; cursor: default; width: 100%}
.c input{border: 1px solid #CCC;}
.c textarea{border: 1px solid #CCC; background-color: #FFF;}
.flexSch{height: 10px; background-color: #dee7ee}
.tdIcon16 {width: 25px;}
input{border: 1px solid #CCC;}
textarea{border: 1px solid #CCC;}
select{border: 1px solid #CCC;}
.right{text-align:right;}
.c2{padding: 2px 5px;}

/*Message (Start)*/
.table80pr{border-spacing:0; padding:0; border:1px dashed gray; font:normal 10pt arial; width:80%;}
.tableTitlePadding{border-bottom:1px dashed gray; font-weight:bold;padding:0 5}
.borderRight{border-right:1px dashed gray;}
.font10pt{font-size:10pt;}
.font10pt_B{font-size:10pt;font-weight:bold;}
.font12pt_B{font-size:12pt;font-weight:bold;}
.paddingLR{padding-left:5;padding-right:5;}
.center{text-align:center;}
.messagePM{vertical-align:top; padding:5; height:100%;}
.subSubPM{text-align:right; height:20; font:bold 9pt arial;}
.a2Butt{color:#0080C0;text-decoration:none;	padding:0 2 2 5; border: 1px solid #2f2f2f;}
.a2Butt:hover{color:gray;text-decoration:none;	padding:0 2 2 5; border: 1px solid #2f2f2f;}
.a2{color:#0080C0;text-decoration:none;}
.a2:hover{color:gray;text-decoration:none;}
.top{vertical-align:top;}
.table{font-size:10pt; border:1px dashed gray; padding:5}
.table1{border:1px solid #E6E6E6;text-align:center;background:#F8F8F8;padding:5;}
.table2{border:1px solid #E6E6E6;background:#F8F8F8;padding:5;}
.tableTitle{border-bottom:1px dashed gray; font-weight:bold;}
.tableTitlePadding{border-bottom:1px dashed gray; font-weight:bold;padding:0 5}
.tableSubMenu{font-weight:bold;}
.tableSubMenu td{padding:5 20 5 20;}
/*Message (End)*/

/*------------------------------- Message(Start)----------------------------- */

.messageTable{border:1px solid #E6E6E6; background:#F8F8F8; padding:5; border-spacing:0; margin-top:15; margin-bottom:15;}
.messageTitle{font:bold 14pt arial; border-bottom:1px solid #E6E6E6; text-align:left; font-weight:bold;padding-bottom:2;}
.messageLetter{padding:5 10 5 10; width:20; font-family:georgia; font-size:30pt;}
.messageMessage{font:normal 10pt arial; padding: 5 0 8 15; vertical-align:bottom; text-align:left;}
.messageMessage b, font{font:bold 9pt arial; vertical-align:bottom; text-align:left;}
.messageMessage blockquote{font:normal 8pt arial; padding: 5 10 5 10; /*border:1px solid #B7B7B7;*/ background:#FFFFFF;margin-top:3;}
.messageStrE{color:#F90000; font-weight:bold; font-size:10pt;}
.messageStrI{color:#0080C0; font-weight:bold; font-size:10pt;}
.messageStrA{color:#009B27; font-weight:bold; font-size:10pt;}
.messageStrT{color:#FF8040; font-weight:bold; font-size:10pt;}
/*--------------------------------- Message(End)------------------------------ */

/*-turquoise--------------------- Comments(Start)---------------------------- */
.commentsTitleTR td{border-bottom:1px solid #F3F3F3; background:#D1D1D1}
.w100pr{width:100%;}
.BS{border-spacing:0}
.table2{border:1px solid #E6E6E6;background:#F8F8F8;padding:5;}
/*-turquoise--------------------- Comments(End)------------------------------ */
/******************************************************************************/

/* highslide Start */
*{
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}

.highslide-image {
	border: 10px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
/* highslide End */

.font8pt{font-size:8pt;}
.font8ptA a{font-size:8pt;}

.font8pt_B{font-size:8pt;font-weight:bold;}
.font8pt_2B td{font-size:8pt;font-weight:bold;}
.font8pt_2 td{font-size:8pt;}
.font8pt_2 td a{font-size:8pt;}
.centerCenter td{text-align:center;}
.correct-png{border:0;}
/*----------------------------- topTDIcons(End)------------------------------ */
.ibTR{background:url(../../img/objects/shadows/topright.png);height:12;width:10;}
.ibR{background:url(../../img/objects/shadows/right.png);}
.ibBL{background:url(../../img/objects/shadows/bottomleft.png);width:10px;height:11;}
.ibB{background:url(../../img/objects/shadows/bottom.png);width:100%;height:11;}
.ibBR{background:url(../../img/objects/shadows/bottomright.png);width:10;height:11;}
.aChange{font:bold 12pt arial; color:#9C91BD;}
.aChangeNo{font:bold 12pt arial; color:#E6E6E6;}
/*---REPLACE COLORS---------------------- Rate(Start)----------------------------- */

/*-turquoise--------------------- pagination(Start)-------------------------- */
.pagination a, .pagination a:visited{padding: 0 5px;border: 1px solid gray;text-decoration: none;font-weight:bold;color: gray;background: #E1E1E1;}
/*-turquoise--------------------- pagination(End)---------------------------- */
/******************************************************************************/

/* pagination Start */
.pagination{
padding: 2px;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: left; /*Set to "right" to right align pagination interface*/
font-size: 16px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
padding-left: 3px;
}
/*  разкоментировать для другого сайта Bear Deon 20.11.2007
.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid gray;
text-decoration: none;
font-weight:bold;
color: gray;
background:#2D2D2D;
}
*/

.pagination a:hover, .pagination a:active{

color: #005E8A;
background: #FFFFFF;
}

.pagination a.currentpage{
background: #FFFFFF;
color: gray !important;
border-color: gray;
font-weight: bold;
cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
	visibility:hidden;
background-color: white;
cursor: default;
color: #929292;
border-color: #929292;
font-weight: normal !important;
}

.pagination a.prevnext{
font-weight: bold;
}
/* pagination End */
.td1{}
.td2{}
.td3{}