/*  
	PetCareInsurance.com 
	Universal CSS

*/


/* Main Colour Scheme

color:#840017; - maroon
color:#999966; - olive
color:#B2B28C; - olive (75%)
color:#CCCCB2; - olive (50%)
color:#E0E0D1; - olive (30%)
color:#F5F5F0; - olive (10%)
color:#000000; - black
color:#CCCCCC; - grey pale
color:#999999; - grey
color:#FFFFFF; - white
color:#FF3300; - scarlet red

 */
 

/* ---------  HTML TAGS  ---------------------- */ 


html
{
	width: 100%;
	height: 100%;
}

body{
	width: 100%;
	height: 100%;
	font-family: arial, helvetica, sans-serif, sans;
	font-size:9pt;
	font-style:normal;
	color: #000000;
	line-height: 1.3em;	
	margin: 0px;
	padding: 0px;
	background: url(../images/bg_body.jpg) repeat-x top left;
/*	text-align:center; */
}

a{	
	font-family: arial, helvetica, sans-serif, sans;
	color: #840017;
	text-decoration: underline;
}
a:link, a:visited {
	color: #840017;
	text-decoration: underline;
}
a:hover{
	color: #840017;
	text-decoration: underline;
}

a.hotbtn {
	display:block;
	width:auto;
	height:auto;
	border:1px #FFFFFF solid;
}
a.hotbtn:hover{
	border:1px #840017 solid;
}


a.back2top {
	font-size:8pt;
}

p {
	margin-top:0.5em;
	margin-bottom:1em;
}


h1{
	font-family: arial, helvetica, sans-serif, sans;
	font-size: 1.6em;
	color: #840017;
	font-weight: bold;
	letter-spacing:-0.05em;
	margin-top:0.5em;
	margin-bottom:0.5em;

}

h2{
	font-family: arial, helvetica, sans-serif, sans;
	font-size: 1.5em;
	color: #840017;
	font-weight: bold;
	letter-spacing:-0.05em;
	margin-top:0.3em;
	margin-bottom:0.4em;
}

h3{
	font-family: arial, helvetica, sans-serif, sans;
	font-size: 1.3em;
	color:#840017;
	font-weight: bold;
	margin-top:0.5em;
	margin-bottom:0.5em;

}

h4{
	font-family: arial, helvetica, sans-serif, sans;
	font-size: 1.1em;
	font-weight:bold;
	color:#840017;
	margin-top:1em;
	margin-bottom:0.3em;

}

h5{
	font-family: arial, helvetica, sans-serif, sans;
	font-size: 1em;
	font-weight:bold;
	color:#000000;
	margin-top:1em;
	margin-bottom:0.2em;

}

ul{
	list-style-type: disc;
	padding-left:1.5em;
	margin-left:0;
}

ol{
	padding-left:1.5em;
	margin-left:0;
}

ol li {
	padding-bottom:1em;
}


ul ul{
	list-style-type: square;
}

ul ul ul{
	list-style-type: none;
}

label{
	font-family: arial, helvetica, sans-serif, sans;
	font-size: 8pt;
	color: #999999;
}

img {
	border:0;
}



/* ---------  TEXT  ---------------------- */ 

