﻿.f_tbl
{
	width: 100%;
	height: 100%;
}

.f_tbl_popup
{
	width: 40%;
	height: 50%;
}

.f_tbl_new
{
	width: 100%;
	height: 100%;
	background-color: #F2F2E6;
}
.col1
{
	width: 220px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #DBDBDB;
}
.tbl_body_style
{
	padding: px 5px 5px 5px;
	height: 400px;
}
.tbl_row1_cel2
{
}
.tbl_row3_cel2
{
}
.f_header_row
{
	background-position: right center;
	font-family: verdana;
	font-size: small;
	font-weight: bold;
	color: #3E3E3E;
	text-align: left;
	padding-left: 15px;
	width: 200px;
	background-image: url('../icon/Accent_Arrow_Gray.gif');
	background-repeat: no-repeat;
}
.col1_title
{
	background-position: right;
	width: 220px;
	font-family: verdana;
	font-size: small;
	color: #3E3E3E;
	padding-left: 10px;
	font-weight: bold;
	background-image: url('../icon/Accent_Arrow_Gray.gif');
	background-repeat: no-repeat;
}

.f_header_cel_2
{
	font-family: verdana;
	font-size: small;
	font-weight: bold;
	color: #3E3E3E;
	text-align: left;
	padding-left: 15px;
	width: 200px;
}

.f_header_cel_2_new
{
	font-family: verdana;
	font-size: small;
	font-weight: bold;
	color: #3E3E3E;
	text-align: left;
	padding-left: 15px;
	width: 400px;	
}


.s_tree_style
{
	margin-right: 15px;
	margin-left: 15px;
	font-family: verdana;
	font-size: small;
	color: #993300;
	margin-top: 5px;
}
.f_header_row_style
{
	font-family: verdana;
	height: 24px;
	vertical-align: middle;
	background-image: url('../icon/8.jpg');
}
.f_header_row_style_new
{
	font-family: verdana;
	height: 24px;
	vertical-align: middle;
	font-size: small;
	background-image: url('../icon/8.jpg');
	font-weight: bold;
	text-align: left;
	padding-left: 20px;
}
.f_header_row_lang
{
	font-family: verdana;
	text-align: right;
	width: 150px;
	font-size: small;
	padding-right: 15px;
}
.f_header_tbl
{
	width: 100%;
	height: 100%;
}
.f_header_cmb_lang
{
	font-family: verdana;
	font-size: xx-small;
	color: #000000;
	height: 18px;
}
.tbl_mode_cel1
{
	text-align: left;
	padding-left: 5px;
}
.tbl_mode_cel2
{
	text-align: right;
	padding-right: 5px;
}
.tbt_btn_style
{
	font-family: verdana;
	font-size: small;
	color: #000000;
	width: 90px;
	margin-top: 0px;
}
.tbl_mode_table
{
	width: 100%;
	height: 100%;
}
.grid_txt_amt_style
{
	font-family: verdana;
	text-align: right;
	font-size: small;
}
.tbl_cel_menu
{
	padding: 2px 15px 2px 15px;
	height: 25px;
	margin-right: 10px;
	margin-left: 5px;
}
.f_excel_rep
{
	font-family: verdana;
	font-size: small;
	color: #000000;
	font-style: normal;
	text-align: left;
}
.f_header_top
{
	font-family: verdana;
	vertical-align: middle;
	background-image: url('../img/menu-bg3.jpg');
	font-size: small;
	height: 40px;
	color: #FFFFCC;
	font-weight: bold;
	background-repeat: no-repeat;
}
.f_header_new_r
{
	border: 0px groove #CC3399;
	background-color: #E9E9F3;
}


.s_tree_style1
{
	font-family: verdana;
	font-size: small;
	color: #993300;
}
.bordertop 
{
  height:1px;
  background-image:url('../img/border_hor.gif');
  background-position: top;
  background-repeat: repeat-x;
 
}
.borderbottom 
{
	height: 1px;
	background-image: url('../img/border_hor.gif');
	background-position: bottom;
	background-repeat: repeat-x;
}
.borderleft 
{
  height:1px;  
  background-image:url('../img/border_ver.gif');
  background-position: left;
  background-repeat: repeat-y;
}
.borderright 
{
  height:1px;  
  background-image:url('../img/border_ver.gif');
  background-position: right ;
  background-repeat: repeat-y;
}

.borderwhitebg 
{
  height:1px;  
  background-color:White;
  background-position: right ;
  background-repeat: repeat-y;
}
.marque_style
{
	font-family: verdana;
	vertical-align: middle;
	background-image: url('../img/menu-bg3.jpg');
	font-size: small;
	height: 0px;
	color: #FFFFCC;
	font-weight: bold;
	background-repeat: repeat-x;
}
body
    {
        font-family: Arial;
        font-size: 10pt;
    }
    .modalBackground
    {
        background-color: Black;
        filter: alpha(opacity=40);
        opacity: 0.4;
    }
    .modalPopup
    {
        background-color: #FFFFFF;
        width: 300px;
        border: 3px solid #0DA9D0;
    }
    .modalPopup .header
    {
        background-color: #2FBDF1;
        height: 30px;
        color: White;
        line-height: 30px;
        text-align: center;
        font-weight: bold;
    }
    .modalPopup .body
    {
        min-height: 50px;
        line-height: 30px;
        text-align: center;
        font-weight: bold;
    }
    .modalPopup .footer
    {
        padding: 3px;
    }
    .modalPopup .yes, .modalPopup .no
    {
        height: 23px;
        color: White;
        line-height: 23px;
        text-align: center;
        font-weight: bold;
        cursor: pointer;
    }
    .modalPopup .yes
    {
        background-color: #2FBDF1;
        border: 1px solid #0DA9D0;
    }
    .modalPopup .no
    {
        background-color: #9F9F9F;
        border: 1px solid #5C5C5C;
    }
