﻿a 
{
    text-decoration:none;
}
#container 
{
    width:800px;
}
body {
    background-color:#b6d5e7;
    background-image:none;
}
#Main 
{
    background-image:url("../images/ppv/header.jpg");
    background-repeat:no-repeat;
    background-color:White;
    width:800px;
    height:600px;
    font-family:Verdana;
}
#topmenu 
{
    position:absolute;
    left:620px;
    top:2px;
    color:White;
}
#topmenu a 
{
    font-family:Verdana;
    font-size:small;
    text-decoration:none;
    color:White;
}
#topmenu a:hover 
{
    font-weight:bold;
}
#tlogo {
    left:25px;
    top:25px;
}
#topbanner 
{
    position:absolute;
    left:184px;
    top:25px;
}
#tshadow
{
    position:absolute;
    left:190px;
    top:30px;
}
#cbar_bkgnd 
{
    position:absolute;
    top:110px;
    left:0px;
    height:23px;
    width:800px;
    background-image:url("../images/ppv/menu_bkg.jpg");
}
#cbar
{
    position:absolute;
    top:113px;
    left:3px;
    color:#333333;
}
#cbar a
{
    height:25px;
    color:#777777;
    font-weight:200;
}
#cbar a:hover 
{
    background-image:url("../images/ppv/menu_hilite.png");
}
#history 
{
    position:absolute;
    background-image:url("../images/ppv/sidebar.jpg");
    top:134px;
    left:0px;
    width:127px;
    height:489px;
    padding:6px;
    color:White;
}
#histlist
{
    position:absolute;
    top:50px;
    left:9px;
    height:410px;
    width:121px;
    color:White;
}
#content 
{
    position:absolute;
    top:138px;
    left:144px;
    width:650px;
    height:460px;
    color:Black;
}
#clist 
{
    position:relative;
    left:0px;
    width:650px;
    overflow:auto;
    height:370px;
    top:0px;
    color:Black;
}
#footer 
{
    position:absolute;
    top:600px;
    left:0px;
    width:800px;
    height:40px;
    background-color:#07344f;
    color:White;
    font-size:small;
}
#errMessage 
{
    position:absolute;
    top:113px;
    left:100px;
    color:Red;
    font-weight:bold;
}
#footer a
{
    color:White;
    font-size:small;
}
#login 
{
    position:absolute;
    top:25px;
    left:560px;
    z-index:50;
}
#register
{
    position:absolute;
    top:25px;
    left:560px;
    z-index:50;
}
#footer a:hover 
{
    font-weight:bold;
}
.bold { font-weight:bold }
.xsmall { font-size:x-small }
.left {float:left; }
.pad4 { padding:0px 4px 0px 4px; }
.gborder { border-color:#BBBBBB; border-width:2px; }
.w100 { padding:3px; width:100px; }
.w300 { padding:5px; width:300px; }
.hover { background-color:#777777; }
.huge { font-size:3em; }
.dgrey { color:#666666; }
.altbg { background-color:#dfecf4; }
