/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style part of the stylesheet is licensed under a Creative Commons License. */ 
:link,:visited { text-decoration:none; }
ul { list-style:none; }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,td,th, address { margin:0; padding:0; }
a img,:link img,:visited img { border:none; } 
/* ===================================== */
/* = Stylesheets for Atradius Internet = */
/* = 2009 - Bas Zurburg, Atradius      = */
/* ===================================== */ 
/* ======================== */
/* = Basic site structure = */
/* ======================== */ 
/* Set font-size to 62.5% which should be 10px in most browsers but has the andvantage of being resizable. */
body{
	background: #ccc url('../images/body.jpg') repeat-x 0 0;
	font-family: "Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
	font-size: 62.5%;
	color: #222;
	text-align: center;
} 
#blank {
	background-image: none;
	background-color: #FFFFFF;
} 
#site, #footer {
  width: 980px;
} 
#site {
  position: relative;
  text-align: left;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.2em;
  display: block; 
} 
#container {position:relative; display:block; }
#container-full {position:relative; display:block;}
#inner {display:block; background-color:#fff; }
#inner-full {display:block; background-color:#fff;} 
.max {
  width: 100%;
} 
.clear {
  clear: both;
} 
.comment {color: #999;} 
/* items with class tohide need to be set to hidden by javascript */
.hidden {
  display: none;
} 
/* items with class unhide need to be made visible with javascript */
.unhide {
  display: none;
} 
/* ========== */
/* = Tables = */
/* ========== */ 
/* General purpose no-wrap style */
td.nowrap,
td.date{
	white-space: nowrap;
} 
/* General purpose textalign for text */
td.center,
th.center{
	text-align: center;
} 
td .right,
th .right{
	text-align: right;
} 
/* ========== */
/* = Header = */
/* ========== */ 
#header #dynamicline {
  height: 7px;
  background-image: url('../images/dynamicline.gif');
} 
#header .logo img{
  margin-top: 16px;
  margin-left: 14px;
  margin-bottom: 8px;
} 
#header #siteid{
  text-align: right;
  margin-right: 0px;
  margin-left: auto;
} 
#header h2{
  font-size: 1.4em;
  color: #fb3f3f;
  padding-bottom: 4px;
  padding-top: 6px;
} 
/* ============== */
/* = Breadcrumb = */
/* ============== */ 
#breadcrumb {
	padding-top: 5px;
	margin-bottom: 1em;
	line-height: 1.2em;
} 
#breadcrumb a{
	color: #c00;
} 
#breadcrumb a:hover{
	color: #c00;
	text-decoration: underline;
}
/* ============== */
/* = Main  Area = */
/* ============== */ 
#main, .noprint {
	background-color:#fff;
    position: relative;
  	display:block; 
  	padding:0px 15px 15px 15px;
	/* or make it auto for always fit in all browswers? */
} 
.print-display {
	background-color:#fafafa;
	position: relative;
	display:block;
	padding:100px 50px 20px 50px;
	margin: 20px 100px 20px 100px;
	font-family: Arial, Helvetica, sans-serif;
	width: 780px;
	border-top: 1px solid #ccc;
	border-right: 2px solid #aaa;
	border-bottom: 2px solid #aaa;
	border-left: 1px solid #ccc;
} 
.print .details {
	font-size: 12pt;
	line-height: 16pt;
	margin-top: 10px;
} 
#main h2 {
  color: #636563;
  font-size:150%;
  font-weight: normal;
  margin-top: 0.2em;
  margin-bottom: 0.6em;
  display: block;
  border-bottom: 1px solid #999;
 } 
#main p{
	margin-bottom: 0.8em;
} 
#main h1 {
  color:#FB3F3F;
  font-family:"Arial Narrow",Arial,Helvetica,sans-serif;
  font-size:280%;
  font-weight:bold;
 } 
