/* DEFAULT end----------------------------------------------------------------*/
body{
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 13px;}
h1, h2, h3, h4, h5, h6{
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  margin: 10px 0 5px 0;
  padding: 0;
}
form, table, label, div, span{
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 13px;
}
form, input{
  margin: 0;
}
a img{
  border: 0px;
}
a{
  text-decoration: none;
  color: #3300FF;
}
a:hover{
  text-decoration: underline;
}
hr{
  border-bottom: 0px;
  border-left: 0px;
  border-right: 0px;
  border-top: 1px #DEDED6 solid;
}
/* DEFAULT end----------------------------------------------------------------*/

/* DEFAULT CLASSES begin------------------------------------------------------*/
.align_left{
  text-align: left;
}
.align_right{
  text-align: right;
}
.align_center{
  text-align: center;
}
.align_jusifly{
  text-align: justify;
}
.float_left{
  float: left;
}
.float_right{
  float: right;
}
.no_list{
  list-style: none;
  margin: 0;
  padding: 0;
}

/* DEFAULT CLASSES end--------------------------------------------------------*/

/*BOX begin ------------------------------------------------------------------*/
div.yellowBox, div.redBox, div.blueBox, div.greenBox {
  margin: 10px 25px 10px 25px;
  padding: 20px;
  font-weight: bold;
  border-style: solid;
  border-width: 1px;
  text-align: center;
  line-height: 18px;
}
div.yellowBox {
	background-color: #FFF0B0;
	border-color: #deda60;
}
div.redBox {
  background-color: #FFC0A0;
  border-color: #ff8080;
}
div.blueBox {
  background-color: #fcfcfc;
  border-color: #d4d4d4;
}
div.greenBox{
  background-color: #CCFF99;
  border-color: #00CC00;
}
/*BOX end --------------------------------------------------------------------*/

/*TABEL begin-----------------------------------------------------------------*/

table.styled{
  border: 1px #7F8FA9 solid;
  border-collapse: collapse;
}
table.styled tr{
  border: 1px #7F8FA9 solid;
}
table.styled tr td{
  border: 1px #7F8FA9 solid;
  background: white;
  padding: 0 10px 0 10px;
}
table.styled tr.lichy td{
  border: 1px #7F8FA9 solid;
  background: #F5F5F5;
  padding: 0 10px 0 10px;
}
table.styled tr th{
  border: 1px #7F8FA9 solid;
  background: #D3DFEE;
  padding: 10px 10px 10px 10px;
}
table.styled tr td.red{
  background-color: #ff0000;
}

/*TABEL end-------------------------------------------------------------------*/

h3 a{
  color: #D05000;
}

.error{
  color: #FF0000;
}

label{
  font-weight: normal;
  font-size: 11px;
}

img.pngfix, img.png_fix{
  _behavior: url("/js/iepngfix.htc");
}

.full_width{
  width: 100%;
  _width: auto;
  overflow-x: hidden;
}

img.smallIcon, img.sIcon{
  position: relative;
  top: 2px;
}
img.smallIcon2, img.sIcon2{
  position: relative;
  top: 5px;
}

.display_block{
  display: block;
}

strong.smaller{
  font-size: 11px;
}