@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	background-color: #E7EADF;
	background-image: url(images/page_bgr.jpg);
	background-repeat: repeat-x;
}
a img {
	border: none;   
}
h1 {
	font-size:1.85em;
	line-height:1.2em;
	margin: 10px 0 0.5em 0;
	font-weight: normal;
	text-transform:none;
	color: #522A19;
	font-family: Tahoma, Geneva, sans-serif;	
	border-bottom: 2px solid #7EBB56;
	padding: 0 0 0.25em 0;
	
}
h1 span.initial {
	font-size: 1.42em;
	font-weight:bold;
	color: #FFF;	
}
h2 {
	font-size:1.4em;
	line-height:1.2em;
	margin: 0.5em 0 0.5em 0;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
}
h3 {
	font-size:1.2em;
	line-height:1.2em;
	margin: 0.3em 0 0.3em 0;
	font-weight: normal;
	font-family: Tahoma, Geneva, sans-serif;
}
h3 a {
	
	
}
h4, h5, h6 {
	font-size:1em;
	line-height:1.2em;
	margin: 0.5em 0 0.5em 0;
	font-weight: bold;
}
p {
	margin: 0 0 1em 0;
	line-height: 1.4em;	
}
.smallFont {
	font-size: 0.86em;	
}
a {
	color:#88CB5C;
	text-decoration:none;
}
a:hover {
	color:#88CB5C;	
	text-decoration:underline;
}

table {
	
	
}
td {
	padding: 0 1em 0 0;
	line-height: 1.4em;
}
ul {
	font-size: 1.1em;
	margin-top: 1em;
	margin-bottom: 1em;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1em;
}
li {
	background-image: url(images/icons/icon_list_checked.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 34px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 2px;
	line-height: 1.4em;	
}

ul.topics {
	font-size: 1.1em;
	margin: 1em 0 1em 0;
	padding: 0;
	list-style-type:none;
}
ul.topics li {
	margin: 0 0 1px 0;
	padding: 7px 7px 9px 7px;
	background-image: url(images/tab_box_row_bgr.png);
	background-repeat:no-repeat;
	background-position: left bottom;
	
}
ul.topicContent {
	font-size: 1em;
	margin: 0;
	padding: 0;
	list-style-type:none;
}
ul.topicContent li {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	background-image: none;
	background-repeat:repeat-x;
	background-position: 0px 0px;
	background-color: transparent;
	border-bottom: 1px solid #FFF; 
}

/* Image Container */
.imageContainer {
	width: auto;
	text-align:center;
	padding:5px;
	color: #000;
}
.imageContainerThumbs {
	width: 120px;
}
.imageContainerLayout {
	width: 200px;
}
.imageContainerFloatLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.imageContainerFloatRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.imageContainerBlock {
	clear:both;
	width: auto;
	margin: 1em 0 1em 0;
}
div.imageContainerMulti {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.imageContainer .imageText {
	font-size: 0.85em;
	margin: 0em;
	padding: 0.25em;
	text-align:center;
	
}

/* Code Container */
.codeContainer {
	width: auto;
	text-align:center;
	/*background-color:#E9E9E9;*/
	padding:10px;
}

.codeContainerFloatLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.codeContainerFloatRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.codeContainerBlock {
	clear:both;
	width: auto;
	margin: 0px;
}

img {
	max-width: 100%;
}
a img {
	border: none;
}

.info {
	border-radius: 20px;
	overflow: hidden;
	background-color: #FFF;
	width: 500px;
	height: 430px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	-webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.3);
}
.text {
	padding: 30px;
}
.info img {
	margin-bottom: 2em;
}
.info .message {
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	margin-top: 1em;
	color: #663820;
	border-top: 1px solid #4aaf45;
	padding-top: 0.75em;
}