/* zero out for cross-browser consistency */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { 
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img { 
	border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
}

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: bold;
}

q:before, q:after {
	content: '';
}

abbr, acronym { 
	border: 0;
}

/* set defaults for regular html */

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	color: #313332;
	text-align: center; /*centre for ie5 */
	background: #fff;
}

body#popup {
    background: #fff;
    text-align: left;
} 

body#print {
    background: #fff;
    text-align: left;
} 

h1 {
	color: #313332;
	font-size: 16pt; 
	font-family: Arial, "Trebuchet MS", Verdana, Helvetica, sans-serif;
	margin: 0.66em 0;
	text-transform: uppercase;
}
	
h2 {
	color: #666;
	font-size: 13pt; 
	font-family: Arial, "Trebuchet MS", Verdana, Helvetica, sans-serif;
	margin: 0.66em 0;
}

h3 {
	color: #2c4892;
	font-size: 11pt; 
	font-family: Arial, "Trebuchet MS", Verdana, Helvetica, sans-serif;
	margin: 0.66em 0;
}

h4 {
	color: #000;
	font-size: 10pt; 
	font-family: Arial, "Trebuchet MS", Verdana, Helvetica, sans-serif;
	margin: 0.66em 0;
}

p {
	margin: 0.66em 0;
}

a:link {
	text-decoration: none; 
	color: #336699;
}

a:visited { 
	text-decoration: none; 
	color: #336699;
}

a:active { 
	text-decoration: none; 
	color: #336699;
}

a:hover { 
	text-decoration: underline; 
}

ul {
	margin: 8px 0 8px 16px;
	padding: 0;
}	

code {
  font-family: courier, monospace;
  background: #ccc;
}

form {
	margin: 0;
	padding: 0;
}

/* for clearing floating divs */

.clear {
	clear: both;
}

/* custom inline styles */

.alert {
	color: #c00; 
}

.hilite {
	background: #ff6;
}

.summary {
	margin-top: 4px;
	border: 1px solid #ddc; 
	background: #ffe;
	padding: 4px;
}	

.summary table {
	width: 100%;
}

.summary table td {
	vertical-align: top;
}

/* template and widget styles in top-down order */

#background {
	background: #d1dbdd;
	text-align: left; /* centre for compliant browsers*/
}

#container {
	margin: auto; 
	width: 940px; 
}

/* usuable content width is 924px */
#content {
	padding: 0;
	margin: 0;
	min-height: 400px; 
	height: auto !important; /* IE6 */
	height: 400px; /* IE6 */
}

/* userbar */

#userbar-wrap {
	height: 24px;
	background: #000;
}

#userbar {
	width: 940px;
	height: 24px;
	margin: auto;
	color: #fff;
}

#userbar a {
	color: #fff;
	text-decoration: none;
}

#userbar a:hover {
	text-decoration: underline;
}

#userbar #userbar-title {
	margin-top: 3px;
	width: 300px;
	float: left;
	font-weight: bold;
}

#userbar #userbar-links {
	margin-top: 3px;
	width: 600px;
	float: right;
	text-align: right;
}


/* navigation elements */

/* nav */

#nav-wrap {
	background: #fff;
	border-bottom: 4px solid #696867;
}

#nav {
	width: 940px;
	height: 39px;
	margin: auto;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	background: url(/images/nav-bg.gif) top left no-repeat; 
}

#nav #nav-logo-hyundai a {
	display: inline;
	float: left;
	width: 206px;
	height: 39px;
}

#nav #nav-logo-hyundai a h1 {
	display: none;
}

#nav #nav-logo-mccarrolls a {
	display: inline;
	float: right;
	width: 120px;
	height: 38px;
}

#nav #nav-logo-mccarrolls a h1 {
	display: none;
}

#nav h1 {
	margin: 0;
}

#nav ul {
	height: 39px;
	margin: 0 0 0 20px;
	padding: 0;
	display: inline;
	float: left;
} 

#nav ul li {
	list-style: none;
	float: left;
	display: inline;
	padding: 16px 0 0 0;	
	margin: 0;
}
			
#nav ul li a {
	width: 85px;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	text-decoration: none;
	font-weight: bold;
	color: #999;
	height: 12px;
}

#nav ul li a#home {
	width: 50px;
}

#nav ul li a#service_request {
	width: 60px;
}

