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

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

.vamiddle{
	vertical-align:middle;
}

.fleft{
	float:left;
	margin:0 4 4 0px;
}
.fright{
	float:right;
	margin:0 0 4 4px;
}

.aleft{
	text-align:left;
}
.aright{
	text-align:right;
}
.acenter{
	text-align:center;
}

.nowrap,TABLE.nowrap TD{
	white-space:nowrap;
}

/*******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:url(../images/common/grid_bar.gif);
	padding:2px 4px;
	color:#3d4f63;
	font-weight:bold;
	cursor:pointer;
}
#grid THEAD TH.selected, TABLE.grid THEAD TH.selected{
	background:url(../images/common/grid_bar_over.gif);
}
#grid THEAD TABLE.header_sel TH, TABLE.grid THEAD TABLE.header_sel TH{
	height:auto;
	border:none;
	background:none;
	padding:0px;
}
/********END GRID********/

/********TABS STYLE HERE***********/
.tabs .tabs-header A{
	text-decoration:none;
	border: none;
	font-weight:normal;
	font-family:Trebuchet MS;
	font-size:15px;
	color:#75acdf;
	padding:3 5px;
	display:block;
	border:solid 1px #d8d7c9;
	border-bottom-width:0px;
	background:#eeeddf;
	width=100%;
}
.tabs .tabs-header A:hover{
	color:#006699;
	background:#f5f5f5;
}
.tabs .tabs-header TH{
	border-bottom:solid 1px #405885;
	vertical-align:bottom;
	white-space:nowrap;
}
.tabs .tabs-header TH.tabs-sel{
	border-bottom:none;
}
.tabs .tabs-header TH.tabs-end{
	padding:5px;
	width:100%;
}
.tabs .tabs-header TH.tabs-sel A{
	font-size:19px;
	color:#069;
	border-color:#405885;
	background:transparent;
}
.tabs .tabs-header TH.tabs-sel A:hover{
	color:#75acdf;
	background:transparent;
}
.tabs .tabs-content{
	border:solid 1px #405885;
	border-top-width:0px;
	padding:4px;
}
/********END TABS*************/

/*********PAGINATION*****/
.pagination A.normal{
	float:left;
	border:solid 1px #bad7e6;
	padding:0px 5px;
	text-align:center;
	font-size:12px;
	margin-left:1px;
	font-family:Tahoma;
	text-decoration:none;
}
.pagination A.normal:hover{
	border-color: #069;
}
.pagination A.selected{
	float:left;
	font-weight:bold;
	background:#336699;
	color:#fff;
	border:solid 1px #bad7e6;
	padding:0px 5px;
	margin-left:1px;
	text-align:center;
	font-size:12px;
	font-family:Tahoma;
	text-decoration:none;
}
.pagination INPUT.inputtext{
	background:transparent;
	font-weight:bold;
	border:solid 1px #bad7e6;
	margin-left:1px;
	text-align:center;
	font-size:10px;
	font-family:Verdana;
}
.pagination A.left_enabled{
	background: url(../images/common/left_1.gif);
	width:17px;
	height:16px;
	margin-right:4px;
	display: block;
}
.pagination A.left_disabled{
	background: url(../images/common/left_0.gif);
	width:17px;
	height:16px;
	margin-right:4px;
	display: block;
}
.pagination A.right_enabled{
	background: url(../images/common/right_1.gif);
	width:17px;
	height:16px;
	margin-left:5px;
	display: block;
}
.pagination A.right_disabled{
	background: url(../images/common/right_0.gif);
	width:17px;
	height:16px;
	margin-left:5px;
	display: block;
}
/*********END PAGINATION*****/
