@import url("jquery-ui.css");
@import url("menu.css");
@import url("layout.css");
@import url("index.css");
@import url("pages.css");
@import url("dsr.css");

.orange_fill {
  background-image: url('../images/background/orange_bg.png');
  background-repeat: repeat-x;
  background-position: bottom;
}

.orange_block {
  background-image: url('../images/background/orange.png');
  background-repeat: no-repeat;
  background-position: bottom;
}

.block1 {
  background-image: url('../images/background/block1.png');
  background-repeat: no-repeat;
  background-position: top;
}

.block2 {
  background-image: url('../images/background/block2.png');
  background-repeat: no-repeat;
  background-position: top;
}

.block3 {
  background-image: url('../images/background/block3.png');
  background-repeat: no-repeat;
  background-position: top;
}




body {
  background-image: url(../images/background/img_right.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  font-family: Arial;
  font-size: 12px;
  color: #2B2B2B;
  margin: 0px;
}

.width {
  width:100%;
}

.work_area_width {
  width: 986px;
}

.text_center {
  text-align: center;
}

.title {
  font-size: 19px;
  font-family: Arial;
  font-weight: bold;
}

ul {
 list-style: square outside /*url('../images/element/dot.png')*/; 
}

.devision_line{
  background-image: url('../images/background/bottom_line.png');
  background-repeat: repeat-x;
  height: 2px;
}

.bottom_line{
  background-image: url('../images/background/bottom_line.png');
  background-repeat: repeat-x;
  background-position: bottom;
}

.top_line{
  background-image: url('../images/background/bottom_line.png');
  background-repeat: repeat-x;
  background-position: top;
  padding-top:2px;
}

.promo_text {
  text-align: justify;
  padding-bottom: 10px;
  padding-left: 10px;
  text-align: justify;
  width: 150px;
}

.hatching {
  background: url(../images/background/hatching.png);
}

.hatching1 {
  background: url(../images/background/hatching_1.png);
}


.hatching_trans {
  background: url(../images/background/hatching_trans.png);
}

a {
/*  color: black; */
  color: #2D7598;
}

.gallery {
  border:1px solid #cbc8c7; 
  width:124px;
  cursor: pointer;
}

.small_gallery_image{
  border:1px solid #cbc8c7; 
  width:74px;
  cursor: pointer;
}

.custom_gallery_image{
  border:1px solid #cbc8c7; 
/*  width:74px; */
  cursor: pointer;
}




#left-backgorund {
  width: 225px; 
  float: left; 
  height: 100%; 
  margin: 0px;
  padding: 0px;
  padding-top: 149px;
}

#right-background {
  padding-top: 149px;
  width: 225px; 
  float: right;
  height: 100%;
  margin: 0px;
  bottom: 0px;
}

#lang {
  background-image: url('../images/background/lang_bg.png');
  background-repeat: repeat-x;
  background-position: bottom;
  height: 15px;
}


div.table_column {
  float: left;
  width: 160px;
  height: 100%;
}

p.bheader {
  color: black;
  margin-left: 5px;
}

p.bheader span {
  padding: 0px 10px; background: none repeat scroll 0% 0% #A2D9F7;
}

div.even {
  background: url(../images/background/hatching.png);
}



.form-label {
  margin-top:5px;
  display: block;
}

ul.errors {
  color: red;
  margin: 0;
  padding-left: 20px;
}

div.thin-separator {
  height:5px
}

table.under-menu td {
  margin: 0;
  padding: 0;
}

table.under-menu td.first {
  background: transparent url("/images/background/hatching2.png") repeat-x right top ;
}

table.under-menu td.second {
  background: transparent url("/images/background/hatching2.png") repeat-x left top ;
  width: 713px;
}

table.under-menu td.third {
  background: transparent url("/images/background/tr.png") no-repeat left top ;
  width: 36px;
}

table.under-menu td.fourth {
  background: transparent url("/images/background/hatching2_big.png") repeat-x left top ;
  width:267px
}

table.under-menu td.fifth {
  background: transparent url("/images/background/hatching2_big.png") repeat-x -3px top ;
}

table.under-menu td.common_hatching {
  background: transparent url("/images/background/hatching2.png") repeat-x left top ;
}

table.top td {
  margin: 0;
  padding: 0;
}

table.top td.first {
  background: transparent ;
}

table.top td.second {
  background: transparent;
  width: 881px;
}

table.top td.third {
  background: transparent url("/images/background/top2.png") no-repeat left top ;
  width: 38px;
}

table.top td.fourth {
  background: transparent url("/images/background/top1.png") repeat-x left top ;
  width:97px
}

table.top td.fifth {
  background: transparent url("/images/background/top1.png") repeat-x left top ;
}



.blr_logo{
  font-weight: bold;
}

.blr_logo span{
  color:#0B7F92
}
