/* 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;
}
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: 0 80px 10px 80px;
  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: #f6f6f6;
  border-color: #95b5d9;
}
div.greenBox{
  background-color: #CCFF99;
  border-color: #00CC00;
}
/*BOX end --------------------------------------------------------------------*/

h3 a{
  color: #D05000;
}

.error{
  color: #FF0000;
}
form table tr th{
  text-align: right;
  font-weight: normal;
}
form table tr.header td{
  padding: 0;
  border-bottom: 1px #FFFFFF solid;
}
form table tr.header strong{
  padding: 0 0 0 20px ;
  border-bottom: 1px #B3B3B3 solid;
  display: block;
}

table.styled{
  border: 1px #CCC070 solid;
  border-collapse: collapse;
  width: 100%;
}
table.styled tr{
  border: 1px #CCC070 solid;
}
table.styled tr td{
  border: 1px #CCC070 solid;
  background: white;
  padding: 0 10px 0 10px;
}
table.styled tr th{
  border: 1px #CCC070 solid;
  background: rgb(245,246,249);
  padding: 10px 10px 10px 10px;
}

