/* -------------------------------------------------------------- 
   * RESET default browser CSS
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
	outline: 0px;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0px;
}

body {
	line-height: 1.5;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

ol li, ul li {
	list-style: none;
}

.frame {
	padding: 10px 0 15px 15px;	
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0px;
}


/* --------------------------------------------------------------  
   SITE COLORS (HERE FOR EASY EDITING)
-------------------------------------------------------------- */
/* body background image extends sidebar column the height of the main content */
#body {
	background: #fff url(../images/column_bg_final.gif) repeat-y; /* for blue background, use column_bg.gif */
}

#header {
	background:#3F7F86 url(../images/banner_bg.gif) left bottom repeat-x; /* for blue background use #008ac4 */
}

#sidebar {
	background-color: #186F92; /* for blue background use #008ac4 */
}

/* leftnav */
.leftnav {
	border-right: 1px solid #41546d; /* for blue background use #41546d */
}

/* this is the sliver to the left of butrons */
.leftnav li {
	background: #2b5e4f; /* for blue background use #07668e */
	border-top: 1px solid #bed9d1; /* for blue background use #97acc8 */
	border-bottom: 1px solid #40546d; /* for blue background use #41546d */
}

/* color of the button */
.leftnav li a {
	background: #3F7F86; /* for blue background use #008ac4 */
}

.leftnav li a:hover {
	background: #5e9a89; /* for blue background use #4b9dc0 */
}

/* color of section title buttons such as home, information, downloads. it's red or yellow or other different color */
.leftnav li.active {
	background: #f7b512; /* with blue backgorund use yellow #f7b512 */
}

.leftnav li.active a {
	background: #2b5e4f; /* for blue background use #07668e */
}

.leftnav li.active a:hover {
	background:#386e5e; /* for blue background use #044865 */
}


/* body background image extends sidebar column the height of the main content */
#body {
	background: #fff url(../images/column_bg_final.gif) repeat-y; /* for blue background, use column_bg.gif */
}

#header {
	background:#90ABC6 url(../images/banner_bg.gif) left bottom repeat-x; /* for blue background use #008ac4 */
}

#sidebar {
	background-color: #186F92; /* for blue background use #008ac4 */
}

/* leftnav */
.leftnav {
	border-right: 1px solid #41546d; /* for blue background use #41546d */
}

/* this is the sliver to the left of butrons */
.leftnav li {
	background: #04597D; /* for blue background use #07668e */
	border-top: 1px solid #97acc8; /* for blue background use #97acc8 */
	border-bottom: 1px solid #41546d; /* for blue background use #41546d */
}

/* color of the button */
.leftnav li a {
	background: #186F92; /* for blue background use #008ac4 */
}

.leftnav li a:hover {
	background: #4b9dc0; /* for blue background use #4b9dc0 */
}

/* color of section title buttons such as home, information, downloads. it's red or yellow or other different color */
.leftnav li.active {
	background: #f7b512; /* with blue backgorund use yellow #f7b512 */
}

.leftnav li.active a {
	background: #04597D; /* for blue background use #07668e */
}

.leftnav li.active a:hover {
	background:#044865; /* for blue background use #044865 */
}



/* --------------------------------------------------------------  
   TYPOGRAPHY
-------------------------------------------------------------- */

body {
	color: #333;
	font: 10px Arial, "Helvetica Neue", Helvetica, sans-serif;
}


p, li, h1, h2, h3, h4, h5, h6 {
	margin: 0 15px 0 15px;
	padding-bottom: .5em;
}


h1 {
	padding: 0;
	margin: 0;
}

p {
	padding-bottom: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

h2 {
	font-size: 2em;
	padding-bottom: 1em;
	margin-top: 10px;
}

h2.alt {
	font-size: 1.8em;
}

.pagetitle {
	clear: left;
}

h3 {
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 1em;
}

h4 {
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 1em;
}

h5 {
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 10px;
}

h6 {
	font-size: 1em;
	font-weight: bold;
}

ol, ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

ul li {
	list-style: disc;
	margin-left: 30px;
}

ol li {
	list-style: decimal;
	margin-left: 30px;
}

p, li {
	font-size: 1.2em;
	line-height: 1.5;
}

img {
	margin: 15px;
}

p img {
	float: left;
	margin: 5px 15px 5px 0px;
	padding: 0px 0px 0px 0px;
	display: inline;
}

img.top {
	margin-top: 0px;
}

a {
	color: #255ca5;
}

a:hover {
	text-decoration: none;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}


/* Header 
--------------------------------------------------------*/
#header {
	width: 100%;
	padding-bottom: 3px;
}

