body {
     margin: 0px;
     text-align: center; /* for IE */
     font-family: 'Trebuchet MS';
     font-size: 14px;
	color: black;
}

a,
a:visited {
	color: black;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/* top */

div.top {
     background-repeat: repeat-x;
}

div.top a {
     color: #FFFFFF;
     font-size:9pt;
}
    
div.top-main-table {
     width: 800px;     
     margin-left: auto;
     margin-right: auto;
     display: table;     
     height: 40px;
      /*border: 1px blue solid;*/
}

div.top-left-cell {
     width: 260px;     
     display: table-cell;
     float: left;         
     text-align: left;              
      /*border: 1px red solid;*/
}

div.top-center-cell {
     width: 260px;
     display: table-cell;
     float: left;     
     text-align: center;
      /*border: 1px yellow solid;*/
}

div.top-right-cell {
     width: 260px;     
     display: table-cell;
     float: right;     
     text-align: right;
      /*border: 1px green solid;*/
}

div.top-cell-table,
div.top-cell-table-left,
div.top-cell-table-center,
div.top-cell-table-right {               
     display: table;       
     padding-top: 12px;
      /*border: 1px blue solid;*/
}

div.top-cell-table-left {
     float: left;
}

div.top-cell-table-center {
     float: left;
     padding-left: 20px;
}

div.top-cell-table-right {
     float: right;
}

div.top-cell-img {                     
     display: table-cell;     
     height: 18px;
     width: 18px;          
     vertical-align: bottom;
     float: left;     
      /*border: 1px red solid;*/
}

div.top-cell-img div.pt {
 	padding-top: 3px;
}

div.top-cell-link {                     
     display: table-cell;                    
     padding-left: 10px;
     float: left;     
      /*border: 1px yellow solid;*/
}

div.top-cell-link a,
div.top-cell-link a:visited,
div.top-cell-link a:link
{
	text-decoration: none;
}

div.top-cell-link a:hover
{
	text-decoration: underline;
}

/* content */

div.content {     
     background-repeat: repeat-x;
     width: 100%;
     height: 171px;
     /* border: 1px red solid; */
}

div.logo {
     width: 800px;     
     margin-left: auto;
     margin-right: auto;
     display: table;
     /* border: 1px blue solid; */
}  

div.logo-metafox {
     width: 221px;          
     display: table-cell;              
     text-align: left;
     padding-top: 43px; /* ( 155px (logo-platon) - 68px (logo-metafox) ) / 2 = 43,5 */                     
     float: left;
     /* border: 1px red solid; */
}

div.logo-platon {
     width: 435px;
     display: table-cell;
     float: right;
	 margin-bottom: 0px;
	 padding-bottom: 0px;
      /*border: 1px green solid;*/
}

div.logo-platon img {
	margin: 0px;
	padding: 0px;
	 /*border: 1px red solid;*/
}

ul.list {
	margin: 0px;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: -10px;
	padding-left: 3px;
	margin-left: 0px;
	 /*border: 1px blue solid;*/
}

ul.list li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 13px;
	 /*border: 1px red solid;*/
}
/* menu */

div.menu {
     width: 800px;
     margin-left: auto;
     margin-right: auto;
     /* border: 1px green solid; */
}

table.menu { 
     background-repeat: repeat-x;
     width: 800px;                    
}

table.menu tr {     
     height: 50px;      
}

table.menu td {
     text-align: center;
     
}

table.menu a {
     color: #FFFFFF;

     font-size: 14px;
     font-weight: bold;
     text-decoration: none;
     text-transform: uppercase;
}

table.menu a:hover {
     color: #FFFF00;                           
}

table.menu td.selected {
     background-repeat: no-repeat;   
     background-position: center top;                  
}

div.editorial {
     background-repeat: no-repeat;
     width: 800px;
     height: 199px;     
     margin-left: auto;
     margin-right: auto;
     margin-top: 1px;     
     text-align: right;
     /* border: 1px aqua solid; */
}

div.editorial-content {
     width: 425px;
     margin-left: auto;
     padding-right: 35px;
     margin-top: 0px;
     padding-top: 20px;
     color: #000000;        
     font-size: 15px;
     text-align: left;
     font-style: italic;
     /* border: 1px aqua solid; */
}

/* content-text */

div.content-text {
     width: 800px;
     margin-left: auto;
     margin-right: auto;
     text-align: left;
     line-height: 150%;
     overflow: hidden;
     /* border: 1px red solid; */
}

div.content-text img
{
	padding: 2px;
	border: 1px solid #d9dcdd;
	margin: 0px 0px 7px 7px;
}

div.content-text td
{
	vertical-align: top;
}

/*
div.content-text h1 {
     font-size: 14px;
     line-height: normal;
     text-decoration: none;
     margin: 0px;
     padding: 0px;
}
 */