.text_black { color:#000000;}
.text_maroon { color:#840017;}
.text_olive { color:#999966;}
.text_olive75 { color:#B2B28C;}
.text_olive50 { color:#CCCCB2;}
.text_olive30 { color:#E0E0D1;}
.text_olive10 { color:#F5F5F0;}
.text_grey { color:#999999;}
.text_greypale { color:#CCCCCC;}
.text_white { color:#FFFFFF;}
.text_scarlet {color:#FF3300;}

.text_big { font-size:11pt; line-height:1.2em;}
.text_middle { font-size:9pt; line-height:1em;}
.text_small { font-size:8pt; line-height:1em;}

.text_bold {font-weight:bold}

.price_premium {
	background-color:#840017;
	color:#FFFFFF;
	padding:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight:bold;
}
.price_fee {
	background-color:#999966;
	color:#FFFFFF;
	padding:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight:bold;
}



em {
	font-style:normal;
	color:#840017;
}
strong {
	font-weight:bolder;
	font-style:normal;
}
abbr {
	text-transform:capitalize;
}
cite {
	font-style:oblique;
	font-size:0.9em;
}


/* ---------  BG COLOURS  ---------------------- */ 
.bg_black { background-color:#000000;}
.bg_maroon { background-color:#840017;}
.bg_olive { background-color:#999966;}
.bg_olive75 {background-color:#B2B28C;}
.bg_olive50 { background-color:#CCCCB2;}
.bg_olive30 { background-color:#E0E0D1;}
.bg_olive10 { background-color:#F5F5F0;}
.bg_grey { background-color:#999999;}
.bg_greypale { background-color:#CCCCCC;}
.bg_white { background-color:#FFFFFF;}
.bg_scarlet {background-color:#FF3300;}



/* ---------  BORDER COLOURS  ---------------------- */ 
.border_black { border:#000000 1px solid;} 
.border_maroon { border:#840017 1px solid;}
.border_olive { border:#999966 1px solid;}
.border_olive75 {border:#B2B28C 1px solid;}
.border_olive50 { border:#CCCCB2 1px solid;}
.border_grey { border:#999999 1px solid;}
.border_greypale { border:#CCCCCC 1px solid;}
.border_white { border:#FFFFFF 1px solid;}
.border_scarlet { border:#FF3300 1px solid;}

/* ---------  INTERFACE IMAGES ID  ---------------------- */ 

img#blockHeadImg {
	width:150px;
	height:auto;
	overflow:hidden;
}

img#headProgram {
	width:180px;
	height:auto;
	overflow:hidden;
}




/* ---------  ALIGNMENT  ---------------------- */ 

.left { display:block; float:left; }

.right { display:block; float:right; }

.clearboth {
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	margin: 0px;
	padding:0px;
	clear: both;
	border: 0px;
}
.spacer_v1 {
	clear:both;
	height:1px;
	overflow:hidden;
}
.spacer_v2 {
	clear:both;
	height:2px;
	overflow:hidden;
}
.spacer_v3 {
	clear:both;
	height:3px;
	overflow:hidden;
}
.spacer_v3 {
clear:both;
height:4px;
overflow:hidden;
}
.spacer_v5 {
clear:both;
height:5px;
overflow:hidden;
}
.spacer_v10 {
clear:both;
height:10px;
overflow:hidden;
}
.spacer_v20 {
clear:both;
height:20px;
overflow:hidden;
}
.spacer_v30 {
clear:both;
height:30px;
overflow:hidden;
}
.hLine{
clear:both;
height:1px;
background:url(../images/1px.gif) repeat;
overflow:hidden;
}


/* -------  MAIN LAYOUT BLOCKS  ---------------------- */

#viewport{
	display:table;
/*	position:static; */
	top:0px;
/*	height:100%; */
	width:940px; 
	padding:0px;
	border-left:#CCCCB2 solid 1px;
	border-right:#CCCCB2 solid 1px;
	background-color:#FFFFFF;
	text-align: left;
/*	overflow:auto; */
	margin:0 30px;
}

#header{
	display:block;
	margin:0;
	padding:10px;
	width: 100%;
}

#footer {
	clear:both;
	text-align:left;
	margin-top:20px;
	padding:10px;
	font-size: 8pt;
	font-family: arial, helvetica, sans-serif;
	color: #999999;
	line-height:1em;
}

#navBar{
	display:block;
	margin: 15px 10px 10px 15px;
}
#content{
	display:block;
	margin: 15px 15px 10px 10px;
}



/* -------  TOP NAVIGAION MENU  ---------------------- */

#topnav {
	display:block;
/*	white-space:nowrap;  */
	background-color:#840017;
/*	text-align:right; */
	margin:0;
	padding:3px;
	border-bottom:3px #E0E0D1 solid;
}
ul#topnavlist
{
	margin:0;
	list-style-type:none;
}
#topnavlist li
{
	display: inline;

}


#topnavlist a
{
	background: transparent url(../images/topmenu_paw.gif) left center no-repeat;
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	color: #ffffff;
	padding-right:10px;
	padding-left:12px;
	display: inline;
}
#topnavlist a:link, #topnavlist a:visited
{
	text-decoration: none;
}
#topnavlist a:hover
{
	text-decoration: none;
	background: transparent url(../images/topmenu_paw_a.gif) left center no-repeat;
}


img#flag{
	padding:0px 5px 0px 0px;	
	
}



/* -------  DROP-DOWN TOP MENU  ---------------------- */

#nav {
z-index:999999;
line-height:1em;
}

#nav, #nav ul {
	float: right; 
	list-style: none;
	background: #840017;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#nav a {
	display: block;
	color: #FFFFFF;
	padding: 0.25em 1em 0.25em 0;
	text-decoration: underline;
	margin:0;
}

#nav img{
	display:inline;
}


#nav a:link, #nav a:visited, #nav a:active{
	text-decoration: none;
}

#nav a:hover{
	text-decoration: underline;
}



#nav li ul a {
	padding: 0.5em 0em;
}






#nav a.daddy {
	background: transparent url(../images/topmenu_paw.gif) right center no-repeat;
}

#nav li {
	float: left; 
	padding: 0 0.5em;
	margin:0;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto; 
	border: solid #E0E0D1 1px;
	padding: 0.5em;
	width:14em;

}


#nav li ul li{
	float:none;
	text-align:left;
	padding: 0; margin:0;
}


#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;

}

#nav li:hover, #nav li.sfhover {
	/* background-color:#FF0000; */
	
}

/* -------  end of DROP-DOWN TOP MENU  ---------------------- */







/* -------  BOTTOM NAVIGAION MENU  ---------------------- */


#footer img {
float: left;
padding-right:10px;
padding-bottom:10px;
}
#searchform{
margin:0px;
white-space:nowrap;
}
#footer p {
margin:5px 0px;
}
#footer input {
margin:0px;
}
#bottomnav {
clear:both;
white-space:nowrap;
margin:0;
}
ul#bottomnav {
margin:0;
padding:0;
white-space:nowrap;
}
#bottomnav li {
display: inline;
list-style-type: none;
}
#bottomnav a {
font-family: arial, helvetica, sans-serif;
font-size: 8pt;
color: #840017;
padding-right:0.5em;
}


/* ------- COMMON IDS  ---------------------- */
img#toplogo{
margin: 0px 0px 10px 10px;
}
select#country {
	display:compact; 
	font-size:8pt;
	margin:0 2px 0 5px;
}
input#searchfor {
	display:compact; 
	font-size:8pt;
	margin:0 2px 0 5px;
}


