a				{
	text-decoration: underline;
	font-size: 13px;
	font-family: arial, sans-serif;
	color: #696969;
}

a:link 		 	{
	text-decoration: underline;
	font-size: 13px;
	font-family: arial, sans-serif;
	color: #696969;
}

a:hover 		{
	text-decoration: none;
	font-size: 13px;
	font-family: arial, sans-serif;
	color: #696969;
}

a.large				{
	text-decoration: underline;
	font-size: 15px;
	font-family: arial, sans-serif;
	color: #696969;
}

a.large:link 		 	{
	text-decoration: underline;
	font-size: 15px;
	font-family: arial, sans-serif;
	color: #696969;
}

a.large:hover 		{
	text-decoration: none;
}

body, table, p{
	font-size: 13px;
	font-family: arial, sans-serif;
	color: #000000;
	margin: 0px;
	line-height: 150%;
}

body{
	padding-left: 2%;
	padding-right: 2%;
}

h1{
	font-size: 20px;
	font-family: arial, sans-serif;
	color: #000000;
	font-weight: bolder;
	margin: 2px 0 2px 0;

}

.hltext{
	font-size: 20px;
	font-weight: lighter;
	color: #0857a3;
}

a.hlink				{
	text-decoration: underline;
	font-size: 20px;
	font-weight: lighter;
	color: #0857a3;
}

a.hlink:link 		 	{
	text-decoration: underline;
	font-size: 20px;
	font-weight: lighter;
	color: #0857a3;
}

a.hlink:hover 		{
	border-bottom: none;
	text-decoration: none;
}


h2{
	font-size: 15px;
	font-family: arial, sans-serif;
	color: #000000;
	font-weight: bolder;
	margin: 2px 0 2px 0;

}

h3{
	font-size: 14px;
	font-family: arial, sans-serif;
	color: #000000;
	font-weight: bolder;
	margin: 2px 0 2px 0;

}

table{
	border-collapse: collapse;
}

a.dash{
	color: #000000;
	text-decoration: none;
	background: transparent url(./images/dash.gif) repeat-x 100% 100%;
	padding-bottom: 4px;
	white-space: nowrap; 
}

a.dash:link{
	color: #000000;
	text-decoration: none;
	background: transparent url(./images/dash.gif) repeat-x 100% 100%;
	padding-bottom: 2px;
	white-space: nowrap;
}

a.dash:hover{
	text-decoration: none;
	background: transparent;
}

#showajax{
	visibility: hidden;
	top: 50%;
	width: 100%;
	position: absolute;
	z-index: 5000;
	text-align: center;
	left: -20px;
}

.floatbox  {
  width:290px;
  position:absolute;
  z-index:100;
  border: 1px solid #696969;
  border-top:none;
  background: #dcdcdc;
  padding: 0px 5px 15px 5px;
  display: none;
  margin: 0px 0px 0px 0px;
}

.flb_header{
	padding: 5px 5px 5px 10px;
	font-size: 13px;
	font-weight: bolder;
	background: #888888;
}

#main{
	width: 100%;
    position: relative;
}

.alpha{
	padding: 5px 0 3px 10px;
	border-bottom: 2px solid #a9a9a9;
	color: #0857a3;
	font-size: 20px;
	margin-bottom: 5px;
}

.alpha .light{
	font-size: 14px;
	color: #000000;
}

.news{
	padding-bottom: 20px;
	padding-top: 5px;
	border-bottom: gray dashed 1px;
}


#head{
	margin-top: 15px;
	margin-bottom: 10px;
    height: 120px;
    position: relative;
    display: block;
}

#head #logo{
    height: 114px;
    position: absolute;
}

#quote{
    position: absolute;
    left: 15%;
    width: 70%;
	 text-align: center;
}

#user_form{
    position: absolute;
    left: 85%;
    width: 15%;
    height: 120px;
    display: block;

    padding-left: 5px;
}

#links{
    padding-top: 5px;
    padding-bottom: 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid #E4E4E4;    
}

a.hl{
    color: #2573D2;
    font-size: 20px;
    text-decoration: underline;
}
a.hl:link{
    color: #2573D2;
    font-size: 20px;
    text-decoration: underline;
}

a.hl:hover{
color: #2573D2;
    font-size: 20px;
    text-decoration: none;
}

a.hlt{
    color: #000000;
    font-size: 20px;
    text-decoration: none;
    background-color: #dfe8f2;
}
a.hlt:link{
    color: #000000;
    font-size: 20px;
    text-decoration: none;
    background-color: #dfe8f2;
}

a.hlt:hover{
color: #000000;
    font-size: 20px;
    text-decoration: underline;
    background-color: #dfe8f2;
}

input {
	border: 1px solid #999999;
	font-family: Arial, Sans-Serif;
	color: #000000;
	font-size: 13px;
	height: 23px;
}

a.light				{
	border-bottom: #000000 dashed 1px;
	text-decoration: none;
	font-size: 14px;
	font-weight: lighter;
	color: #000000;
}

a.light:link 		 	{
	border-bottom: #000000 dashed 1px;
	text-decoration: none;
	font-size: 14px;
	font-weight: lighter;
	color: #000000;
}