div.content-text h1,
div.content-text h2,
div.content-text h2 a {
     background-repeat: repeat-x;
     height: 33px;
     vertical-align: middle;
     color: #FFFF00;
     font-size: 15px;
     padding-left: 10px;
     font-weight: bold;
     line-height: 33px;
     display: block;
	 margin: 0px;
	 padding-bottom: 10px;
	 text-decoration: none;
      /*border: 1px red solid;*/
}

div.content-text h2 {
	/*background-color: #FFFF00;*/
	padding-bottom: 0px;
}

div.content-text h2 a,
div.content-text h2 a:visited {
	padding-left: 0px;
	padding-bottom: 0px;
	display: inline;
	color: #000000;
	float: left;
	text-decoration: none;
}

div.content-text h2 a:hover {
	text-decoration: underline;
}


div.content-text h2 div.date {
	padding-left: 0px;
 	display: inline;
	line-height: 33px;
	height: 33px;
	float: right;
	padding-right: 10px;
	color: #000000;
	 /*border: 1px green solid;*/
}

div.content-text h3
{
	 font-size: 100%;
}

div.content-text p.section-name {
	height: 10px;
	margin: 0px;
	padding: 0px;
}


/*div.content-text h2,
div.content-text a,
div.content-text a:link,
div.content-text a:visited {
     font-weight: bold;          
     text-decoration: underline;
     color: #000000; 
     margin: 0px;
     padding: 0px;  
     line-height: normal;
	 font-size: 14px;
}*/

div.content-text a:hover {
     /*text-decoration: none;*/
}

div.content-text a.section-link {
     color: #000000;
     font-size: 14px;
}

div.content-text table {
	font-size: 14px;
	line-height: 150%;
}

/* HIGHLIGHT */

div.highlight-box {
	position: static;
	display: table;
	float: right;
	/*border: 1px solid red;*/
}

div.highlight {
	display: table-row;
	margin-bottom: 20px;
	float: right;
	width: 250px;
	border: 1px #373737 solid;
	background-color: #F5F5F5;
	margin-left: 20px;
	font-size: 12px;
}

div.highlight div.title {
	text-align: center;
	background-color: #FEDA02;
	color: black;
	margin: 2px;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 1px;
	/*border: 1px blue slolid;*/
}

div.highlight div.text {
	/*border: 1px green solid;*/
}

div.highlight div.text ul {
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
	padding-right: 20px;
	/*border: 1px yellow solid;*/
}

div.highlight div.text ul li {
	margin: 0px;
	padding: 0px;
	/*border: 1px magenta solid;*/
}

/* introduction */
  
div.editorial-space-introduction {
     height: 10px;
      /*border: 1px green solid;*/
}
    
div.introduction {
     width: 800px;
     margin-left: auto;
     margin-right: auto;
     font-size: 14px;
      /*border: 1px yellow solid;*/
}

div.introduction table{
     font-size: 14px;
}

div.introduction h3 {
     background-repeat: repeat-x;     
     height: 33px;
     vertical-align: middle;        
     color: #FFFF00;          
     font-size: 15px;
     padding-left: 10px;     
     font-weight: bold;
     line-height: 33px;
     display: block;
	 margin: 0px;
	 padding-bottom: 10px;
      /*border: 1px red solid;*/
}

div.introduction ul {
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left: 10px;
	margin-left: 0px;
	  /*border: 1px blue solid;*/
}

div.introduction li {
     line-height: 180%;
     font-weight: 10pt;
     list-style-type: none;
	 background-repeat: no-repeat;
     padding-left: 30px;
      /*border: 1px red solid;*/
}

div.introduction-space-ref {
     height: 10px;
}

table.ref {
     width: 800px;
     margin-left: auto;
     margin-right: auto;
}

div.ref2 {
     width: 800px;
     margin-left: auto;
     margin-right: auto;
     display: table;       
      /*border: 1px aqua solid;*/
}

div.ref2 img {
	padding: 0px;
	border: 1px black solid;
}

div.ref2-image {          
     display: table-cell;     
     vertical-align: top;
     width: 551px;
     float: left;     
      /*border: 1px red solid;*/
}

div.ref2-content {
     display: table-cell;     
     vertical-align: top;
     padding-left: 15px;
     text-align: left;
     width: 220px;
     float: right;       
     font-size: 14px;
     /*border: 1px green solid;*/       
}

div.ref2-content h3 {
	font-size: 15px;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}

div.ref2-content a,
div.ref2-content a:visited {
	text-decoration: none;
}

div.ref2-content a:hover {
	text-decoration: underline;
}

/* footer */

div.footer-up-background {
     background-repeat: repeat-x;
     width: 100%;
     height: 47px;
     /* border: 1px blue solid; */              
}

div.footer-up {
     width: 800px;
     height: 47px;
     display: table;
     margin-left: auto;
     margin-right: auto;
     /* border: 1px red solid; */      
}

div.footer-up-cell-left,
div.footer-up-cell-right {
     display: table-cell;     
     width: 49%;
     text-align: center;     
     height: 47px;
     color: #FFFF00;     
     font-size: 14px;
     font-weight: bold;
     line-height: 47px;
     /* border: 1px aqua solid; */ 
}


