html {

//	overflow: -moz-scrollbars-vertical;
}

body {
	margin : 0px;
	padding : 0px;
	background-color: #ffffff;
	font-family : Arial, Helvetica;
	font-size : 12px;
	font-style : normal;
	line-height : 16px;
	color: #000000;
}

/* TABLES FOR LAYOUT */

table.core {
	width: 100%;
	background-image : url('../images/bg_body.jpg');
	background-repeat: repeat-x;
}

table.main {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
}

table.main td.logoArea {
	width: 140px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 10px;
}

table.main td.topNavigationArea {
	padding: 6px 0px 5px 0px;
}

table.main td.topBannerArea {
	height: 60px;
	padding: 0px 0px 10px 0px;
}

table.main td.searchArea {
	height: 88px;
	padding: 12px 0px 0px 10px;
}

table.main td.breadCrumbArea {
	font-size: 12px;
	padding: 6px 0px 6px 10px;
}

table.main td.leftNavigationArea {
	width: 145px;
	padding-left: 10px;
	padding-right: 15px;
}

table.main td.contentArea {
	width: 440px;
}

table.main td.logoBannerArea {
	width: 150px;
	padding-left: 10px;
}

table.main td.footerArea {
	height: 19px;
}


/* TABLES FOR ADMIN LAYOUT */

table.coreAdmin {
	width: 100%;
	padding: 0px;
	margin: 0px;
}

table.mainAdmin {
	width: 100%;
	padding: 0px;
	margin: 0px;
}

table.mainAdmin td.logoAreaAdmin {
	width: 15%;
	padding: 10px;
}

table.mainAdmin td.topNavigationArea {
	padding: 6px 0px 5px 0px;
}

table.mainAdmin td.adminNavigationArea {
	padding: 0px 0px 6px 0px;
}

table.mainAdmin td.searchAreaAdmin {
	background-image : url('../images/bg_td_search.gif');
	background-position: top left;
	background-repeat: repeat-x;
	height: 88px;
	padding: 12px 0px 0px 10px;
}

table.mainAdmin td.breadCrumbAreaAdmin {
	font-size: 12px;
	padding: 0px 6px 0px 6px;
}

table.mainAdmin td.leftNavigationAreaAdmin {
	width: 15%;
	padding: 0px 10px 0px 10px;
}

table.mainAdmin td.contentAreaAdmin {
	width: 85%;
}

table.mainAdmin td.footerArea {
	height: 19px;
}

/* TABLE ELEMENTS FOR SEARCH AREA */

table.search {
	color: #FFFFFF;
	height: 88px;
}

table.search td {
	padding-right: 10px;
}

table.search span.textSmall {
	font-size: 11px;
}

table.search a {
	color: #FFFFFF;
	text-decoration: underline;
}

table.search a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

table.offerCart {
	width: 158px;
	border: #BFBFBF 1px solid;
	background-color: #FBFBFB;
	color: #494949;
	padding: 10px;
}

/* TABLE ELEMENTS FOR CONTENT AREA */

table.contentTabs {
	width: 100%;
	height: 31px;
	background-color :#FFFFFF;
}

table.contentTabs td.active {
	font-weight: bold;
	background-image : url('../images/bg_td_content_tabs_active.gif');
	background-repeat: repeat-x;
	background-color :#FBFBFB;
	border-top: #BFBFBF 1px solid;
	border-right: #BFBFBF 1px solid;
	border-bottom: #FBFBFB 1px solid;
	border-left: #BFBFBF 1px solid;
	padding-left: 20px;
}

table.contentTabs td.passive {
	font-weight: bold;
	background-image : url('../images/bg_td_content_tabs_passive.gif');
	background-repeat: repeat-x;
	background-color :#FF1A00;
	color: #FFFFFF;
	border-top: #BFBFBF 1px solid;
	border-right: #BFBFBF 1px solid;
	border-bottom: #BFBFBF 1px solid;
	border-left: #BFBFBF 1px solid;
	padding-left: 20px;
}

table.contentTabs td.passive a, table.contentTabs td.passive a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	display:block;
}

