body {
    background: none;
    color:#333333;
}
.wrapper
{
    width:980px;
    margin:auto;
}
.content {
    /*height: auto !important;*/
    margin: 20px auto;
    height: auto;
    width: 100%;
}

.header {
    margin-top: 50px;
}

h1 {
    color: #559731;
    font-family: PragmaticaC;
    font-size: 26px;
    line-height: 1.2;
    margin: 25px 0 10px;
}

h1 a{
    text-decoration: none;
    font-family: PragmaticaCBold;
    color: #559731;
    font-size: 30px;
    margin: 0 0 40px;
    font-weight: bold;
    line-height: 1.2;
}

h2 {
    color: #559731;
    font-family: PragmaticaC;
}

h1 ,h3 {
    padding: 13px 0;
}
h3.head_left_menu
{
    color: #498D2F;
    font-family: PragmaticaC;
    font-size: 14px;
    margin: 0 0 5px;
}

.header_terms h3
{
    border-bottom: 1px solid #999999;
}
.header h1, .header h3 {
    border-bottom: 1px solid #999999;
}

.header h3 {
    margin: 0 0 16px;
}
.content .left-menu, .content .right-menu {
    display: inline-block;
    height: auto;
    vertical-align: top;
}

.content .left-menu {
    width: 28%;
    /*padding-right: 15px;*/
}

.content .right-menu {
    padding-left: 40px;
    width: 67%;
    border-left: 1px solid #999999;
}

.content .left-menu h2 {
    margin-top: 18px;
    margin-bottom: 10px;
}


.left-menu .last-modify .date{
    color: #008000;
    
}

.content .left-menu .last-modify {
    margin: 10px 20px 10px 0;
}

.content .left-menu .last-modify .text-info a
{
    text-decoration: none;
    color: #333333;
    font-size:12px;
}

.content .left-menu .last-modify .text-info a:hover
{
    color: #458A2F;
    outline: none;
    text-decoration: underline;
}

.content .right-menu .gaps{
    width: 100%;
    margin: 23px 0;
}

.content .right-menu h2 {
    border-bottom: 1px solid #999999;
    padding: 17px 0 6px;
}
.content .right-menu .entities h2
{
    color: #498D2F;
}

.content .right-menu .entities:last-child h2 {
    color: #265A6E;
}

.content .right-menu CurrentNews h2 {
    border-bottom: 1px solid #999999;
    padding: 17px 0 6px;
    width: 100%;
}
.head_left_menu
{
    margin-left:0;
}

.content .right-menu dl {
    margin: 13px 0px 13px 18px;
}

.content .right-menu dl dt {
    margin-top: 10px;
    color: black;
}

.content .right-menu .CurrentBranches {
    margin-top: 6px;
}

.right-menu dl dt span {
    color: #8B8989;
}

.right-menu dl dt {
    cursor: pointer;
}

.HideObject{
    display: none;
}


.right-menu dl dd .load-content {
    margin-left: 20px;
}

.ph-liz
{
  color: #498D2F;
}

.ShowPages{
    margin:auto;
    width:65% !important;
}

.ShowPages >*{
    margin:auto;
}

.ShowPages table{
    width:auto;
    margin:auto;
    height:auto !important;
    
}

.ShowPages table td {
    white-space: pre-wrap !important;
}

.ShowPages img {
    text-align:center !important;
    margin:auto;
}
.load-content p a {
    text-decoration: none;
    color:black;
}

.load-content p a:hover{
    text-decoration: underline;
}

.datepicker{
    margin: 10px 10px 10px 5px;
}

.search{
    margin: 10px 10px 10px 5px;
}

.archive{
    margin-top: 10px;
    margin-bottom: 40px;
}

.archive-row{
    margin-bottom: 5px;
}

.downloadPDF{
    float: right;
    display: block;
}

.archive-data{
	margin: 20px 20px 20px 30px;
}
.ui-datepicker-header
{
    width:100%;
    margin-left:0%;
}
.left
{
    margin-left: 100px;
}
.button
{
    
    font-size: 14px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    behavior: url(js/PIE.htc);
    border: none;
    background: #64a433;
    background: -moz-linear-gradient(top, #64a433 0%, #4a8f30 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#64a433), color-stop(100%,#4a8f30));
    background: -webkit-linear-gradient(top, #64a433 0%,#4a8f30 100%);
    background: -o-linear-gradient(top, #64a433 0%,#4a8f30 100%);
    background: -ms-linear-gradient(top, #64a433 0%,#4a8f30 100%);
    background: linear-gradient(top, #64a433 0%,#4a8f30 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64a433', endColorstr='#4a8f30',GradientType=0 );
    padding: 9px 20px 7px;
    -moz-box-shadow: 0 2px 2px #acacac;
    -webkit-box-shadow: 0 2px 2px #acacac;
    box-shadow: 0 2px 2px #acacac;
    cursor: pointer;
    border-bottom: 1px solid #3a7b23;
    font-family: PragmaticaCBold;
}
input[type="text"]
{
    font-size: 14px;
    color: #333333;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    behavior: url(js/PIE.htc);
    border: 1px solid #cccccc;
    padding: 6px 20px 6px 5px;
    width: 89px;
    -moz-box-shadow: inset 0 2px 2px #e2e2e2;
    -webkit-box-shadow: inset 0 2px 2px #e2e2e2;
    box-shadow: inset 0 2px 2px #e2e2e2;
    position: relative;
}