/* $Id: style.css,v 1.12 2006/01/20 09:09:18 dries Exp $ */

/*
** HTML elements
*/
th {
  text-align: left;
  padding-right: 1em;
  background-color: #005198;
  color: #EAEAEA;  
  border: 1px solid #ccc;
  /*border-bottom: 3px solid #ccc;*/
}
tr.odd {
  background-color: #FFFFCC;
}

tr.even {
  background-color: #E0E0E0;
}

table {
  border-collapse: collapse;
}

table.common  {
  border-collapse: collapse;
  border: 1px solid #ccc;
}
.common td, .common th {
  border: 1px solid #ccc;  
}

.common th {
  background-color: #005198;
  color: #EAEAEA;  
}

img {
  border: 0;
}

body {
  margin: 0;
  padding: 0;
  color: #000;
  background-color: #fff;
  font: 76% Verdana, Arial, Helvetica, sans-serif;
/*   background-image:url(/theme/images/menu/bg-common.gif); */
/*     background-image:url(/theme/images/menu/bg_ny2007_5.gif); */
/*    background-image:url(/theme/images/menu/bg_ny.gif);  */
   background-image:url(/theme/images/menu/bg_ny_light.gif); 
  background-repeat:repeat-y;
  background-position: 0px 100px;
}
tr.odd td, tr.even td {
  padding: 0.3em;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5em;
}
h1 {
  font-size: 1.3em;
  color:#FF6600;
}
h2 {
  font-size: 1.2em;
}
h3, h4, h5, h6 {
  font-size: 1.1em;
}
p {
  margin-top: 0.5em;
  margin-bottom: 0.9em;
}
fieldset {
  border: 1px solid #ccc;
}
pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  font-size: 12px;
  border: 1px solid #ddd;
}
table {
  /* make <td> sizes relative to body size! */
  font-size: 1em;
}
.form-item label {
  font-size: 1em;
  color: #222;
}
.item-list .title {
  font-size: 1em;
  color: #222;
}
.links {
  margin-bottom: 0em;
}
.comment .links {
  margin-bottom: 0em;
}

/*
** Page layout blocks / IDs
*/
#header, #content {
  width: 100%;
}
#header {
  background-color: #69c;
}
#search .form-text, #search .form-submit {
  border: 1px solid #369;
  font-size: 1.1em;
}
#search .form-text {
  width: 8em;
  height: 1.4em;
  padding: 0 0.5em 0 0.5em;
  margin: 0 0 0.5em 0;
}
#search .form-submit {
  height: 1.5em;
}
#main {
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 10px;
}
.error {
  border-color: red;
}
#footer {
  background-color: #eee;
  padding: 1em;
  font-size: 0.8em;
}

/*
** Common declarations for child classes of node, comment, block, box, etc.
** If you want any of them styled differently for a specific parent, add
** additional rules /with only the differing properties!/ to .parent .class.
** See .comment .title for an example.
*/
.title, .title a {
  margin: 0 auto 0 auto;  /* decrease default margins for h<x>.title */
}
.submitted {
  color: #999;
  font-size: 0.8em;
}
.links {
  color: #999;
}
.links a {
  font-weight: bold;
}
.block, .box {
  padding: 0 0 1.5em 0;
}
.block {
  /*border-bottom: 1px solid #bbb;*/
  padding-bottom: 0.5em;
  margin-bottom: 1.5em;
}
.block .title {
  margin-bottom: .25em;
}
.box .title {
  font-size: 1.1em;
}
.node {
  margin: .5em 10px 2em 0;
}
/*.node .content, .comment .content {
  margin: .5em 0 .5em 0;
}*/
div.node div.content {
  margin-right:20px;
}
.node .taxonomy {
  color: #999;
  font-size: 0.8em;
  padding: 1.5em;
}
.node .picture {
  border: 1px solid #ddd;
  float: right;
  margin: 0.5em;
}


/*
** Module specific styles
*/
.calendar a {
  text-decoration: none;
}
.calendar td, .calendar th {
  padding: 0.4em 0;
  border-color: #888;
}
.calendar .day-today {
  background-color: #69c;
}
.calendar .day-today a {
  color: #fff;
}
.calendar .day-selected {
  background-color: #369;
  color: #fff;
}
.calendar .header-week {
  background-color: #ccc;
}
.calendar .day-blank {
  background-color: #ccc;
}
.calendar .row-week td a:hover {
  background-color: #fff; color: #000;
}