table.contentTabs td.empty {
	font-weight: bold;
	background-image : url('../images/bg_td_content_tabs_empty.gif');
	background-repeat: repeat-x;
	background-color :#7F7F7F;
	color: #E5E5E5;
	border-top: #BFBFBF 1px solid;
	border-right: #BFBFBF 1px solid;
	border-bottom: #BFBFBF 1px solid;
	border-left: #BFBFBF 1px solid;
	padding-left: 10px;
}

table.contentTabs td.separator {
	width: 10px;
	border-bottom: #BFBFBF 1px solid;
}

table.contentWithTabs {
	width: 100%;
	height: 320px;
	border-right: #BFBFBF 1px solid;
	border-bottom: #BFBFBF 1px solid;
	border-left: #BFBFBF 1px solid;
	background-color: #FBFBFB;
	color: #494949;
	padding: 15px 15px 15px 15px;
}

table.content {
	width: 100%;
	height: 280px;
	border: #BFBFBF 1px solid;
	background-color: #FFFFFF;
	color: #494949;
	padding: 15px 15px 15px 15px;
}

table.contentFrontPage {
	width: 100%;
	border: #DFDFDF 1px solid;
	background-image : url('../images/bg_table_content_front_page.gif');
	background-repeat: no-repeat;
	background-color: #FBFBFB;
	color: #494949;
	padding: 15px 15px 15px 15px;
	margin-bottom: 15px;
}

table.companyCardBlock {
	border: none;
	width: 100%;
}

table.companyCardBlock caption {
	text-align: left;
	font-weight: bold;
	color: #494949;
	background-color: #ECECEC;
	border-bottom: #CAC9C9 1px solid;
	height: 20px;
	padding-top: 2px;
	padding-left: 6px;
}

table.companyCardBlock th {
	width: 72px;
	text-align: left;
	padding-right: 10px;
}

table.companyCardBlock th.firstRow {
	width: 72px;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
}

table.companyCardBlock td {
	text-align: left;
}

table.companyCardBlock td.firstRow {
	text-align: left;
	padding-top: 10px;
}

table.wide {
	width: 100%;
}

/* PERSONS BLOCK */

table.companyCardPersonsBlock {
	border: none;
	width: 100%;
}

table.companyCardPersonsBlock caption {
	text-align: left;
	font-weight: bold;
	color: #494949;
	background-color: #ECECEC;
	border-bottom: #CAC9C9 1px solid;
	height: 20px;
	padding-top: 2px;
	padding-left: 6px;
}

table.companyCardPersonsBlock th {
	width: auto;
	text-align: left;
	padding-right: 10px;
}

table.companyCardPersonsBlock th.firstRow {
	width: auto;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
}

table.companyCardPersonsBlock td {
	text-align: left;
}

table.companyCardPersonsBlock td.firstRow {
	text-align: left;
	padding-top: 10px;
}

/* Tables used in listing pages */

table.styled {
	width: 100%;
	border-collapse: collapse;
	border: #BFBFBF 1px solid;
}

table.styled td,  table.styled th {
	text-align: left;
	border-bottom: 1px solid #BFBFBF;
	padding: 4px 4px 4px 4px;
	vertical-align: top;
	font-weight: normal;
}

table.styled th {
	color: #000;
	background-color: #FBFBFB;
	font-size: 12px;

}

table.styled th a {
	color: #000;
}

table.styled tr.passive1 {
	color:#000;
	background-color: #FDFDFD;
}

table.styled tr.passive2 {
	color:#000;
	background-color: #FFFFFF;
}

table td.number_cell {
	text-align: right; !important
}

/* Table used in sales calendar */

table.calendar tr th.day {
	width: 16px;
	text-align: center;
	font-size: 11px;
}

table.calendar tr th.month {
	width: 32px;
	text-align: left;
	font-size: 11px;
}

table.calendar tr td.past {
	width: 16px;
	text-align: center;
	font-size: 11px;
	color: #ffffff;
	background-color: #BFBFBF;
	border-left: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
}

table.calendar tr td.available {
	width: 16px;
	text-align: center;
	font-size: 11px;
	color: #ffffff;
	background-color: green;
	border-left: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
}

