BODY            
{ color: #c0c0c0;  background-color: #303030; background-image: url("../images/layout/square.png");
  padding: 0px; margin: 0px;
  text-decoration: none; font-family: Arial; font-size: 14px; color: #000000; }

A               { text-decoration: none; font-family: Arial; font-size: 16px; }
A:link          { color: #e0e0e0; text-decoration: none; font-family: Arial; font-weight: none; }
A:visited       { color: #e0e0e0; text-decoration: none; font-family: Arial; font-weight: none; }
A:hover         { color: #e0e0e0; text-decoration: underline overline; font-family: Arial; font-weight: none; }
A:focus         { color: #e0e0e0; text-decoration: underline overline; font-family: Arial; font-weight: none; }
A:active        { color: Red; text-decoration: none; font-family: Arial; }

DIV.menu        
{ border: 1px #c0c0c0 solid; border-right: 1px #c0c0c0 dashed; 
  padding-right: 5px; padding-left: 5px; margin: 7px;
  background-color: #000000; color: #c0c0c0; 
  position: absolute; top: 0px; left: 0px; z-index: 2;
  overflow: hidden;
  min-width: 30px; width: 30px; min-height: 80px; height: 80px;}
DIV.TopContainer
{ min-width: 95%; width: 95%; min-height: 100px; height:100px; 
  padding: 0px; margin: 0px; }
TABLE.MenuContainer
{ table-layout: fixed;
  padding: 0px; margin: 0px;
  width: 100%; height: 100%; 
  overflow: hidden; }
TD.MenuTitle
{ padding: 4px; margin: 0px;
  width: 25px; height: 100%;
  vertical-align: top;}
TD.MenuContent
{ vertical-align: top; text-align: center; width: 100%; }
DIV.title       
{ border: 1px #c0c0c0 solid; 
  background-color: #000000; color: #c0c0c0; 
  position: absolute; top: 0px; left: 0px; z-index: 1;
  padding: 5px; margin: 7px; 
  min-width: 97%; width: 97%; min-height: 70px; height: 70px;}
TABLE.MenuTable
{ border: 0px; 
  min-width: 80%; width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  table-layout: fixed;
 }

DIV.main
{ background-color: #000000; color: #c0c0c0; 
  border: 1px #c0c0c0 solid; 
  min-width: 97%; width: 97%; min-height: 500px; max-height: 500px; height: 500px;
  position: absolute; top: 90px; left: 0px; z-index: 1;
  overflow: auto;
  padding: 5px; margin: 7px; }
DIV.mainWithRSS
{ background-color: #000000; color: #c0c0c0; 
  border: 0px #c0c0c0 solid; 
  min-width: 85%; width: 85%;
  min-height: 510px; height: 510px;
  position: absolute; top: 0px; left: 0px; z-index: 2;
  overflow: auto; 
}
DIV.mainNoRSS
{ background-color: #000000; color: #c0c0c0; 
  border: 0px #c0c0c0 solid; 
  min-width: 100%; width: 100%;
  min-height: 510px; height: 510px;
  position: absolute; top: 0px; left: 0px; z-index: 2;
  overflow: auto; }
DIV.rss
{ background-color: #000000; color: #c0c0c0; 
  border-left: 1px #c0c0c0 solid; 
  min-width: 15%; width: 15%;
  min-height: 510px; height: 510px;
  position: absolute; top: 0px; right: 0px; z-index: 2;
  overflow: auto;
 }

DIV.foot
{ background-color: #000000; color: #c0c0c0; 
  border: 1px #c0c0c0 solid; 
  min-width: 97%; width: 97%; min-height: 20px; height: 20px;
  position: absolute; top: 610px; left: 0px; z-index: 2;
  padding: 5px; margin: 7px; }
TABLE.FootContarinera
{ border-style: hidden; table-layout: fixed;
  width: 100%; height: 20px; }
TD.FootRights
{ vertical-align: top; text-align: left; width: 50%; }
TD.FootWebmaster
{ vertical-align: top; text-align: right; width: 50%; }
