* {
   margin: 0;
   }
table {
   border-collapse: collapse;
   }
.hide {
   display: none;
   }
td,
th {
   vertical-align: top;
   }
a {
   cursor: pointer;
   outline: none;
   }
a img {
   border: none;
   }
.no_u {
   text-decoration: none;
   }
.bold {
   font-weight: 900;
   }
.floatleft {
   float: left;
   }
.clearleft {
   clear: left;
   }
.inline {
   vertical-align: middle;
   }
.nowrap {
   white-space: nowrap;
   }
.dinline {
   display: inline;
   }
.nopad {
   padding: 0;
   }
.number,
.aright {
   text-align: right;
   }
.w25 {
   width: 25px;
   }
.w30 {
   width: 30px;
   }
.w40 {
   width: 40px;
   }
.w50 {
   width: 50px;
   }
.w75 {
   width: 75px;
   }
.w100 {
   width: 100px;
   }
.w110 {
   width: 110px;
   }
.w150 {
   width: 150px;
   }
.w200 {
   width: 200px;
   }
.w250 {
   width: 250px;
   }
.w265 {
   width: 265px;
   }
.w300 {
   width: 300px;
   }
.w400 {
   width: 400px;
   }
.w500 {
   width: 500px;
   }
.h150 {
   height: 150px;
   }
/* Hides an IFRAME that you are using for a remote procedure call. */
iframe.rpc_iframe {
   width: 0;
   height: 0;
   border: 0;
   }

/* Default: 50% opacity; Hover: 100% opacity */
a.fadeout img {
   filter:alpha(opacity=50);
   -moz-opacity:0.5;
   opacity: 0.5;
   border: none;
   }
a.fadeout:hover img {
   filter:alpha(opacity=100);
   -moz-opacity:1;
   opacity: 1;
   }

/* Default: 100% opacity; Hover: 50% opacity */
a.fadeover img {
   filter:alpha(opacity=100);
   -moz-opacity:1;
   opacity: 1;
   }
a.fadeover:hover img {
   filter:alpha(opacity=50);
   -moz-opacity:0.5;
   opacity: 0.5;
   border: none;
   }
   
/* INTERNET EXPLORER USERS, PLEASE MAKE MY JOB EASIER: http://www.getfirefox.com */

/* 
PNG alpha transparency fix (IE6) 
http://bjorkoy.com/past/2007/4/8/the_easiest_way_to_png/
Original: http://www.twinhelix.com/css/iepngfix/
If you have a CSS background that's giving you trouble, add the ID of the containing object here.
*/
img,
#content {
   behavior: url("/include/css/iepngfix.htc");
   }
   
/* 
Clearfix hack
*/
.clearfix {
   display: inline-block;
   }
.clearfix:after {
   content: "."; 
   display: block; 
   height: 0; 
   clear: both; 
   visibility: hidden;
   }
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */