/* ALIGN */
.txt_a_c{ text-align:center }
.txt_a_l{ text-align:left }
.txt_a_r{ text-align:right }
.txt_a_j{ text-align:justify}

/* BACKGROUND */
.bg_ab { background-color:aliceblue }
.bg_b { background-color:#015f9f }
.bg_lb { background-color:#d5e8ef }
.bg_o { background-color:#ff6600 !important}
.bg_p { background-color:peachpuff }
.bg_lg { background-color:lightgray !important }
.bg_g {background-color: darkgray }
.bg_dg { background-color: #333 }
.bg_tr { background-color:transparent!important }
.bg_w { background-color:white!important}
.bg_ib { background-color:#014b7e!important}
.bg_br { background-color:#3f0000!important}
.bg_pr { background-color: #4F001D !important }

/* BORDER */
.b_none{ border:none }
.b_c_g { border-color:#3f0000 }
.b_l_table { border-left:2px solid #3f0000 }
.b_r_table { border-right:2px solid #3f0000 }

/* COLOR */
.color_ib {color:#014b7e!important}
.color_b { color:#015f9f }
.color_dg { color:#333 !important }
.color_fb { color:#3b5998 !important }
.color_o { color:#ff6600 !important}
.color_lb { color:#d5e8ef }
.color_br { color: #3f0000 !important}
.color_g { color:green }
.color_r { color:red }
.color_w { color:#fff !important}
.color_bl {color: black !important}

/* CURSOR */
.cursor_p{ cursor:pointer }

/* DISPLAY */
.display_n { display:none }

/* FLOAT */
.f_left{ float:left }
.f_right{ float:right }

/* FONT SIZE*/
.font_10{ font-size:10px }
.font_12{ font-size:12px }
.font_14{ font-size:14px }
.font_15{ font-size:15px }
.font_16{ font-size:16px }
.font_18{ font-size:18px!important }
.font_20{ font-size:20px }
.font_22{ font-size:22px }
.font_24{ font-size:24px }

/* HEIGHT PIXEL */
.height_55p{ height:55px }
.height_180p{ height:180px }
.height_600p{ height:600px }
.max_h_100p{ height:100px }
.max_h_400p{ height:400px }
.max_h_350p{ max-height:350px }

/* OVERFLOW */
.overflow_a{ overflow:auto }

/* PADDING */
.p_0p{ padding: 0px 0px 0px 0px !important}
.p_t_5p{ padding-top:5px }
.p_15p {padding:15px }
.p_20p { padding: 20px }
.p_l_15p {padding-left:15px}
.p_r_15p {padding-right:15px}
.p_tb_40p { padding-top:40px; padding-bottom:40px }

/* MARGIN PIXEL*/
.m_none{ margin: 0px!important }
.m_b_none{ margin-bottom:0px!important }
.m_l_10p { margin-left:10px!important }
.m_b_10p{ margin-bottom:10px!important }
.m_b_20p{ margin-bottom:20px!important }
.m_b_30p{ margin-bottom:30px!important }
.m_b_50p{ margin-bottom:50px!important}
.m_r_5p{ margin-right:5px }
.m_r_10p{ margin-right:10px }
.m_r_50p{ margin-right:50px }
.m_l_15p{ margin-left:15px }
.m_l_50p{ margin-left:50px }
.m_l_100p{ margin-left:100px }
.m_l_r_1p {margin-left:1px; margin-right:1px !important}
.m_t_-15p{ margin-top:-15px!important}
.m_t_none{ margin-top:0px!important }
.m_t_5p{ margin-top:5px!important }
.m_t_10p{ margin-top:10px!important }
.m_t_20p{ margin-top:20px!important}
.m_t_30p{ margin-top:30px!important }
.m_t_40p{ margin-top:40px!important }
.m_t_50p{ margin-top:50px }
.m_t_65p{ margin-top:65px }
.m_t_75p{ margin-top:75px }
.m_t_100p{ margin-top:100px }
.m_t_150p{ margin-top:150px }
.m_tb_20p{ margin-top:20px!important; margin-bottom:20px!important }
.m_tb_40p{ margin-top:40px!important; margin-bottom:40px!important }

/* MAX-WIDTH */
.max_w_20p{ max-width:20px!important }
.max_w_30p{ max-width:30px }

/* MIN-WIDTH */
.min_w_60p{ min-width:60px }
.min_w_70p{ min-width:70px }
.min_w_80p{ min-width:80px }
.min_w_90p{ min-width:90px }
.min_w_100p{ min-width:100px }
.min_w_130p{ min-width:130px }
.min_w_150p{ min-width:150px }
.min_w_210p{ min-width:210px }
.min_w_220p{ min-width:220px }
.min_w_300p{ min-width:300px }
.min_w_380p{ min-width:380px }

/* TEXT DECORATION */
.txt_d_n {text-decoration: none !important}

/* WIDTH TABLE */
.td_w_20p { min-width: 20px !important; width: 20px !important }
.td_w_30p { min-width: 30px !important; width: 30px !important }
.td_w_32p { min-width: 32px !important; width: 32px !important }
.td_w_40p { min-width: 40px !important; width: 40px !important }
.td_w_50p { min-width: 50px !important; width: 50px !important; max-width: 50px !important }
.td_w_60p { min-width: 60px !important; width: 60px !important }
.td_w_70p { min-width: 70px !important; width: 70px !important }
.td_w_80p { min-width: 80px !important; width: 80px !important }
.td_w_90p { min-width: 90px !important; width: 90px !important }
.td_w_100p { min-width: 100px !important; width: 100px !important }
.td_w_110p { min-width: 110px !important; width: 110px !important }
.td_w_120p { min-width: 120px !important; width: 120px !important }
.td_w_125p { min-width: 125px !important; width: 125px !important }
.td_w_130p { min-width: 130px !important; width: 130px !important }
.td_w_135p { min-width: 135px !important; width: 135px !important }
.td_w_140p { min-width: 140px !important; width: 140px !important }
.td_w_150p { min-width: 150px !important; width: 150px !important }
.td_w_160p { min-width: 160px !important; width: 160px !important }
.td_w_170p { min-width: 170px !important; width: 170px !important }
.td_w_180p { min-width: 180px !important; width: 180px !important }
.td_w_190p { min-width: 190px !important; width: 190px !important }
.td_w_200p { min-width: 200px !important; width: 200px !important }
.td_w_210p { min-width: 210px !important; width: 210px !important }
.td_w_220p { min-width: 220px !important; width: 220px !important }
.td_w_230p { min-width: 230px !important; width: 230px !important }
.td_w_240p { min-width: 240px !important; width: 240px !important }
.td_w_250p { min-width: 250px !important; width: 250px !important }
.td_w_300p { min-width: 300px !important; width: 300px !important }
.td_w_380p { min-width: 380px !important; width: 380px !important }
.td_w_400p { min-width: 400px !important; width: 400px !important }
.td_w_500p { min-width: 500px !important; width: 500px !important }

/* VERTICAL ALIGN */
.v_a_m{ vertical-align:middle!important }

/* WIDTH PIXEL */
.width_130p{ width:130px }
.width_200p{ width:200px }
.width_400p{ width:400px }

/* WIDTH PERCENT */
.width_5{ width:5% }
.width_10{ width:10% }
.width_15{ width:15% }
.width_20{ width:20% }
.width_25{ width:25%!important }
.width_30{ width:30% }
.width_45{ width:45% }
.width_50{ width:50% }
.width_60{ width:60% }
.width_75{ width:75%!important }
.width_100{ width:100% }
