﻿.VGList
{
  width: 300px;
  height: 400px;
  border: solid 1px #75AE29;
  color: #5E5D5D;
}

.VGList2
{
  width: 150px;
  height: 400px;
  border: solid 1px #75AE29;
  color: #5E5D5D;
}

.VGButton
{
  border-style: none;
  background-color: #75AE29;
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  padding: 1px 5px 1px 5px; 
  white-space: nowrap;
  width: 80px;
}

.VGButton2
{
  border-style: none;
  background-color: #75AE29;
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  padding: 1px 5px 1px 5px; 
  white-space: nowrap;
}

.VGButton:hover
{
  color: #5E5D5D;
}

.VGButton2:hover
{
  color: #5E5D5D;
}

.VGTable
{
  text-align: left;
  vertical-align: top;
  padding-left: 20px;
}

.VGText
{
  text-align: left;
  color: #5E5D5D;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}