/**
* File:		screen.css
* Author: 		Matt Skelton	
* Date:		September 18, 2008	: Created
*			January 21, 2009		: Updated
* Description:	This CSS file is used to style content to IE7/8, and Gecko browsers. A seperate style should should be used for IE6.
*/

@charset "utf-8";
/*
color palette:
#333366	// Purple
#ff6600 	// Orange
#e6efef	// Pale Blue
*/

/*======================================================================================================================*/
/*===================================================Site Wide Config====================================================*/
/*======================================================================================================================*/

/*===================================HTML Elements===================================*/
*
{
	margin: 0px; 
	padding: 0px;
}

html 
{ 
/*	background : url(null) fixed no-repeat;  */
}


body,
table
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

table.errorTable {
	margin: 1px;
	font-size: 12px;
	border-width: 1px;
	border-style: solid;
	border-color: blue;
	border-collapse: separate;
	background-color: white;
}
table.errorTable th {
	border-width: 1px;
	font-size: 12px;
	padding-left:8px;
	padding-right:8px;
	border-style: solid;
	border-color: blue;
	background-color: white;
}
table.errorTable td {
	border-width: 1px;
	font-size: 12px;
	padding: 2px;
	padding-left:8px;
	padding-right:8px;
	border-style: solid;
	border-color: blue;
	background-color: white;
}

table.reportTable {
	margin: 1px;
	font-size: 11px;
	border-width: 0px;
    border-style: none;
	border-collapse: collapse;
	background-color: white;
    color: black;
}
table.reportTable th {
    border-style: none;
	font-size: 11px;
	padding-left:4px;
	padding-right:4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: black;
	background-color: white;
    font-weight:bold;
}
table.reportTable td {
    border-style:none;
	font-size: 11px;
	padding: 2px;
	padding-left:4px;
	padding-right:4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: black;
	background-color: white;
}


p 
{
	margin: 0px 0px 18px 0px;
	line-height: 1.1
}

/*===================================Headings===================================*/
h1, 
h2, 
h3, 
h4, 
h5 {
	color: #000000;
	font-weight: normal;
}

h1 
{
	font-size: 18px;
	margin: 0 0 10px;
}

h2 
{
	font-size: 14px;
	color: #ff6600;
	font-weight: bold;
}

h3 
{
	font-size: 13px;
	font-weight: bold;
	margin: 10px 0 10px;
}

h4 
{
	font-size: 14px;
	margin: 0;
}

h5 
{
	font-size: 13px;
	margin: 0;
	color: #000000;
}

/*===================================Links===================================*/
a 
{
	color: #333366;
	white-space:nowrap;
}

a:active, 
a:focus,
a:hover
{ 
	color: #ff6600;
}

/*===================================Images===================================*/
img 
{
	border: 0px;
}