a.light:hover 		{
	border-bottom: none;
	text-decoration: none;
}

.dtext{
	display: block;
	padding-left: 175px;
	min-height: 90px;
}

.tdata.tdd{
	background: #f5f5f5;
}

a.dashed{
	text-decoration: none;
	border-bottom: 1px dashed #000000;
	color: #000000;	
}

a.dashed:link{
	text-decoration: none;
	border-bottom: 1px dashed #000000;
	color: #000000;
}

a.dashed:hover{
	text-decoration: none;
	border-bottom: 1px solid #000000;
	color: #000000;
}

a.sel_block{
	text-decoration:none;
	background: #dcdcdc;
	font-weight: bolder;
	color: #000000;
	padding: 0 5px 0 5px;
}

a.sel_block:link{
	text-decoration:none;
	background: #dcdcdc;
	font-weight: bolder;
	color: #000000;
	padding: 0 5px 0 5px;
}

a.sel_block:hover{
	text-decoration:none;
	background: #dcdcdc;
	font-weight: bolder;
	color: #000000;
	padding: 0 5px 0 5px;
}

form {
	margin: 0;
}

.qlink{
	padding:3px;
	border: 1px dashed #dcdcdc;
}

div{
	margin:0;
}

.servmes{
	padding: 3px 3px 3px 10px;
	background: #d4dbe9;
	border-bottom: 1px solid #a7b6d2;
	border-top: 1px solid #a7b6d2;
	border-left: none;
	border-right: none;
	line-height: 100%;	
}

.servmes_err{
	padding: 3px 3px 3px 10px;
	background: #ead2d3;
	border-bottom: 1px solid #d3a5a6;
	border-top: 1px solid #d3a5a6;
	border-left: none;
	border-right: none;
	line-height: 100%;
}

a.button_blue span{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(./images/button_blue.png) no-repeat scroll 0 0;
	cursor:pointer;
	display:inline-block;
	height:13px;
	padding:5px 0 5px 10px;
}

a.button_blue{
	background:#0c456c url(./images/button_blue_right.png) no-repeat scroll right top;
	color:#FFFFFF;
	display:inline-block;
	height:23px;
	padding-right:10px;
	text-align:center;
	text-decoration:none;
	font-size: 12px;
	line-height: 100%;	
}

a.button_green span{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(./images/button_green.png) no-repeat scroll 0 0;
	cursor:pointer;
	display:inline-block;
	height:13px;
	padding:5px 0 5px 10px;
}

a.button_green{
	background:#36902E url(./images/button_green_right.png) no-repeat scroll right top;
	color:#FFFFFF;
	display:inline-block;
	height:23px;
	padding-right:10px;
	text-align:center;
	text-decoration:none;
	font-size: 12px;
	line-height: 100%;
}

a.button_gray span{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(./images/button_gray.png) no-repeat scroll 0 0;
	cursor:pointer;
	display:inline-block;
	height:13px;
	padding:5px 0 5px 10px;
}

a.button_gray{
	background:#5A6D8C  url(./images/button_gray_right.png) no-repeat scroll right top;
	color:#FFFFFF;
	display:inline-block;
	height:23px;
	padding-right:10px;
	text-align:center;
	text-decoration:none;
	font-size: 12px;
	line-height: 100%;
}

.thumbnails
{
/* ������������ ������� ����� float-�������, ����� ��� �������� ��� ��������� ������������ */
margin: -2em 0 0 0;
text-align: left;

}

.thumbnail
{
/* ������� ������������� � �������� ins,
������� ��� ����������� ��� ������������� �� ������� �������� Internet Explorer */
text-decoration: none;

/* ��������� ������� ��� Firefox 2 */
display: -moz-inline-box;

/* � ��� ��� ��������� */
display: inline-block;

vertical-align: top;

/* ������� ������������ �� ������ */
text-align: left;

/* ������� ����� ������� */
margin: 2em 0 0 0;
width: 330px;
}

.thumbnail .r
{
float: left;
padding:0;
}

#enter_form{
	display: none;
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 3px 5px 12px 12px;
	border: 3px solid gray;
	background: #ffffff;
	z-index: 200;
	width: 100%;
}

.hld{
    border-bottom: 1px dashed #a9a9a9;
}

.hlh{
    border-bottom: 1px dashed #a9a9a9;
}

.input_text{
    font-size: 16px;
	font-family: arial, sans-serif;
	color: #000000;
}

h3{
    font-size: 16px;
    font-weight: bolder;
    margin: 0;
}

/* tables */
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(./images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(./images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(./images/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}
form.quicksearch { padding: 10px; background: #f7f7f7; }
form.quicksearch label { display: inline; }
form.quicksearch input { margin-left: 5px; width: 300px; }
form.quicksearch img { vertical-align: middle; margin-left: 5px; }
table.catdata th, table.catdata td { text-align: left; border-bottom: 1px solid #ccc; padding: 2px 5px; font-size: 100%; }
.odd, .r1 { background: #fff; }
.even, .r2 { background: #f7f7f7; }
