.red { color: #DD2B09; }

div { font-size: 11px; }

body {
  background-color: #1d1d1c;
  margin: 0px 0px 0px 0px;
}

p {
  margin: 7px 0;
  padding: 0px;
}

img.control_border_off {
  border: 1px solid #1d1d1c;
}

img.control_border_on {
  border: 1px solid #e4e4e4;
}

div.horizon {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 1px;
  overflow: visible;
  visibility: visible;
  display: block;
}

div.content {
  margin-left: -340px;
  position: absolute;
  top: -252px;
  left: 50%;
  width: 680px;
  height: 504px; 
  visibility: visible;
}

div.header {
  width: 100%;
  height: 42px;
  vertical-align: top;
  text-align: right;
}

div.menu {
  width: 100%;
  height: 36px;
  border-top: 1px solid #444444;
  border-bottom: 1px solid #444444;
  text-align: right;
 }
 
 div.subMenu {
   position: absolute;
   padding: 3px 3px 3px 3px;
   background-color: #1d1d1c;
   border: 1px solid #444444;
   visibility: hidden;
   z-index: 100;
 }
 
 div.main {
  width: 100%;
  height: 408px;
  border-bottom: 1px solid #444444;
 }
 
 div#footer {
   position: relative;
   margin: 4px 0px 0px 0px;
   width: 100%;
   height: 13px;
   background-color: #1d1d1c;
}

table.footer {
  font-size: 9px;
  color: #4d4d4d;
  font-family: arial;
}

a 	 {
  color: #949393;
  text-decoration: none;
}

a.emailLink:hover {
  color: #e8e4e4;
  text-decoration: none;
}

a.ctrlLink 	 {
  color: #202020;
  text-decoration: none;
}

a.ctrlLink:hover {
  color: white;
  text-decoration: none;
}

a.menu {
  color: #949393;
  font-family: arial;
  font-size: 11px;
  text-decoration: none;
}

a.menu:hover {
  color: #e4e4e4;
  font-family: arial;
  font-size: 11px;
  text-decoration: none;
}
 
div.filmstrip {
  position: relative;
  width: 100%;
  height: 372px;
  overflow:hidden;
}

td {
  color: #949393;
  font-family: arial;
  font-size: 11px;
}

.hide {
  display: none;
  visibility: hidden;
}

.show {
  display: block;
  visibility: visible;
}

a.sidebar {
  color: #878787;
  text-decoration: none;
}

a.sidebar:hover {
  color: #e4e4e4;
  text-decoration: none;
}

a.darkLink {
  color: #dadbd5;
  text-decoration: none;
}

a.darkLink:hover {
  color: #ffffff;
  text-decoration: none;
}

ul {
  margin-left: 17px;
  padding-left: 0px;
}

img { border: none; };