#main h1 small{
	font-family: "Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
	display: block;
	font-size: 40%;
	color: #666;
	padding-bottom: 0.3em;
} 
#main address {
line-height: 16px;
} 
#main  a, #rightcol a {
	border-bottom:1px solid #fb3f3f;
	color: #fb3f3f;
} 
#main a.more {
  background:transparent url(../images/backgrounds/arrow_right_thin.gif) no-repeat scroll left 50%;
  border: medium none;
  color: #fb3f3f;
  padding-left:10px;
} 
#main  p.date {
  font-weight: bold;
  color: #636563;
} 
#main  p.alert {
  font-weight: bold;
  color: #f00;
  font-size: 110%;
} 
#main  ul { 
 padding-bottom: 10px;
 margin-left: 10px;
} 
#main  p.inactive {
 /* display: none; */
} 
p.readmore a, p.readmore a:visited {
  background:transparent url(../images/icons/a-readmore.gif) no-repeat scroll 100% 60%;
  border:medium none;
  color:#FB0000;
  float:right;
  font-weight:bold;
  margin:0;
  padding-right:10px;
  text-decoration: none;
} 
/* grey square bulet */
#main ul li, #rightcol ul li { 
	background:transparent url(../Images/content-li.gif) no-repeat scroll 0pt 6px;
	margin-bottom:0.1em;
	padding-left:11px;
} 
/* red square bulet */
#main ul li.link, #rightcol ul li.link 
 { 
	background:transparent url(../Images/content-li-a.gif) no-repeat scroll 0pt 6px;
	margin-bottom:0.1em;
	padding-left:11px;
} 
/* ========== */
/* = Footer = */
/* ========== */ 
#footer {
  display: block;
  height: 21px;
  line-height: 21px;
  background: url('../images/footer.gif') no-repeat 0 0;
  margin: 10px 0px;
  position:relative;
} 
#footer #footerright {
  color:#969696;
  float:right;
  padding-right:12px;
  text-align:right;
  width:200px;
} 
#nav-footer ul li{
	float: left;
	color: #969696;
	padding:0px 0px 0px 12px;
} 
#nav-footer ul li a,
#footerright a{
	color: #969696;
} 
#footerright a{
	color: #969696;
	text-decoration:underline;
} 
#nav-footer ul li a:hover{
	text-decoration:underline;
} 
/* ======================= */
/* = Basic form elements = */
/* ======================= */ 
select,
input{
	font-family: verdana, arial, helvetica, sans-serif;
} 
.atradiusForm {
	margin: 10px;
} 
/* Put this in, because the page was misformed without a Doctype, which is difficult in xml JSP - Am I missing something? */
#requestForm td {
	font-size: 72%;
} 
.atradiusForm .standard {
	border: 1px;
	background-color: #f8f8f8;
	border-style: solid;
	border-top-color: #e9e9e9;
	border-right-color: #d0d0d0;
	border-bottom-color: #d0d0d0;
	border-left-color: #e9e9e9;
} 
.atradiusForm .standard h2 {
	margin-left: 10px;
	margin-left: 10px;
} 
.atradiusForm .blank {
	border: 1px;
	border-style: solid;
	border-color: #fefefe;
} 
.atradiusForm fieldset {
	margin: 0px 10px 10px;
	padding: 10px 0px 5px;
	border: 2px solid #ccc;
} 
.atradiusForm legend {
	margin: 0px 10px;
	padding: 10px;
	color: #555;
	font-weight: bold;
} 
.atradiusForm .validationError {
	border: 2px;
	background-color: #f8f8f8;
	border-style: solid;
	border-top-color: #f00;
	border-right-color: #c00;
	border-bottom-color: #c00;
	border-left-color: #f00;
	padding: 10px;
} 
.atradiusForm input.text,
.atradiusForm textarea.text,
.atradiusForm select.text{
	border-top: 1px solid #999;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #999;
	width: 60%;
	padding: 2px 1px;
} 
.atradiusForm input.error,
.atradiusForm textarea.error,
.atradiusForm select.error{
	color: #f00;
} 
.atradiusForm input.date {
	width: 100px;
} 
.atradiusForm input.number {
	width: 100px;
} 
.atradiusForm input.button {
	margin: 10px 20px;
} 
.atradiusForm thead {
	height: 0px;
} 
.atradiusForm .subheading{
	display: block; 
 	background-color: #ccc;
	color: #000;
	padding: 3px 8px 2px 8px;
	margin-bottom: 12px;
	margin-top: 12px;
	border-bottom: 1px solid #999;
} 
.atradiusForm .blank .subheading{
 	background-color: #fff;
	border-bottom: 1px solid #ccc;
} 
.atradiusForm .subtext{
	color: #666;
	padding: 0px 12px 12px 12px;
}
.atradiusForm .element td{
	padding-bottom: 10px;
} 
.atradiusForm td.element {
	padding-bottom: 10px;
	width: 70%;
} 
.atradiusForm td.label {
	color: #333;
	padding-left:  20px;
	padding-top:    2px;
	padding-right: 10px;
	vertical-align: middle;
	width: 30%;
} 
.atradiusForm label.error{
	color: #f00;
	padding-left: 10px;
	clear:left;
} 
.atradiusForm .left{
	text-align: left;
} 
.atradiusForm .right{
	text-align: right;
} 
.form .thankyou {
 	background-color: #ccc;
	padding: 10px;
	border: 2px solid #333;
	display: block; 
	margin-top: 12px;
} 
#toc {
	height: 200px;
	overflow: auto;
	margin: 5px 0px;
	border-top: 1px solid #666666;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #666666;
	padding: 10px;
} 
.print-display div.print div.printtoc {
	font-size: 10pt;
	margin-top: 30px;
	text-align: justify;	
}

