/* 
	$Id: gbtPrint.css 6784 2008-06-25 08:14:36Z peterfarrell $
	Author: Peter J. Farrell (pfarrell@greatbiztools.com)
	Notes:
*/
/* GENERICS
---------------*/
body {
background: #FFF;
font: 0.9em/1.5em Arial, Helvetica, sans-serif;
}

h1 { font-size: 140%; }
h2 { font-size: 130%; }
h3 { font-size: 115%; }
h4, h5, h6 {
font-size: 100%;
font-weight: bold;
}

p { margin: 0.25em 0 1em 0; }

img {
margin: 0;
padding: 0;
border: 0;
}

a {
text-decoration: underline;
color: #000;
}

address {
font-style: normal;
}

fieldset { border: none; }

.small { font-size: 0.9em; }
.center { text-align: center; }
.red { color: #FF0000; }
.right { float: right; }

/* PRINT STYLES
---------------*/
#skipLinks, #header, #sidebar, #pods { display: none; }

#content {
position: relative;
width: auto;
}

#cph {
width: 600px;
border: 1px solid #000;
margin-bottom: 6px;
}

#cph h1 {
margin: 0;
padding: 0;
}

#cph img {
display: block;
width:600px;
height: auto;
}

#checkoutProgress {
border: 1px solid #D0D0D0;
width: 600px;
height:40px;
margin-bottom: 6px;
}

#checkoutProgress img {
display: block;
float: left;
}

#mainContent {
clear: both;
}

#mainContent table {
margin: 0.25em 0 1em 0;
width: 100%;
clear: right;
}

#mainContent table.flow {
width: auto;
clear: none;
}

#mainContent table tr { vertical-align: top; }
#mainContent table td {
padding: 0.25em;
vertical-align: top;
}
#mainContent table p { margin: 0; }

#mainContent table .title {
background: #E5ECFF url(/img/css/bk_navbar.jpg) top repeat-x;
border: none;
border-top: 3px solid #809FFF;
}

#mainContent table h1, #mainContent table h3, #mainContent table h4 { margin: 0; }

#mainContent table .title h1, #mainContent table .title h3, #mainContent table .title h4 { color: #00248F; }

#mainContent table .shade { background-color: #F5F5F5; }

#mainContent ul.none { list-style-type: none; list-style-image: none; }
#mainContent ul.buttons { list-style-type: none; list-style-image: none; }

#mainContent .box {
border: 1px solid #D0D0D0;
background: #FFF url(/img/box_bk.jpg) bottom left repeat-x;
padding: 6px;
margin-bottom: 6px;
}

#mainContent .box table { margin: 0;}

#mainContent .box p { margin-bottom: 0.5em;}

#footer h3 { display: none; }

#footerlinks ul li.copyright {
	display: block;
	list-style: none;
	font-size: 0.9em;
}

#footerlinks ul li.copyright a { text-decoration: none; }

#footerlinks ul li {
	display: none;
}