@import url(editor.css);

body {
  margin-top: 0px;
}

table, tr, td {
  border-collapse: collapse; 
  border: hidden;
  border: none;
}

.header {
  font-size: 11px;
  color: #505050;  
  margin-top: 10px;
  margin-right: 3px;
}

.header:link    {}
.header:visited {}
.header:hover   {}
.header:active  {}

.footer {
  font-size: 11px;
  color: #505050;  
}

.footer:link    {}
.footer:visited {}
.footer:hover   {}
.footer:active  {}

.menu_hor {
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 15px;
}

.menu_hor_link:link    {font-weight: bold; color: #ffffff}
.menu_hor_link:visited {font-weight: bold; color: #ffffff}
.menu_hor_link:hover   {font-weight: bold; color: #ffffff}
.menu_hor_link:active  {font-weight: bold; color: #ffffff}

.menu_hor_selected {
  color: #ff9900;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 15px;

}

.menu_hor_selected_link:link    {color: #ff9900; font-weight: bold;}
.menu_hor_selected_link:visited {color: #ff9900; font-weight: bold;}
.menu_hor_selected_link:hover   {color: #ff9900; font-weight: bold;}
.menu_hor_selected_link:active  {color: #ff9900; font-weight: bold;}

.menu_vert {
  color: #505050;  
  font-size: 14px;
  margin-bottom: 15px; 
}

.menu_vert_link:link    {font-weight: bold;}
.menu_vert_link:visited {font-weight: bold;}
.menu_vert_link:hover   {font-weight: bold;}
.menu_vert_link:active  {font-weight: bold;}

.menu_vert_selected {
  margin-bottom: 10px; 
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px; 
}

.menu_vert_selected_link:link    {font-weight: bold; color: #ff9900;}
.menu_vert_selected_link:visited {font-weight: bold; color: #ff9900;}
.menu_vert_selected_link:hover   {font-weight: bold; color: #ff9900;}
.menu_vert_selected_link:active  {font-weight: bold; color: #ff9900;}
