/*#BEGIN#*/
/*# name="General" reference="ref/patterns.css\General.htm" description="General styles" #*/
body{
  background-color:#f4f3f1;
}
a{
    text-decoration: none;
    /*color:#008f7e;*/
}
a:hover{
    text-decoration:underline;
    /*color:#008f7e;*/
}
a:visited{
    text-decoration:none;
    /*color:#008f7e;*/
}
a:visited:hover{
    text-decoration:underline;
    /*color:#008f7e;*/
}
h1{
  font-size:150%;
  color:#494949;
  border-top:1px dotted #BFC0C2;
  border-bottom:4px solid #F4F3F1;
  line-height:36px;
  margin-bottom:20px;
  /*background-image:url('img/page-title-arrow.png');*/
  background-repeat:no-repeat;
  background-position: left 12px;
  padding-left:22px;
}
h2{
  color:#464646;
  font-size:14px;
  font-weight:bold;
}
h3{
  color:#000000;
  font-size:140%;
  font-weight:bold;
}
h4{
  color:#000000;
  font-size:140%;
  font-weight:bold;
}
.more,
.goback{
      border-top:1px solid #E4E2DE;
      clear:both;
      margin:5px 0px;
      /*padding-top:10px;*/
}
.more a,
.goback a{
      background:transparent url('img/bullet_mas_info_columns.gif') no-repeat scroll right top;
      /*color:#008F7E;*/
      float:right;
      font-size:12px;
      font-weight:bold;
      padding-right:19px;

      line-height:16px;
}
span.required{
}
div.form-action{
  border-top:1px solid #e4e2de;
  margin-top:22px;
  padding-top:8px;
}
button {
    border:none;
    margin:0;
    padding:0;
    cursor:pointer;
    overflow:visible;
    background-color:transparent;
    height:32px;
}
button.btnSend{
    float:right;
}
div.button-holder{
  height:32px;
  position:relative;
} 
.button-bg-right{                
    height:32px;
    width:4px;
    background-position:0 0;
    /*background-image:url('img/button-right-bg.png');*/
    background-repeat:no-repeat;
    position:absolute;
    top:0px;
    right:0px;
}
.button-bg-left{
    height:32px;
    width:4px;
    background-position:0 0;
    /*background-image:url('img/button-left-bg.png');*/
    background-repeat:no-repeat;
    position:absolute;
    top:0px;
    left:0px;
}
button span{                
    height:32px;
    background-position:0 0;
    display:block;
    white-space:nowrap;
    /*background-image:url('img/button-center-bg.png');*/
    background-repeat:repeat-x;
    color:#ffffff;
    padding:7px 12px 0px 12px;
}
form input,
form select,
form textarea{
}
form input{
  border:none;
  background-image:url('img/input-bg.png');
  background-repeat:no-repeat;
  background-position:0 0;
  width:144px;
  height:22px;
  border-width:0px;
  padding-top:4px;
  padding-left:4px;
}
form input.checkbox{
  border:none;
  background:none;
  width:auto;
  height:auto;
}
form select{
}
div.skinned_list{
  width:148px;
  height:26px;
  background-image:url('img/select-bg.png');
  background-repeat:no-repeat;
  border:none;
}
div.skinned_list .skinned_list_text{
  float:left;
  width:148px;
  height:26px;
  padding-left:10px;
  padding-top:2px;
  text-align:left;
}
div.skinned_list select{  
  opacity:0;
  filter: alpha(opacity = 0);
  width:148px;
  margin-left:-148px;
  height:26px;
}
form textarea{
  border:none;
  /*background-image:url('img/textarea-bg.png');
  width:224px;
  height:200px;*/
  background-image:url('img/textarea-bg-small.png');
  width:224px;
  height:98px;
  background-repeat:no-repeat;
  background-position:0 0;
  border-width:0px;
  padding-top:4px;
  padding-left:4px;
}
legend{
}
label{
  white-space:normal;
  vertical-align:middle;
}
input.radio{
  height:auto !important;
  width:auto !important;
  margin:8px;
}
.block-content,
.tab-container{
  padding:12px;
}
strong{
  font-size:100%;
  font-weight:bold;
}
.illustrated-text,
p{
}
.illustrated-text p{
  margin-top:4px;
  margin-bottom:4px;
}
.illustrated-text ul{
  display:inline-block;
  list-style-position:outside;
  margin-left:8px;
  margin-top:4px;
  margin-bottom:4px;
}
.illustrated-text ul li,
.links ul li{
   background:url('img/bullet_li_ul_columns.gif') no-repeat center left;
  padding-left:10px;
  color:#008f7e;
  font-weight:bold;
}







/*#END#*/