/*===================================Global Layout===================================*/
#container
{
	width: 790px;
	margin: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

#global_nav
{
	text-align: right;
	color: #333366;
	height: 25px;
	padding-top: 10px;
}

#global_nav a:link,
#global_nav a:visited
{
	color: #333366;
	text-decoration: underline;
}

#global_nav a:hover
{
	text-decoration: none;
}

#header 
{
	height: 70px;
	background-color: #333366;
	margin-bottom: 5px;
}

#logo 
{
	float: left;
	display: block;
}

#left_col 
{
	width: 200px;
	float: left;
	clear: both;
}

#current_page 
{
	font-weight: bold;
}

.narrow_content 
{
	width: 320px;
	float: right;
	margin: 15px 10px 0 0px;
}

.narrow_content_with_right_border
{
	width: 300px;
	border-right: 1px solid #CCCCCC;
	padding-right: 20px;
	float: right;
	margin: 15px 10px 0 0px;
}

.wide_content 
{
	width: 540px;
	float: right;
	margin: 15px 10px 0px 0px;
}

.extra_wide_content 
{
	width: 780px;
}

.dp_management_content
{
	width: 540px;
	float: right;
	margin: 15px 10px 0px 0px;
}

.centered 
{
	margin-left: auto;
	margin-right: auto;
}

.italics
{
	font-style: italic;
}

.emphasis
{
	font-weight: bold;
}

.underline
{
	text-decoration: underline;
}

.orangeEmphasis, 
.orangeEmphasis a
{
	color: #ff6600;
	font-weight: bold;
}

#actionBox
{
	width: 250px;
	border: 2px solid #777777;
	padding: 4px;
	background-color: #e6efef;
}

/*===================================Footer===================================*/
#footer
{
	color: #CCCCCC;
	margin-top: 15px;
	clear: both;
	background-color: #333366;
	height: 22px;
	width: 790px;
	font-size: 10px;
}

#footer p 
{
	margin: 0;
	padding: 5px 0;
}

#footer a 
{
	color: #CCCCCC;
}

#footer a:hover, 
#footer a:focus, 
#footer a:active 
{
	color: #FFFFFF;
}

#footerLinks
{
	float: right;
	margin-right: 12px;
}

#footerCopyright
{
	float: left;
	margin-left: 12px;
}

/*===================================Pagination===================================*/
#pagination
{
	background-color: #F1F1F8;
	margin-bottom: 15px;
	height: 25px;
}

.pageLink
{
	width: 30px;
	float: left;
	text-align: center;
	line-height: 25px;
}

#activePage
{
	background-color: #FFFFFF;
	height: 23px;
	font-weight: bold;
	border: 1px solid #DCDCED;
}

/*===================================Side Bar===================================*/
#sidebar 
{
	float: right;
	width: 200px;
	padding: 10px;
	margin-bottom: 10px;
	font-size:12px;
	color: #777777;
}

#sidebar h1 
{
	font-size: 18px;
	color: #ff6600;
}

.sideBarSection
{
	background-color:#E5E0DB;
	padding: 10px;
}

.sideBarSection li
{
	list-style-type: inherit;
	list-style-image: url(../images/icons/bullets/orange_bullet_grey_background.jpg);
	list-style-position: outside;
	margin-top: 15px;
}

.sideBarSection img
{
	margin-left: -10px;
}

.clearSideBarSection
{
	padding: 10px;
	margin-bottom: 5px;
}

.clearSideBarSection li 
{
	list-style-type: inherit;
	list-style-image: url(../images/icons/bullets/orange_bullet.jpg);
	list-style-position: outside;
	margin-top: 15px;
}

.clearTop
{
	clear: both;
	margin: 15px;
}

.roundedRectangleTop
{
	background-image: url(../images/icons/backgrounds/roundedRectangleTop.jpg);
	background-repeat: no-repeat;
	height: 4px;
}

.roundedRectangleBottom
{
	background-image: url(../images/icons/backgrounds/roundedRectangleBottom.jpg);
	background-repeat: no-repeat;
	height: 4px;
	margin-bottom: 10px;
}

.noticeMe
{	
	border-top: 1px solid #333366;
	border-bottom: 1px solid #333366;
	padding: 5px;
	background-color: #e6efef;
}

#narrowRoundedGreyBox 
{
	float: right;
	width: 203px;
	padding: 0px;
	height: 201px;
	background-image: url(../images/icons/backgrounds/signup_background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 5px;
}

/*===================================Unordered Lists===================================*/
ul 
{
	margin: 0 0 10px 0;
	padding: 0 10px 0 20px;
}

ul li 
{
	list-style-type: disc;
}

ul li ul li 
{
	list-style-type: circle;
}

ul.plain 
{
	margin: 0 0 10px 0;
	padding: 0;
}

ul.plain li 
{
	list-style-type: none;
}

ul.wide li 
{ 
	margin: 15px 0px; 
}

/*===================================Ordered Lists===================================*/
ol 
{
	margin: 0 0 10px 0;
	padding: 0 10px 0 30px;
}

ol li 
{
	list-style-type: decimal;
	margin-top: 10px;
}

ol li ol
 {
	margin: 0;
	padding: 0 0 0 18px;
}

ol li ol li 
{
	list-style-type: lower-alpha;
	margin-top: 3px;
}

ol li ul li 
{
	list-style-type: disc;
	margin-top: 3px;
}

/*===================================Definition Lists===================================*/
dl 
{
	margin: 10px 0;
}

dl dt 
{
	padding: 5px 0;
}

dl dd 
{
	margin: 0 25px 5px 15px;
}

dl dd p
{
	margin: 0 0 10px;
}

/*======================================================================================================================*/
/*=======================================================Webpages======================================================*/
/*======================================================================================================================*/

/*===================================Secure Page===================================*/

.secureCrud
{
	float: left; 
	width: 150px; 
	text-align: center;
}

/*===================================Event Page===================================*/
/*
color palette:
#333366	// Purple
#ff6600 	// Orange
#e6efef	// Pale Blue
*/

.event
{
	padding: 10px;
	border: 1px solid #CCCCCC;
	background-color: #e6efef;
	margin-bottom: 10px;
}

.eventAddionalInfo
{
	padding: 10px;
	border: 2px solid #FFFFFF;
	background-color: #f3f8f8;
}

.monthBox
{
	background-color: #fff;
	margin-bottom: 15px;
	clear: both;
}

.month
{
	font-size: 14px;
	font-weight: bold;
	background-color: #333366;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 0px;
}

.flagBox
{
	float: right;
	width: 50px;
	height: 50px;
}



.eventTitle
{
	color: #333366;
	font-weight: bold;
}

/*===================================Home Page===================================*/
#homeheader
{
	background-color: #FFFFFF;
	height: 283px;
	width: 790px;
}

#homeMainContent
{
	float: left; 
	width: 243px; 
	margin-right: 10px;
}

#homeBottomSection
{
	margin-top: 5px;
}

#noJsSlide
{
	background-image: url(../images/miscellaneous/slide_1.jpg);
	background-repeat: no-repeat;
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	height: 283px;
}

#slide1
{
	background-image: url(../images/miscellaneous/slide_1.jpg);
	background-repeat: no-repeat;
}

#slide2
{
	background-image: url(../images/miscellaneous/slide_2.jpg);
	background-repeat: no-repeat;
}

#slide3
{
	background-image: url(../images/miscellaneous/slide_3.jpg);
	background-repeat: no-repeat;
}

#slide4
{
	background-image: url(../images/miscellaneous/slide_4.jpg);
	background-repeat: no-repeat;
}

#slide5
{
	background-image: url(../images/miscellaneous/slide_5.jpg);
	background-repeat: no-repeat;
}

#slide6
{
	background-image: url(../images/miscellaneous/slide_6.jpg);
	background-repeat: no-repeat;
}

.paddingIcon
{
	float: left;
}

#paddingRow
{
	border: 3px solid #ffffff;
	height: 60px;
	padding: 5px;
	margin-top: 85px;
	float: left;
}

#chairWithPadding
{
	float: right;
	margin-top: -90px;
}

.slideContent
{
	margin-top: 60px;
	margin-left: 275px;
}

.slideContentLeftAligned
{
	margin-left: 10px;
	margin-top: 80px;
}

.homepageInservice
{
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	top: 170px;
	right: 150px;
	float: right;
}

.homepageInservice a
{
	color: #FF6600;
}

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

.homepageSectionHeader
{
	height: 20px; /* Actual image height is 25px but we subtract the top-padding px */
	padding-top: 5px;
	/*background-color: #dfdfdf;*/
	background-image: url(../images/icons/backgrounds/home_page_section.jpg);
	background-repeat: repeat-x;
	text-align: center;
}

.homepageSectionHeader p
{
	color: #3A3A3A;
	font-weight: bold;
	font-size: 13px;
	margin: 0px;
}

.homepageSectionBody
{
	height: 100px;
	padding: 5px;
	overflow: hidden;
	background-color: #F5F5F5;
}

.homepageSectionFooter
{
	height: 55px;
	background-color: #DFDFDF;
	padding: 5px;
}

.homepageSectionFooter p
{
	font-size: 11px;
}

#homepageSectionLeft
{
	width: 258px;
	float: left;
	margin-right: 5px;
	border: 1px solid #DFDFDF;
}

#homepageSectionCentre
{
	width: 258px;
	float: left;
	margin-right: 5px;
	border: 1px solid #dfdfdf;
}

#homepageSectionRight
{
	width: 258px;
	float: left;
	border: 1px solid #dfdfdf;
}

#homefooter
 {
	color: #999999;
	background-color: #FFFFFF;
	margin-top: 15px;
	clear: both;
	height: 22px;
	width: 790px;
	font-size: 10px;
}

#homefooter a
{
	color:#666666;
	text-decoration:none;
}

#homefooter a:hover, 
#homefooter a:focus, 
#homefooter a:active 
{
	color: #333366;
}

#freeTrialOffer
{
	color: #ff7700;
	font-size: 20px;
}

/*===================================Market Page===================================*/
/*Hospice Page*/
#downloadSection
{
	border-top: 1px solid #333366;
	border-bottom: 1px solid #333366;
	padding: 5px;
	background-color: #e6efef;
	background-image: url(../images/icons/miscellaneous/download_icon.jpg);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding-left: 40px;
	height: 28px;
}

/* #noticeMe

/*===================================Product Page===================================*/
#productImageContainer
{
	width: 200px; 
	height: 250px;
    display: table-cell;
    vertical-align:middle;
    text-align:center;
}

#imageSelector
{
	height: 20px;
	background-color: #E9E9F3;
	margin-bottom: 10px;
}

#imageSelector p a
{
	margin-right: 10px;
	float: left;
	width: 18px;
	height: 18px;
	border: 1px solid #333366;
	text-align: center;
}

#imageSelector p
{
	display: inline;
}

#inserviceBlockSmall
{
	background-image: url(../images/miscellaneous/inservice_offer_small.jpg); 
	background-repeat: no-repeat;
	width: 200px;
	height: 54px;
	text-align: center;
	padding-top: 15px;
	color: #ff6600;
}

#inserviceBlockSmall a:link
#inserviceBlockSmall a:visited
{
	color: #ff6600;
	text-decoration: underline;
	font-weight: bold;
}

#inserviceBlockSmall a:hover
{
	text-decoration: none;
}

#paddingEmphasis
{
	color: #ff6600;
	font-weight: bold;
}

/*===================================Inservice Page===================================*/
.inserviceOffer
{
	background-image: url(../images/icons/backgrounds/inservice_large.jpg); 
	width: 212px; 
	height: 139px;
	color: #ff6600; 
}

.inserviceOfferText
{
	width: 120px; 
	padding: 15px;
	font-weight: bold;
}

.inserviceOffer a:link, 
.inserviceOffer a:visited 
{
	color: #ff6600;
	text-decoration: underline;
}

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

/*===================================Padding Page===================================*/
.padding_content
{
	width: 500px;
	text-align: center;
}

.paddingColour
{
	float: left;
	width: 200px;
	height: 170px;
	margin: 10px;
	border: 1px solid #333366;
	background-color: #E9E9F3;
}

#closeWindowBar
{
	display: block;
	height: 25px;
	background-color: #333366;
	font-size: 15px;
	text-align: center;
	font-weight: bold;
}

#closeWindowBar a
{
	color: #FFFFFF;
}

#closeWindowBar a:hover
{
	text-decoration: none;
}

/*===================================Testimonial Page===================================*/
.testimonial
{
	margin-bottom: 30px;
	width: 540px;
}

.topSpeechBubble
{
	background-image: url(../images/icons/backgrounds/testimonial/topSpeechBubble.png);
	background-repeat: no-repeat;
	height: 10px;
}

.sideSpeechBubble
{
	background-image: url(../images/icons/backgrounds/testimonial/sideSpeechBubble.png);
	background-repeat: repeat-y;
	padding: 15px;
}

.bottomSpeechBubble
{
	background-image: url(../images/icons/backgrounds/testimonial/bottomSpeechBubble.png);
	background-repeat: no-repeat;
	height: 22px;
}

/*===================================Contact Page===================================*/
.contactContainer
{
	float: left;
	width: 175px;
}

.distributorContainer
{
	border-left: 2px solid #ff6600;
	padding-left: 10px;
}

/*======================================================================================================================*/
/*========================================================Menus========================================================*/
/*======================================================================================================================*/

/*===================================Main Menu===================================*/
.menu 
{
	height: 32px; 
	position: relative; 
	z-index: 100;
	font-size: 12px;
	font-family: arial;
	top: 29px;
	margin-left: 156px;
}

a#current, 
.menu ul li a:hover, 
.menu ul ul li a:hover
{
	background-image: url(../images/icons/bullets/mainMenuActive.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	color: #ff6600;
}

.menu li 
{
	float:left;
	width:78px;
	position:relative;
}

.menu a, 
.menu a:visited
{
	display: block;
	text-decoration: none; 
	color: #FFFFFF;
	line-height: 41px;
}

.menu a:hover
{
	color: #ff6600;
}

.menu ul li 
{
	text-align: center;
}

/*===================================Side Menu===================================*/
ul#side_menu 
{ 
	background:#FFFFFF; 
	width: 165px;
	margin-left: 20px;
	margin-top: 10px;
}

#side_menu li 
{
	display:block; 
	padding:0; 
	margin:0; 
	z-index:100;
}

#side_menu li a, 
#side_menu li a:visited 
{
	text-decoration:none;
}

#side_menu li dd 
{
	display: none;
	line-height: 25px;
}

#side_menu li:hover, 
#side_menu li a:hover 
{
	border:0;
}

#side_menu li:hover dt a , 
#side_menu li a:hover dt a 
{
	color:#000000; 
}

#side_menu li:hover dl, 
#side_menu li a:hover dl 
{
	height: auto;
}

#side_menu dl 
{
	width: 165px; 
	margin: 0; 
	background: #fff; 
	cursor: hand;
}

#side_menu dt {
	margin:0; 
	padding: 0; 
	font-size: 1.1em;
}

#side_menu dd {
	margin-top:0; 
	margin-bottom:0;
	font-size: 1em; 
	text-align:left;
	list-style-type: disc;
	margin-left: 10px;
}

dl dt
{
	font-weight: normal; 
}

#side_menu li.menu_header dd 
{
	display:block;
}

#side_menu li.menu_header dl
{
	height: auto; 
}

#side_menu, 
#side_menu li, 
#side_menu ul 
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size:12px;
}