/*
**--------- My Properties-----------
*/


/*.sanat-direct tr:hover {
	background-color: #FAFAD2;
}*/

div.main_img {
	width:300px; 
	float:left;
	margin-left:0px;
}
.main_img img {
  border: 1px solid #ccc;
}
h2.title {
    color:#FF6600;
	/*color:#CC0000;*/
	font-size:22pt;
}

h1.title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
    color:#FF6600;
	/*color:#CC0000;*/
	font-size:22pt;
}

.sanat-part, h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	/*color: Red;*/
    color:#FF6600;
	margin-top: 0.8em;
}
div.list_img {
	margin-left:0px;
}

div.list_img img {
	border: solid 1px #CCC;
}

div.link_img a {
	font-size: 7pt;
    font-weight:bold;
}


div.node {
  margin-left: 10px;
}
div.link_img {
	margin-bottom: 0.8em;
}

span.slink {
padding:2px;
margin-top:15px;
font-size:11pt;
font-weight:bold;
}

span.slink.here {
font-weight:bold;
color:#f60;
}

div#subtitle_link {
  margin-top: -1.5em;
  margin-bottom: 0.3em;
  /*clear: left;*/
  z-index: 50;
  text-align: right;
}


tr.tablehead td {
  background-color: #005198;
  color: #EAEAEA;  
padding:3px;
font-weight:bold;
border: solid 1px #ccc;
text-align:center;
}



tr.row0 {
  background-color: #FFFFCC;
/* border: 1px solid #CC9966; */
}
tr.row1 {
  background-color: #E0E0E0;
/* border: solid 1px #CC9966; */
}
table.nomera td {
	text-align:center;
}

table.nomera tr.row0 td {
	color:#555;
	text-align:center;
}

table.nomera tr.row1 td {
	color:#555;
	text-align:center;
}

td.date {
/* background-color: #FFE7CE; */
color:#339999;
border: solid 1px #ccc;
text-align:center;
}
td.price {
color:#555;
/* font-weight:bold; */
border: solid 1px #ccc;
text-align:center;
padding:2px;
}

tr.tablehead td.greybg {
background-color:#eee;
color:#000000;
text-align: right;
}

table.price * {
font-size:8pt;
border-top: solid 1px #ccc;
}


div.sanat-desc {
	/*width:400px;
	display: inline-table;
	margin-top:0px;
	padding-top:0px;
*/
  padding-right:10px;
}
.managers table {
  width: 100%;
}
h2.laspi_news {
	font-size: 1.3em;
    color: rgb(255,101,0);
	margin-top:0px;
}
.laspi_news h2 {
	font-size: 1.3em;
    color: rgb(255,101,0);
	margin-top:2px;
}

div.submitted {
    color: rgb(255,101,0);
	font-weight:bold;
	font-size: 1em;
	margin-bottom:0px;
	padding-bottom:0px;
}

div.submitted + div.content {
  margin-top:0px;
  padding-top:0px;
}
div.submitted + div.content > * {
  margin-top:0px;
  padding-top:0px;
}

h2.laspi_offer {
	font-size: 1.45em;
	margin-top:0px;
	color: rgb(255,101,0);
}

h2.laspi_offer * {
	color: #8bb ;
}

.laspi_news-sticky {
  padding: .5em;
  margin-top:0px;
  background-color:#FFFFCC;
  border: solid 2px #F00;
}

.laspi_news-sticky * {
  margin-top:0px;
}


.laspi_news {
  margin-top:0px;
}

.laspi_news * {
  margin-top:0px;
}

/*.laspi_offer-sticky {
  padding: .5em;
  border: solid 2px #66c;
  border-bottom: solid 1px #ccc;
 
}*/ 

/*-------------------------------*/
.main-menu * {
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  margin:0px;
  padding-bottom:0px;
}


.main-menu .select {
  color:#f00;
}


a.al,a.al:link {
  background-image:url(/theme/images/menu/bul_unsel.gif);
  background-repeat:no-repeat;
  padding-left:28px;
  font-weight:normal;
  color:#000;
}
a.al:hover {
  color:#f00;
  background-image:url(/theme/images/menu/bul_sel.gif);
  background-repeat:no-repeat;
  padding-left:28px;
}
.bg-l {
  background-image: url(/theme/images/menu/bg-l.gif); 
  background-repeat:no-repeat; 
}
.bg-r {
  background-image: url(/theme/images/menu/bg-r.gif); 
  background-repeat:no-repeat; 
}
.bg-l2 {
  background-image: url(/theme/images/menu/bg-l2.gif); 
  background-repeat:no-repeat; 
}
.bg-v {
  background-image:url(/theme/images/menu/bg_ll.gif); 
  background-repeat: no-repeat;
  background-color:transparent;
}
.bg-vr {
  background-image:url(/theme/images/menu/bg_ll.gif); 
  background-repeat: no-repeat;
  background-color:transparent;
  background-position:right;
}

