/* CSS Document */

/* Float containers fix: */ 
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;} 
.clearfix{display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */
.clear{ clear: both; }

BODY {
	margin:0px;
	font-family: Georgia,Arial, Helvetica;
}

#template {
	margin:10px;
	width: 780px;
}

TABLE#tHeader {
	width: 100%;
	background-image: url('/content/templates/manual/Images/Document/blue_shadow.gif');
	padding: 0;
	border-spacing:0;
	position:relative;
}
#tempalte #tContent * {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}
#template #tContent {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	text-align: left;
	padding-top:10px;
	background: white;
}
#template #tContent BLOCKQUOTE, #template #tContent PRE {
	background: #f5f5f5;
	padding: 5px;
	border: solid 1px #e5e5e5;
}
#template #tContent TABLE {
	background: white;
	border: solid 1px #e5e5e5;
	border-spacing: 2px;
}
#template #tContent TABLE TD {
	background: #f5f5f5;
	border: solid 1px #e5e5e5;
	padding: 2px;
}
#template #tContent H2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#template #tContent A {
	color: #009185;
}

#template #tContent H1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

TABLE#DocumentInfo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	background: #f5f5f5;
	padding:0px;
	width:100%;
	border-spacing: 0px !important;
}

TABLE#DocumentInfo TD {
	border:0 !important;
	border-spacing: 0px !important;
}

TABLE#DocumentInfo H1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	margin:0;
	padding-bottom:5px;
	border: 0 !important;
}

DIV#DocumentInfo {
	border: solid 1px #ccc;
	width:600px;
	padding: 5px;
	margin-top:20px;
}
DIV#tFooter {
	margin-top: 30px;
	border-top: solid 1px #ccc;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: gray;
	padding: 6px;
}
DIV#tFooter A {
	color: #009185;
}
