/* text elements */
body{ 
	font-size: 0.8em;
	font-family: Verdana, Arial;
	color: #ababab; 
}

img{
	border: 0;
	vertical-align: text-bottom;
}


p{
	padding: 0px;
	margin: 0px; 
	margin-top: 0px;
	margin-bottom: 12px;
}

form{
	padding: 0px;
	margin: 0px; 
}


/* text */
.text_big, big, big a{ 
	font-size: 1.2em;
}

.text_small, small, small a{ 
	font-size: 0.8em;
}

.text_bright{
	color: gray;
}

.text_error{ 
	color: red; 
	font-weight: bold; 
}
.text_successful{ 
	color: green; 
	font-weight: bold; 
}


/* links */
a{
	color: white;

	font-family: Verdana, Arial;
	font-weight: bold;
    text-decoration: none;   
}

a:hover{
	color: #666666;
	
	font-family: Verdana, Arial;
	text-decoration: none;     
}


/* headings */
h1{
	font-size: 16px;
	font-weight: bold;
	
	padding: 0px;
	margin-top: 0px;
	
	margin-bottom: 8px; 
	padding-bottom: 4px;
	
	font-weight: bold; 
	color: white; 
}

h2{
	font-size: 14px;
	font-weight: bold;

	padding: 0px;
	margin-top: 0px;
	
	margin-bottom: 8px; 
	padding-bottom: 4px;
	
	font-weight: bold; 
	border-bottom: 1px solid black; 
}

h3{
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid black; 

	padding: 0px;
	margin-top: 8px;
	margin-bottom: 2px;
	
	padding-bottom: 2px;
}

h4{
	font-size: 10px;
	font-weight: bold;
	border-bottom: 1px solid black; 

	padding: 0px;
	margin-top: 8px;
	margin-bottom: 2px;
	
	padding-bottom: 2px;
}


/* lists */
#content ul, #content ol{
	padding-left: 0px; 
	margin-left: 20px; 
	margin-top: 4px; 
	margin-bottom: 4px; 
}

#content li{
	padding-top: 5px; 
	padding-bottom: 5px; 
}



.tooltip{
	position: absolute;
	display: none;
	background-color: #FFFFFF;
	color: black; 
	padding: 4px; 
	border: black 1px solid; 
	text-align: left; 
	width: auto; 
}