#header img {
	margin: 0;
}

h1 img {
	margin: 0;
}

.pathlogo img {
	margin: 0;
	display: block
	}

/* breadcrumbs */

.breadcrumbs {
	font-weight: bold;
	font-size: 1.1em;
	float: left;
	margin-top: 10px;
	display: inline;
}

.breadcrumbs, .breadcrumbs a {
	color: #888888;
}
.breadcrumbs a {
	text-decoration: none;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}

/* steps */
.steps {
	font-weight: bold;
	font-size: 1em;
	margin-top: 0;
	padding-bottom: 0;
}

.steps, .steps a {
	color: #000;
}

.steps span {
	padding-right: 10px;
}
.steps a {
	text-decoration: none;
}
.steps a:hover {
	text-decoration: underline;
}

.steps .current {
	font-size: 1.1em;
}


/* -------------------------------------------------------------- 
  Layout & global aesthtics 
-------------------------------------------------------------- */

html, body {
	height: 100%;
}

#container {
}

#body {
	min-width: 776px;
}


/* Default Layout: three columns, more info on the left, main content in the middle, and sidebar on the right
--------------------------------------------------------*/

#content {
	margin-left: 168px;
	padding-bottom: 15px;
	float: left;
	min-height: 500px;
	min-width: 70%; /* this is so Safari shrinkwrap the content inside */
}


#sidebar {
	width: 168px;
	position: absolute;
	top: 74px;
	left: 0px;
}

#sidebar p {
	color: #fff;
}

#sidebar p a {
	color: #fff;
	text-decoration: underline;
}

#sidebar p a:hover {
	text-decoration: none;
}

/* leftnav */
.leftnav {
	margin-bottom: 10px;
}

.leftnav li {
	list-style-type: none;
	margin: 0;
	padding-bottom: 0;
	padding-left: 8px;
	font-weight: bold;
	line-height: normal;
}

.leftnav li a {
	display: block;
	color: #fff;
	padding: 3px 0 3px 6px;
	text-decoration: none;
}

.leftnav li a:hover {
	text-decoration: none;
}


/* Footer 
--------------------------------------------------------*/
#footer {
	color: #8a8a8a;
	line-height: 17px;
	clear: both;
	background: #fff;
	margin-left: 168px;
	text-transform: uppercase;
	font-weight: bold;
}

#footer p {
	border-top: 2px solid #8a8a8a;
	padding-top: 10px;
	font-size: 1.1em;
	margin-left: 13px;
}

#footer a {
	color: #8a8a8a;
	padding-right: 20px;
	text-decoration: none;
}

#footer a {
	text-decoration: none;
}


/* home page */
.flash {
	margin: 15px;
}

/* page elements: boxes, tables */
.box {
	margin-left: 10px;
	background: #f4f4f4 url(../images/drop_shadows.gif) left top repeat-y;
	width: 610px;
	float: left;
	display: inline;
	margin-top: 10px;
}

.box p {
	padding-top: 5px;
	padding-bottom: 5px;
}

.box .bottom, table .bottom {
	background: #fff url(../images/light_shade.gif) repeat-x;
	height: 4px;
	margin: 0 2px 0 3px;
}

.box h2 {
	background: url(../images/box_top.gif) no-repeat;
	margin: 0;
	padding: 12px  15px  5px  15px;
}

.box .divider {
	border-bottom: 1px solid #333;
	margin: 0 15px;
}

.box form, .box ul {
	background: url(../images/gradient.jpg) 140px 0 no-repeat;
	float: left;
	display: inline;
	width: 580px;
	margin: 5px 15px 0px 15px;
	overflow: hidden;
}

.box ul {
	background-position: 160px 0;
}

.box form ul {
	background: none;
	margin: 0;
}

.box ul li {
	float: left;
	width: 100%; 
}

/* wider box for left nav */
.largebox {
	background: #f4f4f4 url(../images/drop_shadows_large.gif) left top repeat-y;
	width: 710px;
}

.largebox form {
	width: 680px;
	background: none;
}

.largebox h2 {
	background: url(../images/box_top_large.gif) no-repeat;
}

.largebox fieldset {
    padding-top: 10px;
}

.largebox label {
	float:none;
	text-align:left;
	padding-bottom: 10px;
	margin-right: 0px;
	margin-left: 10px;
}

