/* COMMON
------------------------------------*/

body,html{
	height:100%;
}
body,td,th,input,select,textarea {
	font-family: Tahoma, Arial;
	font-size: 13px;
}
body {
	background-color:#F5F5F5;
}
h1,h2,h3,h4,h5,h6,p{
	margin:0 0 10px 0;
	padding:0;
}
h1{
	font-size:180%;
	font-weight:normal;
	margin:0 0 15px 0;
}
h2{
	font-size:140%;
	font-weight:bold;
	color:#396AAC;
}
h3{
	font-size:120%;
	color: #000;	
}
a:link, a:visited{
	color: #396AAC;
	text-decoration: none;
}
a:hover{
	color: #CCCCCC;
}
table{
	margin-bottom:10px;
}
ul,ol{
	padding: 0 0 0 10px;
	margin: 0 0 10px 10px;
}
form{
	margin:0;
	padding:0;
}
label{
	cursor:pointer;
}
img {
	border:0;
}
small {
	font-size:80%;
}
hr{
	border:none;
	border-top:1px solid #ccc;
	height:1px;
	float:left;
	width:100%;
	padding:0;
	margin:0 0 10px 0;
	#margin:0 0 -6px 0;
	display:inline-block;
	/*-moz-margin-start:0px;*/
}

/* EXTAS
------------------------------------*/

.clear			{ clear:both }
.off			{ display:none }
.on{}

ins				{ display:none }

.f-left			{ float:left }
.f-right		{ float:right }

.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }

small			{ font-size:9px; }


/* TOOL TIPS
------------------------------------*/


.inputsTooltip
{
	border: 1px solid #000;
	background-color: #444;
	padding: 4px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.inputsTooltip h3{
	color:#FFFFFF;
	font-size: 11px;
	margin:0;
	padding:0;
}
.inputsTooltip p{
	margin:0;
	padding:0;
}