/* -------  CONTENT BLOCK ITEMS  --------------- */

.block_1of4{
	float: left;
	margin: 0;
	width: 23%;
}

.block_1of3 {
	width:33.3%; 
	float:left;
	margin: 0;
}

.block_1of2 {
	margin: 0px;
	width:48%;
	float:left;
}

.block_1of1 {
	margin: 0;
	width:100%;
	float:left;
}



/* ------------ Chart --------------------- */
.chart {
	background-color: #FFFFFF;
	color: #000000;
	padding:5px;
	display:block;
	text-align:left;
}

.chart p{
	margin:0.5em 0;
}
.chart_hd {
	background: url(../images/petcare_tl_white.gif) no-repeat 0px 0px;
	margin-right:8px; /* space for right corner */
	margin-bottom:0;
}
.chart_hd_c {
	background: url(../images/petcare_tr_white.gif) no-repeat right 0px;
	margin-left:8px;
	margin-right:-8px; /* pull right corner back over "empty" space */
	font-size:1px; /* ensure minimum height */
	height:8px;
	margin-bottom:0;
}

.chart_body {
	margin: 0px;
	border-left:1px #000000 solid;
	border-right:1px #000000 solid;
	display:block;
}

.chart_ft {
	background: url(../images/petcare_bl_white.gif) no-repeat 0px 0px;
	margin-right:8px; /* space for right corner */
}
.chart_ft_c {
 background: url(../images/petcare_br_white.gif) no-repeat right 0px;
 margin-left:8px;
 margin-right:-8px; /* pull right corner back over "empty" space */
 font-size:1px; /* ensure minimum height */
 height:10px;
}