.largebox label.first {
	padding-left: 0;
	margin-left: 0;
	background: none;
}

.largebox input.smalltext2 {
	margin-right: 0px;
}

.largebox p.label img {
	float: right; 
	margin: 0;
	margin-top: -20px;
}

.largebox p.label {
	float: left; 
	width: 187px;
	display: inline;
	margin-right: 0;
	margin-bottom: -10px;
	font-weight: bold;
}

.box ul li span {
	float: left;
	width: 200px; 
	padding-top: 2px;
	text-align: right;
}

.box ul li span.label {
	width: 151px;
	font-weight: bold;
	margin-right: 20px;
	display: inline;
}

.box form ul li span.label {
	width: 136px;
}

.box ul li span.info {
	text-align: left;
}

.box li {
	border-bottom: 1px solid #ffffff;
	margin-top: 6px;
	min-height: 32px;
	list-style-type: none;
	margin-left: 0;
}

.box li img {
	margin: 0;
	padding: 0;
}

.box form p {
	margin-left: 0px;
}

.required {
	color: #8d1b03;
	font-weight: bold;
	padding-bottom: 0px;
}
p.required {
	font-size: 1em;
}

.error {
	color: #8d1b03;
	font-size: .9em;
	position: absolute; 
	left: 150px;
	top: 25px;
	width: 200px;
	text-align: left;
	display: none;
}

.box fieldset.submit {
	padding: 15px 0 15px 150px;
	width: 430px;
}

.box fieldset.verification li {
	border-bottom: none;
	margin-top: 6px;
	min-height: 1px;
	padding: 0;
}

* html .box fieldset.verification li {
	height: 1px;
}

.box .graphic {
	margin-left: 170px;
	font-size: 1em;
}

.smallbox  {
	width: 330px;
}

.smallbox form {
	margin:0 4px 0 4px;
	background-position: 95px 0;
	width: 322px;
	border-top: 2px solid #e1e1e1;
	border-bottom: 2px solid #e1e1e1;
	padding-top: 10px;
}

.smallbox label {
	width: 90px;
}

.smallbox li {
	margin-top: 10px;
	border: none;
	min-height: 10px;
	padding-bottom: 0;
}

.smallbox form p.note {
	margin-left: 105px;
	clear: none;
}

.smallbox fieldset.submit {
	width: auto;
	padding: 0 0 10px 220px;
	margin-top: -20px;
	
}


.highlight {
	background:#9ab1ca url(../images/gradient_2.gif) repeat-x;
	width: 250px;
	color: #fff;
	font-size: 1.1em;
	margin: 10px 0 10px 25px; 
}

.highlight h3 {
	background: url(../images/round_top.gif) no-repeat;
	margin: 0; 
	padding-left: 15px;
	padding-top: 15px;
	font-size: 1.7em;
	font-weight: bold;
}

.highlight h4 {
	font-weight: bold;
	margin-top: 10px;
}

.highlight li {
	margin-left: 25px;
	margin-right: 10px;
}

.highlight .last {
	background: url(../images/round_bottom.gif) left bottom no-repeat;
	margin: 0;
}

.highlight .last img {
	position: relative;
	left: 90px;
	margin-bottom: 15px;
	margin-top: 5px;
}



/* =Forms
-------------------------------------------------------- */
form {
	color: #333;
}

#bodyform {
	min-height: 130px;
	margin-bottom: 10px;
}

form h3 {
	border-bottom: 1px solid #333;
	margin: 25px 0  10px 0;
}

form h3.subtitle {
	border-top: 1px solid #333;
	padding: 15px 0 0 0;
	margin: 25px 0  0px 0;
	border-bottom: none;
}

fieldset {
	float: left;
	width: 100%;
}

