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

IMG{
	border:none;
}

.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;
}

.error{
	font-style:normal;
	font-weight:bold;
	font-family:Tahoma;
	font-size:11px;
	color:#ff0000;
}

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

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

.succes{
	font-style:normal;
	font-weight:bold;
	font-family:Tahoma;
	font-size:11px;
	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;
}

.abs_float{/*z-index:1200000;*/position:fixed !important;position:absolute;}
.abs_top{top:0;}
.abs_bottom{bottom:0;}
.abs_top{_top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.scrollTop :document.body.scrollTop);}
.abs_bottom{_top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.scrollTop + (document.documentElement.clientHeight-this.clientHeight) - 1 :document.body.scrollTop + (document.body.clientHeight-this.clientHeight) - 1);}

/*******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;
}

#grid TD.drag, TABLE.grid TD.drag{
	width:10px;
	cursor:N-resize;
	background:url(../images/common/move_ns.gif) #fff no-repeat center center;
}
#grid TH .drag, TABLE.grid TH .drag{
	width:5px;
	margin:2px;
	background:url(../images/common/move_ns.gif) no-repeat center center;
}
#grid TR.drag_on, TABLE.grid TR.drag_on{
	background:#c1ffbb;
}

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

/********TABS STYLE HERE***********/
#tabs #menu A{
	font-weight:normal;
	font-family:Tahoma,Georgia;
	font-size:11px;
	color:#75acdf;
	width:100%;
	padding:3 0px;
	display:block;
}
#tabs #menu A:hover{
	text-decoration:none;
	font-weight:normal;
	color:#006699;
}
#tabs #menu A.sel{
	font-size:12px;
	color:#006699;
	width:100%;
	padding:3 0px;
	display:block;
}
#tabs #menu A.sel:hover{
	text-decoration:none;
	color:#75acdf;
}
#tabs TD{
	border:solid 0px #aaa;
}
#tabs .btn{
	border:solid 0px #d8d7c9;
	border-width:1px;
	border-bottom-width:0px;
	background:#e8e8ee;
	padding:0 0px;
}
#tabs .btn_sel{
	border-width:1px;
	border-bottom-width:0px;
	padding:0 0px;
	background:#fff;
}
#tabs #content{
	background:#fff;
	border:solid 1px #aaa;
	border-top-width:0px;
	padding:0px;
}
/********END TABS*************/