﻿  body
  {
    font-family: Verdana;
    font-size: 10px;
  }
  a
  {
      text-decoration: none; 
      color: rgb(0,0,0);  
  }
  table
  {
    font-family: Verdana;
    font-size: 10px;
  }
  
  .BorderTable
  {
    border: 1px solid rgb(0,0,0);   
  }
  .BorderCell
  {
    border: 1px solid rgb(0,0,0);   
  }

  input, select, textarea
  {
    font-family: Verdana;
    font-size: 10px;
    border: 1px solid rgb(0,0,0);
  }
  .SectionHeading
  {
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
  }
  .TableHeader
  {
      font-weight: bold;
      background-color: rgb(128,128,128);
  }  
  .OddTableRow
  {
      background-color: rgb(230,230,230);      
  }
  .NavButton
  {
    background-color: rgb(255,255,255);
  }
  .NavButton a
  {
    text-decoration: none;
    color: rgb(0,0,0);
    font-weight: bold;
  }
  .NavButton:hover
  {
    background-color: rgb(128,128,128);
  }
  
  .ListDisplay
  {
      
  }
  .ListDisplay:hover
  {
      background-color: rgb(225,225,255);
      
  }
  .NiceListRow 
  {
      /*background-color: rgb(240,240,240);*/
      border: 1px solid rgb(128,128,128);
      box-shadow: 4px 4px 2px 2px rgb(128,128,128);

  }
  .PaymentBox
  {
      background-color: rgb(255,255,255);
  }
  .PaymentBox:hover
  {
      background-color: rgb(225,225,255);
      
  }

  .BasicTable{
      border: 1px solid rgb(0,0,0);
  }
  .BasicTable th {
    border: 1px solid rgb(0,0,0);
    font-weight: bold;
    text-align: left;
  }
  .BasicTable td{
      border: 1px solid rgb(0,0,0);
  }
  th{
      text-align: left;
  }
    
.BlockPanel{
  width: 100%;
  border: 1px solid rgb(128,128,128);
  padding-left: 10px;
  padding-bottom:5px;
  margin-bottom: 20px;
}
  /*
      .Button
      {
        background-color: rgb(0,128,0);
        border-radius: 5px;
        padding: 5px;
        color: rgb(255,255,255);
        font-family: Arial;
        font-size: 12px;
        font-weight: bold;
        text-decoration: none;
        text-align: center;
      }
*/
.Button {
	-moz-box-shadow:inset 0px 1px 0px 0px #caefab;
	-webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
	box-shadow:inset 0px 1px 0px 0px #caefab;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811));
	background:-moz-linear-gradient(top, #77d42a 5%, #5cb811 100%);
	background:-webkit-linear-gradient(top, #77d42a 5%, #5cb811 100%);
	background:-o-linear-gradient(top, #77d42a 5%, #5cb811 100%);
	background:-ms-linear-gradient(top, #77d42a 5%, #5cb811 100%);
	background:linear-gradient(to bottom, #77d42a 5%, #5cb811 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811',GradientType=0);
	background-color:#77d42a;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #268a16;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	padding:3px 12px;
	text-decoration:none;
	text-shadow:0px 1px 0px #aade7c;
}
.Button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a));
	background:-moz-linear-gradient(top, #5cb811 5%, #77d42a 100%);
	background:-webkit-linear-gradient(top, #5cb811 5%, #77d42a 100%);
	background:-o-linear-gradient(top, #5cb811 5%, #77d42a 100%);
	background:-ms-linear-gradient(top, #5cb811 5%, #77d42a 100%);
	background:linear-gradient(to bottom, #5cb811 5%, #77d42a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#77d42a',GradientType=0);
	background-color:#5cb811;
}
.Button:active {
	position:relative;
	top:1px;
}


.OptionBox{
    height: 200px;
    width:300px;
    overflow-y: scroll;
}


.Turquoise {background-color: rgb(0,220,220); color: black; }
.Grey{ background-color: rgb(128,128,128); color: black; }
.Blue{ background-color: rgb(200,200,255); color: black; }
.Green{ background-color: rgb(200,255,200); color: black; }
.LightBlue{ background-color: rgb(200,255,255); color: black; }
.Red{ background-color: rgb(255,200,200); color: black; }
.Purple{ background-color: rgb(255,200,255); color: black; }
.Yellow{ background-color: rgb(255,255,200); color: black; }
.White{ background-color: rgb(255,255,255); color: black; }
.White_Red{ background-color: rgb(255,255,255); color: red; }
.White_Blue{ background-color: rgb(255,255,255); color: blue; }
.Black{ background-color: rgb(0,0,0); color: white; }

.Red_Text{ color: rgb(255,0,0);}

.FooManChoo{}

