/*
CSS for FixFilms Website
*/

#maintable {
 font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
 color: #ffffff; 
 font-size: 9pt;
 margin-top: 0px;

}

div.main_table {
  text-align : left;
  padding : 5px;
  width : 500px;
  height : 68em;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  color: #ffffff; 
  font-size: 8pt;
  overflow: auto;
	scrollbar-face-color: #C30000;
  scrollbar-highlight-color: #000000; 
  scrollbar-3dlight-color: #000000; 
  scrollbar-darkshadow-color: #000000; 
  scrollbar-shadow-color: #000000; 
  scrollbar-arrow-color: #000000; 
  scrollbar-track-color: #000000; 
  }

#innerbox {
 font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
 color: #ffffff; 
 font-size: 9pt;
 background-color: #464646;
 border: solid 1px #FFFFFF;
 width: 500px;
 margin-top: 0px;
}

#innerbox2 {
 font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
 color: #ffffff; 
 font-size: 9pt;
 background-color: #464646;
 border: solid 1px #FFFFFF;
 width: 480px;
 margin-top: 0px;
}

#innerbox3 {
 font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
 color: #ffffff; 
 font-size: 9pt;
 background-color: #464646;
 border: solid 1px #FFFFFF;
 width: 380px;
 margin-top: 2px;
 padding-top: 2px;
}


#box380 {
 font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
 color: #ffffff; 
 font-size: 9pt;
 background-color: #464646;
 border: solid 1px #FFFFFF;
 width: 380px;
 margin-top: 0px;
}


#newsheadline {
 font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
 color: #FFFFFF; 
 font-size: 9pt;
 background-color: #6d0000;

}

#largetitle {
 font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
 color: #FFFFFF; 
 font-size: 10pt;
 background-color: #6d0000;

}


#newslink {
 font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
 color: #6d0000; 
 font-size: 9pt;
 background-color: #FFFFFF;

}

#newstext {
 font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
 color: #FFFFFF; 
 font-size: 9pt;

}

#bigtext {
 font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
 color: #FFFFFF; 
 font-size: 12pt;
 font-weight: bold;

}

hr.dotted1 {border: none 0; 
border-top: 3px dotted #FFFFFF;/*the border*/
width: 500px;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
} 

hr.dotted3 {border: none 0; 
border-top: 3px dotted #FFFFFF;/*the border*/
width: 890px;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
} 

hr.dotted2 {border: none 0; 
border-top: 3px dotted #FFFFFF;/*the border*/
width: 380px;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
} 


a:link {
 text-decoration: underline;
 font-weight: bold;
 color: #FFFFFF;
}

a:hover {
 text-decoration: underline;
 font-weight: bold;
 color: #6d0000;
}

a:visited {
 text-decoration: underline;
 font-weight: bold;
 color: #FFFFFF;
}

#footer {
 font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
 color: #ffffff; 
 font-size: 9pt;
 background-color: #000000;
 border: solid 1px #6d0000;
 width: 900px;
 height: 15px;
 margin-top: 0px;
}