.chart .price {
	background-color:#840017;
	color:#FFFFFF;
	padding:2px;
/*	margin:10px; */
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight:bold;
/*	border: 1px dotted #FFFFFF; */
}
.chart_body  table {
	background-color:#FFFFFF;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	width:99%;
	
}
.chart_body table thead td, .chart_body table thead th{
	border-bottom:1px solid #000000;
	border-left:0;
	border-right:0;
	font-weight:normal;
	font-size:0.9em;
	background-color:#FFFFFF;
	background:url(../images/charthead_bg.gif) repeat-x left bottom;
	margin:0px;
	padding:2px;
}

.chart_body  table tfoot td {
	border:0px;
	font-weight:normal;
	font-size:0.9em;
}

.chart_body table td{
	border-bottom:1px solid #CCCCCC; 
	border-right:1px solid #CCCCCC;  
	padding:3px;
}

.chart_body  table caption {
	border:0;
	font-size:9pt;
	color:#000000;
	font-weight:bold;
	text-align:center;
	padding:3px 0px;
	background-color:#FFFFFF;
	border-bottom:#CCCCCC solid 1px;
	vertical-align:top;
}

.ProgramInfoShort table td{
	border:0;
}

.ProgramInfoShort ul{
	margin:0 10px;

}
.ProgramInfoShort ul li{
	line-height:1em;
	margin: 0.4em 0;
}
.ProgramInfoShort a{
	font-size:8pt;
	color: #840017;
}
.ProgramInfoShort table {
	width:99%; 
}


/* end - chart */


/* ---------------- FAQs (expandable options)------------------- */
dl.faq {
	list-style:outside;

}

dl.faq dt{
	color:#840017; 
/*	color:#000000; */
	font-weight:bold;
	font-size:9pt;
	cursor:pointer;
	margin:2em 0;
	
}
dl.faq dt em{
	color:#000000;
	font-weight:normal;
	font-size:8pt;
	cursor:pointer;
}



dl.faq img{
	width:auto;
	height:auto;
	border:0;
	margin-right:0.5em;
}
dl.faq dd{
	margin:0;
	padding:0em 1.5em;
	padding-top:0;
	padding-bottom:2em;
}




/* ------------ SUBMENU --------------------- */
.submenu {
	display:block;
	width:180px;
	background-color: #FFFFFF;
	color: #000000;
	text-align:left;
}

.submenu_hd {
	background: url(../images/petcare_tl_red.gif) no-repeat 0px 0px;
	margin-right:8px; /* space for right corner */
	margin-bottom:0;
}
.submenu_hd_c {
	background: url(../images/petcare_tr_red.gif) no-repeat right 0px;
	margin-left:8px;
	margin-right:-8px; /* pull right corner back over "empty" space */
	font-size:1px; /* ensure minimum height */
	height:8px;
	margin-bottom:0;
}

.submenu_header {
	margin: 0px;
	background-color:#840017;
	color:#FFFFFF;
	font-weight:bold;
	padding:0px 5px 3px 10px;
	display:block;
}

.submenu_body {
	margin: 0px;
	padding:5px;
	background-color:#F5F5F0;
/*	background-image:url(../images/submenu_bg.jpg); 
	border-left:1px #999999 solid;
	border-right:1px #999999 solid;
*/
	display:block;
}

.submenu_ft {
	background: url(../images/petcare_bl_olive10.gif) no-repeat 0px 0px;
	margin-right:8px; /* space for right corner */
}
.submenu_ft_c {
 background: url(../images/petcare_br_olive10.gif) no-repeat right 0px;
 margin-left:8px;
 margin-right:-8px; /* pull right corner back over "empty" space */
 font-size:1px; /* ensure minimum height */
 height:10px;
}

.submenu ul
{
text-align: left;
margin:0px 0px 10px 0px;
list-style-type: none;
padding:0;
list-style-image:none;
}
.submenu ul li
{
margin:5px;
}

.submenu ul li a
{	
	display:block;
	background: transparent url(../images/list-off.gif) left center no-repeat;
	padding-left: 10px;
	text-align: left;
	font-size:9pt;
	text-decoration:none;
	color:#840017;
}

