/********************************************/
/* 		CUSTOM GLOBAL STYLES 				*/
/* 		used on  user side and admin side 	*/
/********************************************/

/* Pager */		
a.pager { font-size:11px; text-decoration:underline; font-weight:normal; line-height:18px; margin:2px}
a:hover.pager {	text-decoration:none; margin:2px}	
a:active.pager { color:#000000; text-decoration:none; margin:2px}
.pager_act{ color:#555; font-weight:bold; font-size:11px;}

/* List Table Elements Begin */			
.list_tbl {width:100%; border-collapse:collapse;}
.list_tbl td{ padding:2px; border:1px solid #aaa; font-size:11px; width:auto; white-space:normal !important;}
.list_header{ text-align:center; background:#F6F7F9 url(../img/bg_list_tbl_header.jpg) repeat-x 0% 100%; height:30px; font-weight:bold; color:#666;}
.list_empty { text-align:center; font-weight:bold;}

/* Form Table Elements Begin */
.form_tbl { width:100%;  border-collapse:collapse;}
.form_tbl td{ padding:2px; border:0px solid #999; font-size:11px;}
.form_tbl_label { text-align:right; font-weight:bold;}	
td.tbl_btn{ text-align:center; border-bottom:0; border-left:0; border-right:0;}	
.form_header{ text-align:center; background-color:#ececec; font-weight:bold; color:#666;}	

.asterisk { color:#CC0000; }
.msg_error { color:#CC0000;}
.msg{ color:#09C; font-weight:bold;}		
.inp_checkbox, .inp_chkbx, .inp_radio { border:none; background:none; vertical-align:middle;}

