/* Page body */


body,td,th {
	background: #cccccc;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
}
	}

p:first-letter
{
padding-left: 20px;
} 
	
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#39d030; /*#e9fde5;*/
	font-weight: bold;
	line-height: 12px;
}


a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #1a676b;
}
a:hover {
	text-decoration: underline;
	font-size: 16px;
	line-height: 16px;
	color: #1a676b;
}
a:active {
	text-decoration: none;
	color: #66FFFF;
}


#heading
{
	margin:0 auto;
	height:70px;
	width:100%;
	border: 1px solid #8F8F8F;
	background: #ffffff;
	background: -moz-linear-gradient(right, #eeeeeee, #ffffff );
	background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#ffffff), to(#eeeeeee));
	
}

#logo
{
	/*display:inline;*/
	position:relative;
	float:left;
	margin-left:10px;
	margin-top:15px;
	background: #ffffff;
	background-image:url('logo.png'); 
	background-repeat: no-repeat; /*top right;*/
	width:242px;
	height:71px;
	border: 1px solid #8F8F8F;
	box-shadow: 5px 5px 2px #888888;
	-webkit-box-shadow: 5px 5px 2px #888888; /* Safari */
}

#doctitle
{
	position:relative;
	float:right;
	margin-right:25px;
	margin-top:14px;
	-webkit-border-radius: 8px;
    -moz-border-radius:8px; /* Firefox 3.6 and earlier */
	border-radius: 8px;
	color: #ffffff;
	font-family: Helvetica, sans-serif;
	font-size: 32px;
	font-weight:bold;
	text-align: right;
	text-shadow: 0px 0px 5px #000000;
}


#pagewrapper
{
	margin-left: 15px;
	margin-top: 25px;
	margin-right: 15px;
	margin-bottom: 0px;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;

}

.titlewrapper
{
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 25px;
	
	background: #cdcdcd;
	background: -moz-linear-gradient(right, #ffffff, #cdcdcd );
	background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#ffffff), to(#cdcdcd));

	-webkit-border-radius: 10px;
    -moz-border-radius:10px; /* Firefox 3.6 and earlier */
	border-radius: 10px;
	
    border: 1px solid #8F8F8F;
	padding: 15px;
	
	box-shadow: 10px 10px 5px #888888;
	-webkit-box-shadow: 10px 10px 5px #888888; /* Safari */
	text-align:center;
}

.title
{
	color: #88c424;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight:bold;
}

.titinfos
{
	position:relative;
	float:center;
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	text-align: center;
	color: #000000;
}

.undtitlewrapper
{
	position:relative;
	float:center;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 25px;
	background: #dedede;
	
	-webkit-border-radius: 50px;
    -moz-border-radius:50px; /* Firefox 3.6 and earlier */
	border-radius: 50px;
	
    border: 1px solid #8F8F8F;
	padding: 15px;
	
	box-shadow: 10px 10px 5px #888888;
	-webkit-box-shadow: 10px 10px 5px #888888; /* Safari */
	text-align:center;
}

.undtitle
{
	color: #88c424;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	text-shadow: 0px 0px 6px #ade055;
}


.h3wr
{
	position:relative;
	float:centre;
	margin-left: 5%;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 25px;
	width:33%;
	background: #dddddd;
	
	border: 1px solid #8F8F8F;
	padding: 15px;
	
	box-shadow: 5px 5px 5px #888888;
	-webkit-box-shadow: 5px 5px 5px #888888; /* Safari */
	text-align:center;
}

.h3img
{
	float:right;
	width:16px;
	height:16px;
	background-image:url('http://static2.scirra.net/forum_images/back_to_top.png');
	
}

.h3tit
{
	color: #88c424;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}


.pwrapper
{
	display:block;
	
	margin-left: 25px;
	margin-top: 5px;
	margin-right: 25px;
	margin-bottom: 15px;
	-moz-border-radius:10px; /* Firefox 3.6 and earlier */
	-webkit-border-radius: 10px;
    border-radius: 10px;
	background: #dedede;
    border: 1px solid #8F8F8F;
	padding: 10px;
}
.listwrapper
{
	display:block;
	
	margin-left: 25px;
	margin-top: 15px;
	margin-right: 25px;
	margin-bottom: 5px;
	-moz-border-radius:25px; /* Firefox 3.6 and earlier */
	-webkit-border-radius: 25px;
    border-radius: 25px;
	background: #efefef;
    border: 1px solid #8F8F8F;
	padding: 25px;
}

.code
{
	background: #efefef;
	margin-left: 25px;
	margin-top: 15px;
	margin-right: 25px;
	margin-bottom: 15px;
	font-family: Courier;
	font-size: 14px;
	box-shadow: 5px 5px 10px #888888;
	-webkit-box-shadow: 5px 5px 10px #888888; /* Safari */
	text-align:left;
}

.col
{
	
	width:45%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 15px;
	-moz-border-radius:10px; /* Firefox 3.6 and earlier */
	-webkit-border-radius: 10px;
    border-radius: 10px;
	background: #efefef;
    border: 1px solid #8F8F8F;
	padding: 10px;

}



.separator
{
	/*display:inline;*/
	
	float:center;
	margin-left:45%;
	margin-right:45%;
	margin-top:50px;
	margin-bottom:100px;
	background-image:url('C2.png'); 
	background-repeat: no-repeat; /*top right;*/
	width:128px;
	height:128px;
}