div.footer-up-cell-left {     
     float: left;          
      /*border: 1px red solid;*/ 
}

div.footer-up-cell-right {
     float: right;
      /*border: 1px red solid;*/ 
}    

div.footer-middle-background0 {
     background-color: #252525;     
}

div.footer-middle-background {
     background-repeat: repeat-x;
     width: 100%;
     /*height: 394px;*/ 
}

div.footer-middle {
     width: 800px;
     display: table;
     margin-left: auto;
     margin-right: auto;
     line-height: 150%;
}

div.footer-middle-ceil-left,
div.footer-middle-ceil-right {
     display: table-cell;
     vertical-align: top;
     width: 48%;      
     color: #FFFFFF;     
     font-size: 14px;
     float: left;
     padding-top: 10px;
     padding-bottom: 10px;     
}


div.footer-middle-ceil-left {     
     float: left;
     text-align: left;
}

div.footer-middle-ceil-right {
     float: right;
     text-align: left;
}

div.footer-middle-ceil-left p {
     color: #FFFFFF;     
     font-size: 14px;
}

div.footer-middle-ceil-right div.button-and-antispam {
	display: table;
 	 /*border: 1px red solid;*/
}

div.footer-middle-ceil-right div.button-and-antispam div.baa-left {
	display: table-cell;
	vertical-align: top;
	float: left;
	 /*border: 1px blue solid;*/
}

div.footer-middle-ceil-right div.button-and-antispam div.baa-right {
	display: table-cell;
	float: left;
	padding-left: 10px;
	 /*border: 1px blue solid;*/
}


div.footer-middle p {
     color: #FFFFFF;     
     font-size: 14px;
}


div.footer-middle-space {
     width: 10px;
}

div.footer-middle h2,
div.footer-middle span,
div.footer-middle a {
     color: #FFFF00;     
     margin: 0px;
     font-weight: bold;
     font-size: 14px;
     text-decoration: none;
}

div.footer-middle a.section-link {
     color: #FFFFFF;
     font-weight: normal;
}

div.footer-middle a:hover {
     text-decoration: underline;
}

div.footer-middle hr {
     background-color: #6a6a6a;
     height: 1px;
     border: 0;      
}

div.footer-down-background {
     background-repeat: repeat-x;
     width: 100%;
     height: 60px;
      /*border: 1px green solid;*/
}

div.footer-down {
     width: 800px;
     height: 56px;
     display: table;
     margin-left: auto;
     margin-right: auto;
     vertical-align: middle;     
      /*border: 1px aqua solid;*/
}

div.footer-down a{
	text-decoration: none;
	color: #959595;
}

div.footer-down a:hover{
	text-decoration: underline;
	color: #959595;
}

div.footer-down-cell-left,
div.footer-down-cell-right {
     display: table-cell;
     vertical-align: middle;
     width: 49%;  
     color: #959595;             
     font-size:9pt;
     margin: 0px;                       
}


div.footer-down-cell-left { 
     text-align: left;
     float: left;
     padding-top: 10px;         
}

div.footer-down-cell-right {  
     text-align: right;
     float: right;
     padding-top: 10px;          
}

div.footer-down-cell-right a,
div.footer-down-cell-right a:visited,
div.footer-down-cell-right a:hover {
	text-decoration: none;
}

div.footer-down-cell-right div.logo {
	width: 149px;
	height: 35px;
	float: right;
	background-repeat: no-repeat;
}

div.footer-down p,
div.footer-down p {          
     vertical-align: middle; 
     margin: 0px;  
}

/* form */

input.form-text,
textarea.form-text {
     border-color: #636363;
     border-width: 1px;
     border-style: solid;
     background-color: #464646;
     padding: 4px;
     color: #E1E1E1;
}

/* admin */

div.admin-content {
     width: 800px;
     margin-left: auto;
     margin-right: auto;
}

table.pme-navigation {
	background-color: #3C3C3C;/*#DDDD33;*/
	color: #FFFFFF;
	width: 100%;
}

th.pme-header,
td.pme-navigation-0,
td.pme-navigation-1 {
	background-color: #EEEE55;/*#DDDD33;*/
}

td.pme-cell-0,
table.phpWebFileManager tr:nth-child(even),
tr.pme-row-0  {
	background-color: #FFFF55;
}

td.pme-cell-1,
table.phpWebFileManager tr:nth-child(odd),
tr.pme-row-1 {
	background-color: #FFFF99;
}

table.ezin-admin-signature {
	display: none;
}

td.ezin-admin-main a,
td.ezin-admin-main li,
th.pme-header,
td.pme-navigation-0,
td.pme-navigation-1,
td.pme-cell-0,
td.pme-cell-1,
td.pme-key-0,
td.pme-key-1,
td.pme-value-0,
td.pme-value-1 {
	font-size: 12px;
}

td.pme-buttons input,
th.pme-header input {
	padding: 0px;
	font-size: 12px;
}