table.calendar tr td.reserved {
	width: 16px;
	text-align: center;
	font-size: 11px;
	color: #ffffff;
	background-color: #FF1A00;
	border-left: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
}

table.calendar tr td.notAvailable {
	width: 16px;
	text-align: center;
	font-size: 11px;
	color: #ffffff;
	background-color: grey;
	border-left: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
}

/* LINKS */

a {
	color: #FF1A00;
	text-decoration: none;
}

a:hover {
	color: #FF1A00;
	text-decoration: underline;
}

a.bold {
	font-weight: bold;
}

a.textSmall {
	color: #000000;
	text-decoration: none;
}

a.textSmall:hover {
	color: #000000;
	text-decoration: underline;
}

.textRed {
	color: #FF1A00;
	text-decoration: none;
}

a.textRed:hover {
	color: #FF1A00;
	text-decoration: underline;
}

.textGreen {
	color: #039100;
	text-decoration: none;
}

a.textGreen:hover {
	color: #039100;
	text-decoration: underline;
}

a.textWhite {
	color: #FFFFFF;
	text-decoration: none;
}

a.textWhite:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

table.main td.breadCrumbArea a {
	color: #000000;
}

/* Global 16x16px icon class */

a.icon {
    background-position: left top;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 6px;
	line-height: 20px;
}

/* A FOR PDF-FILE */

a.pdf {
	background-image: url('../images/icon_pdf.gif');
}

/* A FOR LINK */

a.link, a.link:hover {
	background-image: url('../images/icon_arrow_right.gif');
	background-position: left 1px;
	background-repeat: no-repeat;
	padding-left: 16px;
}

/* A FOR BACK BUTTON */

a.back, a.back:hover {
	display:block;
	background-image: url('../images/icon_arrow_left.gif');
	background-position: left 1px;
	background-repeat: no-repeat;
	padding-left: 16px;
}

/* A FOR ADD INTO OFFER CART BUTTON */

a.add, a.add:hover {
	background-image: url('../images/icon_add.gif');
	background-position: left 1px;
	background-repeat: no-repeat;
	padding-left: 16px;
}

/* A FOR PRINT PAGE BUTTON */

a.print, a.print:hover {
	display:block;
	background-image: url('../images/icon_print.gif');
	background-position: left 1px;
	background-repeat: no-repeat;
	padding-left: 16px;
}

/* NAVIGATION HORIZONTAL - LISTS */

ul#horizontalTabs {
	padding: 3px 0;
	margin-left: 0;
	margin-bottom: 0;
	border-bottom: 1px solid #BFBFBF;
	font-weight: bold;
	font-size: 12px;
	/* text-transform: uppercase; */
	line-height: 14px;
}

ul#horizontalTabs li {
	list-style: none;
	margin: 0;
	display: inline;
}

ul#horizontalTabs li a.first {
	padding: 3px 8px 3px 8px;
	margin-left: 0px;
	border: 1px solid #BFBFBF;
	border-bottom: none;
	text-decoration: none;
}

ul#horizontalTabs li a {
	padding: 3px 8px 3px 8px;
	margin-left: 3px;
	border: 1px solid #BFBFBF;
	border-bottom: none;
	/* background: #FFFFFF; */
	text-decoration: none;
}

ul#horizontalTabs li a:link {
	color: #FF1A00;
}

ul#horizontalTabs li a:visited {
	color: #FF1A00;
}

ul#horizontalTabs li a:hover
{
	color: #FF1A00;
	border-color: #BFBFBF;
}

ul#horizontalTabs li a.logout, ul#horizontalTabs li a.logout:hover {
	text-decoration: underline;
}

ul#horizontalTabs li a#current
{
	color: #000000;
	background: white;
	border-bottom: 1px solid white;
}

/* NAVIGATION VERTICAL */

ul#vertical_navigation {
	border: 1px #BFBFBF solid;
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
}

#vertical_navigation li {
	list-style-type: none;
	list-style:none;
	background-image: none;
	background-color: #FFFFFF;
	margin-left: 0;
	line-height: 24px;
	/* white-space: nowrap; */
}

