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:#f00;
}

.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, TABLE.grid{
    border-left:solid 1px #cccccc;
    border-bottom:double 4px #b2c7cf;
    cursor:default;
}
#grid TD, TABLE.grid TD{
    border-bottom:solid 1px #b2c7cf;
    border-right:solid 1px #b2c7cf;
    padding:0px 3px;
    height:22px;
}
#grid THEAD TH, TABLE.grid THEAD TH{
    height:25px;
    border-bottom:none;
    border-left:solid 1px #eff7ff;
    border-right:solid 1px #b9bfc6;
    background:transparent url(../images/admin/sort_row_bg.gif) repeat-x scroll 0 50%;
    padding:2px 4px;
    color:#3d4f63;
    font-weight:bold;
    cursor:pointer;
}
#grid THEAD TH.selected, TABLE.grid THEAD TH.selected{
    background:transparent url(../images/admin/sort_row_bg.gif) repeat-x scroll 0 50%;
    color: #EA7601;
}
#grid THEAD TABLE.header_sel TH, TABLE.grid THEAD TABLE.header_sel TH{
background:transparent url(../images/admin/sort_on_bg.gif) repeat-x scroll 0 0;
border-bottom:1px solid #FFFFFF;
border-right:1px solid #FFFFFF;
padding-bottom:2px;
}
#grid_site{
    border-left:solid 1px #cccccc;
    border-bottom:solid 1px #cccccc;
    border-top:solid 1px #cccccc;
    cursor:default;
}

#grid_site TD{
    border-bottom:solid 1px #cccccc;
    border-right:solid 1px #cccccc;
    padding:3 3px;
    height:22px;
    font-size: 11px;
}

#grid_site #header TD{
    border-bottom:none;
    border-left:solid 1px #eff7ff;
    border-right:solid 1px #cccccc;
    background:url(../images/n11_c1.gif);
    padding:0 6px;
    color:#333333;;
    height:26px;
    font-size: 11px;
}

#grid_site #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 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;
}
.abs_float{
	z-index:9999999;
	position:fixed !important;
	position:absolute;
	cursor:hand;
	cursor:pointer;
}

.abs_top{
	top:0px;
	_top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.scrollTop :document.body.scrollTop);
}

.abs_bottom{
	bottom:0px;
	_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);
}
/********END TABS*************/
