/* $Id: main.css,v 1.1 2005/01/07 23:40:05 barryh Exp $ */
h1,big,h3,p,div {
    font-family: Arial, Tahoma;
    font-size: 10pt;
    font-weight: normal;
    vertical-align: middle;
}
body {
    background-color: #E8E8E8;
}
big {
    font-size: 30pt;
    vertical-align: baseline;
    padding-top: 15px;
}
h3 {
    font-size: 14pt;
    color: #333365;
    margin-top: 3px;
    margin-bottom: 3px;
}
div.navbar {
    border: solid 1px #C5C5C5;
    border-top: 0;
    padding-bottom: 6px;
    padding-left: 2px;
    background-color: #ECECEC;
    color: #0054A5;
    font-size: 10pt;
    margin-bottom: -3px;
}
div.blurb {
    color: navy;
    padding: 5px 5px 5px 25px;
    background: #CCCCCC;
    font-size: 12pt;
    font-weight: bold;
    border: 1px solid navy;
    margin: -1px;
    margin-bottom: 0;
}
div.content {
    padding: 10px 2px 2px 10px;
}
td.content {
    vertical-align: top;
    padding: 0px;
    background-color: white;
    border: 1px solid navy;
}
td.title1 {
    color: #333365;
    width: 175px;
    text-align: center;
}
td.title2 {
    color: rgb(192,192,192);
    text-align: left;
    background: url(/vcm/CS/img/logo_repeater.png) repeat-x top left;
}
div.logo_cont {
    margin-top:-1px;
}
* html div.logo_cont {
    margin-top:-2px;
}
div.logo_left {
    margin: -1px 0 0 -1px;
    float: left;
    padding: 0;
}
* html div.logo_left {
    margin-top: -2px;
}
div.logo_right {
    margin: -1px 0 0 0;float:right;padding:0;
}
* html div.logo_right {
    margin-top: -2px;
}
p.addl_links {
    margin: 5px 5px 5px 15px;
    text-indent: -12px;
}
a:link {
    color: #1144AA;
    text-decoration: none;
}
a:visited {
    text-decoration: none;
    color: navy;
}
a:hover {
    color: red;
}
a:active {
    text-decoration: none;
    color: green;
}
a.current {
    color:red;
    font-weight:bold;
}
div.sideheading {
    color: white;
    background-color: #4477DD;
    border: 1px solid navy;
    padding: 5px 5px 5px 15px;
    font-size: 12pt;
    font-weight: bold;
    margin: -2px -1px 6px -3px;
}
div.eventscontent {
    font-size: 12pt;
    margin: 6px 2px 2px 4px;
    padding-left: 5px;
    text-indent: -6px;
}
div.bucket {
    color: rgb(192,192,192);
    background-color: #034BA6;
    padding: 10px 10px 10px 15px;
    font-size: 12pt;
    font-weight: bold;
    cursor: pointer;
}
div.bucket:hover {
    color: white;
}
div.cmsQuizTop {
    color: red;
    font-weight: bold;
    padding: 5px;
    width: 75%;
    border: 1px solid black;
    border-bottom: none;
}
div.cmsQuizBot {
    color: red;
    font-weight: bold;
    padding: 5px;
    width: 75%;
    border: 1px solid black;
    border-top: none;
}
td.eventscontent {
    vertical-align: top;
    text-align: left;
    padding: 0px;
    background: white;
}
span.news {
    background: white;
    float: right;
    margin: -3% 5% 5px 5px;
    width: 175px;
    height: 150px;
    border: ridge 3px #034BA6;
}
req {
    color:red;
}
img.logo {
    margin: -28px 0 0 12px;
    border: 1px solid gray;
    padding: 0px;
}
font.copyright {
    margin-top: -13px;
    font-size: 8pt;
    font-weight: bold;
    color: gray;
    float: right;
}

/* ---------- Movie control links ----------- */
div.moviebuttons {
    margin: 20px;
    position: absolute;
    top: 408px;
    }
a.button {
    margin-top: 6px;
    font-size: 10pt;
    font-family: verdana,arial,times;
    }
a.button_focus:link {
    margin-top: 6px;
    font-size: 10pt;
    font-weight: bold;
    font-family: verdana,arial,times;
    text-decoration: none;
    border: 1px solid green;
    }
a.button_focus:visited {
    margin-top: 6px;
    font-size: 10pt;
    font-weight: bold;
    font-family: verdana,arial,times;
    text-decoration: none;
    }
a.button_hidden {
    display: none;
    }