﻿body {
  width:770px;
  font-family:Verdana,Arial;
  background-color:#999;
  text-align:center;
  margin:auto;
  font-size:12px;
}
.FrameBody
{
  width: 589px;
}
.Head 
{
  background-image: url(images/HeaderBG.jpg);
  height:164px;
  text-align:left;
  color:#eee;
}
.Head a
{
  color:#eee;
}
.Main
{
  background-color:#eee;
}
.Left 
{
  float:left;
  width:149px;
  text-align:left;
  margin:5px 5px 5px 5px;
}
.Right
{
  float:right;
  width:589px;
  text-align:left;
  border:solid 5px #fff;
  background-color:#fff;
  height: 100%;
  min-height: 400px;
}
.RightContent
{
  text-align:left;
  padding-top: 20px;
}
.RightFrameless
{
  float:left;
  width:589px;
  text-align:left;
  border:solid 5px #fff;
  background-color:#fff;
}
.Tree 
{
  vertical-align:baseline
}
.Foot 
{
  background-image: url(images/FooterBG.jpg);
  height:56px;
}

.PTitle 
{
    text-decoration: none;
    font-weight: normal;
    color: #414449;
/*    font-size: 11px;
    font-family: Tahoma;
*/
}
.PTitle_Bold 
{
    text-decoration: none;
    font-weight: bold;
    color: #414449;
/*    font-size: 11px;
    font-family: Tahoma;
*/
}
.PTitle_Red_Bold 
{
    text-decoration: none;
    font-weight: bold;
    color: #f00;
/*    font-size: 11px;
    font-family: Tahoma;
*/
}

.SnapHeader
{
  padding-top: 2px;
  padding-left: 5px; 
  color: #f6feff; 
  background-color: #616469; 
  font-weight: bold; 
/*  font-family: Tahoma; 
  font-size: 11px; 
*/
}

.SnapHeader a:link 
{
	text-decoration: underline;
	color: #ffffff;
}
.SnapHeader a:visited 
{
	text-decoration: underline;
	color: #ffffff;
}
.SnapHeader a:hover 
{
	text-decoration: underline;
	color: #ffffff;
}
.SnapHeader a:active 
{
	text-decoration: underline;
	color: #ffffff;
}

.SnapContent
{
  padding: 3px;
  border: #dedede 1px solid;
  background-color: white;
  cursor:default;
/*  font-family: Tahoma;
  font-size: 11px;
*/
}
.Tab
{
  font-size:10px;
  text-indent:0;
}
.modalBackground
{
  background-color:#666;
  filter:alpha(opacity=50);
  opacity:0.5;
}
.modalWindow
{
  border: solid 1px #606060;
  width:600px;
  background: #eee;
  padding: 16px 10px 10px 10px;
  text-align: center;
  z-index: 20;
}
.modalWindow ul
{
  list-style-type: none;
  width: 350px;
  margin-left: 200px;
}
.modalWindow ul li
{
  margin-bottom: 6px;
  text-align: left;
}
.modalWindow input[type=button]
{
  width:100px;
  margin:10px 250px 10px 250px;
}