form ol {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

form ol li {
	list-style: none;
	margin: 0px;
	padding-bottom: 10px;
	float: left;
	clear: both;
	width: 100%;
}

label {
	float: left;
	text-align: right;
	width: 136px; 
	margin-right: 12px;
	padding-top: 2px;
	position: relative;
}

input.text, select, textarea {
	border: 1px solid #e6e6e6;
	background: #fff;
	width: 200px;
	margin-right: 6px;
}

input.text, select {
	height: 1.7em;
}

input.smalltext {
	width: 50px;
}

input.mediumtext {
	width: 80px;
}

input.smalltext2 {
	width: 32px;
	margin-right: 5px;
	text-align: center;
}
	
table input.smalltext2 {
	margin-top: 5px
	}


select.smallselect {
	width: 60px;
}

select.altselect {
	width: auto;
}

input.text:focus, select:focus, textarea:focus {
	border: 1px solid #9c9c9c;
	background: #f4f4f4;
}

fieldset.submit {
	padding: 15px;
}

input.submit {
	border: none;
	margin-right: 10px;
}

input.checkbox {
	float: left;
	margin-left: 154px;
}

.billing {
	margin-top: -25px;
	margin-bottom: 10px;
	float: left;
}

label.checkbox {
	float: left;
	width: auto;
}

label.checkbox2 {
	float: none;
	width: auto;
}

li.noline {
	border-bottom: none;
}

fieldset.radio {
	margin-left: 15px;
	margin-top: 10px;
	float: none;
	display: block;
	width: auto;
}

fieldset.radio .label {
	width: 150px;
	font-weight: bold;
	margin-right: 20px;
	float: left;
	text-align: right;
}

fieldset.offset {
	padding-left: 210px;
	width: auto;

}

fieldset.radio ol {
	float: left;
}

fieldset.radio2 ol {
	float: left;
	width: 150px;
	display: inline;
}


fieldset.radio ol li {
	height: 10px;
}

form p.note {
	margin-left: 150px;
	clear: both;
}

form li.note {
	position: relative; 
}

form li p {
	font-size: .9em;
}

/*form li.note p {
	position: absolute; 
	top: 0;
	left: 370px;
	font-size: .9em;
	padding-top: 3px;
}*/

form li.note p {
	margin-top: -37px;
	
	padding: 12px 0 0 0;
	margin-bottom: 0;
	margin-left: 370px;
	font-size: .9em;
	}

.terms {
	width: 70%;
	min-width: 665px;
	margin-left: 15px;
}

.terms textarea {
	width: 100%;
	height: 300px;
	padding: 10px;
	font-size: 1em;
}

/* login form */
.loginbox {
	background: url(../images/left_shade.gif) left top repeat-y;
	float: right;
	width: 310px;
	margin-left: 0;
	margin-bottom: 10px;
	padding-left: 5px;
	display: inline;
}

.loginbox form {
	background: url(../images/gradient_sm.jpg) 75px top no-repeat;
	color: #333;
	font-size: .9em;
	padding-top: 10px;
}

.loginbox li {
	padding-bottom: 6px;
}

.loginbox label {
	width: 70px; 
	font-weight: bold;
	padding-top: 3px;
	
}

.loginbox input.text {
	width: 140px;
	height: auto;
}

.loginbox fieldset {
	float: left;
	width: 235px;
	background: none;

}

.loginbox fieldset.submit {
	width: 70px;
	background: none;
	position: relative; 
	top: 28px;
	padding: 0;
}

.loginbox input.submit {
	margin-right: 0;
}

.loginbox form p.note {
	margin: 0;
	padding-left: 68px;
	line-height: normal;
	border-bottom: 2px solid #eee;
}

.loginbox form p.note a {
	padding-left: 15px;
	text-decoration: underline;
}

.loginbox form p.note a:hover {
	text-decoration: none;

}

.loginlink {
	float: right;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 10px;
}

/*.loginlink {
	position: relative; 
	top: 10px;
	text-align: right;
	width: 80%;
	max-width: 765px;
}*/


.loginlink a {
	text-decoration: underline;
}

.loginlink a:hover {
	text-decoration: none;
}


/* sorting form */
.sortingform {
	margin-left: 15px;
	font-size: 1.2em;
}

.sortingform label {
	float: none;
	display: block;
	width: auto;
	text-align: left;
	font-weight: bold;
	padding-bottom: 5px;
}

.sortingform select {
	float: none;
	margin-bottom: 10px;
}

.sortingform .column {
	width: auto;
	margin-right: 15px;
	margin-bottom: 10px;
}

.sortingform .submit {
	margin-top: 20px;
}


/* table */
table
{
	border-collapse:collapse;
	width:95%;
	max-width: 780px;
	margin: 10px 0 15px 10px;
	text-align: center;
	background:#dedfdf;
	font-size: 1.2em;
	clear: both;
}

.caption {
	padding-bottom: 0px;
}

.smalltable {
	max-width: 620px;
}

.largetable {
	max-width: 780px;
}

.smalltable table {
	width: 615px;
}

table img {
	margin: 0;
	vertical-align: bottom}

th {
	vertical-align: middle;
	background:#006187; 
	color: #fff; 
	font-weight:bold; 
	padding: 0.7em 0.5em; 	
}
th a {
	color: #fff; 
}

td {
	padding: 0 0.2em 0 0.5em;
	height: 34px;
	vertical-align: middle;
}

tr.odd td {
	background: #eee;
}

.align, .align td, .align th {
	text-align: left;
}

.valign, .valign td {
	vertical-align: top;
	padding-top: 5px;
}

.valign tfoot td {
	padding-top: 0px;
}

.first {
	text-align: left;
	background: url(../images/left_shade.gif) left top repeat-y;
	padding-left: 1em;
}

th.first {
	background:#006187 url(../images/left_shade.gif) left top repeat-y; 
}

tr.odd td.first {
	background: #eee url(../images/left_shade.gif) left top repeat-y;;
}

.last {
	background:  url(../images/right_shade.gif) right top repeat-y;
	padding-right: 5px;
}

th.last {
	background:#006187 url(../images/right_shade.gif) right top repeat-y; 
}

tr.odd td.last {
	background: #eee url(../images/right_shade.gif) right top repeat-y;
}

tfoot td {
	padding: 0;
	margin:0;
	background-color: #fff;
	height: 0;
}


#middle {
	background-color:#81c3df;
}


