/* Include several css stylesheets */
@import url('/stylesheets/layout.css');
@import url('/stylesheets/products.css');
body {
	font-size: 9px;
	color: Black;
	font-family : Arial;
	background: #CCE8FF;
	scrollbar-base-color: #ccc;
	scrollbar-arrow-color: black;
}
td,p {
	font-size: 8pt;
	color: Black;
	font-family : Arial;
}
.linethrough {
	text-decoration: line-through;
	color :gray;
}
a.buttons {
	color: black;
	border: 0px solid;
	background-color: white;
	padding: 0px;
	padding-left: 2px;
	font: 11px Arial;
	font-weight: bold;
	text-decoration: none;
	border-color: gray black black gray;
	display: block;
	margin: 0px;
	width: 170;
	text-align: left;
}

a.buttons:hover {
	border: 0px solid;
	border: 0px solid;
	padding-left: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 1px;
	background-color: #CCE8FF;
	border-color: black gray gray black;
	color: black;
	text-decoration: none;
}
a.active_button {
	color: black;
	border: 0px solid;
	background-color: #CCE8FF;
	padding: 0px;
	padding-left: 2px;
	font: 11px Arial;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin: 0px;
	width: 170;
	text-align: left;
}
/* Error message & help */
div.errormessage {
	background: #fcffeb;
	border: 1px dashed #000450;
	margin-top: 8px;
	margin-bottom: 16px;
	padding: 6px 6px 6px 32px;
	line-height: 18px;
}

div.errormessage td {
	line-height: 18px;
}
/*
div.errormessage li {
	color: darkred;
}
*/
img.errormessage {
	margin-left: -24px;
}
.required {
	color: red;
}

A {
	color : Black;
	font-size : 11px;
	font-family : arial;
	text-decoration : none;
}

A:visited  {
	color : Black;
	font-size : 11px;
	font-family : arial;
	font-style : bold;
	text-decoration : none;
}

A:active  {
	color: Black;
	font-size : 11px;
	font-style: bold;
	font-family: arial;
	text-decoration : none;
}

A:hover  {
	color : Black;
	font-style : bold;
	font-family : arial;
	font-size : 11px;
	text-decoration : none;
}

.no_underline {
	text-decoration: none;
}

H1  {
	font-size : 18px;
	font-family : Arial;
	font-style : bold;
	color : #000000;
}

H2  {
	font-size : 14px;
	font-family : Arial;
	font-style : bold;
	color : Black;
}
.row {
  padding-bottom:5pt;
}
th {
	font-family: arial;
	font-weight: bold;
	font-size: 9pt;
	text-align: left;
	text-align: left;
}
label {
	font-family: arial;
	cursor:pointer;
	line-height:16px;
	font-size: 9pt;
	color: black;
	width:140px;
	float: left;
}

.refpage1td {
	border-left: 1px white solid;
	border-top: 1px white solid;
	border-right: 1px #A0A0A0 solid;
	border-bottom: 1px #A0A0A0 solid;
   /*border-style: outset;
   border-width: 1;*/
   font-size: 11pt 
   font-family : Arial;
}

.readonly {
	background: lightgray;
	color: gray;
}
input[disabled='disabled'] {
	background: lightgray;
	color: gray;
}
input[readonly] {
	background: lightgray;
	color: gray;
}
.steps_active {
	color: black;
	font-weight: bold;
}

.steps_inactive {
	color: #a6c9e7;
}
a.steps_inactive {
	color: #a6c9e7;
	text-decoration: none;
}

.fullwidth {
	width:100%;
}
.width800 {
	width:800px;
}

#footer a {
	font-size:9px;
}