a.ar,a.ar:link {
  background-image:url(/theme/images/menu/bulr_unsel.gif);
  background-repeat:no-repeat;
  background-position:100% 0px;
  font-weight:normal;
  color:#000;
  padding-right:28px;
}
a.ar:hover {
  color:#f00;
  background-image:url(/theme/images/menu/bulr_sel.gif);
  background-repeat:no-repeat;
  background-position:100% 0px;
  padding-right:28px;
}

.img_table a {
  background: none;
}

a {
  /*text-decoration: none;
  font-weight: bold;*/
  background: none;
}
a:link {
  color: #159;
}
a:visited {
  color: #369;
}
a:hover {
  color: #f33;
  text-decoration: underline;
}
div.sanat-direct * {
  background: none;
  font-size:11px;
  margin-left:0px;
  margin-right:0px;
  background-color: transparent;
  color: #ddd;
}
div.sanat-direct {
  margin-bottom: 10px;
  padding-left: 2px;
  padding-right: 2px;
}
div.sanat-direct tr.odd, div.sanat-direct tr.even, div.sanat-direct td, div.sanat-direct th {
  background: none;
  background-color: transparent;
  color: #ddd;
}
div.sanat-direct a, div.sanat-direct a:link {
  color: #ddd;
  
}
div.sanat-direct a:visited {
  color: #8b8;
  
}
.im20 {
/*  background-color: #FFE6E6;*/
  background-color: #FFFEEC;
  padding: 0px;
  border: 1px solid #ccc;
}

.laspi_offer {
  margin-left: 0px;
  margin-top: 0px;
}



div.primary {
	border: 2px solid #F8C300;
	background-color:#FFFFDD;
	padding-right: 10px;
}

table.primary {
	background-color:#FFFFDD;
	border: 1px solid #F8C300;
    margin-left: 10px;
    margin-top: 10px;
}

table.primary a {
  font-weight: bold;
}


img.lay0 {
  border: solid 1px #ccc;
  float: left;
  margin-right: 4px;	
}

img.lay1 {
  border: solid 1px #ccc;
  margin-right: 4px;	
}
.laspi_offer * {
  margin-bottom: 0px;
  margin-top: 0px;
  padding-bottom: 3px;
}

.laspi_offer img {
  padding: 0px;
}

.action-header {
	/*background-color:#FF0000;*/
	background-color:#FF0000;
	color:#fff;
	margin-bottom: 0px;
	text-align:center;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4em;
	/* letter-spacing: 1em; */
}
.action table {
  margin-top: 0px;
  border:  1px solid #F8C300;
}
div.laspi-query {
  border-bottom: solid 1px #ccc;
  padding-top: 2px;
  padding-left: 8px;
}
div.laspi-query * {
  font-size: 10px;
  margin: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

/*div.query-form {
  margin: 3px;
  font-size: 10px;
}
div.query-form div.form-item {
  margin-bottom:5px;
}*/

div.sanat-list {
  padding: 10px;
}
div.sanat-list tr.odd, div.sanat-list tr.even {
  border-bottom: 1px solid #ccc;  
}
div.sanat-direct tr.odd, div.sanat-direct tr.even {
  border-bottom: none;  
}
div.sanat-direct th {
  border-top: none;
  border-left: none;
  border-right: none;
}
div.left {
  float: left;
  margin-right: 5px;
}

.fio {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #f60;
	margin: 0px;
	padding: 0px;
	font-size: 12pt;
	font-weight: bold;
}
.position {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	margin: 0px;
	padding: 0px;
}
.desc {
	margin-left: 2em;
}


table#about {
  border-collapse: collapse;
  border: solid 1px #ccc;
}
table#about td {
  border: none;
}
table#about tr {
  border: solid 1px #ccc;
}

table#about h5 {
  margin: 0px;
  padding: 0px;
}


table.about {
  border-collapse: collapse;
  border: solid 1px #ccc;
}
table.about td {
  border: none;
}
table.about tr {
  border: solid 1px #ccc;
}

