﻿/*
===========================
==Author:  single-free  
==Date:  2008-07-29
===========================
*/

body 
{  
	margin:0px;
	
}

#header
{
	height:25px;
  width:802px; 
  margin:0px auto; 
  background-color:#106192; 
  border-bottom:1px solid #000;
}

#header ul
{
	padding:0px; 
	margin:0px; 
	float:right; 
	padding-right:5px;
	border:0px;
}

#header_image
{
	height:97px;
	width:802px;
	margin:0px auto;
}

#header_navigate
{
    width:782px; 
    height:50px; 
    background-color:#1D5F8F; 
    margin:0px auto; 
    border-top:1px solid #000; 
    padding-left:20px;
}

#header_navigate_1
{
	margin:15px 30px 10px 30px; 
	height:25px; 
	float:left;
}

#header_navigate_2
{
	margin:15px 30px 10px 30px; 
	height:25px; 
	float:left;
}

#header_navigate a
{
	 font-size:18px; 
	 color:#fff; 
	 text-decoration:none;
}

#contentplaceholder
{
	height:100%;
	text-align:center;
	width:800px;
	min-height:550px;
	background:white;
	margin:0px auto;
	border-left:solid 1px gray;
	border-right:solid 1px gray;
}

#footer
{
  background-image:url(images/bg.GIF);
  width:800px;
  margin:0px auto;
  text-align:center;
  border-right: #000000 1px solid; 
  border-top: #000000 1px solid; 
  border-left: #000000 1px solid;
}

#footer table
{
	background-color:White;
	width:100%;
	height:100px;
	border:0px;
}

#footer .td
{
	width:130px;
	vertical-align:top;
}

#footer_copyright
{
	height:46px;
	margin:0 auto;
}

#footer_copyright img
{
	border:0px;
}

.h12 {
	font-size: 16px;
	line-height: 30px;
}
	
.tableline {
	border: 1px solid #034F73;
}
.nestedTable { border-right:solid 1px #dfeefb;border-bottom:solid 1px #dfeefb;width:100%; }
.payStatusTitle {color:Red;}

