/* CSS Document */

body {
	background: #fff url(images/background2.gif) repeat-y top left;
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	color: #9D637B;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active {
	color: #634;
	text-decoration: none;
	font-weight: bold;
}

#container {
	background-color: #000;
	margin: 0;
	padding: 0;
	width: 860px;
}

#header {
	background: url(images/leg_float.jpg) no-repeat 0px 0px;
	width: auto;
	height: auto;
	padding-left: 180px;
	padding-top: 20px;
	text-align: center;
	height: 340px;
}

#toolbar {
	border-top: 1px solid #9D637B;
	padding-top: 6px;
	width: 860px;
	height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}
#toolbar .items {
	width: 230px;
	border: 1px solid #9D637B;
	padding-left: 25px;
	background-color: #9d537b;
}
#toolbar a {
	display: block;
	line-height: 20px;
}
#toolbar a:link , #toolbar a:visited {
	color: #000;
}
#toolbar a:hover, #toolbar a:active {
	color: #ffffff;
}

#content {
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	width: 600px;
	color: #000000;
	margin: -100px 0 0 12px;
	background-color: #000000;
	border-top: 1px solid #9D637B;
}
* html #content {
	position: relative;
	top: -100px;
	display: inline;
}

#content_right {
	float: left;
	margin: 0;
	padding: 0;
	width: 225px;
}

#footer {
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	width: 860px;
	color: #999999;
	border-top: 1px solid #9D637B;
	margin-top: 12px;
	padding-top: 12px;
}

.title {
	font-size: 16px;
	font-weight: bold;
	margin: 6px;
	margin-top: 12px;
	color: #634;
}

p {
	margin-left: 8px;
	margin-right: 8px;
}

.box, .box_body, .box_head, .box_head h2 { 
	background: transparent url(images/menubg_plain.gif) no-repeat bottom right;
	font-family: Arial, Helvetica, sans-serif;
} 

.box { 
	width: 230px !important; /* intended total box width - padding-right(next) */ 
	width: 230px; /* IE Win = width - padding */ 
	padding-right: 8px; /* the gap on the right edge of the image (not content padding) */ 
	margin: 5px; /* use to position the box */ 
} 

/* set the top-right image */ 
.box_head { 
	background-position: top right; 
	margin-right: -8px; /* pull the right image over on top of border */ 
	padding-right: 25px; /* right-image-gap + right-inside padding */ 
} 

/* set the top-left image */ 
.box_head h2 { 
	background-position: top left; 
	margin: 0; /* reset main site styles*/ 
	border: 0; /* ditto */ 
	padding: 10px 0 5px 20px; /* padding-left = image gap + interior padding ... no padding-right */ 
	height: auto !important; height: 1%; /* IE Holly Hack */ 
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
}

/* set the lower-left corner image */ 
.box_body { 
	background-position: bottom left; 
	margin-right: 15px; /* interior-padding right */ 
	padding: 2px 0 15px 20px; /* mirror .box_head right/left */ 
	font-size: 12px;
}
.box_content {
	margin: 0 auto;
	padding: 1px 0 1px 10px;
	border: 1px solid #aaa;
}

.whitebox, .whitebox_body, .whitebox_head, .whitebox_head h2 { 
	background: transparent url(images/cardbg_plain.gif) no-repeat bottom right;
	font-family: Arial, Helvetica, sans-serif;
} 

.whitebox { 
	width: 575px !important; /* intended total box width - padding-right(next) */ 
	width: 575px; /* IE Win = width - padding */ 
	padding-right: 8px; /* the gap on the right edge of the image (not content padding) */ 
	margin: 5px; /* use to position the box */ 
} 

/* set the top-right image */ 
.whitebox_head { 
	background-position: top right; 
	margin-right: -8px; /* pull the right image over on top of border */ 
	padding-right: 25px; /* right-image-gap + right-inside padding */ 
} 

/* set the top-left image */ 
.whitebox_head h2 { 
	background-position: top left; 
	margin: 0; /* reset main site styles*/ 
	border: 0; /* ditto */ 
	padding: 10px 0 5px 20px; /* padding-left = image gap + interior padding ... no padding-right */ 
	height: auto !important; height: 1%; /* IE Holly Hack */ 
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
}

/* set the lower-left corner image */ 
.whitebox_body { 
	background-position: bottom left; 
	margin-right: 15px; /* interior-padding right */ 
	padding: 2px 0 15px 20px; /* mirror .whitebox_head right/left */ 
	font-size: 12px;
}
.whitebox_content {
	margin: 0 auto;
	padding: 1px 0 1px 10px;
	border: 1px solid #aaa;
}

#verticaltabs {
	float: left;
	width: 135px;
	border: 1px solid #9D637B;
	margin-top: 15px;
}
#verticaltabs a {
	display: block;
	line-height: 35px;
	padding-left: 5px;
}
#verticaltabs a:link, #verticaltabs a:visited {
	color: #660033;
}
#verticaltabs a:hover, #verticaltabs a:active {
	color: #FFFFFF;
	background-color: #9D637B;
}
#verticaltabs a.showing {
	font-style: italic;
	color: #000000;
	background-color: #9D637B;
}

.popout {
	margin-left: 145px;
	padding: 5px 5px 10px 5px;
}

#boundary {
}

td.quantityCol {
	text-align: right;
}
tr.totalsRow {
	font-weight: bold;
	background-color:#99FF99;
}
input.text {
	border: 1px solid black;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
}

.formlabel {
	width: 80px;
	display: block;
	float: left;
	margin-top: 2px;
}