.colcontain {
	width: 50%;
	min-width: 665px;	
}

.column {
	float:left;
	width: 50%;
}



/* column of links */

.linklist {
	margin-top: 5px;
	float: left;
	width: auto;
	margin-right: 50px;

}

.linklist li {
	list-style-type: none;
	margin-left: 25px;
	line-height: normal;
	line-height: 1.6;
	text-indent: -10px
}

.linklist li.heading {
	text-indent: 0px;
	font-weight: bold;
	margin-top: 10px;
}

.sitemaplist {
	width: 200px;
}

.sitemaplist li {
text-indent: 0px;
background: url(../images/bullet.gif) no-repeat left 2px;
padding-left: 20px;
}

.sitemaplist li.heading {
background: none;
padding-left: 0;
}

/* pop up */
#popup #container {
	width: 300px;
	border: 1px solid #666;
}

/* paging */
.paging {
	text-align: right;
	padding-right: 20px;
}


/* full fare card page */



.cardinfo {
	background: url(../images/gradient.jpg) 170px 0 no-repeat;
	float: left;
	display: inline;
	width: 580px;
	margin: 0px 15px 0px 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	display: inline;

}

.cardinfo .divider {
	border-bottom: 1px solid #fff;
	margin: 0;
	clear: both;
}

.visual {
	float: left;
	width:170px;
}

.visual img {
	margin: 15px 9px 15px 3px;
}

.explanation {
	float: left;
	width: 380px;
}

.box form.purchaseform {
	background: none;
	display: block;
	width: 410px;
	margin: 0;
	overflow: visible;
}

.box form.purchaseform ol {
	width: 45%;
	float: left
}

.purchaseform li {
	border: none;
	padding: 0;
	margin: 0 0 0 10px;
	display: inline;
}

.purchaseform fieldset.radio .label, .purchaseform fieldset.radio label {
	float:none;
	font-weight:bold;
	text-align:left;
	width:auto;
	padding-bottom: 10px;
}

.purchaseform input.submit {
	margin-top: 15px;
}

/* web account */
.change {
	font-size: 95%;
	margin: 0;}

.selections {
	border-bottom: 1px solid #fff;
}

fieldset.noline {
	border-bottom: none;
}

fieldset.noline li {
	border-bottom: none;
}

.selections li {
	min-height: 10px;
}

.selections p.label {
	float: left;
	width: 136px;
	text-align: right;
	display: inline;
	position: relative;
}

.selections ol {
	float: left;
	width: 400px;
}

.selections2 ol {
	float: left;
	width: 160px;
}

.selections input {
	float: left;
}

ol.simplelist {
	margin-left: 15px;
}

ol.simplelist li {
	list-style: decimal;
	margin: 0;
	padding: 0;
	margin-left: 25px;
	border: none;
	min-height: 0.5em;
	display: list-item;
	vertical-align: top;
	
}


/* Misc classes and elements
-------------------------------------------------------------- */
.clear {
	clear: both;
}

.hide {
	display: none;
}

.sortingform label.hide {
	display: none;
}

/*form .hide {
	display: block;
	text-indent: -9999px !important;
	text-align: left;
	width: auto;
	margin: 0;
	padding: 0;
}*/

