/*
	This file contains CSS rules for all default elements styles. 
	
	This file is also used in FCKEDITOR!!!
*/

html, body, div, img
{
	border: 0;
	margin: 0;
	padding: 0;
	
}
html, body, textarea
{
	font-family: Verdana, sans-serif !important;
	font-size: 11px;
}
html
{	
	overflow-y: scroll;
}
body
{
	background-color: #dddddd !important;
	width: 100%;
}
p
{
	padding: 10px 0 10px 0;
	margin: 0;
}
h1, h2, h3, h4, h5
{
	color: #000000;
	padding: 10px 0 10px 0;
	margin: 0;
}
h1
{
	font-size: 18px;
	font-weight: normal;
}
h2
{
	font-size: 16px;
	font-weight: normal;
}
h3
{
	font-size: 14px;
	font-weight: normal;
}
h4
{
	font-size: 12px;
	font-weight: bold;
}
h5
{
	font-size: 10px;
	font-weight: bold;
}
input
{
	border-width: 2px;
	border-style: solid;
	border-color: #a0a0a0 #FBFBFB #FBFBFB #a0a0a0;
	height: 15px;
	font-size: 12px;
	color: #666666;
}
select
{
	border-width: 2px;
	border-style: solid;
	border-color: #a0a0a0 #FBFBFB #FBFBFB #a0a0a0;
	height: 20px;
	font-size: 12px;
	color: #666666;
}
textarea
{
	background-color: #FFFFFF;
	border: 1px solid #000000;
	color: #000000;
}
form
{
	margin: 0; 
	padding: 0;
	border: 0;
}