#side_menu a 
{
	width: 142px; /* = 165 - 3 - 20 */
	display: block;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 15px;
	text-decoration: none;
	background-image: url(../images/icons/bullets/side_menu_closed.jpg);
	background-position: left 5px;
	background-repeat: no-repeat;
}

#side_menu dd a 
{
	width: 127px; /* = 165 - 3 - 20 */
}

#side_menu li.menu_header a
{
	background-image: url(../images/icons/bullets/side_menu_open.jpg);
}

#side_menu li.menu_header a, 
#side_menu li.menu_header a:link, 
#side_menu li.menu_header a:visited, 
#side_menu li.menu_header a:hover, 
#side_menu li.menu_header a:focus, 
#side_menu li.menu_header a:active 
{
	text-transform: none;
	color: #333366;
}

#side_menu li.menu_header dt, 
#side_menu li.noSubItems a
{
	font-weight: bold;
}

#side_menu li.menu_header dd a /* Sub Items */
{
	background-image: none;
}

#side_menu li.menu_header dd a.currentSubItem
{
	font-weight: bold;
}

#side_menu a:link, 
#side_menu a:visited, 
#side_menu a:active 
{
	color: #333333;
}

#side_menu a:hover, 
#side_menu a:focus 
{
	color: #333366;
	font-weight: bold;
}

