#
# This style sheet describes much of the look and feel for VWSD web site.
#

#
# This section is the basic page layout styles
#

body {
  background: #DADADA;
}

table.outermain {
  border: 0px none;
  background-color: #000000;
  width: 750;
}

table.main {
  width: 100%;
  border: 0px none;
}

td {font-family:arial;font-size:12px;}

td.bodycell {
  background-color: #FFFFFF;
  padding: 0px;
  height: 350px;
}

table.center {
  background-color: #000000;
  width: 100%;
  border: 0px none;
}

td.leftbar {
  width: 130px;
  background-color: #FFFFFF;
  padding: 7px;
  height: 350px;
}

td.dividerL {
  width: 1px;
  background-color: #000000;
}

td.middlebar {
  background-color: #FFFFFF;
  padding: 10px;
}

td.dividerR {
  width: 10px;
  background-color: #FFFFFF;
}

td.rightbar {
  width: 130px;
  background-color: #FFFFFF;
  padding: 10px;
}

td.dividerB {
  background-color: #000000;
}

td.dividerB2 {
  background-color: #EEEEEE;
  height: 6px;
}

td.dividerB3 {
  background-color: #000000;
  height: 1px;
}

td.bottom {
  background-color: #A08359;
  height: 20px;
}


# not used
# SPAN.TreeviewSpanArea A {font-size:12px;font-family:arial;color: black;}
# SPAN.TreeviewSpanArea A:hover {color:#CC0000;}
# A.menu {color:#000000;font-size:12px;font-family:arial;}
# A.menu:hover {color:#CC0000;}
# A.top {color:#FFFFFF;font-size:12px;font-family:arial;text-decoration:none;}
# A.top:hover {color:#C3D5F1;}
# TD.top {color:#FFFFFF;font-size:30px;font-weight:bold;font-family:arial;}
# TD.bottom {color:#FFFFFF;font-family:arial;font-size:12px;}
