﻿.TitleFont
{
	font-size: 14pt;
	color: #165ba0;
	font-family: Verdana;
	text-decoration: underline;
}

.ButtonsBig
{ 
    padding-top:2px;
    padding-bottom:2px;
    font-weight: normal;
    color: #165ba0;
    background-color: #b9cde2;	
    border-top: #ffffff 1px solid;
    border-left: #ffffff 1px solid;
    border-bottom: #000000 1px solid;
    border-right: #000000 1px solid;
    cursor: hand;
    margin: 1;
} 
.ButtonsSmall
{ 
    padding-top:2px;
    padding-bottom:2px;
    font-size: x-small;
    color: #165ba0;
    background-color: #b9cde2;	
    border-top: #ffffff 1px solid;
    border-left: #ffffff 1px solid;
    border-bottom: #000000 1px solid;
    border-right: #000000 1px solid;
    cursor: hand;
    margin: 1;
    height: 22px;
	vertical-align: middle;
} 
 .ButtonsNormal
{ 
    padding-top:0px;
    padding-left:0px;
    padding-bottom:0px;
    padding-right:0px;
    font-weight: normal;
    color: black;
    background-color: #b9cde2;	
    border-top: #ffffff 1px solid;
    border-left: #ffffff 1px solid;
    border-bottom: #000000 1px solid;
    border-right: #000000 1px solid;
    cursor: hand;
    margin: 1;
}
tr.methodSubTotal 
{
	background: #ddd;
} 
tr.methodSubTotal td
{
	font-weight: bold;
}
tr.channelSubTotal 
{
	background: #ddd;
} 
tr.channelSubTotal td
{
	font-weight: bold;
}
tr.feeTotal 
{
	background: #ddd;
} 
tr.feeTotal td
{
	font-weight: bold;
}
.required
{
	color: firebrick;
}
.panel
{
	border: solid 1px buttonshadow;
}
.panel th.panelHeader
{
 background: url("images/bgHeader.jpg") top left repeat-x;
  height: 25px;
  line-height: 25px;
  font-weight: bold;
  width: 100%;
  margin: 0px;
}
.panel th
{
	text-align: left;
}
.panel th.panelHeader .panelHeaderText
{
	padding-left: 10px;
}
.panel th.panelHeader .panelHeaderWarning
{
    font-size: 7pt;
    color: firebrick;
}
#container
{
    width: 100%;
    margin: 0 auto;
    text-align: left;
}

.contentPanel td
{
	padding: 4px;
	border-top: solid 1px #d3d3d3;
	border-right: solid 1px #d3d3d3;
	border-collapse: collapse;
}
.contentPanel td table td
{
	border: none;
}
.label
{
	text-align: right;
}
.data
{
	text-align: left;
}

.errormessage
{
	display: block;
	color: #B22222;
	font-weight: bold;
	font-size: 11px;
}
.validationSummary h4
{
	font-size: 14px;
}
.validationSummary
{
	display: block;
	color: #B22222;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}
.selectedNavItem
{
	 background-color: #778899; 
	 color: #fff;
}
.subnavigation
{
	margin-bottom: 20px;
}
.feelabel
{
	font-style: italic;
	font-weight: bold;
	color: #035096;
}
#confirmationText
{
	font-size: 10px;
    line-height: 12px;
	padding: 5px;
}
#termsAndConditions
{
     font-size: 10px;
    line-height: 12px;
	padding: 5px;
	height: 100%;
	overflow: visible;
}