#side_menu ul li a:link, 
#side_menu ul li a:visited 
{
	color: #333333;
}

#side_menu ul li a:hover, 
#side_menu ul li a:focus, 
#side_menu ul li a:active 
{
	color: #333366;
}

/*======================================================================================================================*/
/*======================================================Web Forms======================================================*/
/*======================================================================================================================*/

/*===================================Form Labels====================================*/
label.indentedLabel
{
	padding-left: 25px;
}

label.label
{
	float: left;
	width: 75px;
}

#errorLabel
{
	padding: 5px;
	padding-left: 20px;
	display: none;
	background-image: url(../images/icons/bullets/error_label_pointer.jpg);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #FFFFFF;
}

.error
{
	color: #ff6600;
	line-height: 0px;
}

.dpError
{
	color: #ff6600;
}


.requiredField
{
	color: #ff6600;
	font-size: 20px;
}

/*===================================Form Inputs====================================*/
input,
textarea,
select
{
	margin-bottom: 15px;
	padding: 4px;
	font: 12px verdana, sans-serif;
	background: #EEEEEE;
	border: 1px solid #CCCCCC;
}

input:focus,
input:hover,
input:active,
textarea:focus,
textarea:hover,
textarea:active,
select:focus,
select:hover,
select:active
{
	color: #000000;
	background: #E7F1F3;
	border: 1px solid #888888;
}

