/* FILE: vidicom.css */

/* Stylesheet for vidicom-tv.com

   COLOURS USED:
        #D09C50 = VIDICOM yellow (as in logo)
        #81BCD6 = VIDICOM blue (as in logo)
        #ABABAB = medium grey (as in border of page header)
        #CCE3EF = very light blue ( as in background of page header)
        #000000 = black  */


/*----------------------------*/
/*---------GENERAL-----------*/
/*--------------------------*/

body {
       margin-left:0px;
       margin-top:0px;
       margin-bottom:0px;
       margin-right:0px;
       scrollbar-base-color:#CCE3EF;
       scrollbar-3dlight-color:#000000;
       scrollbar-arrow-color:#D09C50;
       scrollbar-darkshadow-color:#000000;
       scrollbar-face-color:#ffffff;
       scrollbar-highlight-color:#ffffff;
       scrollbar-shadow-color:#ffffff;
       scrollbar-track-color:#DCE3E6;
      }


p,ul,ol,li {
color:#000000;
font-family:times new roman, times, serif;
font-size:15px;
line-height:1.5em;
text-align:left;
}

ul,ol,li {line-height:1.2em;}

.standard {
font-family:times new roman, times, serif;
font-size:15px;
text-align:left;
}

span.menu
{
font-family:arial, helvetica, sans-serif, geneva;
font-size:9px;
line-height:16px;
text-align:left;
}

div.maintextmargin
{margin-right:95px;}

img.slideshow
{
border:2px solid #ababab;
}

img.img_border
{
border:1px solid #000000;
filter:blendTrans(Duration=1, Transition=16);/*NOTE: This is basically bollocks, as it is not used for this format - but NSC 4.7 hates this so much it ignores the entire stylesheet entry and uses the 'border="1" instead. Great workaround for compatibilit. Hope it still works in the future...*/
}

.subheader
{
font-family:times new roman, times, serif;
font-size:15px;
/*letter-spacing:1px;*/
font-weight:bold;
color:#000000;
}

td {
     vertical-align:top;
     text-align:left;
    }

td.bottom_right {
     vertical-align:bottom;
     text-align:right;
    }


/*---------GENERAL: HEADLINES------------*/

h1,h2,h3,h4
      { font-family:Times, Times New Roman, serif; }

h1,h2,h3,h4 { color:#000000; }

h1 { font-weight:bold; font-size:30px; }

h2 {
font-weight:bold;
font-size:22px;}

h3 {
font-weight:bold;
font-size:15px; }

h4 { font-weight:bold; font-size:13px; }

/*----------------------------------*/
/*---------GENERAL: LINKS ---------*/
/*--------------------------------*/

a { font-weight:normal; color:#000000; text-decoration:underline; }

a.menu { font-weight:normal; color:#000000; text-decoration:none; }
a.menu:hover { font-weight:normal; color:#D09C50; text-decoration:none; }

a:visited { text-decoration:underline; }

a:hover { text-decoration:underline; color:#D09C50;} /*(These work in IE, NSC 6.x and Opera only)*/

a:active { text-decoration:none; font-weight:normal; color:#ababab; }

a:focus { text-decoration:none; }
