/*
#####################
copyright:  tonvanhattum.com.br
#####################
*/ 
body 
	{
	margin: 0;
	padding: 0;
	background: #ffffff;
	color: #000000;
	font-family: arial,helvetica,sans-serif;
	font-size:16px;
	}

/* 
"#name" defines a unique div. like below can use it like <div id="topsection"> [text] </div> 
This means that you should use it only once in each page whach can be a disadvantage.
Advantage is you can link to such a section in a page.
 ".name" defines a class. like below can use it like <div class="date"> 12/12/2004 </div> 
 */

#copy 
	{
	padding: 10px 40px;
	width: 85%;
	clear: both;
	float: left;
	font-size: 70%;
	}


/* padding sets space around element as part of the element, background grows
aswel */
/* 	clear: left; to make it stay under both columns */


#searchbox
	{
    height: 55px;
	margin: 0;
	padding: 3px;
	float: right;
	width: 200px;
	text-align: right;
	}
	
#next-searchbox
	{
    height: 55px;
	margin: 0;
	padding: 10px;
	float: left;
	width: 75%;
	text-align: center;
	}

#navtop {
    height: auto;
	margin: 0;
	padding: 0.5em 50px;
	width: auto;
	text-align: center;
	font-size:13px;
	}

#navbot {
/*	border-top: 1px solid black; */
	margin: 0;
	padding: 0.5em 50px 0;
	width: auto;
	text-align: center;
	font-size:13px;
/* to make it stay under both columns */
	clear: both;
	}	

#backchoose
	{
    height: 40px;
	margin: 2px ;
	padding: 3px;
	float: left;
	text-align: center;
	}

.date {

	font-size: 70%;
	}

.small
	{
	font-size: 70%;
	}
	
.commentlink
	{
	clear: both;
	font-size: 20px;
	text-align: center;
	}

p {
	margin-top: 0.2em;
	margin-bottom: 0.8em;
	max-width: 500 px
	}

h1 {
	text-align: left;
	font-size: 250%;
	margin-top: 1em;
	margin-bottom: 1em;
	}

h2 {
	/*text-align: center;*/
	font-size: 180%;
	}

h3 {
	font-size: 135%;
	}

h4 {
	font-size: 110%;
	}

h5 {
	font-size: 100%;
	}

h6	{
	font-size: 85%;
	}

h1, h2, h3, h4, h5, h6
	{
	font-weight: bold;
	}

h2, h3, h4, h5, h6 {
	margin-top: 1.3em;
	margin-bottom: 0.4em;
	}

.secttext
	{
	text-align: left;
	margin: 20px;
	}

/* for some reason this needs to be defined seperate;
	this defines formating of links in navbar */
a	{text-decoration: none}

	a:link		{color: #000000;}		/* unvisited */
	a:visited	{color: #000000;}		/* viseted link */
	a:hover		{color: #666666;}		/* mouse over */
	a:active	{color: #660000;}		/* klicked on */


/* For formgb */	
/* With the style 'warning' I get the warnigs in the there specified collour */
.warning
	{
	color: #ff0000;
	}
table.inp
	{
	width:100%;
	font-size: 14px;
	cellspacing: 0;
	border-spacing: 0.5em;
	border: none;
	color : #004400;
	clear: left;
	}
.left 
	{
	width:30%;
	vertical-align:top;
	text-align: right;
	}

.mid
	{
	width:40%;
	vertical-align:top;
	text-align: center;
	}

.right
	{
	width:30%;
	vertical-align:top;
	text-align: left;
	}
.h_feedback
	{
	text-align: center;
	font-size: 160%;
	font-weight: bold;
	}
/* End For FormGb */	

/* To keep side by side
From here */
#sign 
	{
	width: 80%;
	clear: left;
	float: left;
	padding-left: 40px;
	}

#statsbox 
	{
	clear: right;
	float: right;
	}
/* to here */

