/**********GENERAL************/

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

IMG{
	border:none;
}

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

.pointer{
	cursor:pointer;
}

.justify{
	text-align:justify;
}

.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;}
.abs_float{z-index:9998;position:fixed !important;position:absolute;}
.abs_top{top:0;_top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.scrollTop :document.body.scrollTop);}
.abs_bottom{bottom:0;_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 !important;}
/*TD.vamiddle>*,DIV.vamiddle>*{vertical-align:middle;}*/
.vatop{vertical-align:top !important;}
.fleft{float:left !important;}
.fright{float:right !important;}
.absleft{position:absolute;left:0;}
.absright{position:absolute;right:0;}
.aleft{text-align:left !important;}
.aright{text-align:right !important;}
.acenter{text-align:center !important;}
.mauto{margin-left:auto;margin-right:auto;}
/*.mautoright{margin-left:auto;}*/
.mautoright{margin:0 0 0 auto;}
.mleft{margin-left:3px !important;}
.mright{margin-right:3px !important;}
.wmax{width:100%;}
.wmin{width:0%;}
.hmax{height:100%;}
.hmin{height:0%;}

.text_readonly{
	font-weight:bold;
}

.error{
    font-style:normal;
    font-weight:bold;
    color:#ec5f5f !important;
}

.success{
    font-style:normal;
    font-weight:bold;
    color:#799057;
}

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

.error_title{
	font-style:normal;
	font-weight:bold;
	font-family:Trebuchet MS;
	font-size:15px;
	color:#ec5f5f;
    padding-top: 0;
    margin-top: 0;
    height: 18px;
    line-height: 16px;
}

.error_mic{
	font-style:normal;
	font-family:Verdana;
	font-size:10px;
	color:#BB2828;
}


.succes_title{
	font-style:normal;
	font-weight:bold;
	font-family:Trebuchet MS;
	font-size:15px;
	color:green;
    padding-top: 0;
    margin-top: 0;
    height: 18px;
    line-height: 16px;
}

.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{
    cursor:default;
    border-top: 1px solid #757b8c;
    border-left: 1px solid #969eb3;
    border-right: 1px solid #a9b1c7;
    border-bottom: 1px solid #a9b1c7;
    border-spacing: 1px;
    width: 100%;
}
#grid TD, TABLE.grid TD{
    border-bottom:solid 1px #ebebeb;
    border-right:solid 1px #ebebeb;
    padding:3px 5px;
    color: #333;
}
#grid THEAD TH, TABLE.grid THEAD TH{
    height:26px;
    border-bottom:none;
    border-right:solid 1px #5891cc;
    background:url(../images/pix_albastru3.gif);
    padding:2px 4px;
    color:#fff;
    font-weight:bold;
    cursor:pointer;
}
#grid THEAD TH.selected, TABLE.grid THEAD TH.selected{
    background:url(../images/pix_albastru4.gif);
}
#grid THEAD TABLE.header_sel TH, TABLE.grid THEAD TABLE.header_sel TH{
    height:auto;
    border:none;
    background:none;
    padding:0px;
}
#grid2, TABLE.grid{
    cursor:default;
}
#grid2 TD, TABLE.grid TD{
    border-bottom:solid 1px #ebebeb;
    border-right:solid 1px #ebebeb;
    padding:0px 3px;
    height:50px;
    color: #4b4b4b;
}
#grid2 THEAD TH, TABLE.grid THEAD TH{
    height:26px;
    border-bottom:none;
    border-right:solid 1px #5891cc;
    background:url(../images/pix_albastru3.gif);
    padding:2px 4px;
    color:#fff;
    font-weight:bold;
    cursor:pointer;
}
#grid2 THEAD TH.selected, TABLE.grid THEAD TH.selected{
    background:url(../images/pix_albastru4.gif);
}
#grid2 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;
	padding:1px 4px 1px 5px;
	text-align:center;
	font-size:11px;
	margin-left:1px;
	font-family:Tahoma;
	text-decoration:none;
    color: #3b74ad;
    border: 1px solid #3b74ad;
}
.pagination A.normal:hover{
	background: #3b74ad;
    color: #fff;
    font-weight: bold;
    padding: 1px 4px 1px 4px;
    border: 1px solid #3b74ad;
}
.pagination A.selected{
	float:left;
    display: block;
	font-weight:bold;
	background:#3b74ad;
    
	color:#fff;
	padding:1px 4px 1px 5px;
	margin-left:1px;
	text-align:center;
	font-size:11px;
	font-family:Tahoma;
	text-decoration:none;
    border: 1px solid #3b74ad;
}
.pagination INPUT.inputtext{
	background:transparent;
	font-weight:bold;
	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*****/