#vertical_navigation li:hover {
	list-style-type: none;
}

#vertical_navigation a {
	font-size: 12px;
	color: #FF1A00;
	text-align: left;
	font-weight: normal;
	/* background: url(../images/vertical_navigation_link_0.gif) 0px 3px no-repeat; */
	padding: 0px 0px 0px 10px;
	line-height: 20px;
	text-decoration: none;
}

#vertical_navigation a:hover, #vertical_navigation a:active {
	font-size: 12px;
	color: #FF1A00;
	text-align: left;
	text-decoration: underline;
	/* background: url(../images/vertical_navigation_link_1.gif) 0px 3px no-repeat; */
	padding: 0px 0px 0px 10px;
}

#vertical_navigation a#active {
	color: #FF0000;
	text-decoration: none;
}

#vertical_navigation a.sublevel:link, #vertical_navigation a.sublevel:visited {
	padding-left: 1px;
	vertical-align: middle;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	padding-left: 15px;
}

#vertical_navigation a.sublevel:hover {
	color: #000000;
	text-decoration: underline;
}

#vertical_navigation a.sublevel#active {
	color: #FF0000;
	text-decoration: none;
}

/* DIVS FOR SEARCH LAYERS */

div#searchSuggestWord {
	width: 196px;
	position: absolute;
	top:157px;
	padding: 0px;
	background-color: #fff;
	text-align: left;
	border-top: 1px solid #BFBFBF;
	border-right: 1px solid #BFBFBF;
	border-bottom: 1px solid #717171;
	border-left: 1px solid #717171;
	border-top: none;
}

div#searchSuggestTOL {
	width: 196px;
	position: absolute;
	top:157px;
	padding: 0px;
	background-color: #fff;
	text-align: left;
	border-top: 1px solid #BFBFBF;
	border-right: 1px solid #BFBFBF;
	border-bottom: 1px solid #717171;
	border-left: 1px solid #717171;
	border-top: none;
}

div#searchChooseTOL {
	width: 174px;
	position: absolute;
	top:163px;
	padding: 10px;
	background-color: #FBFBFB;
	text-align: left;
	border: 1px solid #BFBFBF;
	border-top: none;
}

div#searchSuggestProvince {
	width: 196px;
	position: absolute;
	top:157px;
	z-index: 999px;
	padding: 0px;
	background-color: #fff;
	text-align: left;
	border-top: 1px solid #BFBFBF;
	border-right: 1px solid #BFBFBF;
	border-bottom: 1px solid #717171;
	border-left: 1px solid #717171;
	border-top: none;
}

div#searchChooseProvince {
	width: 174px;
	position: absolute;
	top:163px;
	z-index: 999px;
	padding: 10px;
	background-color: #FBFBFB;
	text-align: left;
	border: 1px solid #BFBFBF;
	border-top: none;
}

div#companySearchCounter {
	margin-bottom: 6px;
}

/* DIV FOR PAGING */

div.paging {
	padding-top: 6px;
	text-align: center;
}

/* LINKS FOR PAGING */

a.previous {
	background-image: url('../images/icon_arrow_left.gif');
	background-position: left 1px;
	background-repeat: no-repeat;
	padding-left: 16px;
}

a.next {
	background-image: url('../images/icon_arrow_right.gif');
	background-position: right 1px;
	background-repeat: no-repeat;
	padding-right: 16px;
}

a.begin {
	background-image: url('../images/icon_double_arrow_left.gif');
	background-position: left 1px;
	background-repeat: no-repeat;
	padding-left: 16px;
}

a.end {
	background-image: url('../images/icon_double_arrow_right.gif');
	background-position: right 1px;
	background-repeat: no-repeat;
	padding-right: 16px;
}

span.textRed {
	color: #FF1A00;
}

/* LINKS FOR SEARCH LAYERS */

.suggest_link {
	font-size: 11px;
	background-color: #fff;
	color: #000;
	padding: 2px;
}
.suggest_link_over {
	font-size: 11px;
	background-color: #F2F2F2;
	color: #000;
	padding: 2px;
}

