﻿body 
{
    
}

/* Hyperlinks styling (dark bg) */
.fox_contentdark a:link     {color: White;font-weight:bold;font-size:11px;text-decoration:none} /* for unvisited links */
.fox_contentdark a:visited  {color: White;font-weight:bold;font-size:11px;text-decoration:none} /* for visited links */
.fox_contentdark a:hover    {color: White;font-weight:bold;font-size:11px;text-decoration:underline; } /* when mouse is over link */
.fox_contentdark a:active   {color: White;font-weight:bold;font-size:11px;} /* when link is clicked */

/* Hyperlinks styling (dark bg) 
a.fox:link     {color: White;font-weight:bold;font-size:11px;text-decoration:none}  for unvisited links 
a.fox:visited  {color: White;font-weight:bold;font-size:11px;text-decoration:none}  for visited links 
a.fox:hover    {color: White;font-weight:bold;font-size:11px;text-decoration:underline; }  when mouse is over link 
a.fox:active   {color: White;font-weight:bold;font-size:11px;}  when link is clicked 
*/

/* Hyperlinks styling (lite bg)*/
a.foxlite:link     {color: #00048c;font-weight:lighter;font-size:11px;text-decoration:none} /* for unvisited links */
a.foxlite:visited  {color: #00048c;font-weight:lighter;font-size:11px;text-decoration:none} /* for visited links */
a.foxlite:hover    {color: #00048c;font-weight:lighter;font-size:11px;text-decoration:underline; } /* when mouse is over link */
a.foxlite:active   {color: #00048c;font-weight:lighter;font-size:11px;} /* when link is clicked */

/* Master content section */
.fox_master
{
    background-color:#9fcaea;}

/* Header styling */
.fox_header
{
    font-family:Verdana,Arial;
    font-weight:bold;
    font-size:12px;
    background-color:#f9d342;
    color:#00048c;
    }
   
    

/* Content styling (light bg) */
.fox_contentlite
{
    font-family:Verdana,Arial;
    background-color:#ffffff;
    color:#00048c;
    }

/* Content styling (dark bg) */
.fox_contentdark
{
    font-family:Verdana,Arial;
    background-color:#16588a;
    color:#ffffff;
    }

/* Contest box sub-header */
.conHeader
{
     text-decoration:underline;
     font-size:12px;}
     
     
.title
{
    font-size:14px;
    font-weight:bold}
    
/* Movies Library */
.lib
{
    font-family:Verdana,Arial;
    font-weight:bold;
    font-size:12px;
    background-color:#f9d342;
    color:#00048c;
    height:18px;
    vertical-align:middle;
    padding:1px;
    width:190px}
    
.libMov
{
    border-style:inherit;
    height:100%;
    width:190px;
    background-color: Transparent;
    padding-left: 0px;      
    font-size: 11px;
    font-style: normal;       
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #ffffff;
    border-right-style: dotted;
    border-right-width: 1px;
    border-right-color: #ffffff;
    border-left-style: dotted;
    border-left-width: 1px;
    border-left-color: #ffffff;} 
    
