/*WHATS ON NOW MODULE*/
 
 /*generic format*/
 /*users may not modify these values*/
 .whatsonmod {color : 000000; font-family : Verdana, Arial, Helvetica, sans-serif; font-size : 10px; text-align : left; padding-right : 15px; padding-left : 15px;}
 
 /*text formatting*/
 .whatsonmodtextheader {color : 000000; font-family : Verdana, Arial, Helvetica, sans-serif; font-size : 10px; font-weight: normal;}
 .whatsonmodtexttime {color : 000000; font-family : Verdana, Arial, Helvetica, sans-serif; font-size : 10px; font-weight: normal;}
 .whatsonmodtexttitle {color : 000000; font-family : Verdana, Arial, Helvetica, sans-serif; font-size : 12px; font-weight : bold;}
 .whatsonmodtextepisode {color: 000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; font-style: italic;}
 
 /*general link formats*/
 /*users may not modify these values*/
 a:link.whatsonmod {color: 660000;}
 a:visited.whatsonmod {color: 990000;}
 a:active.whatsonmod {color: 990000;}
 a:hover.whatsonmod {color: 990000;}
 
 /*program title link formats*/
 a:link.whatsonmodtexttitle {color: 000000; text-decoration:underline;}
 a:visited.whatsonmodtexttitle {color: 000000; text-decoration:underline;}
 a:active.whatsonmodtexttitle {color: 000000; text-decoration:underline;}
 a:hover.whatsonmodtexttitle {color: 000000; text-decoration: none;}
 
 /*episode title link formats*/
 /*users may not modify these values*/
 a:link.whatsonmodtextepisode {color: 663399;}
 a:visited.whatsonmodtextepisode {color: 330066;}
 a:active.whatsonmodtextepisode {color: 666699;}
 a:hover.whatsonmodtextepisode {color: 666699; text-decoration: none;}
 
 /*element formats*/
 /*users may not modify these values*/
 select {color : 000000; font-family : Verdana, Arial, Helvetica, sans-serif; font-size : 10px;}
 input {color : 000000; font-family : Verdana, Arial, Helvetica, sans-serif; font-size : 10px;}