/* HEADERS */

h1 {
	font-size:	 14px;
	font-weight: bold;
	color: 		 #000000;
	line-height: 14px;
	margin-top: 	0px;
	margin-bottom: 	15px;
}

h1.red {
	font-size:	 14px;
	font-weight: bold;
	color: 		 #FF1A00;
	line-height: 14px;
	margin-top: 	0px;
	margin-bottom: 	15px;
}

h2 {
	font-size: 	 14px;
	font-weight: normal;
	color: 		 #000000;
	line-height: 14px;
	margin-top: 	0px;
	margin-bottom: 	15px;
}

h3 {
	font-size:   12px;
	font-weight: bold;
	color: 		 #000000;
	line-height: 12px;
	margin-top: 	0px;
	margin-bottom: 	15px;
}

hr {
	color: #BFBFBF;
 	background-color: #BFBFBF;
 	height: 1px;
 	border: 0;
}

p {
	margin-top: 0px;
	margin-bottom: 10px;
}

br {
	line-height: 10px;
}

/* Error class for global use */

p.error {
	background-color: #FDE6E7;
	background-image: url('../images/icon_error.gif');
	background-repeat: no-repeat;
	background-position: 6px 4px;
	border: 1px solid #E70818;
	color: #000000;
	padding: 4px 6px 4px 27px;
	margin-bottom: 10px;
}

/* Notice class for global use */

p.notice {
	background-color: #E9F2E5;
	background-image: url('../images/icon_notice.gif');
	background-repeat: no-repeat;
	background-position: 6px 4px;
	border: 1px solid #2A8200;
	color: #000000;
	padding: 4px 6px 4px 27px;
	margin-bottom: 10px;
}

/* IMAGES */

img {
	border: none;
}

img.topNavigationLine {
	width: 1px;
	height: 18px;
}

img.topBanner {
	width: 468px;
    height: 60px;
}

div.logoBanner {
	width: 150px;
    height: 60px;
	border: #F2F2F2 1px solid;
	margin-bottom: 8px;
	z-index: 1;
}

img.logoBanner {
	border: none;
}


/* FORM ELEMENTS */