#nav ul li a#preowned {
	width: 80px;
}

#nav ul li a#hyundai-news {
	width: 50px;
}

#nav ul li a#faqs {
	width: 50px;
}

#nav ul li a#about {
	width: 50px;
}

#nav ul li a.pipe {
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	text-decoration: none;
	font-weight: bold;
	color: #999;
	height: 12px;
	border-left: 1px solid #999;
}

#nav ul li.active a {
	color: #000;
}

#nav ul li a:hover {
	color: #000;
}

#nav ul li a span{
	display: block;
	margin: 0;
}

/* nav-showroom */

#nav-showroom-wrap {
	background: #e6e6e6;
	border: 1px solid #868686;
}

#nav-showroom {
	width: 940px;
	height: 16px;
	margin: auto;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
}

#nav-showroom h1 {
	margin: 0;
}

#nav-showroom ul {
	height: 16px;
	padding: 0;
	margin: auto;
	display: block;
	list-style: none;
} 

#nav-showroom ul li {
	width: 84px;
	height: 16px;
	padding: 0;	
	margin: 0;
	float: left;
	display: block;
	background: url(/images/showroom-tab.gif) no-repeat;
}

#nav-showroom ul li a {
	display: block;
	text-align: center;
	padding: 0;
	margin: 2px 0 0 0;
	text-decoration: none;
	color: #666;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

#nav-showroom ul li a.nav-showroom-active {
	color: #ff0000;
}

#nav-showroom ul li a:hover {
	color: #ff0000;
}

#nav-showroom ul li a span{
	display: block;
	margin: 0;
}


/* showroom interactive */
/* Home page */

#home-showroom-interactive-wrap {
	background:  url(/images/showroom-interactive-wrap-bg.jpg) top left repeat-x;

}

#home-showroom-interactive {
	width: 940px;
	height: 208px;
	margin: auto;
	display: block;
	background:white  url(/images/showroom-interactive-bg.jpg) top left repeat-x;
}

/* Inside page */

#showroom-interactive-wrap {
	background: url(/images/showroom-interactive-bg.jpg) top left repeat-x;
}

#showroom-interactive {
	width: 940px;
	height: 59px;
	margin: auto;
	background: url(/images/showroom-interactive-cars.jpg) top left no-repeat;
	border-bottom: 4px solid #2c4892;
}

#interactive {
	width: 940px;
	height: 59px;
	margin: auto;
	display: block;
}

/* sidenav */

#sidenav {
}

#sidenav ul {
	margin: 0;
	padding: 0;
	list-style: none;
} 

#sidenav ul li {
	list-style: none;
	display: block;
	padding: 0;	
	margin: 0;
}

#sidenav ul li a {
	display: block;
	width: 100%;
	height: 25px;
	text-decoration: none;
	color: #fff;
	background: #666;
	font-weight: bold;
}

#sidenav ul li a:hover {
	background: #333;
}

#sidenav ul li a span {
	display: block;
	padding: 4px 8px 0 16px;
}

#sidenav ul li#sidenav-active {
}

#sidenav ul li#sidenav-active a {
	background: #000;
}

#sidenav ul li#sidenav-active a:hover {
	background: #333;
}

#sidenav ul li#sidenav-expanded {
}

#sidenav ul li#sidenav-expanded a {
	background: #444;
}

#sidenav ul li#sidenav-expanded a:hover {
	background: #333;
}

#sidenav ul li#sidenav-expanded ul li a {
	background: #444;
}

#sidenav ul li#sidenav-active ul li a {
	background: #444;
}

#sidenav ul li ul li {
}

#sidenav ul li ul li a {
	font-size: 9pt;
	font-weight: normal;
}

#sidenav ul li ul li a span {
	padding-left: 24px;
}

#sidenav ul li ul li#sidenav-subpage-active {
}

#sidenav ul li ul li#sidenav-subpage-active a {
	font-size: 9pt;
	font-weight: normal;
	background: #000;
}


/* templates - keep structural elements namespaced and grouped together */

.inner {
	padding: 8px;
}

#home {
}

/* 924px into 4 column grid with 8px gap */

#home #home-main {
	float: left;
	width: 751px;
	display: inline; /* IE6 */
}

#home #home-main h1 {
	margin-top: 0;
}

#home #phone-numbers {
	width: 397px;
	height: 41px;
	margin: 16px 0 4px 0;
	background: url(/images/phone-numbers.png);
	float: left;
	display: inline; /* IE6 */
}

