/* ******
 * Name:        help.css
 * Description: formatting used by help.php
 * Version:     1.1
 * Date:        Wed Jun 25 12:08:25 FLEDT 2008
 * Author:      Johan Forsbäck, Stefan Fronzek, SYKE
 */
body {
	font-family: arial;
	font-size: small;
}

.input {
	position: absolute ;
	right: 10px;
	top:10px;
}

li {
	list-style-type: square;
	text-indent: 5px;

	margin-top: 10px;
	
}

#leftCol {
	float: left ;
	width: 100px ;
	margin-right: 5px;
	font-size: xx-small;

}

#separatorline {
	width: 1px ;
	height: 200px;
	float: left;
	background: #000000 ;

}
#horizline {
	width: 50px ;
	height: 1px;
	float: left;
	background: #000000 ;

}

#rightCol {
	margin-left: 115px;

}


	#mainright {
		width:33%;
		float:left;
		background:#fff;
		padding-bottom:10px;
		}
	
	#maincenter {
		width:2px;
		float:left;
		background:#000000;
		padding-bottom:10px;
		}
	
	#mainleft {
		width:33%;
		float:left;
		background:#fff;
		padding-bottom:10px;
		}

