@charset "utf-8";
/* CSS Document */

img
{
	border-style: none;
}


/* The specific style rules used to suggest rendering */
/* for the CSS table design example, starts here */

DIV.base-layer {
	background: none #97D786;
	border: solid #333333 0px;
	color: #000000;
	margin: 0px;
	padding: 0;
	text-align: center;
	width: 640px;
}

DIV.footer {
	color: #000000;
	text-align: center;
	width: 640px;
	font: sans-serif;
	font-size: 14px;
	background-color: #7FB1DD;
	background-image: none;
}

DIV.table-row {
	background: none #ffffff;
	border: none;
	color: #000000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
	text-align: center;
	width: 90%;
}

DIV.table-rowB {
	background: none #7FB1DD;
	border: none;
	color: #000000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 3px;
	text-align: center;
	width: 90%;
}

DIV.table-rowC {
	background: none #CADFF1;
	border: none;
	color: #000000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 10px;
	text-align: left;
	width: 92%;
	font-family: sans-serif;
	font-size: x-large;
}

DIV.table-row0 {
	background: none #ffffff;
	border: none;
	color: #000000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: left;
	/*	width: 96%; */
	font-family: sans-serif;
	font-size: small;
	border-bottom-color: #7FB1DD;
}

DIV.table-rowR {
	background: none #ffffff;
	border: solid 1px;
	color: #000000;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 90%;
	font-family: sans-serif;
	font-size: small;
	border-bottom-color: #7FB1DD;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-bottom: 8px;
}


/* Rules in detail that is used to suggest rendering for the */
/* Nobel prize winner table example. I still use some of the */
/* generic rules as found above and below, but still..       */

DIV.left-container13 {
	border: none;
	float: left;
	margin: 0;
	width: 64%;
	padding-left: 5%;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
}

DIV.left-container23 {
	border: none;
	float: left;
	margin: 0;
	padding: 0;
	width: 13%;
/*	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;*/
}

DIV.right-container13 {
	border: none;
	float: right;
	margin: 0;
	width: 15%;
	padding-left: 0;
	padding-top: 0;
	padding-right: 3%;
	padding-bottom: 0;
/*	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;*/
}

/* Rules in detail that is used to suggest rendering for the  10 by 5 int. */
/* product table example. I still use some of the generic rules as found   */
/* above and below, but still..                                            */

DIV.left-layer11 {
  border: none; float: left; margin: 0; padding: 0; width: 9%;
}

DIV.right-layer11 {
  border: none; float: right; margin: 0; padding: 0; width: 10%;
}

/* Watch out for this DIV... rule, it appears every now and then */

DIV.space-line {
  clear: both; margin: 0; padding: 0; width: auto;
}

DIV.rule-line {
  clear: both; margin: 0; padding: 0; width: auto;
  background: none #CADFF1;
}

/* Some rules for captions, headers and running text */

H4.table-caption {
	background: transparent;
	color: #ffffff;
	font-family: sans-serif;
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	margin: 0;
	padding: 0.3em;
	text-align: center;
	width: auto;
}

H5.colhdr {
	background: none #ffffff;
	border: none;
	color: #000000;
	font-family: sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 0.3em 0.3em 0 0.3em;
	text-align: left;
	width: auto;
}

P.text {
	border: none;
	margin: 0;
	padding: 0.3em 0.3em 0 0.3em;
	font-style: normal;
	font-size: small;
	text-align: left;
	text-indent: 0;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
}

/* End of layer specific style rule set */