#home #home-hero {
	width: 397px;
	height: 232px;
/*	background: url(/images/home-hero-i45.jpg) center no-repeat; */
	background: url(/images/home-hero-coupon-may-2010.jpg) center no-repeat; 
	float: left;
	display: inline; /* IE6 */	
}

#home #home-hero a {
	display: block;
	width: 397px;
	height: 232px;
}


#home #home-content {
	width: 338px;
	margin-top: 8px;
	color: #2c4892;
	font-size: 10.5pt;
	float: right;
	display: inline; /* IE6 */
}

#home #home-content p {
	font-size: 12pt;
}

ul#home-buttons {
	list-style-type: none;
	padding: 0;
	margin: 12px 0 0 0;
	float: left;
	display: inline;
}

ul#home-buttons li {
	list-style-type: none;
	width: 246px;
	height: 75px;
	margin: 0 4px 0 0;
	float: left;
	display: inline;
}

ul#home-buttons li#home-buttons-service {
	background: url(/images/service-button.gif) top center no-repeat;
}

ul#home-buttons li#home-buttons-testdrive {
	background: url(/images/testdrive-button.gif) top center no-repeat;
}

ul#home-buttons li#home-buttons-enews {
	background: url(/images/enews-button.gif) top center no-repeat;
}

ul#home-buttons li#home-buttons-service a {
	width: 246px;
	height: 75px;
	display: block;
}

ul#home-buttons li#home-buttons-testdrive a {
	width: 246px;
	height: 75px;
	display: block;
}

ul#home-buttons li#home-buttons-enews a {
	width: 246px;
	height: 75px;
	display: block;
}

ul#home-buttons li span {
	display: none;
}

#home #home-sidebar {
	float: right;
	width: 180px;
	min-height: 400px;
	display: inline; /* IE6 */
	margin-top: 0;
}

#home-sidebar ul#home-buttons-sidebar {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#home-sidebar ul#home-buttons-sidebar li {
	margin: 0 0 5px 0;
}

#home-sidebar ul#home-buttons-sidebar li#home-buttons-preowned {
	background: url(/images/home-button-preowned.png) top center no-repeat;
}

#home-sidebar ul#home-buttons-sidebar li#home-buttons-safetynet {
	background: url(/images/home-button-safetynet.png) top center no-repeat;
}

#home-sidebar ul#home-buttons-sidebar li#home-buttons-number1 {
	background: url(/images/home-button-number1.png) top center no-repeat;
}

#home-sidebar ul#home-buttons-sidebar li#home-buttons-preowned a {
	width: 174px;
	height: 112px;
	display: block;
}

#home-sidebar ul#home-buttons-sidebar li#home-buttons-safetynet a {
	width: 174px;
	height: 112px;
	display: block;
}

#home-sidebar ul#home-buttons-sidebar li#home-buttons-number1 a {
	width: 174px;
	height: 145px;
	display: block;
}

#home-sidebar ul#home-buttons-sidebar li span {
	display: none;
}

/* Service Page */

#service-details {
	display: inline;
	float: left;
	width: 400px;
	margin: 0 0 0 4px;
}

#service-form {
	display: inline;
	float: right;
	width: 526px;
}

/* news latest?? */

#home #home-news {
}

#home #home-news h3 {
}

#home #home-news h3 a {
	color: #000;
}

#home #home-news img {
	float: right;
	margin: 0 0 4px 4px;
}

.news-index-detail {
}

.news-index-item h3 {
	margin: 0;
}

.news-index-item p {
	margin-top: 4px;
}

#home ul, #index ul, #page ul {
	list-style: disc;
}

#index {
	margin-top: 8px;
	margin-bottom: 8px;
}

#index #page-main {
}

#index #page-main a {
	font-weight: bold;
}

#index #page-sidebar {
	padding: 4px;
	-moz-border-radius: 4px; 
	background: #f6f6f6;
}

#page {
	margin-top: 8px;
}

#page-sidebar {
	width: 210px;
	float: left;
	display: inline;
} 

#page #page-menu {
	margin: 0;
	-moz-border-radius: 4px; 
	background: #f6f6f6;
	padding-top: 4px;
}

#page #page-menu a {
	color: #333;
}	

