table.main {
	width: 1000px;
	height: 100%;
        border-right: 1px solid #21a0cf;
        border-bottom: 1px solid #21a0cf;
        border-left: 1px solid #21a0cf;
        background-color: #ffffff;

}
td.top {   
            background-position: top;
            background-repeat: no-repeat;
            background-color: #ffffff;
            background-position: center;
            height: 90px; 
}

td.bottom_info {   
            background-image: url(images/bottom_bg.jpg);
            background-repeat: repeat;
            background-color: #000000;
            height: 193px; 
}

td.bottom {   
            background-image: url(images/copy_bg.jpg);
            background-position: top;
            background-repeat:  no-repeat;
            background-color: #ffffff;
            height: 66px; 
}

td.left {   
            background-color: #ffffff;
            border-right: 1px solid #000000;
            width: 270px;
}

td.right {   
            background-color: #ffffff;
            width: 730px;
}
.name_titles {
	font:14pt Trebuchet MS;
	font-weight: bold;
	color: #00000;
}

.highlighted_text {
	font:10pt Trebuchet MS;
	font-weight: bold;
	color: #00000;
}

.general_text {
	font:10pt Trebuchet MS;
	color: #000000;
	text-decoration: none;
}
.general_text a:link
{
	color: #000000;
	text-decoration: none;
}
.general_text a:visited
{
	color: #000000;
	text-decoration: none;
}
.general_text a:hover
{
	color: #000000;
	text-decoration: underline;
}

.copy_text {
	font:10pt Trebuchet MS;
	color: #ffffff;
	text-decoration: none;
}

html, body {
	margin:0px;
	padding:0px;
}
table.main {
	border-collapse: collapse;
}
td {
	padding: 0px;
}
body, select {
        background-image: url(images/bg.jpg);
	background-color: #ffffff;
}

html, select, textarea {
        background-color: #ffffff;
}
td, select, textarea {
	font-family: Tahoma;
	vertical-align: top; 
}
.srch { 
 
        background-color: #fffadd;
	border-left:1px solid #999999;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	font-size:10px;
	color:#0b0501;
	height:18px;
	width:100px;
	padding:2px;

}

input.groovysubmit
{
   font-size:13px;
   font-weight:bold;
   color:#FFFFFF;
   width:120px;
   height:20px;
   background-color:#23A2CF;
   border-top-style:solid;
   border-top-color:#7FB3C8;
   border-top-width:1px;
   border-bottom-style:solid;
   border-bottom-color:#0D7195;
   border-bottom-width:1px;
   border-left-style:solid;
   border-left-color:#0D7195;
   border-left-width:1px;
   border-right-style:solid;
   border-right-color:#7FB3C8;
   border-right-width:1px;
}





/*#nolight a:link, 
#nolight a:visited {
        color: black; 
        text-decoration: none;
}*/

#pick table:hover, 
#pick table:active {
    border-width: 2px;
    border-color: #999999;
}

/* отступы от краев таблицы */
.text_options td {
    padding:3px;
}

/*
.text_options td {
    padding-left:5px;
    padding-right:5px;
}
*/

/* Горизонтальные полосы */
.line {
    border-bottom: 1px solid black;
    width: 150%;
}