/*#BEGIN#*/
/*# name="General" reference="ref/patterns.css\General.htm" description="General styles" #*/
body{
    /*font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:0.75em;*/
    font-family:verdana;
    font-size:0.8em;
    background: #f1f1f1 url('img/gral_bg.gif') repeat-x center top;
}
a{
    text-decoration: none;
    color: #096D96;
}
a:hover{
    text-decoration:underline;
}
a:visited{
    text-decoration:none;
    color: #096D96;
}
a:visited:hover{
    text-decoration:underline;
}
h1{
    font-weight:bold;
    font-size:178%;
    margin-bottom:12px;
}
h2{
    font-weight:bold;
    font-size:143%;
}
h3{
}
h4{
}
.more,
.goback {
      text-align:right;
}
.more,
.goback {
      clear: both;
}
.more a,
.goback a{
}
span.required{
  color:#01BAFF;
}
button {
    border:none;
    margin:0;
    padding:0;
    cursor:pointer;
    overflow:visible;
    background-color:transparent;
    height:21px;
    color:#FFFFFF;
    margin:0 4px;
}        
/*button:hover{
    color:#0000CC;
}*/
.button-bg-right{                
    height:21px;
    background-color:transparent;
    background-repeat:no-repeat;
    background-image:url('img/button-bg-right.png');
    background-position:right top;
}        
button span{                
    height:21px;
    background-color:transparent;
    background-repeat:no-repeat;
    background-image:url('img/button-bg-left.png');
    background-position:left top;
    display:block;
    padding:2px 20px 0 20px;
    margin-top:-2px;
    margin-left:-2px;
    white-space:nowrap;
}
#right-content button span{
   padding-left:8px;  
  padding-right:8px;
}

form input,
form select,
form textarea{ 
}
form select{
  font-size:100%;
  width:100%;
  border:2px solid #d4d4d4;
}
form textarea{
  width:280px;
  height: 190px;  
  background-image:url('../images/textarea-bg.png');
  background-repeat:no-repeat;
  border:0;
  padding:2px 4px 0;
  font-size:122%;
}
form input{
  padding:2px 4px 0;
}

legend{
  font-weight:bold;
 /* font-size:143%;*/
  white-space:normal;
}
label{
  color:#383838;
  font-family:verdana;
}
input.radio{
  height:auto;
  margin-right:6px;
}
.block-content,
.tab-container{
  padding:12px;
}
/*.illustrated-text, p{
  font-family:verdana;
}*/
.illustrated-text p{
  margin-top:4px;
  margin-bottom:4px;
}
.illustrated-text ul{
  display:block;
  list-style-position:outside;
  margin-left:16px;
  margin-top:8px;
  margin-bottom:8px;
}
.illustrated-text ul li{
  line-height:1.4em;
  padding-left:12px;
}




/*#END#*/