#page #page-menu h2 {
	color: #333;
	font-size: 10pt;
	font-weight: bold;
	padding: 4px;
	margin: 0 4px;
}	

#page #page-menu h2 a:link, #page #page-menu h2 a:visited {
	text-decoration: none;
	color: #333;
}	

#page #page-menu h2 a:hover {
	text-decoration: underline;
	color: #333;
}	

#page #page-menu ul {
	padding: 0;
	margin: 4px 8px;
	list-style-type: none;
} 

#page #page-menu li {
	margin: 0;
	padding: 0;
}

#page #page-menu li a {	
	color: #333;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 3px;
	-moz-border-radius: 4px;
	margin-right: 2px;
    position:relative; 
}

#page #page-menu li a:link, #page #page-menu li a:visited {
	color: #333;
	text-decoration: none;
}

#page #page-menu li a:hover {
	background: #fff;;
}

#page-main {
	width: 700px;
	float: right;
	display: inline;
	padding-bottom: 16px;
	background: #f6f6f6;
	-moz-border-radius: 4px; 
	padding: 8px;
	margin-bottom: 8px;
}

#page-main h1 {
}

#page-main p {
	margin-top: 0;
	padding-top: 0;
}

#page-main h1 a {
	color: #666;
}

#page-main a {
	font-weight: bold;
}

#page #page-main .page-image {
	margin: 0 8px;
}

#page #page-main .page-image img {
}

#page #page-main .page-image p {
}

#page #page-main .page-image a {
}

#contact {
}

#contact #page-sidebar {
	width: 310px;
	float: left;
	display: inline;
	padding: 4px;
	-moz-border-radius: 4px; 
	background: #f6f6f6;
}

#contact #page-main {
	width: 600px;
	float: right;
	display: inline;
}

.page-index {
}

.page-index-item {
	margin-top: 16px;
}

.page-index-image {
	width: 80px;
	height: 80px;
	float: left;
	margin-right: 16px;
}

.page-index-image img {
	border: 0;
}

.page-index-detail {
}

.page-index-item h3 {
	margin: 0;
}

.page-index-item p {
	margin-top: 4px;
}

/* general-use widgets */


.embedtv {
	margin: 8px;
}

/* /blog module-widget */

#blog {
	min-height: 300px;
}

#blog .blog-post-title {
	background: #fff url(/images/blog/blog-post-title.gif) top left no-repeat;
	width: 676px;
	height: 25px;
	margin-bottom: 0;
}

#blog .blog-post-title span {
	padding-left: 6px;
}

#blog .blog-post-title a:link, #blog .blog-post-title a:visited {
	color: #000;
	text-decoration: none;
}

#blog .blog-post-title a:hover {
	color: #00c;
	text-decoration: underline;
}

#blog .blog-post-meta {
	margin-top: 4px;
	font-size: 9pt;
	font-weight: bold;
	padding-left: 4px;
}

#blog .blog-post p {
	margin-left: 4px;
	margin-right: 4px;
}

#blog .blog-post-categories {
	text-align: center;
}

#blog #blog-sidebar {
	margin: 0;
	width: 240px;
	float: right;
}	

#blog #blog-sidebar-top {
	width: 240px;
	height: 4px;
	background-image: url(/images/blog/blog-sidebar-top.gif);
	background-position: top left;
	background-repeat: no-repeat;
	overflow: hidden; /* IE6 */
}	

#blog #blog-sidebar-bg {
	width: 240px;
	background-image: url(/images/blog/blog-sidebar-bg.gif);
	background-position: top left;
	background-repeat: repeat-y;
	margin: 0;
	border-bottom: 0px solid white;
}	

#blog #blog-sidebar-inner {
	margin: 0 8px;
	padding-top: 8px;
	padding-bottom: 8px;
}	

#blog #blog-sidebar-inner p {
	margin-bottom: 0; /* firefox collapsing margins */
}	

#blog #blog-sidebar-bottom {
	margin: 0;
	width: 240px;
	height: 7px;
	background-image: url(/images/blog/blog-sidebar-bottom.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#blog #blog-sidebar h2 {
	margin-top: 0;
	font-size: 10pt;
}	

#blog #blog-sidebar h2 a {
	color: #000;
}	

#blog #blog-sidebar h3 {
	font-size: 10pt;
}	

#blog #blog-sidebar h3 a {
	color: #000;
}	