table.about img {
  border: solid 1px #ccc;
}

table.about h5 {
  margin: 0px;
  padding: 0px;
}


/*.managers table {
  border-collapse: collapse;
  border: solid 1px #ccc;
  padding-right: 20px;
}

.managers td {
  border: none;
}
*/
.sanat-desc h3 {
  font-size: 1.2em;
  color: #e5e;
}

.alloc {
 color: #330099;
 font-weight:bold;
 font-style:italic;
}
.note {
margin:0px;
font-style:italic;
}

.sanat-direct * {
	font-size: 8pt;
}
.sanat-direct th {
	background-color: #A1A1A1;
	color: #FFFFF0;
    border-bottom: 3px solid #ccc;
}
.sanat-direct tr.odd {
	background-color: #F3F3F3;
}
.sanat-direct tr.even {
	background-color: #DCDCDC;
}
div.sanat-direct a {
	color: #ccc;
	font-weight: normal;
}
div.sanat-direct a:hover {
	color: #f00;
}
div.subname {
 margin-top:10px;
 margin-bottom:20px;
 clear: right;
 line-height: 160%;
}
.red {
  color:#f00;
  font-weight:bold;
}

form#laspi_order_form {
  margin-right: 10px;
  border: 1px solid #ccc;
}
form#laspi_order_form .form-item {
  display:inline;
}

form#laspi_order_form .error {
  border: 2px solid #f00;
}
form#laspi_order_form div.phone-field {
  display:table;
  float:left;
  font-size:10px;
  margin-right:5px;
}
span.required {
  color: #f00;
}
.smallerror {
  font-size: 8pt;
  color: #f00;
  font-weight:bold;
}
table.kongress {
  margin-top: 10px;
  margin-bottom: 10px;
}
table.kongress h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top:0px;
}

.kongress div.img_element {
  float:left;
  margin:5px;
}
form#laspi_subs_form {
  margin-right: 10px;
  border: 1px solid #ccc;
}
form#laspi_subs_form .form-item {
  display:inline;
}

form#laspi_subs_form .error {
  border: 2px solid #f00;
}
form#laspi_subs_form div.phone-field {
  display:table;
  float:left;
  font-size:10px;
  margin-right:5px;
}
form.laspi_form {
  margin-right: 10px;
  border: 1px solid #ccc;
}
form.laspi_form .form-item {
  display:inline;
}

form.laspi_form .error {
  border: 2px solid #f00;
}
form.laspi_form div.phone-field {
  display:table;
  float:left;
  font-size:10px;
  margin-right:5px;
}
#laspi_form_query * {
	margin: 0px;
	padding: 0px;
  font-size: 11px;
	margin-bottom: 2px;
	
}
form#laspi_form_query > div {
	text-align:center;
}
form#laspi_form_query > div * {
	text-align:left;
}

#laspi_form_query .form-select {
	font-family: "Lucida Console", Arial, Tahoma, Verdana, sans-serif;
	height: 16px;
	margin-bottom: 3px;
}
#autocomplete_search * {
	margin: 0px;
	padding: 0px;
  font-size: 11px;
	margin-bottom: 2px;
}


div#bottom-menu * {
	font-size:8pt;
}
div#bottom-menu {
	background-color:#FFFFCC;
	border-top: 1px solid #ccc;
	text-align:center;
	border-bottom: 1px solid #ccc;
	padding-top: 2px;
	padding-bottom: 5px;
	margin-bottom:20px;
	width: 100%;
	
}
div#bottom_region {
	width: 100%;
}
/*div#bottom-menu:hover {
	background-color:#FFFFCC;
}
*/

div.im50 {
	background-color:#FFFFCC;
	border: 3px solid #f00;
	padding: 0px;
}

div.im30 {
	border-left: 4px double #00CCFF;
	padding-left: 5px;
}
	
.req_transfer {
  background-color:#FFFF99;
  padding: 10px;
}
h2.req_transfer {
  background-color: #FF0000;
  color:#FFFFFF;
  padding: 3px;
  margin-bottom: 0px;
}

div.photo-up {
	text-align:center;
	width: 100%;
}

.photo-up iframe, .photo-up img {
	margin: 0px;
	padding: 0px;
}

div.more {
	margin: 5px;
	margin-top: 2em;
	border-top: 2px dotted #ccc;
	border-bottom: 2px dotted #ccc;
	padding: 3px;
	text-align:right;
	font-size:8pt;
	background-color: #FFFFCC;
}

