﻿
.SnapHeader
{
  color: #416A9C;
  background-image: url(/images/snaphead.jpg);
  height:29px;
  font-family: Tahoma;
  font-weight: bold;
  font-size: 12px;
  padding-top: 0px;
  padding-left: 20px;
  cursor: move;
}

.SnapHeaderClosed
{
  color: #416A9C;
  background-image: url(/images/snaphead.jpg);
  height:29px;
  font-family: Tahoma;
  font-weight: bold;
  font-size: 12px;
  padding-top: 0px;
  padding-left: 20px;
  cursor: move;
}

.SnapContent
{
font-family:Arial;
font-size:14px;
  padding: 5px;
  border: #4284b5 1px solid;
  background-color: white;
  cursor:hand;
  line-height:150%;
}

.Dock
{
  padding:5px;
  border:#AFAFAF 1px solid; 
  background-color:#D1D1D1;
}

.Links
{
  list-style-image:none;
  color:Black;
  font-size:12px;
  line-height:150%;  
}