#blog .blog-xml-link {
	text-align: center;
}

#blog #main {
	padding-bottom: 8px;
	width: 676px;
	float: left;
}

#blog #main h3#comments-title {
	font-size: 9pt;
	background: #f6f6f6;
	border-top: 1px solid #c9c9c9;
	padding: 2px 2px 2px 4px;
}

#blog .comment-top {
	margin-top: 1em;
	background: #fff url(/images/blog/comment-top.gif) top left no-repeat;
	width: 676px;
	height: 4px;
	overflow: hidden; 
}

#blog .comment {
	background: #fff url(/images/blog/comment-bg.gif) top left repeat-y;
	padding: 4px;
}

#blog .comment p {
	margin: 0 0 0 4px;
}

#blog .comment-meta {
	background: #fff url(/images/blog/comment-meta-bg.gif) top left no-repeat;
	padding: 4px;
	height: 24px;
}

#blog .comment-meta p {
	margin: 6px 0 0 48px;
}

/* /gallery module-widget (enabled if /gallery page attached to home) */

#gallery {
}

#gallery .gallery-item {
	width: 223px; /* 4 items across in 924px */
	float: left;
	text-align: center;
	margin: 4px;
}

#gallery .gallery-item .gallery-item-image {
	width: 223px;
	height: 190px;
	margin: 0 auto;
}

#gallery .gallery-item .gallery-item-image a {
	display: block;
	width: 225px;
	height: 190px;
}

#gallery .gallery-item .gallery-item-image a span {
	display: none;
}

#gallery .gallery-item h3 {
	text-align: center;
}

#gallery .gallery-item h3 a {
	color: #666;
}

#gallery p {
	text-align: center;
}

#gallery #simpleviewer {
}

/* page-gallery for Gallery page formatting (include/page_render) -
you will need to adjust sizes if page-main has different width to
default. */

#page-gallery {
	margin: 2px 0;
	padding: 6px 0;
	background: #000000;
}

#page-gallery #page-gallery-thumbnails {
	width: 168px;
	float: left;
	display: inline;
}

/* thumbs images are 70x50px max */
#page-gallery #page-gallery-thumbnails .page-gallery-thumbnail {
	width: 80px;
	padding: 0 0 30px 0;
	text-align: center;
	margin: 0 4px 4px 0;
	float: left;
}

#page-gallery #page-gallery-thumbnails .page-gallery-thumbnail img {
	border: 1px solid #fff;
	margin: auto;
}

#page-gallery #page-gallery-zoom {
	width: 520px;
	float: left;
	display: inline;
}

#page-gallery #page-gallery-zoom img {
	border: 2px solid #fff;
}

#page-gallery #page-gallery-zoom h3 {
	text-align: left;
}

#page-gallery #page-gallery-zoom p {
	text-align: left;
	color: #fff;
}

#page-gallery #page-gallery-zoom p span.page-gallery-title {
	font-weight: bold;
}

/* for text_parse_structured table of contents */

#page #toc {
}	

#page #toc ul {
}	

/* for text_parse_structured tables */

#page table.markup {
}

#page table.markup caption {
	background: #000;
	border: 1px solid #000;
	color: #fff;
	padding: 2px;
}

#page table.markup thead {
	background: #ffe;
	border: 1px solid #000;
	padding: 2px;
}

#page table.markup td {
	border: 1px solid #333;
	padding: 2px;
	vertical-align: top;
}

/* footer */

#footer-wrap {
	background: #fff;
	border-top: 4px solid #696867;
}

#footer {
	width: 940px;
	height: 84px;
	margin: auto;
	padding: 8px 0;
	text-align: center;
	background: url(/images/sydney-football.png) 0 8px no-repeat;
}

#footer p {
	text-align: right;
	font-size: 10px;
	text-transform: uppercase;
	color: #696867;
	font-weight: bold;
}

#footer a {
	color: #696867;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* web-app UI elements */
 
#controller {
	margin: 0 auto 4px auto;
	background: #f6f6f6;
	color: #000;
	padding: 6px;
	-moz-border-radius: 4px; 
}

#controller table {
	width: 100%;
}

#controller td {
	vertical-align: middle;
}

#controller h1 {
	color: #000;
	margin: 2px 0 0;
	font-size: 10pt;
}

#controller a {
	color: #000;
}