div#sanatmap {
  margin: 20px;
  border: 1px solid #ccc;
}

li {
  margin-left: 1em;
  padding-left: 0px;
}
/* li:before {
  display: marker;
  width: 1em;
  content: "--";
}
 */
ul {
  padding-left: 0px;
  margin-left: 0.3em;
}

ol {
  padding-left: 0px;
  margin-left: 1em;
}

table#top-hint {
  border: solid 1px #ccc; 
  background-color: #ffc; 
  margin-top: 4px;
  margin-bottom: 0.2em;
  float: right;
  z-index: 10;
}

table#top-hint td {
  padding-top: 0px;
}


.marker {
	background-color: #FFFF66;
}

div.top-home {
	padding-left:10px;
	padding-right:10px;
}
.title-home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-style: normal;
	padding:0px;
	margin:0px;	
}
h3.title {
    color:#FF6600;
	font-size:12pt;
}
div.im20 div.submitted {
  background-color:#F8C300;
  border-bottom: 1px solid #990000;
  padding: 2px;
  color:#FFF;
}

div.im20 div.content {
  padding: 4px;
}


div.im50 div.submitted {
  background-color: #FEE3A7;
  padding: 2px;
}
div.im50 div.content {
  padding: 4px;
}

#user_login {
  margin-left: 30px;
  margin-top: 20px;
}

div.manager {
  border: solid 1px #acc;
  padding: 3px;
  margin: 2px;
}

div.manager .dbtype {
  font-size: 8pt;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight:bold;
  color: #fff;
  padding: 2px;
  background-color: #999;
}  

div.photo-left a {
	font-size: 8pt;
}
div.photo-left img {
border: 1px solid #ccc;
}

.thead{
  background-color: #005198;
  color: #EAEAEA;  
  padding:2px;
  font-weight:bold;
  text-align:center;
}

h2.best {
  color: #999; 
  font-size: 12px; 
  padding: 0px; 
  font-style:italic; 
  font-weight:normal;
}

.small {
  font-size: 0.8em;
}

p.small {
  margin: 2px;
  padding: 0px;
}

.ny-list a {
	padding:0px;
	margin:0px;
	line-height: 1em;
}

div#run-text {
	overflow:hidden;
	height: 15px;
	margin: 0px;
	padding: 0px;
	padding-left: 1em;
	padding-right: 1em;
	text-align:center;
}

table.top {
	border: 0px;
	border-collapse: separate;
	background-color:#FFFFCC;
}
table.top table {
	border: 0px;
	border-collapse: separate;
}

table.top td {
	border: 1px solid #ccc;
	background-color:#FFFFF9;
	padding-bottom: 5px;
}
table.top h1 {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
table.top img {
	border: 1px solid #ccc;
	margin: 3px;
}
table.top table td {
	border: 0px;
}
table.top-head td {
	border: 0px;
	background-color:#F8C300;
	color:#FFFFFF;
}
table.top-head h1 {
	color:#FFFFFF;
	margin: 0px;
	padding: 0px;
	padding-bottom: 3px;
}

div.top * {
	font-size: 8pt;
}

div.top p {
	margin-bottom: 0px;
	margin-top: 0px;
}

div#run-text a {
  color: #cfc!important;
  text-decoration: underline!important;
}

div#run-text a:hover {
  color: #fff!important;
}

div#search-treatment {
  padding-top: 5px;
}

div#search-treatment a, div#search-treatment a:link, div#search-treatment a:visited {
  background-color: #0c0;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 1px;
  padding-left: 2px;
  padding-right: 2px;
}

/* .treatment {
  background-color: #0c0;
}
 */

div#search-treatment a:hover {
  color: #ff0;
}

.select-curr {
  padding: 10px;
  font-weight: bold;
  background-color: #FFFFCC;
  margin-top: 10px;
  margin-bottom: 5px;
}
.select-curr a:hover {
  cursor:hand!important;
}

.select-curr td{
  padding: 5px;
  background-color: #FFFFCC;
}

div.see-also {
  margin-top: 4em;
  padding: 0px;
  margin-left: 10px;
  border: 1px solid #eee;
  font-size: 0.7em;
  color: #ddd;
}

div.see-also h2 {
  margin: 0px;
  padding: 3px;
  color: #fff;
  font-size: 1em;
  background-color: #ccc;
}

div.see-also blockquote {
  margin: 0px;
  padding: 3px;
}