.submenu ul li a:link
{
	text-decoration:none;
}
.submenu ul li a:visited
{
	text-decoration:none;
}


.submenu ul li a:hover
{
background: transparent url(../images/list-on.gif) left center no-repeat;
}
.submenu ul li a#current
{
background: transparent url(../images/list-active.gif) left center no-repeat;
}



/* end - submenu */


/* ------------ MENU HOT--------------------- */
.hotmenu {
	display:block;
	width:180px;
	background-color: #FFFFFF;
	color: #000000;
	text-align:left;
}

.hotmenu a{
	color:#FFFFFF;
}

.hotmenu a:link{
	color:#FFFFFF;
	text-decoration:none;
}
.hotmenu a:visited{
	color:#FFFFFF;
	text-decoration:none;
}
.hotmenu a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}


.hotmenu_hd {
	background: url(../images/petcare_tl_olive.gif) no-repeat 0px 0px;
	margin-right:8px; /* space for right corner */
	margin-bottom:0;
}
.hotmenu_hd_c {
	background: url(../images/petcare_tr_olive.gif) no-repeat right 0px;
	margin-left:8px;
	margin-right:-8px; /* pull right corner back over "empty" space */
	font-size:1px; /* ensure minimum height */
	height:8px;
	margin-bottom:0;
}

.hotmenu_header {
	margin: 0px;
	background-color:#999966;
	color:#FFFFFF;
	font-weight:bold;
	padding:0px 5px 3px 10px;
	display:block;
}

.hotmenu_body {
	margin: 0px;
	padding:5px;
	background-color:#840017;
	display:block;
	color:#FFFFFF;
}

.hotmenu_ft {
	background: url(../images/petcare_bl_red.gif) no-repeat 0px 0px;
	margin-right:8px; /* space for right corner */
}
.hotmenu_ft_c {
 background: url(../images/petcare_br_red.gif) no-repeat right 0px;
 margin-left:8px;
 margin-right:-8px; /* pull right corner back over "empty" space */
 font-size:1px; /* ensure minimum height */
 height:10px;
}


/* ------------ POLL spot--------------------- */
.poll {
	display:block;
	width:180px;
	background-color: #FFFFFF;
	color: #000000;
	text-align:left;
}

.poll a{
	color:#FFFFFF;
}

.poll a:link{
	color:#FFFFFF;
	text-decoration:none;
}
.poll a:visited{
	color:#FFFFFF;
	text-decoration:none;
}
.poll a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}


.poll_hd {
	background: url(../images/petcare_tl_olive.gif) no-repeat 0px 0px;
	margin-right:8px; /* space for right corner */
	margin-bottom:0;
}
.poll_hd_c {
	background: url(../images/petcare_tr_olive.gif) no-repeat right 0px;
	margin-left:8px;
	margin-right:-8px; /* pull right corner back over "empty" space */
	font-size:1px; /* ensure minimum height */
	height:8px;
	margin-bottom:0;
}

.poll_header {
	margin: 0px;
	background-color:#999966;
	color:#FFFFFF;
	font-weight:bold;
	padding:0px 5px 3px 10px;
	display:block;
}

.poll_body {
	display:block;
	margin: 0px;	
	padding:5px;
    background-color:#B2B28C; 
   	color:#FFFFFF;
	text-align:left;
}

.poll_ft {
	background: url(../images/petcare_bl_olive.gif) no-repeat 0px 0px;
	margin-right:8px; /* space for right corner */
}
.poll_ft_c {
 background: url(../images/petcare_br_olive.gif) no-repeat right 0px;
 margin-left:8px;
 margin-right:-8px; /* pull right corner back over "empty" space */
 font-size:1px; /* ensure minimum height */
 height:10px;
}









/* -----------  MISC CLASSES -------------------------- */



#depthpath {
	padding: 0;
	margin: 0;
	min-height: 10px;
	white-space: nowrap;

	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
	font-size:8pt;
}

#depthpath a{ 
	color:#999999;
	text-decoration:none;
}

#depthpath a:hover{ 
	color:#840017;
}


