/*<![CDATA[*/

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Stylesheet-Version:		Print (overwrites basis definitions) 					   *
 * Version:					1.0													       *
 * Author:					re-lounge (http://www.re-lounge.com)					   *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 			*/

body {
	color: #000000;
	background: #ffffff;
}

.print {
	display: block;
}

#headerbar {
	display: none;
}

#header {
	display: none;
}

#emotionimage,
#emotionimagehome {
	display: none;
}

#contentContainer {
	position: static;
	float: left;
	margin: 0;
	width: 95%;
}

#contentContainer .left { /* home */
	float: left;
	width: 49%;
}

#contentContainer .right { /* home */
	float: right;
	width: 49%;
}

#contentContainer .mainnav { /* content */
	display: none;
}

#contentContainer .main { /* content */
	float: left;
	width: 100%;
}

#footer {
	color: #000000;
	text-align: left;
	width: 95%;
	background: none;
	border-top: 1px solid black;
	margin-top: 20px;
}

#footer ul {
	float: left;
}

#footer ul li {
	display: none;
}

#footer ul li.first  {
	display: block;
	margin-left: 0%;
}

#footer ul li.first span {
	text-align: left;
	color: #000000;
	border: 0;
}

.box { /* home */
	border: 0px;
	background: #ffffff;
	padding-top: 10px;
}

.boxheaderright {
	background: #ffffff;
}

.boxcontent {
	padding: 0 0 0 0;
}

.boxheader {
	display: none;
}

.boxfooter {
	border: 0;
	height: 30px;
	background: #ffffff;	
}

.main .box { /* content */
	background: #ffffff;
	border: 0;
}

a {
	/*display: none;*/
}

a.printlink {
	display: inline;
	color: #000000;
}

body a.printlink:link, a.printlink:visited  {
	font-weight: bold;
	text-decoration: none;
}

body a.printlink:link:after,
body a.printlink:visited:after {
	content: " (" url(images/icn.link.extern.gif) attr(href) ") ";
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	color: #000000 !important;
}

#contentContainer .print  h1{
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
}

#contentContainer .print h2 {
	font-family: Arial;
	font-size: 20px;
}

#contentContainer .print img {
	float: right;
	margin-right: 20px;
}

#contentContainer  .img {
	display: none;
}

.imagewithtext .txt {
	float: left;
	width: 570px;
}

th {
	background: #ffffff;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000 !important;
}

th.first  {
	border-left: 1px solid #000000;
}

th.last  {
	border-right: 1px solid #000000;
}

td {
	border: 1px solid #000000;
}

td.first {
	border-left: 1px solid #000000;
}

td.last {
	border-right: 1px solid #000000;
}

tr {
	background: #ffffff;
	border: 1px solid #000000;
}

/*tr.odd {
	background: #ffffff;
}*/

tr.odd td {
	border: 1px solid #000000;
	background: #ffffff;
}

tr.odd td.first {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
tr.odd td.last {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}


.highlight {
	font-style: italic;
	color: #000000;
}

.productright {
	float: left;
	margin-left: 20px;
}

label.bold {
	color: #000000;
}

.success {
	color: #000000;
	border-left: 10px solid #000000;
}

#contentContainer .main .success h3 {
	color: #000000;
}

.error {
	color: #000000;
	border-left: 10px solid #000000;	
}

#contentContainer .main .error h3 {
	color: #000000;
}

/*]]*/