a.buttonitem {
	float: right;
	display: block;
	text-align: center;
	padding: 0;
	width: 110px;
	height: 22px; 
	background: url(/images/nav/button0.gif) right no-repeat;
	margin-left: 8px;
}

a:hover.buttonitem {
	background: url(/images/nav/button1.gif) right no-repeat;
}

a.additem {
	float: right;
	display: block;
	text-align: center;
	padding: 1px 8px 0 0;
	width: 102px;
	height: 21px; 
	background: url(/images/nav/additem0.gif) right no-repeat;
	margin-left: 8px;
}

a:hover.additem {
	background: url(/images/nav/additem1.gif) right no-repeat;
}

a.additemsm {
	float: right;
	display: block;
	text-align: center;
	padding: 1px 0 0 0;
	width: 20px;
	height: 21px; 
	background: url(/images/nav/additemsm0.gif) right no-repeat;
	margin-left: 8px;
}

a:hover.additemsm {
	background: url(/images/nav/additemsm1.gif) right no-repeat;
}

a.printitem {
	float: right;
	display: block;
	text-align: center;
	padding: 1px 8px 0 0;
	width: 102px;
	height: 21px; 
	background: url(/images/nav/print0.gif) right no-repeat;
	margin-left: 8px;
}

a:hover.printitem {
	background: url(/images/nav/print1.gif) right no-repeat;
}

#controller #print span {
	display: none;
}

#controller select {
}

#selector {
	border: 1px solid #ddd;
	background: #f6f6f6;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 4px;
}

#selector h1 {
	font-size: 10pt;
}

#selector a {
}

#selector table {
	width: 100%;
}

#selector table td {
	padding: 0;
}

#selector td.action {
	width: 60px;
	text-align: right;
	vertical-align: middle;
}

#selector td.action input.close {
	font-size: 8pt;
	width: 60px;      
	font-weight: bold;
}


table#title {
	width: 100%;
	background: #eee;
	-moz-border-radius: 4px;
	margin: 0 auto 4px 0;
}

table#title td {
	vertical-align: middle;
}

#title td.action {
	width: 60px;
	text-align: right;
	vertical-align: middle;
}

#title td.action input.close {
	font-size: 8pt;
	width: 60px;
	font-weight: bold;
}

table#title td form {
	margin-top: 3px;
}

table#title td h1 {
	font-size: 10pt;
	background: none;
	color: #000;
	margin: 8px;
}

table#title td h1 a {
	color: #000;
}

#heirachy {
	margin-top: 4px;
	margin-bottom: 4px;
	border-top: 1px solid #ddc; 
	border-bottom: 1px solid #ddc; 
	background: #ffe;
	padding: 2px;
	font-size: 9pt;
}	

/* dataset - for tabulated data */

.dataset {
	margin-top: 4px;
}

.dataset table {
	border-top: 1px solid #ddc; 
	border-bottom: 1px solid #ddc;
	width: 100%;
}

.dataset table td {
	vertical-align: top;
	padding: 2px;
}

.dataset thead {
	background: #ffe;
	border-bottom: 1px solid #ddc; 
}

.dataset td.thead {
	background: #ffe;
	border-bottom: 1px solid #ddc; 
}

.dataset td.odd {
	background: #fff;
}

.dataset td.even {
	background: #f6f6f6;
}

.dataset tfoot td {
	border-top: 1px solid #ddc; 
	background: #ffe;
}

.dataset tfoot td {
	padding: 2px;
}

/* formbox */

.formbox {
	background: #f6f6f6;
	-moz-border-radius: 4px; 
	padding: 4px;
}

.formbox h2 {
	background: #d1dbdd;
	color: #333;
	font-size: 10pt;
	font-weight: bold;
	padding: 4px 8px;
	margin-top: 0;
	-moz-border-radius: 4px; 
}	

.formbox h3 {
	margin-top: 4px;
}	

.formbox table {
	width: 100%;
}

.formbox td {
	vertical-align: top;
	padding: 4px;
}

.formbox thead {
	background: #ffe;
}

.formbox thead td {
	background: #ffe;
}

.formbox thead td {
	border-bottom: 1px solid #ddc; 
}

.formbox tfoot {
	background: #ffe;
}

.formbox tfoot td {
	background: #ffe;
}

.formbox tfoot td {
	border-top: 1px solid #ddc; 
}

.formbox textarea {
	font-size: 10pt;
}