#depthpath li:last-child a
{
	font-weight: bold;
}
#depthpath li.last-child a 
{
	font-weight: bold;
}
/*Safari is being over zealous so */
#depthpath li:not(:last-child) a
{
	font-weight: normal;
}
#depthpath li .space
{
	font-weight: normal;
}


.path li {
	display:inline;
	list-style-type: none;
}

/*
.path li a:after {
	content: "/";
	color: #999999;
	margin-left: 1ex;
	margin-right: 1ex;
	font-weight: normal;
}
*/

div#wizard {
	z-index:10000;
}


/* ----------------  FORMS  ----------------------  */

input.button_grey {
display:inline !important;
padding:3px 10px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 8pt;
color:#7D0D00;
text-align:center;
text-decoration:none;
white-space:nowrap;
vertical-align:middle;
width:auto;
height:auto;
border:1px solid #7D0D00;
background:url(../images/btn_bg_grey.gif) repeat-x 0px 10px;
overflow:visible;
}

a.SmallButtonLink {
display:inline !important;
padding:1px 3px;
width:120px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 8pt;
color:#7D0D00;
text-align:center;
text-decoration:none;
white-space:nowrap;
vertical-align:middle;
width:auto;
height:1.2em;
border:1px solid #CCCCCC;
background:url(../images/btn_bg_grey.gif) repeat-x 0px 0px;
overflow:visible;
}

a.SmallButtonLink:link, a.SmallButtonLink:visited, a.SmallButtonLink:visited {
	text-decoration:none;
}



a.SmallButtonLinkHot {
display:inline !important;
padding:1px 5px;
margin-right:5px;
width:120px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 8pt;
color:#FFFFFF;
text-align:center;
text-decoration:none;
white-space:nowrap;
vertical-align:middle;
width:auto;
height:1.2em;
border:1px solid #CCCCCC;
background:url(../images/btn_bg_red.gif) repeat-x 5px 0px;
overflow:visible;
}
a.SmallButtonLinkHot:link, a.SmallButtonLinkHot:visited, a.SmallButtonLinkHot:visited {
	text-decoration:none;
	color:#FFFFFF;
}



a.ButtonLink {
display:inline !important;
padding:3px 10px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 8pt;
color:#7D0D00;
text-align:center;
text-decoration:none;
white-space:nowrap;
vertical-align:middle;
width:auto;
height:2em;
border:1px solid #CCCCCC;
background:url(../images/btn_bg_grey.gif) repeat-x 0px 0px;
overflow:visible;
}

a.ButtonLink:link, a.ButtonLink:visited, a.ButtonLink:visited {
	text-decoration:none;
}



/* ------------ ENROLLMENT FORMS ---------------- */
.chartEnrollSummary {
}
.chartEnrollSummary table {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
/*	width:100%; */
	border:#CCCCCC solid 3px;
	
}

.chartEnrollSummary table tr#odd{
	background-color:#F5F5F0;
}

.chartEnrollSummary table tr#even{
	background-color:#E0E0D1;

}

.chartEnrollSummary table td{
	padding:5px;
	margin:0px;
}

.chartEnrollSummary table td#line{

	border-bottom:#CCCCCC solid 1px;
}


.chartEnrollSummary table thead td, .chartEnrollSummary table thead th{
	font-weight:bold;
	font-size:0.9em;
	background-color:#FFFFFF;
	background:url(../images/charthead_bg.gif) repeat-x left bottom;
	margin:0px;
	padding:5px;
	border-bottom:#CCCCCC solid 1px;
}

.EnrollTotal{
	display:block;
	float:right;
}

.EnrollDiscountSummary{
	display:block;
	float:left;
	margin-right:100px;
}

.PaymentSummary{
	display:block;
	float:left;
	margin-right:10px;
}

.PaymentInfo{
	display:block;
	margin:0px 20px;
}


.PaymentInfo table {
	border:#CCCCCC 3px solid;
	background-color:#E0E0D1;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;

}

.PaymentInfo table thead td{
	font-weight:bold;
	font-size:0.9em;
	color:#FFFFFF;
	background-color:#840017;;
	margin:0px;
	padding:5px;
	border-bottom:#CCCCCC solid 1px;
}

.PaymentInfo table td{
	padding:5px;
	margin:0px;
}







