﻿html
{
    background-color:#dbdbdb;
    font-family:Tahoma, serif;
}
body 
{
    text-align:left;
    margin: 7px 75px 7px 75px;
}
center{padding:15px;}
table, th, td{border-width:0px;}
td{padding:5px;}

fieldset{padding:20px;}
#hd
{
    margin: 0 auto 10px auto;
}
a
{
    color:#424242;
    text-decoration:none;
}
a:hover
{
    color: #333333;
    text-decoration: underline;
}
#ft
{
    font-size:85%;
    text-align:center;
}
.centerHeader
{
    margin-left:auto;
    margin-right:auto;
}

.login
{
    border-style:none;
    border-width:0px;
}

.minContent
{
    height:540px;
    text-align:center;
}
.spaceLabel,.spaceText,.spaceCheckbox,.spaceButton
{
    margin:10px;
}

.subTitle
{
    font-size: 0.8em;
    color: #333333;
    font-weight: bold;
}

.TopGroup
{
  z-index:99;
  position:relative;
}

.DefaultTab 
{
  color:#dbdbdb; 
  background-image: url(../images/tab_bg.gif);
  background-color:silver;
  font-family:Verdana; 
  font-size:10px; 
  font-weight: bold;
  cursor:pointer;
}

.DefaultTabHover 
{
  color:#dbdbdb; 
  background-image: url(../images/hover_tab_bg.gif);
  font-family:Verdana; 
  font-size:10px; 
  font-weight: bold;
  text-decoration: underline;
  cursor:pointer;
}

.SelectedTab 
{
  color:#dbdbdb; 
  background-image: url(../images/selected_tab_bg.gif);
  font-family:Verdana; 
  font-size:10px; 
  font-weight: bold;
  cursor:default;
}

.MultiPage
{
  background-color:White;
  border: 1px solid #919B9C;
  width:100%;
  padding:10px;
  z-index:98;
}
.PageContent
{
	width:100%;
}
.padded
{
    padding:20px;
 }
 
 #docWide
 {
     width:146.15em;
     *width:142.54em;
 }
 
 #customerRegistration p
 {
     text-align:right;
     padding-right:10px;
     padding-top:4px;
 }
 .spiffy{display:block}
.spiffy *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#FFF}
.spiffy1
{
    background-position: #dbdbdb;
    margin-left: 3px;
    margin-right: 3px;
    padding-left: 1px;
    padding-right: 1px;
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    background: #dbdbdb;
    border-right-color: #dbdbdb;
    border-left-color: #dbdbdb;
}
.spiffy2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #dbdbdb;
  border-right:1px solid #dbdbdb;
  background:#dbdbdb}
.spiffy3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #dbdbdb;
  border-right:1px solid #dbdbdb;}
.spiffy4{
  border-left:1px solid #dbdbdb;
  border-right:1px solid #dbdbdb}
.spiffy5{
  border-left:1px solid #dbdbdb;
  border-right:1px solid #dbdbdb}
.spiffyfg{
  background:#FFF;padding:15px;}
.alert {
	background: #fff6bf url(../images/alarm.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	}
	.warn {
	background: #fff6bf url(../images/sign_warning.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	}