input.extraLargeInput
{
	width: 100%;
}

input.regularInput
{
	width: 250px;
}

input.smallInput
{
	width: 180px;
}

input.verySmallInput
{
	width: 60px;
}

input.tinyInput
{
	width: 20px;
}

input.homePageInput
{
	width: 200px;
	margin-left: 25px;
	margin-bottom: 05px;
}

input.sideBarInput
{
	width: 140px;
	margin-left: 25px;
}

input.spacedInput
{
    margin-top: 0px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}

select.spacedWideInput
{
    width: 250px;
    margin-top: 0px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}

input.dpInput
{
    width: 200px;
    margin-top: 0px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}

input.dpInputSmall
{
    width: 100px;
    margin-top: 0px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}

input.dpInputMax
{
    width: 97%;
    margin-top: 0px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}

select.dpInput
{
    width: 200px;
    margin-top: 0px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}

select.dpInputSmall
{
    width: 100px;
    margin-top: 0px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}

select.dpInputWide
{
    width: 50px;
    margin-top: 0px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}

textarea
{
	width: 250px;
	height: 150px;
}

textarea.large
{
	width: 500px;
	height: 300px;
}

/*===================================Form Buttons===================================*/
input.indentedSubmitButton
{
	margin-left: 25px;
	width: 50px;
	height: 25px;
	border: 2px solid #CCCCCC;
}