form {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

input, select, textarea {
	margin: 0px;
	font-size: 12px;
	color: #000000;
	border-top: #717171 1px solid;
	border-right: #BFBFBF 1px solid;
	border-bottom: #BFBFBF 1px solid;
	border-left: #717171 1px solid;
}

input.checkbox, input.radio {
	margin: 0px;
	font-size: 12px;
	color: #000000;
	border: none;
}

input.file {
	margin: 0px;
	font-size: 12px;
	color: #000000;
	border-top: #717171 1px solid;
	border-right: #BFBFBF 1px solid;
	border-bottom: #BFBFBF 1px solid;
	border-left: #717171 1px solid;
}

input.text, input.password {
	width: 128px;
	font-size: 12px;
	padding: 2px 0px 0px 2px;
	height: 18px;
	color: #000000;
	border-top: #717171 1px solid;
	border-right: #BFBFBF 1px solid;
	border-bottom: #BFBFBF 1px solid;
	border-left: #717171 1px solid;
	background-image : url(../images/bg_form_textfield.gif);
	background-repeat: repeat-x;
}

input.submit {
	width: 128px;
	font-size: 12px;
	height: 20px;
	padding: 1px 2px 2px 4px;
	border-top: #FF7666 1px solid;
	border-right: #E51700 1px solid;
	border-bottom: #E51700 1px solid;
	border-left: #FF7666 1px solid;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	background-color: #FF1A00;
	background-image : url('../images/bg_form_submit.gif');
	background-repeat: repeat-x;
}

input.button {
	font-size: 12px;
	height: 20px;
	padding: 1px 2px 2px 4px;
	border-top: #FF7666 1px solid;
	border-right: #E51700 1px solid;
	border-bottom: #E51700 1px solid;
	border-left: #FF7666 1px solid;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	background-color: #FF1A00;
	background-image : url('../images/bg_form_submit.gif');
	background-repeat: repeat-x;
}

select {
	font-size: 12px;
	padding: 2px 0px 3px 2px;
	color: #000000;
	border-top: #717171 1px solid;
	border-right: #BFBFBF 1px solid;
	border-bottom: #BFBFBF 1px solid;
	border-left: #717171 1px solid;
	background-image : url(../images/bg_form_textfield.gif);
	background-repeat: repeat-x;
}

textarea {
	font-size: 12px;
	padding: 2px 0px 3px 2px;
	color: #000000;
	border-top: #717171 1px solid;
	border-right: #BFBFBF 1px solid;
	border-bottom: #BFBFBF 1px solid;
	border-left: #717171 1px solid;
	background-image : url(../images/bg_form_textfield.gif);
	background-repeat: repeat-x;
}

/* SEARCH FORM */

form.search {
	margin: 0px;
	padding: 0px;
}

form.search label {
	font-weight: bold;
}

form.search input.submit {
	width: 115px;
	margin-left: 0px;
}

form.search input.text {
	width: 194px;
}

/* OFFER CART FORM */

form.offerCart input.submit {
	margin-left: 0px;
}

/* TABLELESS FORMS */

form.tableless {
	margin: 0px;
	padding: 0px;
}

form.tableless div.required {
	font-weight: bold;
	clear: left;
	margin: 0;
	padding: 0px 0px 10px 0px;
	padding-left: 120px;
}

form.tableless div.optional {
	clear: left;
	margin: 0;
	padding: 0px 0px 10px 0px;
	padding-left: 120px;
}

form.tableless fieldset {
	border: 0px;
	border-top: #BFBFBF 1px solid;
}

form.tableless legend {
	font-weight: bold;
	color: #000000;
	padding: 2px 6px 6px 0px;
}

form.tableless label {
	float: left;
	margin-left: -120px;
	width: 100px;
	text-align: left;
}

form.tableless label.checkbox {
	margin: 0px;
	width: 400px;
}

form.tableless input.submit {
	margin-left: 120px;
	width: 128px;
}

form.tableless input.button {
	min-width: 64px;
}

form.tableless input.text {
	width: 200px;
}

form.tableless input.password {
	width: 200px;
}

form.tableless textarea {
	width: 240px;
}

form.tableless select {
	max-width: 300px;
}

div.state0 {
  font-weight: bold;
}

div.state2 {
	background-color: #FFFFFF;
	border: #BFBFBF 1px solid;
	padding: 6px 4px 6px 10px;
}

div.state2:hover {
	background-color: #FFFFFF;
	border: #FF1A00 1px solid;
	padding: 6px 4px 6px 10px;
}

div.state2 a.company {
	font-size: 12px;
	font-weight: bold;
}

table.prices {
    font-size: 0.95em;
}

@media print
{
	body * {
		color: #000000;
	}

	table, caption, th, td, p {
		font-size: 13px;
	}

	table.main td.logoArea {
		padding-left: 0px;
	}

	table.main td.topNavigationArea {
		display: none;
	}

	table.main td.topBAnnerArea {
		display: none;
	}

	table.main td.searchArea {
		display: none;
	}

	table.main td.breadCrumbArea {
		display: none;
	}

	table.main td.leftNavigationArea {
		display: none;
	}

	table.search * {
		display: none;
	}

	table.content, table.contentWithTabs {
		width: 640px;
		padding-left: 0px;
		margin-left: 0px;
		border: none;
		border-color: #ffffff;
		background-color: #ffffff;
	}

	table.companyCardBlock, table.companyCardBlock caption, table.companyCardBlock th, table.companyCardBlock td {
		padding-left: 0px;
		margin-left: 0px;
		border: none;
		border-color: #ffffff;
		background-color: #ffffff;
	}

	table.companyCardPersonsBlock, table.companyCardPersonsBlock caption, table.companyCardPersonsBlock th, table.companyCardPersonsBlock td {
		padding-left: 0px;
		margin-left: 0px;
		border: none;
		border-color: #ffffff;
		background-color: #ffffff;
	}

	a.add {
		display: none;
	}

	a.print {
		display: none;
	}

	td.footerArea {
		display: none;
	}
}