.noshow {
	visibility: hidden;
}

.top {
	margin-top: 0px;
	padding-top: 0px;
}

.bottom {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.right {
	float: right;
}

.left {
	float: left;
}

.small {
	font-size: 95%;
}

.day {
	width: 120px;
	display: -moz-inline-box;
}

.warning {
	color: red;
	font-weight: bold;
}

.offset {
	padding-left: 50px;
}

a.offset {
	padding-left: 120px;
}

/* right align checkout buttons */
.checkout  {
	width: 100%;
}

.checkout p, .checkout img {
	float: left;
}

.checkout img {
	float: left;
	margin-top: 0;
	margin-bottom: 0;
}

.checkout .submit {
	float: right;
	margin-right: 0;
}

.checkout .buttontext {
	text-align: center;
	width: 130px;
	margin-right: 10px;
	float: right;
	font-size: 1em;
	}
	
.checkout .buttontext .submit {
	float: none;
	}
	
.checkout .buttontext p {
	float: none;
	margin: 0;
	}

/* end right align checkout buttons */

.padding {
	padding-top: 10px;
}

.topbutton, .box p.topbutton {
	float: right;
	padding: 0;
	margin-top: -32px;
	display: inline;
}

.topbutton img {
	margin: 0;
}

.address, .ccinfo {
	margin-top: .5em;
	line-height: 1.6em;
	font-size: 1.3em;
}

.superscript {
	vertical-align: super;
	font-size: 75%;
}

.nopad {
	padding-bottom: 0;
}

.divider {
	border-bottom: 2px solid #ccc;
	margin: 20px 15px;
}

.buttons img {
	margin-right: 50px;
	margin-bottom: 20px;
}

.spacing {
	letter-spacing: 2px;
}

.timestamp {
	font-weight: normal;
	padding-left: 20px;
}

.largebox {
    background: #f4f4f4 url(../images/drop_shadows_large.gif) left top 
repeat-y;
    width: 710px;
}

.largebox form {
    width: 680px;
    background: none;
}

.largebox h2 {
    background: url(../images/box_top_large.gif) no-repeat;
}

.largebox fieldset {
    padding-top: 10px;
}

.largebox label {
    float:none;
    text-align:left;
    padding-bottom: 10px;
    margin-right: 0px;
    margin-left: 10px;
}

.largebox label.first {
    padding-left: 0;
    margin-left: 0;
    background: none;
}


.largebox input.text {
    margin-right: 0px;
	padding: 0;
	text-align: left;
}

.largebox input.smalltext2 {
    margin-right: 0px;
	width: 32px;
}


.largebox p.label img {
    float: right;
    margin: 0;
    margin-top: -20px;
}

.largebox p.label {
    float: left;
    width: 215px;
    display: inline;
    margin-right: 0;
    margin-bottom: -10px;
    font-weight: bold;
}

/* sang - need it for adding cards to account */
.tbody_show { display: table-row_group; }
.tbody_hide { display: none; }


.errorBlock {
	border: solid 1px #000;
	margin-left: 10px;
	width: 620px;
	padding: 10px;
	background-color: #FF0000;
}


.messagesBlock {
	border: solid 1px #000;
	margin-left: 15px;
	width: 620px;
	padding: 10px;
	background-color:#FFFF66;
}


.errorBlock {
	border: solid 1px #000;
	margin-left: 10px;
	width: 620px;
	padding: 10px;
	background-color: #FF0000;
}


.messagesBlock {
	border: solid 1px #000;
	margin-left: 15px;
	width: 620px;
	padding: 10px;
	background-color:#FFFF66;
}

.extra {
	height:50px;
}


.breadcrumbswithright {
	font-weight: bold;
	font-size: 1.1em;
	float: left;
	margin-top: 10px;
	margin-left: 190px;
	display: inline;
}

.error_show {
	color: #8d1b03;
	font-size: .9em;
	position: absolute; 
	left: 150px;
	top: 25px;
	width: 250px;
	text-align: left;
}

.errorItem {
	color: #000;
	font-weight:bold;
	font-size: 12px;
}
.errorHeader {
	font-weight:bold;
	font-size: 14px;
	padding-bottom:5px
}

/* little fix for register/card.jsp */
.box input.smalltext2 {
	width: 32px;
	margin-right: 5px;
	text-align: left;
}

/* scroll */
div.scroll {
	height: 227px;
	overflow: auto;
	width: 806px;
}

div.scroll table {
	width: 99%;
}
