/*  Layout */
body, table, tr, td, div, b, a, input, textarea, form, select {
	font-family: Tahoma,Geneva,Arial,Helvetica,Swiss,SunSans-Regular;
	font-size: 11px;
	margin:0px;
	}
a {text-decoration: none;}	
a:hover {
	color: #990000;
	text-decoration: underline;
	}
	
a.ac:link, a.ac:visited, a.ac2:link, a.ac2:visited {
	color: #000000;
	text-decoration: none;
}

a.ac3:link, a.ac3:visited {
	color: #990000;
	text-decoration: none;
}

a.ac:hover {
	color: #cc0000;
	text-decoration: underline;
}

a.ac2:hover, a.ac3:hover {
	color: #e86321;
	text-decoration: underline;
}

#10{
  font-size: 10px;
}
#11{
  font-size: 11px;
}
#12{
  font-size: 12px;
}
.red{
  color: #bb0000;
}
.green{
  color: #005500;
}
.blue{
  color: #000033;
}


/* Form elements */
select, textarea, input, textarea { 
	border-style: solid;
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
	/*border-color: #563409;*/
	border-color: #777777;
        font-size: 12px;
}

.border0{
	border-top-width: 0px; 
	border-right-width: 0px; 
	border-bottom-width: 0px; 
	border-left-width: 0px;

}

/* Price preview (info) */
.text_preview { 
	border-style: solid;
	border-top-width: 0px; 
	border-right-width: 0px; 
	border-bottom-width: 0px; 
	border-left-width: 0px;
	border-color: #563409;	
        font-size: 11px;
}

/* Terminarz */
.bg_red {    
        border-style: solid;
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
        border-color: #770000;
        padding: 8px 16px;
}

.record_even {
    background-color: #f2f2f2;
    padding: 4px;
}
.record_odd {
    background-color: #fefefe;
    padding: 4px;
}
/* end Terminarz */

/* Bars */
.bar0 {
      font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
      font-size: 12px;
      font-style: italic;
      font-weight: 600;
      letter-spacing: 1px;
}

.bar1 {
      font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
      font-size: 12px;
      font-style: italic;
      font-weight: 600;
      letter-spacing: 0px;
}

.bar2 {
      font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
      font-size: 12px;
      font-style: normal;
      font-weight: 600;
      letter-spacing: 0px;
}

/* Records */
.rec_title {
    font-size: 13px;
}

/* Info */
.info_title {
    font-size: 14px;
    font-weight: 600;
}

.info_price {
    font-size: 14px;
    font-weight: 600;
}

.info_price2 {
    font-size: 10px;
}
