

@media screen {

	.simpledoc .doc {
		padding: 50px;
		border: 15px solid #567DB0;
		background: #FFFFFF;
	}


	.simpledoc a.glyph {
		text-decoration:none;
		color:transparent;
		background-color:transparent;
	}
	
	.simpledoc a.glyph:hover {
		background: url(icons/external.png) no-repeat right center;
		padding-right: 13px;
		text-decoration:underline
	}

}		


@media print {

	.simpledoc a.glyph {
		text-decoration:none;
		color:transparent;
	}

}

.simpledoc{
	font-size: 10pt;
	font-family: tahoma, arial, helvetica, sans-serif;
}

.simpledoc .pdf {
	color: #333333;
	font-family: calibri, tahoma, arial, helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 100px;
}

.simpledoc .screen{
	color: #333333;
	background-color: #567DB0;
}

.simpledoc .screen .doc {
			padding: 50px;
			border: 15px solid #567DB0;
			background: #FFFFFF;
		}

.simpledoc .pdf .doc {
			padding: 50px;
			background: #FFFFFF;
		}

		

.simpledoc div .level0 h1 {
	font-size: 1.3em;
}

.simpledoc div .level1 h1 {
	font-size: 1.2em;
}

.simpledoc div .level2 h1 {
	font-size: 1.1em;
}

.simpledoc div .level3 h1 {
	font-size: 1.1em;
	color: #666;
}

.simpledoc .indent div .level1 {
	margin-left: 20px
}

.simpledoc .indent div .level2 {
	margin-left: 20px
}

.simpledoc .indent div .level3 {
	margin-left: 20px
}

.simpledoc ol {
	list-style-type:decimal 
}

.simpledoc ul {
	list-style: square;
}

.simpledoc ul,ol {
	margin-left: 3em;
	padding-left: 0;
	margin-bottom: 1em;
}

.simpledoc ul li,ol li {
	margin-left: 0;
	padding-left: 0.5em;
	margin-bottom: 0;
}

.simpledoc ul p,ol p,ul ul,ul ol,ol ul,ol ol {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	text-align: left;
}

.simpledoc ol ol,ul ol {
	list-style-type: lower-alpha;
}

.simpledoc ol ol ol,ul ol ol,ol ul ol,ul ul ol {
	list-style-type: lower-roman;
}


.simpledoc p {
	margin: 0 0 1em 0;
	line-height: 1.3em;
/*	text-align: justify;*/
}

.simpledoc table p {
	margin: 0 0 0 0;
}


.simpledoc h1 {
	font-size: 1.4em;
	font-family: cambria;
	margin: 1em 0 0 0
}

.simpledoc a {
	color: green;
	background-color:white
}


.simpledoc .nowrap {white-space:nowrap}

.simpledoc table { border-collapse: collapse; empty-cells: show; }

.simpledoc table th{text-align:left;font-weight:bold;vertical-align: top;}
.simpledoc table td{text-align:left;vertical-align: top;}

.simpledoc table p {
 margin: 0 0 0 0;
}	


.simpledoc table td, table th {	font-size: 10pt; }	

.simpledoc table.default {background-color:#F8EAE1;margin: 5px 0 5px 0;}


.simpledoc table.default {background-color:#f5f5ff;}
.simpledoc table.default th {background-color:#eeeeff; color:#666666; font-weight:bold }
.simpledoc table.default tbody.rowcoloring_alternate tr.even {background-color:#FFFFFF; }


.simpledoc table.orange {background-color:#F8EAE1;}
.orange th {background-color:#FFA400; color:#FFFFFF; }
.orange tbody.rowcoloring_alternate tr.even    {background-color:#FFFFFF; }

.simpledoc table.blue {background-color:#D2DFF6;border:1px solid blue}
.blue  th {background-color:#8FB5FB; color:#0258F5; }
.blue  tbody.rowcoloring_alternate  tr.even    {background-color:#FFFFFF; }

.simpledoc table.green {background-color:#F2F6E0;}
.green th {background-color:#EAF1BE; color:#619102; }
.green tbody.rowcoloring_alternate  tr.even    {background-color:#FFFFFF; }

.simpledoc table.grey {background-color:#ECECEC;}
.grey th {background-color:#D9D9D9; color:#666666; }
.grey tbody.rowcoloring_alternate tr.even {background-color:#FFFFFF; }

.simpledoc table.border_row th,
.simpledoc table.border_row td {border-bottom:solid 1px #CCCCCC;}

.simpledoc table.border_column th, 
.simpledoc table.border_column td {border-right:solid 1px #CCCCCC;}

.simpledoc table.border_cell {border:solid #CCCCCC; border-width:1px 0px 0px 1px;}

.simpledoc table.border_cell th, 
.simpledoc table.border_cell td {border:solid #CCCCCC; border-width:0px 1px 1px 0px;}

.simpledoc table.border_table {border:1px solid #CCCCCC;}
	
.simpledoc table.default th,
.simpledoc table.default td {min-width:6em;}



#toc {
	text-align: left;
	background-color: #DDDDDD;
	font-variant: small-caps;
	width:80%;
	padding: 0 5px 0 0px;
}

#toc ul {
	margin: 0 0 0 10px;
	padding: 0 0 0 0;
	position: relative;
}
#toc li {
	margin: 0 25px 0 0;
	padding: 0px;
	list-style: none;
	line-height: 1.1em;
	white-space : nowrap;
}
/* This is lists of chapters and pages themselves */
#toc li span {
	margin: 0px;
	padding: 0 0 0 5px ;
	width:100%;
}


#zztoc li a {
	text-decoration: none; 
	color: #333333; 
	font-variant: small-caps;
	font-weight: normal; 
	font-style:normal;
	font-size: 10pt;
	position:absolute;
	right: 3px;
}

#toc ul {font-weight: normal; }
#toc ul ul {font-weight: bold; }
#toc ul ul ul {font-weight:normal}
#toc ul ul ul ul{font-style:italic; font-weight: bold}
#toc ul ul ul ul ul{font-style:normal; font-weight: normal}
#toc ul ul ul ul ul ul{font-style:italic; font-weight: bold}
#toc ul ul ul ul ul ul ul{font-style:normal; font-weight: normal}



/*.section .section {padding: 0 0 0 20px}*/

