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

IMG{
	border:none;
}

INPUT{
	margin-top:0px;
	margin-bottom:0px;
}

.pointer{
	cursor:pointer;
}

.justify{
	text-align:justify;
}

.no_dec{
	text-decoration:none;
}

.no_dec_full{
	text-decoration:none;
}
.no_dec_full:hover{
	text-decoration:none;
}
.no_dec_full:active{
	text-decoration:none;
}

.text_readonly{
	font-weight:bold;
}

.error{
	font-style:normal;
	font-weight:bold;
	color:#f00;
}

.error_title{
	font-style:normal;
	font-weight:bold;
	font-family:Trebuchet MS;
	font-size:15px;
	color:#fff;
}

.error_mic{
	font-style:normal;
	font-weight:bold;
	font-family:Tahoma;
	font-size:10px;
	color:#f00;
}

.succes{
	font-style:normal;
	font-weight:bold;
	color:green;
}

.succes_title{
	font-style:normal;
	font-weight:bold;
	font-family:Trebuchet MS;
	font-size:15px;
	color:green;
}

.succes_mic{
	font-style:normal;
	font-weight:bold;
	font-family:Tahoma;
	font-size:10px;
	color:green;
}

/*******GRID STYLE HERE*********/

#grid{
	border-left:solid 1px #cccccc;
	border-bottom:double 4px #b2c7cf;
	cursor:default;
}

#grid TD{
	border-bottom:solid 1px #b2c7cf;
	border-right:solid 1px #b2c7cf;
	padding:0 3px;
	height:22px;
}

#grid #header TD{
	border-bottom:none;
	border-left:solid 1px #eff7ff;
	border-right:solid 1px #b9bfc6;
	background:url(../images/common/grid_bar.gif);
	padding:2 4px;
	color:#3d4f63;
	font-weight:bold;
}

#grid #header #header_sel TD{
	border:none;
	background:none;
	padding:0;
}

/********END GRID********/

/********TABS STYLE HERE***********/
#tabs A{
	font-weight:normal;
	font-family:Georgia;
	font-size:15;
	color:#75acdf;
	width:100%;
	padding:3 0 3 0px;
	display:block;
}

#tabs A:hover{
	text-decoration:none;
	font-weight:normal;
	font-family:Georgia;
	color:#006699;
}

#tabs A.sel{
	font-weight:normal;
	font-family:Georgia;
	font-size:19;
	color:#006699;
	width:100%;
	padding:3 0 3 0px;
	display:block;
}
#tabs A.sel:hover{
	text-decoration:none;
	font-family:Georgia;
	color:#75acdf;
}
/********END TABS*************/