input.regularSubmitButton
{
	width: 50px;
	height: 25px;
	border: 2px solid #CCCCCC;
}

input.regularSubmitButton:hover,
input.regularSubmitButton:focus,
input.indentedSubmitButton:hover,
input.indentedSubmitButton:focus
{
	border: 2px solid #888888;
}

/*===================================Fieldsets===================================*/
fieldset
{
	border: 1px solid #999999;
	padding: 5px;
	width: 300px;
}

legend 
{
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #999999;
	color: #FF6600;
	font-weight: bold;
	text-align: left;
}

/*======================================================================================================================*/
/*====================================================Custodian Styling===================================================*/
/*======================================================================================================================*/

/*===================================Menu Manager===================================*/
#headerContainer
{
	line-height: 30px; 
	height: 30px; 
	border-top: 2px solid #666666; 
	border-bottom: 1px solid #666666; 
	font-weight: bold;
	background-color: #DDDDDD; 
	background-image: url(../images/icons/backgrounds/grey_gradient.jpg);
	background-repeat: repeat-x;
}

#footerContainer
{
	line-height: 30px; 
	height: 30px; 
	border-top: 1px solid #666666; 
	border-bottom: 2px solid #666666; 
	font-weight: bold;
	background-color: #DDDDDD; 
	background-image: url(../images/icons/backgrounds/grey_gradient.jpg);
	background-repeat: repeat-x;
}

.recordTable
{
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

.detailContainer
{
	height: 30px;
}

.detailContainer .detailRecord1
{
	height: 30px; 
	background-color: #E5EBEB;
	line-height: 30px;
}

.detailContainer .detailRecord2
{
	height: 30px; 
	background-color: #FFFFFF;
	line-height: 30px;
}