html {overflow-y: scroll;} 
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{
	/*font-family: Arial, Helvetica, sans-serif;*/
	color: #000000;
	font-size: x-small;
}
.content
 {
	
	margin: 0;
/*	position: absolute;
	left: 0;
	top: 60px;

	padding-left: 10px;
*/
	padding-top: 0px;
	overflow: visible;
	height: 100%;
	z-index: 1;
	padding-bottom: 50px;

	text-align: left;
	width: 800px;
	padding-left:5px;
	/*margin-top: 20px;*/
}


table
{
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img
{
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var
{
	font-style: normal;
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6
{
	font-size: 100%;
	line-height:105%;
}
h1
{
	font-size: 130%;
}
h2, h3, h4, h5, h6
{
	font-size: 120%;
}
h3
{
	font-size: 110%;
}
h4
{
	font-size: 101%;
	
}

q:before, q:after
{
	content: '';
}
img
{
	border: 0px;
}

body
{
	margin: 0px;
	height: 100%;
	font-size: x-small;
	font-family:   "Lucida Grande" , Lucida, Verdana, sans-serif;
	padding: 0px;
	background-color: #FFFFFF;
	width: 100%;
	/*text-align: center;*/
}


a img
{
	border: 0px;
}

a
{
	color: #0000ff;
	text-decoration: none;
}

a:link {
	color: #5275B4;
	text-decoration: none;
	font-family:  verdana, arial, helvetica, sans-serif;
}

a:visited {
	color: #5275B4;
	text-decoration: none;
	font-family:  verdana, arial, helvetica, sans-serif;
}

a:hover {
	color: #8797B2;
	font-family:  verdana, arial, helvetica, sans-serif;
	text-decoration: none /*underline*/;
}

.footer
{
	/*position: absolute;*/
	left: 0px;
	bottom: 0px;
	width: 100%;
	display: block;
	height: 60px;
	z-index: 999;
	padding: 0px;
	margin: 0px;
	text-align: left;
	
	color: #808080;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: xx-small;
	/*padding-left: 10px;*/
	
	
}

.block
{
	float: left;
	margin-left: 20px;
	width: 700px;
}
.blockheader div
{
	background-color: #E3E5E8;

}
.blockheader
{
	background-color: #E3E5E8;
	width:690px;
	height:25px;
	font-weight: bold;
	float:left;
	text-align: left;
}

.blockcontent
{
	padding-top: 15px;
	text-align: justify;
	float: left;
}



/* todo*/
.layoutrule table
{
  width: 710px;
}

.layoutrule-name td
{
  width: 215px;
}

div.code , pre.code
{
		border-right: silver 1px dotted;
		border-top: silver 1px dotted;
		padding-left: 40px; /*10px*/
		font-size: small;
		padding-bottom: 10px;
		margin-left: 0px;
		margin-top: 1px;
		border-left: silver 1px dotted;
		padding-top: 10px;
		border-bottom: silver 1px dotted;
		font-family: "Courier New" , Courier, monospace;
		background-color: #f5f5f5;
		text-align: left;
		overflow: auto; 
		width:100%; 
		clip: auto;
}

div.emphasis
{
		border-right: silver 1px dotted;
		border-top: silver 1px dotted;
		padding-left: 10px; /*10px*/
		
		padding-bottom: 10px;
		margin-left: 0px;
		margin-top: 1px;
		border-left: silver 1px dotted;
		padding-top: 10px;
		border-bottom: silver 1px dotted;
		
		background-color: #FDF2F2;
		text-align: left;
		overflow: auto; 
		width:100%; 
		clip: auto;
}

div.tableSection table
{
	border:1px solid #DDDDDD;
	font-size:100%;
	margin:5px 10px 5px 0px;
	width:97%;
	border-style:solid;
	border-collapse:collapse;
}

div.tableSection table tr
{
	vertical-align:top;
}

div.tableSection table th,div.tableSection table th p
{
	border-bottom:1px solid #C8CDDE;
	color:#000066;
	padding-left:5px;
	padding-right:5px;
	text-align:left;
}

div.tableSection table th
{
	background:#CCCCCC none repeat scroll 0% 0%;
	vertical-align:bottom;
}

div.tableSection table th, div.tableSection table td 
{
	font-family:Verdana;
	/*font-size:3mm;*/
	padding:5px;
	text-align:left;
}

div.tableSection table th,div.tableSection table td table th{
font-weight:bold;
}
div.tableSection table p {
margin:0pt;
padding:0pt;
}
div.tableSection table p {
margin:0pt 0pt 10px;
padding:0pt;
}
p {
margin:0pt 0pt 10px;
padding:0pt;
}



div.tableSection table td {
border:1px solid #D5D5D3;
border-bottom:1px solid #D5D5D3;
border-top:0px solid #D5D5D3;
}

tableRuleParameters
{
    width: 100%;
}
table.tableRuleParameters tr td
{
    width: 250px;
}





ul.simple
{
	list-style-type:none;		
	margin-left: 0px;
	padding-left:0px;
}

h3.header
{
	color: #67A362;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:5px;
}
h4.header
{
	color: #67A362;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	margin-top:5px;
}


strong
{
	font-weight:bold;
}