div.see-also a {
  color: #aaa;
}


div.unofficial {
  margin-top: 4em;
  padding: 0px;
  margin-left: 10px;
  border: 1px solid #fd5;
  font-size: 1em;
  color: #990;
}

div.unofficial h2 {
  margin: 0px;
  padding: 3px;
  background-color: #fd5;
}

div.unofficial blockquote {
  margin: 0px;
  padding: 3px;
}

div.unofficial a {
  color: #77c;
}


div.analog {
  margin-top: 1em;
  padding: 0px;
  margin-left: 10px;
  border: 1px solid #Fd6;
}

div.analog h2 {
  margin: 0px;
  padding: 3px;
}

.mesta, .mesta a {
  color: #fff ! important;
  font-weight: bold ! important;
  background-color: #d00;
}  

.mesta a:hover {
/*   color: #F8C300 ! important; */
  color: #FDDD00 ! important;
}  

.search, .search a {
  color: #fff ! important;
  font-weight: bold ! important;
  background-color: #44f;
  background-color: #3081c7;
}  

.search a:hover {
/*   color: #F8C300 ! important; */
  color: #FDDD00 ! important;
}  

.treatment, .treatment a {
  color: #fff ! important;
  font-weight: bold ! important;
  background-color: #0c0;
}  

.treatment a:hover {
  color: #ff0 ! important;
} 

span.video {
	background-color: #bff;
	padding-top: 0px;
}

.dialog {
	background-color: #ffc;
	padding: 0px;
	border: 1px solid #ccc;
	border-right: 2px solid #aaa;
	border-bottom: 2px solid #aaa;
}

.dialog-head {
	left:0%;
	right:0%;
	text-align:right;
	border-bottom: 1px solid #ccc;
	background-color: #eee;
	padding:5px;
	padding-bottom: 3px;
}

.dialog-head a {
	color: #00f;
	text-decoration:underline;
}

.dialog-content {
	padding: 10px;
}

div.bmarks {
	padding: 5px;
	text-align:right;
}

#chat {
	background-color: #ffc;
	margin-top: 10px;
}

#chat-status-marker {
	float: right;
	background-image: url(/img/busy.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	font-weight: bold;
	color: #55b;
	margin-top: 5px;
	margin-bottom: 10px;
	visibility:hidden;
}

.marker-wait {
	float: right;
	background-image: url(/img/busy.gif);
	background-repeat: no-repeat;
	width:15px;
	height:15px;
	margin:0px;
	padding:0px;
	visibility:hidden;
}

.marker-close {
	float: right;
	width:15px;
	height:15px;
	margin:0px;
	padding:0px;
	cursor:pointer;
	text-align:center;
	color:#f00;
	font-weight:bold;
	font-size:14px;
}


#chat-answer {
	clear:both;
}


#chat-status {
	margin-top: 10px;
	margin-bottom: 20px;
	color: #f55;
}


.clink {
	text-decoration:underline;
	color: #00f;
	cursor:pointer;
}

.chat {
	border: 1px solid #ccc;
	margin-top: 5px;
	margin-bottom: 5px;
	clear:both;
}

.question {
	background-color: #ddb;
	font-weight:bold;
	padding: 3px;
}
.answer {
	color: #0b0;
	padding: 3px;
	clear:both;
}

.chat-sanat {
	color: #888;
}

p.top-bot {
	padding: 5px;
}

.top-bot a {
	color: #900;
	font-weight:bold;
}	

.ny-mesta {
	color: #900;
	padding: 3px;
}

.ny-mesta span.marker {
	color: #0a0;
}

.ny h1 {
    color:#FF6600;
	font-size:16pt;
}

div.agree {
	border: solid 1px #ccc;
	margin: 5pt;
	padding: 8pt;
	background-color: #ffc;
	font-size: 10pt;
}

table tr.row0 td p {
	margin: 0px;
	padding: 0px;
}
table tr.row1 td p {
	margin: 0px;
	padding: 0px;
}

.new-year p {
	font-size: 1.1em;
}

.new-year ul li a {
	font-size: 1.2em;
}

.new-year a {
	font-weight: bold;
}

.new-year ul {
	padding-left: 0px;
	margin-left: 0px;
	list-style-position: inside;
}

div.ny_img {
	float:left;
	width:145px;
	padding: 0px;
	padding-right: 8px;
	text-align:left;
}
div.ny_img img {
	border: 1px solid #ccc;
}

