/***** Default CSS *****/

/* --- TreeView --- */
.TreeView{
    font-size           : 12px;
    font-family         : arial;
    color               : #000000;
    text-decoration     : none;
}
.TreeView_RootNode
{
    font-size           : 12px;
    font-family         : arial;
    color               : #000000;
    text-decoration     : none;
}
.TreeView_ParentNode
{
    font-size           : 12px;
    font-family         : arial;
    color               : #000000;
    text-decoration     : none;
}
.TreeView_LeafNode
{
    font-size           : 12px;
    font-family         : arial;
    color               : #000000;
    text-decoration     : none;
}
.TreeView_Node
{
    font-size           : 12px;
    font-family         : arial;
    color               : #000000;
    text-decoration     : none;
}
.TreeView_SelectedNode
{
    font-size           : 14px;
    font-weight         : bold;
    font-family         : arial;
    color               : #FF5555;
    text-decoration     : none;
}

/* --- CALENDAR --- */
.Calendar{
    font-weight         : normal;
    font-size           : 14px;
    font-family         : arial;
}
.Calendar_Item{
    font-weight         : normal;
    font-size           : 12px;
    font-family         : arial;
}
.Calendar_DayHeader{
    font-weight         : normal;
    font-size           : 14px;
    font-family         : arial;
    background-color	: #44aacc;
}
.Calendar_Day{
    font-weight         : normal;
    font-size           : 14px;
    font-family         : arial;
    background-color	: #FFFFFF;
    height              : 50px
}
.Calendar_WeekendDay{
    font-weight         : normal;
    font-size           : 14px;
    font-family         : arial;
    background-color	: #ffffff;
    height              : 50px
}
.Calendar_OtherMonthDay{
    font-weight         : normal;
    font-size           : 14px;
    font-family         : arial;
    background-color	: #DCDCDC;
    height              : 50px
}
.Calendar_SelectedDay{
    background-color  : #C0C0C0 !important;
    font-weight         : normal;
    font-size           : 14px;
    font-family         : arial;
}
.Calendar_Selector{
    font-weight         : normal;
    font-size           : 14px;
    font-family         : arial;
}
.Calendar_Title{
    font-weight         : normal;
    font-size           : 14px;
    font-family         : arial;
    color               : #FFFFFF;
    background-color	: #3399cc;
}
.Calendar_TodayDay{
    font-weight         : normal;
    font-size           : 14px;
    font-family         : arial;
    background-color    : #add7ee;
}
/* --- LISTBOX --- */
.ListBox{
    font-weight         : bold;
    font-size           : 13px;
    font-family         : arial;
    color               : #000000;
	margin-left         :2px;
}.ListBox_Value{
    font-size           : 12px;
    font-family         : arial;
    color               : #000000;
}

/* --- SELECT_ VALUE --- */
.Select_Value{
    font-weight         : normal;
    font-size           : 13px;
    font-family         : arial;
    color               : #000000;
}
/* --- LABEL --- */
.Label{
    font-weight         : bold;
    font-size           : 13px;
    font-family         : arial;
    color               : #000000;
	margin-top          :1px;
	margin-bottom       :1px;
	margin-left         :2px
}
.LabelTitle_Value{
    font-weight         : normal;
    font-size           : 12px;
    font-family         : arial;
    color               : #0000FF;
    height		: 20px;
    margin-top          : 5px;
    margin-bottom       : 5px;
}

/* --- TEXTBOX --- */
.TextBox{
    font-size           : 13px;
	font-weight         : bold;
    font-family         : arial;
    color               : #000000;
	margin              : 2px;
}

.TextBox_Right{
    font-weight         : normal;
    font-size           : 12px;
    font-family         : arial;
    color               : #000000;
    text-align		: right;
}

/* --- DROPDOWN --- */
.DropDown{
   font-size           : 13px;
	font-weight         : bold;
    font-family         : arial;
    color               : #000000;
	margin              : 2px;
}
/* --- CHECKBOX --- */
.CheckBox{
    font-size           : 13px;
	font-weight         : bold;
    font-family         : arial;
    color               : #000000;
	margin              :2px;
}
/* --- RADIOBUTTONLIST --- */
.RadioList{
    font-size           : 12px;
    font-family         : arial;
    color               : #000000;
}
/* --- RADIOBUTTON --- */
.RadioButton{
    font-size           : 12px;
    font-family         : arial;
    color               : #000000;
	font-weight         : bold;
}
/* --- RADIOBUTTON_VALUE --- */
.RadioButton_Value{
    font-size           : 12px;
    font-family         : arial;
	font-weight         : bold;
    color               : #000000;
}

/* --- RADIOBUTTON_TITLE --- */
.RadioButton_Title{
    font-size           : 13px;
	font-weight         : bold;
    font-family         : arial;
    color               : #000000;
	margin              : 2px;
	}


/* --- IMAGE --- */
.Image{
    font-size           : 12px;
    font-family         : arial;
    color               : #000000;
}
/* --- SELECT --- */
.Select{
    font-size           : 13px;
	font-weight         : bold;
    font-family         : arial;
    color               : #000000;
	margin              : 2px;
}
/* --- SELECTCOLUMN --- */
.SelectColumn{
    font-size           : 12px;
    font-family         : arial;
    color               : #000000;
}
/* --- BUTTON --- */
.Button{

	border              : 0px;
    padding-left        : 6px;
	padding-right       : 6px;
    font-weight         : bold;
    font-size           : 12px;
    font-family         : arial;
    color               : #FFF;
    margin              : 3px;
	margin-right        : 8px;
	background-image    : url(../Images/Tab/button.png);
    margin-left         : 5px;
    height              : 26px;
	width               : 27px;

}

.Button_Disable{

	border              : 0px;
    padding-left        : 6px;
	padding-right       : 6px;
    font-weight         : bold;
    font-size           : 12px;
    font-family         : arial;
    color               : #666666;
    margin              : 3px;
	margin-right        : 8px;
	background-image    : url(../Images/Tab/button_disable.png);
    margin-left         : 5px;
    height              : 26px;
	width               : 27px;

}
.Button_TabsNo{

	border              : 0px;
    padding-left        : 6px;
	padding-right       : 6px;
    font-weight         : bold;
    font-size           : 12px;
    font-family         : arial;
    color               : #666666;
    margin              : 3px;
	margin-right        : 8px;
	background-image    : url(../Images/Tab/button_disable.png);
    margin-left         : 5px;
	margin-right        : 5px;
    height              : 26px;
	width               : 100px;

}
.Button_TabsNo_Disable{

	border              : 0px;
    padding-left        : 6px;
	padding-right       : 6px;
    font-weight         : bold;
    font-size           : 12px;
    font-family         : arial;
    color               : #666666;
    margin              : 3px;
	margin-right        : 8px;
	background-image    : url(../Images/Tab/button_disable.png);
    margin-left         : 5px;
	margin-right        : 5px;
    height              : 26px;
	width               : 100px;

}

.Button_Next{

	border              : 0px;
    padding-left        : 6px;
	padding-right       : 6px;
    font-weight         : bold;
    font-size           : 12px;
    font-family         : arial;
    color               : #FFF;
    margin              : 3px;
	margin-right        : 8px;
	background-image    : url(../Images/Tab/button.png);
    margin-left         : 5px;
    height              : 26px;
	width               : 27px;

}

.Button_Next_Disable{

	border              : 0px;
    padding-left        : 6px;
	padding-right       : 6px;
    font-weight         : bold;
    font-size           : 12px;
    font-family         : arial;
    color               : #666666;
    margin              : 3px;
	margin-right        : 8px;
	background-image    : url(../Images/Tab/button_disable.png);
    margin-left         : 5px;
    height              : 26px;
	width               : 27px;

}

.Button_Previous{

	border              : 0px;
    padding-left        : 6px;
	padding-right       : 6px;
    font-weight         : bold;
    font-size           : 12px;
    font-family         : arial;
    color               : #FFF;
    margin              : 3px;
	margin-right        : 8px;
	background-image    : url(../Images/Tab/button.png);
    margin-left         : 5px;
    height              : 26px;
	width               : 27px;

}

.Button_Previous_Disable{

	border              : 0px;
    padding-left        : 6px;
	padding-right       : 6px;
    font-weight         : bold;
    font-size           : 12px;
    font-family         : arial;
    color               : #e4e4e4;
    margin              : 3px;
	margin-right        : 8px;
	background-image    : url(../Images/Tab/button_disable.png);
    margin-left         : 5px;
    height              : 26px;
	width               : 27px;

}
.Button_Up{

	border              : 0px;
    padding-left        : 1px;
	padding-right       : 1px;
    font-weight         : bold;
    font-size           : 12px;
    font-family         : arial;
    color               : #666666;
    margin              : 1px;
	margin-right        : 0px;
	/*background-image    : url(../Images/Tab/up.png);*/
    margin-left         : 0px;
    height              : 12px;
	width               : 12px;

}

.Button_Up_Disable{

	border              : 0px;
    padding-left        : 1px;
	padding-right       : 1px;
    font-weight         : bold;
    font-size           : 12px;
    font-family         : arial;
    color               : #666666;
    margin              : 1px;
	margin-right        : 0px;
	/*background-image    : url(../Images/Tab/up_disable.png);*/
    margin-left         : 0px;
    height              : 12px;
	width               : 12px;

}
.Button_Down{

	border              : 0px;
    padding-left        : 1px;
	padding-right       : 1px;
    font-weight         : bold;
    font-size           : 12px;
    font-family         : arial;
    color               : #666666;
    margin              : 1px;
	margin-right        : 0px;
	/*background-image    : url(../Images/Tab/down.png);*/
    margin-left         : 0px;
    height              : 12px;
	width               : 12px;

}

.Button_Down_Disable{

	border              : 0px;
    padding-left        : 1px;
	padding-right       : 1px;
    font-weight         : bold;
    font-size           : 12px;
    font-family         : arial;
    color               : #e4e4e4;
    margin              : 1px;
	margin-right        : 0px;
	/*background-image    : url(../Images/Tab/down_disable.png);*/
    margin-left         : 0px;
    height              : 12px;
	width               : 12px;

}

.GridView_GoButton{
    border              : 0px;
    padding-left        : 6px;
	padding-right       : 6px;
    font-weight         : bold;
    font-size           : 12px;
    font-family         : arial;
    color               : #ffffff;
    margin              : 3px;
	margin-right        : 8px;
	background-image    : url(../Images/Tab/gobutton.png);
    margin-left         : 5px;
    height              : 26px;
	width               : 80px;
}

/* --- HYPERLINK --- */
.HyperLink{
	font-family			: arial;
	font-size			: 12px;
	color				: #0066FF;
}
/* --- DATEPICKER --- */
.DatePicker{
    font-size           : 13px;
	font-weight         : bold;
    font-family         : arial;
    color               : #000000;
	margin-left         : 2px;
}

.DatePicker_Value{
    font-size           : 12px;
    font-family         : arial;
    color               : #000000;
}
.DatePicker_Value_Disable{
	font-size					: 12px;
	font-family				: arial;
	color						: #000000;
	background-color	: #cccccc;
}
.DatePicker1{
    font-size           : 12px;
    font-family         : arial;
    color               : #000000;

}


/* --- TIMEPICKER --- */
.TimePicker{
    font-size           : 13px;
	font-weight         : bold;
    font-family         : arial;
    color               : #000000;
	margin-left         : 2px;
}
.TimePicker_Value{
    color                                   : #000000;
    font-family                             : Arial;
    font-size                               : 13px;
    margin-top                              : 3px;
}
.TimePicker_Value_Disable{
	background-color	: #cccccc;
	color						: #000000;
	font-family				: Arial;
	font-size					: 13px;
	margin-top				: 3px;
}
/* --- VALIDATE --- */
.Validate{
    font-size           : 18px;
    font-family         : arial;
    color               : #FF0000;
    vertical-align      : top;
    font-weight		: normal;
}
/* --- SEARCHFORM --- */
.SearchForm{
    background-color    : #f0f8ff;
}
.SearchFormAlign{
    margin-bottom       : 31px;
}
.SearchFormTitle{
    font-weight         : bold;
    font-size           : 14px;
    font-family         : Arial;
    color               : #0000FF ;
	margin              : 10px;

}

/*.SearchFormButton{
    border              : 1px solid;
    border-color        : #BCD1F6 #000000 #000000 #E2EAF9;
    padding             : 0 3px;
    font-weight         : bold;
    font-size           : 11px;
    font-family         : arial;
    color               : #000000;
    background          : #8FAAD9;
    text-decoration     : none;
    margin              : 3px;
}*/
/* --- FORMFRAME --- */
.FormFrame{
}
.FormFrameTitle{
    font-weight         : bold;
    font-size           : 12px;
    font-family         : arial;
    color               : #7f7f7f;
}
.FormFrameButton{
    border              : 1px solid;
    border-color        : #BCD1F6 #000000 #000000 #E2EAF9;
    padding             : 0 3px;
    font-weight         : bold;
    font-size           : 10px;
    font-family         : arial;
    color               : #FFF;
    background          : #8FAAD9;
    text-decoration     : none;
    margin              : 3px;
}
.FormFrameErrMsg{
    font-weight         : bold;
    font-size           : 24px;
    font-family         : arial;
    color               : #FF0000;
}
/* --- FORM --- */
.Form{
    background-color    : #F0F8FF;
}
.FormTitle{
    font-weight         : bold;
    font-size           : 14px;
    font-family         : arial;
    color               : #006699;
}
.FormErrMsg{
    font-weight         : bold;
    font-size           : 24px;
    font-family         : arial;
    color               : #FF0000;
}

/* --- LAYOUT --- */
.Layout{
    background-color    : #F0F8FF;
	width               : 100%;
}

/* --- LAYOUT With Height --- */
.Layout_WithHeight{
    background-color    : #F0F8FF;
    width				: 97%;
}

/* --- LAYOUT With Margin --- */
.Layout_WithMargin{
    background-color    : #F0F8FF;
    width				: 100%;
}
.LayoutTitle_WithMargin{
    background-color	: #dcecf4;
    margin-TOP          : 5px;
    width               : 99%
}
.Layout_WithMargin_fieldset{
    margin-top		: 0px;
    margin-TOP          : 5px;
    margin-right	: 5px;
    margin-bottom	: 10px;
}
.LayoutTitleValue_WithMargin{
    font-size           : 13px;
    font-weight         : bold;
    font-family         : arial;
    color               : #335555;
    height		: 20px;
    margin-left         : 5px;
}

/* --- Menu_Layout --- */
.Menu_Layout{
    background-color    : #3388cc;
}

/* --- Menu_Layout_WithMargin--- */
.Menu_Layout_WithMargin{
    background-color    : #3388cc;
    margin              : 3px;
}

/* --- GRIDHEADER --- */
.GridHeader{
}
.GridHeaderTitle{
    font-size           : 12px;
    font-family         : arial;
    color               : #7f7f7f;
}
.GridHeaderButton{
    border              : 1px solid;
    border-color        : #BCD1F6 #000000 #000000 #E2EAF9;
    padding             : 0 3px;
    font-weight         : bold;
    font-size           : 10px;
    font-family         : arial;
    color               : #FFF;
    background          : #8FAAD9;
    text-decoration     : none;
    margin              : 3px;
}
.GridHeaderErrMsg{
    font-weight         : bold;
    font-size           : 24px;
    font-family         : arial;
    color               : #FF0000;
}
/* --- TotalBar --- */
.TotalBar{
    border              : 1px solid;
    background-color	: #FFFFFF;
}
.TotalBar_HeaderStyle{
    font-size           : 12px;
    font-family         : arial;
    color               : #000000;
    background-color    : #3388cc;
    font-weight         : bold;
    height              : 20px;
}
.TotalBar_RowStyle{
    display             :none;
}
/* --- GridView --- */
.GridView{
    /* -- 
	border              : 1px solid; 
	background-color	: #FFFFFF;
	-- */
	border				: none;
	background-color    : #F0F8FF;
	margin              :0px;
	width               :98%;

	
}
.GridView_HeaderStyle{
    font-family         : Arial;
    font-size           : 13px;
    color               : #ffffff;
    background-color    : #306d86;
    background-color    : #40839e;
    font-weight         : bold;
    text-decoration     : none;
	padding-left        :3px;
	padding-right       :3px;
}
.GridView_PagerStyle{
    font-family         : Arial;
    font-size           : 12px;
    text-decoration     : none;
}
.GridView_SelectedRowStyle{
    font-size           : 14px;
    font-family         : arial;
    color               : #0066cc;
    background-color    : #b3d5e3;
    font-weight         : normal;
    text-decoration     : none;
	padding-left        :3px;
	padding-right       :3px;
}
.GridView_RowStyle{
    font-size           : 13px;
    font-family         : Arial;
    color               : #003f59;
    background-color    : #dcecf4;
    font-weight         : normal;
	padding-left        :3px;
	padding-right       :3px;
	
}
.GridView_AlternatingRowStyle{
    font-size           : 13px;
    font-family         : arial;
    color               : #003f59;
    background-color    : #dcecf4;
    font-weight         : normal;
    text-decoration     : none;
	padding-left        :3px;
	padding-right       :3px;
}
.GridView_EditRowStyle{
    font-size           : 13px;
    font-family         : arial;
    color               : #000000;
    background-color    : #d9d9d9;
    font-weight         : normal;
    text-decoration     : bold;
}
.GridView_FooterStyle{
}
.GridView_NoRecord{
    font-size           : 14px;
    font-family         : arial;
    color               : #000000;
    background-color    : #d9d9d9;
    font-weight         : normal;
    text-decoration     : none;
}
.GridView_NoRecordForm{
}
.GridView_LabelRecordCount{
    font-size           : 12px;
    font-family         : arial;
    color               : #000000;
    font-weight         : normal;
    text-decoration     : none;
}
/* -- Tab -- */
.Tab
{
}
.Tab_TabItem
{
    font-family: arial;
    font-size: 14px;
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;
}
.Tab_RTabItemBG
{
    background-position: right top;
    background-image: url(../Images/Tab/_TabBlue_other1.png);
}
.Tab_MTabItemBG
{
    background-position: center top;
    background-image: url(../Images/Tab/_TabBlue_other1.png);
}
.Tab_LTabItemBG
{
    background-position: left top;
    background-image: url(../Images/Tab/_TabBlue_other1.png);
}
.Tab_LastTabItemBG
{
    background-position: left top;
    background-image: url(../Images/Tab/_TabBlue_other1.png);
    width: 100%;
    height: 1px;
}
.Tab_TabItemSelected
{
    font-family: arial;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}
.Tab_RTabItemBGSelected
{
    background-position: right top;
    background-image: url(../Images/Tab/_TabRed_current.gif);
}
.Tab_MTabItemBGSelected
{
    background-position: center top;
	padding:5px;
    background-image: url(../Images/Tab/_TabRed_current.gif);
}
.Tab_LTabItemBGSelected
{
    background-position: left top;
    background-image: url(../Images/Tab/_TabRed_current.gif);
}
.Tab_TabItem_F1
{
    background-image: url(../Images/Tab/Tab-S9.PNG);
    background-repeat: repeat-x;
}
.Tab_TabItem_S1
{
    background-image: url(../Images/Tab/Tab-S9.PNG);
    background-repeat: repeat-x;
}
.Tab_TabItem_1
{
    background-image: url(../Images/Tab/Tab-S9.PNG);
    background-repeat: repeat-x;
}
.Tab_TabItem_S2
{
    background-image: url(../Images/Tab/Tab-S2.PNG);
    background-repeat: repeat-x;
}
.Tab_TabItem_2
{
    background-image: url(../Images/Tab/Tab-S9.PNG);
    background-repeat: repeat-x;
}
.Tab_TabItem_S3
{
    background-image: url(../Images/Tab/Tab-S3.PNG);
    background-repeat: repeat-x;
}
.Tab_TabItem_3
{
    background-image: url(../Images/Tab/Tab-S9.PNG);
    background-repeat: repeat-x;
}
.Tab_TabItem_L1
{
    background-image: url(../Images/Tab/Tab-S9.PNG);
    background-repeat: repeat-x;
    width: 100%;
}
.Tab_TBtn_L1
{
    background-image: url(../Images/Tab/Tab-L1.PNG);
    background-repeat: repeat-x;
    width: 100%;
    height: 1px;
}
.Tab_TabItem_L3
{
    background-image: url(../Images/Tab/Tab-L3.PNG);
    background-repeat: repeat-x;
    width: 100%;
    height: 1px;
}
.Tab_TabItem_F3
{
    background-image: url(../Images/Tab/Tab-F3.PNG);
    background-repeat: repeat-x;
}
.Tab_TabItem_6
{
    background-image: url(../Images/Tab/Tab-6.PNG);
    background-repeat: repeat-x;
}
.Tab_TabItem_S6
{
    background-image: url(../Images/Tab/Tab-S6.PNG);
    background-repeat: repeat-x;
}
.Tab_TabItem_7
{
    background-image: url(../Images/Tab/Tab-7.PNG);
    background-repeat: repeat-x;
}
.Tab_TabItem_S7
{
    background-image: url(../Images/Tab/Tab-S7.PNG);
    background-repeat: repeat-x;
}
.Tab_TabItem_8
{
    background-image: url(../Images/Tab/Tab-8.PNG);
    background-repeat: repeat-x;
}
.Tab_TabItem_S8
{
    background-image: url(../Images/Tab/Tab-S8.PNG);
    background-repeat: repeat-x;
}
.CompulsoryMessage_Title{
    font-weight         : bold;
    font-size           : 12px;
    font-family         : arial;
    color               : #FF0000;
}
.CompulsoryMessage_Text{
    font-weight         : normal;
    font-size           : 12px;
    font-family         : arial;
    color               : #000000;
}
/* --- FILEUPLOAD --- */
.FileUpload{
    font-weight         : normal;
    font-size           : 12px;
    font-family         : arial;
    color               : #000000;
}
.FileUpload_Value{
    font-weight         : normal;
    font-size           : 12px;
    font-family         : arial;
    color               : #000000;
}
.FileUpload_Button{
    border              : 1px solid;
    border-color        : #BCD1F6 #000000 #000000 #E2EAF9;
    padding             : 0 3px;
    font-weight         : bold;
    font-size           : 10px;
    font-family         : arial;
	color               : #FFF;
    background          : #8FAAD9;
    text-decoration     : none;
    margin              : 3px;
}
.Validator{
    font-weight         : bold;
    font-size           : 12px;
    font-family         : arial;
    color               : #FF0000;
}
/* --- Popup --- */
.Popup{
    font-weight         : normal;
    font-size           : 14px;
    font-family         : arial;
    color               : #000000;
	background-color	: #FFFFFF;
}
.Popup_Background{
	background-color	: Black;
	filter				: alpha(opacity=50);
	opacity				: 0.1;
}
.Popup_Header{
    font-weight         : normal;
    font-size           : 14px;
    font-family         : arial;
    color               : #FFFFFF;
	background-color	: #8470ff;
}


/***********************/


/***** UserDefine CSS *****/
.ReadOnly
{
    color               : #000000;
	background-color	: #cccccc;
}
.ReadOnly_Amount
{
    color               : #000000;
	background-color	: #cccccc;
	text-align		: right;
}
.Disable
{
    color               : #000000;
	background-color	: #cccccc;
	font-weight         : normal;
    font-size           : 12px;
    font-family         : arial;
}
.Disable_RadioButton
{
    color               : #000000;
	background-color	: #F0F8FF;
	font-weight         : normal;
    font-size           : 12px;
    font-family         : arial;
}
.Disable_CheckBox
{
    color               : #000000;
	background-color	: #F0F8FF;
	font-weight         : normal;
    font-size           : 12px;
    font-family         : arial;
}
.Required
{
    color               : #000000;
	background-color	: #33ffff;
}
.Title
{
    font-weight         : bold;
    font-size           : 12px;
    font-family         : arial;
    color               : #585858;
	background-color	: #F0F8FF;
	text-decoration     : none;
}
.PageTitle{
    font-weight         : bold;
    font-size           : 12px;
    font-family         : arial;
    color               : #585858;
	background-color	: #F0F8FF;
	text-decoration     : none;
}
.BGColour1
{
	background-color	: #FFFF99;
}
.BGColour2
{
	background-color	: #AFDCEC;
}
.BGColour3
{
	background-color	: #C3FDB8;
}
.BGColour4
{
	background-color	: #FFFF99;
}
.BGColour5
{
	background-color	: #AFDCEC;
}
.BGColour6
{
	background-color	: #C3FDB8;
}
.Label_Must{
    font-weight         : bold;
    font-size           : 12px;
    font-family         : arial;
    color               : #FF0000 !important;      
	
}
.TextBox_Value{
    font-weight         : bold;
    font-size           : 13px;
    font-family         : arial;
	margin:2px;
}
.TextBox_Value_Disable{
	background-color	: #cccccc;
	color						: #000000;
	font-weight			: bold;
	font-size					: 13px;
	font-family				: arial;
	margin						: 2px;
}
.TextBox_Barcode{
    background-image                        : url(../Images/barcode.png);
    color                                   : #000000;
    font-family                             : Arial;
    font-size                               : 13px;
    margin-top                              : 3px;
    margin-left                             : 10px;
	padding-right                           : 25px;
	background-repeat                       : no-repeat;
	background-size                         : contain;
	background-position                     : right;
}
.TextBox_Value_Amount{
    font-weight         : normal;
    font-size           : 12px;
    font-family         : arial;
    text-align		: right;
}

.TextBox_Value_Amount_Disable{
    color               : #000000;
    background-color	: #cccccc;
    font-weight         : normal;
    font-size           : 12px;
    font-family         : arial;
    text-align		: right;
}

.TextBox_Value_Amount_NoPadding
{
    font-weight         : normal;
    font-size           : 12px;
    font-family         : arial;
	text-align			: right;
	padding             : 0 3px;
	padding             : 0 3px;
}

.Label_Value_Amount{
    font-weight         : normal;
    font-size           : 12px;
    font-family         : arial;
	text-align			: right;

}

.Label_Value{
    font-weight         : normal;
    font-size           : 13px;
    font-family         : arial;
	padding             : 3px;
	padding-right       : 5px;
	margin              : 0px;
	
}

.Label_Value_Highlight{
    font-weight         : normal;
    font-size           : 13px;
    font-family         : arial;
	padding             : 3px;
	padding-right       : 5px;
	margin              : 0px;
	color               : #de0000;
	
}

.Label_Value_Grid{
    font-weight         : bold;
    font-size           : 13px;
    font-family         : arial;
	padding             : 3px;
	margin              : 2px;
	
}

.Label_Code{
    font-weight         : normal;
    font-size           : 12px;
    font-family         : arial;

}
.CheckBox_Value{
    font-weight         : normal;
    font-size           : 12px;
    font-family         : arial;

}


.Label_Disable{
    font-weight         : normal;
    font-size           : 12px;
    font-family         : arial;
    color               : #cccccc;
	
}
.DropDown_Value{
    font-weight         : normal;
    font-size           : 12px;
    font-family         : arial;
}
.DropDown_Value_Disable{
	background-color	: #cccccc;
	color						: #000000;
	font-weight			: normal;
	font-size					: 12px;
	font-family				: arial;
}

.GroupBoxTitle{
    font-weight         : bold;
    font-size           : 13px;
    font-family         : arial;
    color               : #0000FF;
}

    /*.GroupBox{
background-color    : #FFFFD5;*/

}

/**************************/
/* --- GeneralFilterTitle --- */
.GeneralFilterTitle{
    font-weight         : bold;
    font-size           : 13px;
    font-family         : arial;
    color               : #626262;
	margin              : 2px;
}

/* --- GeneralFilter --- */
/*.GeneralFilter{
    font-weight         : bold;
    font-size           : 13px;
    font-family         : arial;
    color               : #626262;
	margin              : 0px;
}
.GeneralFilterFieldName{
    font-weight         : bold;
    font-size           : 13px;
    font-family         : arial;
    color               : #000000;
	margin              : 2px;
}
.GeneralFilterOperate{
    font-weight         : bold;
    font-size           : 13px;
    font-family         : arial;
    color               : #626262;
	margin              : 2px;
}*/
.GeneralFilter{
    font-weight         : bold;
    font-size           : 13px;
    font-family         : arial;
    color               : #626262;
	margin              : 0px;
}
.GeneralFilterFieldName{
    font-weight         : bold;
    font-size           : 13px;
    font-family         : arial;
    color               : #000000;
	margin              : 2px;
}
.GeneralFilterOperate{
    font-weight         : bold;
    font-size           : 13px;
    font-family         : arial;
    color               : #626262;
	margin              : 2px;
}
.GFT_DatePicker{
    font-family         : Arial;
    font-size           : 12px;
    color               : #000000;
	margin-top          : 6px;
}
.GFT_DropDown{
    font-family         : Arial;
    font-size           : 12px;
    color               : #000000;
	margin-top          : 10px;
}
.GFT_Select{
    font-family         : Arial;
    font-size           : 12px;
    color               : #000000;
	margin-top          : 10px;
}
.GFT_TextBox{
    font-family         : Arial;
    font-size           : 12px;
    color               : #000000;
	margin-top          : 10px;
}
.GFT_TimePicker{
    font-family         : Arial;
    font-size           : 12px;
    color               : #000000;
	margin-top          : 10px;
}

/* --- Dynamic Grid Paging --- */
.GridView_GridList_PagingHyperLink{ 
    font-weight         : bold; 
    font-size           : 13px; 
    font-family         : arial; 
    color               : #005274; 
} 
.GridView_GridList_PagingInfo{ 
    font-weight         : bold; 
    font-size           : 13px; 
    font-family         : arial; 
    color               : #000000; 
}

/**** Layer Tab ****/
.Layer1Tab{
    font-family         : arial;
    font-size           : 12px;
    color               : #000099;
    background-color    : #FFFFFF;
    font-weight         : normal;
    text-decoration     : none;
}
.Layer1Tab_TabItem{
    font-family         : arial;
    font-size           : 12px;
    color               : #000099;
    background-color    : #FFFFFF;
    font-weight         : normal;
    text-decoration     : none;
}

.Layer1Tab_TabItemSelected{
    font-family         : arial;
    font-size           : 13px;
    color               : #003399;
    background-color    : #FFFFFF;
    font-weight         : bolder;
    text-decoration     : none;
}
.Layer2Tab{
    font-family         : arial;
    font-size           : 11px;
    color               : #000099;
    background-color    : #FFFFFF;
    font-weight         : normal;
    text-decoration     : none;
}
.Layer2Tab_TabItem{
    font-family         : arial;
    font-size           : 11px;
    color               : #000099;
    background-color    : #FFFFFF;
    font-weight         : normal;
    text-decoration     : none;
}
.Layer2Tab_TabItemSelected{
    font-family         : arial;
    font-size           : 12px;
    color               : #003399;
    background-color    : #FFFFFF;
    font-weight         : bolder;
    text-decoration     : none;
}
.Breadcrumbs{
    font-weight         : bold;
    font-size           : 13px;
    font-family         : arial;
    color               : #000000;
	padding             : 5px;
	margin:5px;
}

/**** Paging button ****/
/*
.ButtonFirstPage{
    border              : 1px solid;
    border-color        : #BCD1F6 #000000 #000000 #E2EAF9;
    padding             : 0px;
    font-weight         : bold;
    font-size           : 10px;
    font-family         : arial;
	color               : #FFF;
    background          : #8FAAD9;
    text-decoration     : none;
    margin              : 0px;
}
.ButtonPreviousPage{
    border              : 1px solid;
    border-color        : #BCD1F6 #000000 #000000 #E2EAF9;
    padding             : 0px;
    font-weight         : bold;
    font-size           : 10px;
    font-family         : arial;
	color               : #FFF;
    background          : #8FAAD9;
    text-decoration     : none;
    margin              : 0px;
}
.ButtonNextPage{
    border              : 1px solid;
    border-color        : #BCD1F6 #000000 #000000 #E2EAF9;
    padding             : 0px;
    font-weight         : bold;
    font-size           : 10px;
    font-family         : arial;
	color               : #FFF;
    background          : #8FAAD9;
    text-decoration     : none;
    margin              : 0px;
}
.ButtonLastPage{
    border              : 1px solid;
    border-color        : #BCD1F6 #000000 #000000 #E2EAF9;
    padding             : 0px;
    font-weight         : bold;
    font-size           : 10px;
    font-family         : arial;
	color               : #FFF;
    background          : #8FAAD9;
    text-decoration     : none;
    margin              : 0px;
}
.ButtonToPage{
    border              : 1px solid;
    border-color        : #BCD1F6 #000000 #000000 #E2EAF9;
    padding             : 0px;
    font-weight         : bold;
    font-size           : 10px;
    font-family         : arial;
	color               : #FFF;
    background          : #8FAAD9;
    text-decoration     : none;
    margin              : 0px;
}
*/


/* --- LAYOUT With Margin --- */
.Layout_WithMargin{
    background-color    : #F0F8FF;
    width				: 100%;
}
.Layout_WithMargin_fieldset{
    margin-top		: 0px;
    margin-left		: 5px;
    margin-right	: 5px;
    margin-bottom	: 10px;
}

/* --- Menu_Layout --- */
.Menu_Layout{
    background-color    : #3388cc;
}

/* --- Menu_Layout_WithMargin--- */
.Menu_Layout_WithMargin{
    background-color    : #3388cc;
    margin              : 3px;
}

.FormModeLabelValue
{
    font-size           : 13px;
    font-weight         : bold;
    font-family         : arial;
    color               : #000000;
    text-decoration     : underline;
}
.HeaderLayout{
    background-color	: #3388cc;
    margin-TOP          : 5px;
    width               : 99%
}
.HeaderLabelValue{
    font-size           : 13px;
    font-weight         : bold;
    font-family         : arial;
    color               : #FFFFFF;
    height		: 20px;
    margin-left         : 5px;
}

/* --- Popup --- */
.Popup{
    font-weight         : normal;
    font-size           : 14px;
    font-family         : arial;
    color               : #000000;
    background-color	: #FFFFFF;
    border-style        : double;
    border-width        : 3px;
    border-color        : #000000;
}
.Popup_Background{
	background-color	: Black;
	filter				: alpha(opacity=20);
	opacity				: 0.8;
}
.Popup_Header{
    font-weight         : normal;
    font-size           : 14px;
    font-family         : arial;
    color               : #FFFFFF;
	background-color	: #8470ff;
}
.PopupLayout{
    background-color    : #F0F8FF;
    width               : 100%;
}
.PopupLayout_fieldset{
    background-color    : #F0F8FF;
}
.PopupTitle{
    background-position: left top;
    background-image: url(../Images/Tab/_TabRed_current.gif);
    width: 100%;
    height				: 20px;
}
.PopupTitleValue{
    font-size           : 14px;
    font-weight         : bold;
    font-family         : arial;
    color               : #FFFFFF;
    margin-left         : 5px;
}
#TF_MsgBox_lay_MsgBox_UpdatePanel > table > tbody > tr:first-child > td > table > tbody > tr > td{
	text-align			: center;
}
#TF_Prompt_lay_Body_UpdatePanel > table > tbody > tr:first-child > td > table > tbody > tr > td{
	text-align			: center;
}
/***********************/

/* -- Tab -- */
.Tab1
{
}
.Tab1_TabItem
{
    font-family: arial;
    font-size: 13px;
    color: #222222;
    font-weight: bold;
    text-decoration: none;
}
.Tab1_RTabItemBG
{
    background-position: right top;
    background-image: url(../Images/Tab1/_TabBlue_other.gif);
}
.Tab1_MTabItemBG
{
    background-position: center top;
    background-image: url(../Images/Tab1/_TabBlue_other.gif);
}
.Tab1_LTabItemBG
{
    background-position: left top;
    background-image: url(../Images/Tab1/_TabBlue_other.gif);
}
.Tab1_LastTabItemBG
{
    background-position: left top;
    background-image: url(../Images/Tab1/_TabBlue_other.gif);
    width: 100%;
    height: 1px;
}
.Tab1_TabItemSelected
{
    font-family: arial;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}
.Tab1_RTabItemBGSelected
{
    background-position: right top;
    background-image: url(../Images/Tab1/_TabRed_current.gif);
}
.Tab1_MTabItemBGSelected
{
    background-position: center top;
    background-image: url(../Images/Tab1/_TabRed_current.gif);
}
.Tab1_LTabItemBGSelected
{
    background-position: left top;
    background-image: url(../Images/Tab1/_TabRed_current.gif);
}
.Tab1_TabItem_F1
{
    background-image: url(../Images/Tab1/Tab-F1.PNG);
    background-repeat: repeat-x;
}
.Tab1_TabItem_S1
{
    background-image: url(../Images/Tab1/Tab-S1.PNG);
    background-repeat: repeat-x;
}
.Tab1_TabItem_1
{
    background-image: url(../Images/Tab1/Tab-1.PNG);
    background-repeat: repeat-x;
}
.Tab1_TabItem_S2
{
    background-image: url(../Images/Tab1/Tab-S2.PNG);
    background-repeat: repeat-x;
}
.Tab1_TabItem_2
{
    background-image: url(../Images/Tab1/Tab-2.PNG);
    background-repeat: repeat-x;
}
.Tab1_TabItem_S3
{
    background-image: url(../Images/Tab1/Tab-S3.PNG);
    background-repeat: repeat-x;
}
.Tab1_TabItem_3
{
    background-image: url(../Images/Tab1/Tab-3.PNG);
    background-repeat: repeat-x;
}
.Tab1_TabItem_L1
{
    background-image: url(../Images/Tab1/Tab-L1.PNG);
    background-repeat: repeat-x;
    width: 100%;
}
.Tab1_TBtn_L1
{
    background-image: url(../Images/Tab1/Tab-L1.PNG);
    background-repeat: repeat-x;
    width: 100%;
    height: 1px;
}
.Tab1_TabItem_L3
{
    background-image: url(../Images/Tab1/Tab-L3.PNG);
    background-repeat: repeat-x;
    width: 100%;
    height: 1px;
}
.Tab1_TabItem_F3
{
    background-image: url(../Images/Tab1/Tab-F3.PNG);
    background-repeat: repeat-x;
}
.Tab1_TabItem_6
{
    background-image: url(../Images/Tab1/Tab-6.PNG);
    background-repeat: repeat-x;
}
.Tab1_TabItem_S6
{
    background-image: url(../Images/Tab1/Tab-S6.PNG);
    background-repeat: repeat-x;
}
.Tab1_TabItem_7
{
    background-image: url(../Images/Tab1/Tab-7.PNG);
    background-repeat: repeat-x;
}
.Tab1_TabItem_S7
{
    background-image: url(../Images/Tab1/Tab-S7.PNG);
    background-repeat: repeat-x;
}
.Tab1_TabItem_8
{
    background-image: url(../Images/Tab1/Tab-8.PNG);
    background-repeat: repeat-x;
}
.Tab1_TabItem_S8
{
    background-image: url(../Images/Tab1/Tab-S8.PNG);
    background-repeat: repeat-x;
}
/* -- Tab -- */
.Tab2
{
}
.Tab2_TabItem
{
    font-family: arial;
    font-size: 13px;
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;
}
.Tab2_RTabItemBG
{
    background-position: right top;
    background-image: url(../Images/Tab2/_TabBlue_other.gif);
}
.Tab2_MTabItemBG
{
    background-position: center top;
    background-image: url(../Images/Tab2/_TabBlue_other.gif);
}
.Tab2_LTabItemBG
{
    background-position: left top;
    background-image: url(../Images/Tab2/_TabBlue_other.gif);
}
.Tab2_LastTabItemBG
{
    background-position: left top;
    background-image: url(../Images/Tab2/_TabBlue_other.gif);
    width: 100%;
    height: 1px;
}
.Tab2_TabItemSelected
{
    font-family: arial;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}
.Tab2_RTabItemBGSelected
{
    background-position: right top;
    background-image: url(../Images/Tab2/_TabRed_current.gif);
}
.Tab2_MTabItemBGSelected
{
    background-position: center top;
    background-image: url(../Images/Tab2/_TabRed_current.gif);
}
.Tab2_LTabItemBGSelected
{
    background-position: left top;
    background-image: url(../Images/Tab2/_TabRed_current.gif);
}
.Tab2_TabItem_F1
{
    background-image: url(../Images/Tab2/Tab-F1.PNG);
    background-repeat: repeat-x;
}
.Tab2_TabItem_S1
{
    background-image: url(../Images/Tab2/Tab-S1.PNG);
    background-repeat: repeat-x;
}
.Tab2_TabItem_1
{
    background-image: url(../Images/Tab2/Tab-1.PNG);
    background-repeat: repeat-x;
}
.Tab2_TabItem_S2
{
    background-image: url(../Images/Tab2/Tab-S2.PNG);
    background-repeat: repeat-x;
}
.Tab2_TabItem_2
{
    background-image: url(../Images/Tab2/Tab-2.PNG);
    background-repeat: repeat-x;
}
.Tab2_TabItem_S3
{
    background-image: url(../Images/Tab2/Tab-S3.PNG);
    background-repeat: repeat-x;
}
.Tab2_TabItem_3
{
    background-image: url(../Images/Tab2/Tab-3.PNG);
    background-repeat: repeat-x;
}
.Tab2_TabItem_L1
{
    background-image: url(../Images/Tab2/Tab-L1.PNG);
    background-repeat: repeat-x;
    width: 100%;
}
.Tab2_TBtn_L1
{
    background-image: url(../Images/Tab2/Tab-L1.PNG);
    background-repeat: repeat-x;
    width: 100%;
    height: 1px;
}
.Tab2_TabItem_L3
{
    background-image: url(../Images/Tab2/Tab-L3.PNG);
    background-repeat: repeat-x;
    width: 100%;
    height: 1px;
}
.Tab2_TabItem_F3
{
    background-image: url(../Images/Tab2/Tab-F3.PNG);
    background-repeat: repeat-x;
}
.Tab2_TabItem_6
{
    background-image: url(../Images/Tab2/Tab-6.PNG);
    background-repeat: repeat-x;
}
.Tab2_TabItem_S6
{
    background-image: url(../Images/Tab2/Tab-S6.PNG);
    background-repeat: repeat-x;
}
.Tab2_TabItem_7
{
    background-image: url(../Images/Tab2/Tab-7.PNG);
    background-repeat: repeat-x;
}
.Tab2_TabItem_S7
{
    background-image: url(../Images/Tab2/Tab-S7.PNG);
    background-repeat: repeat-x;
}
.Tab2_TabItem_8
{
    background-image: url(../Images/Tab2/Tab-8.PNG);
    background-repeat: repeat-x;
}
.Tab2_TabItem_S8
{
    background-image: url(../Images/Tab2/Tab-S8.PNG);
    background-repeat: repeat-x;
}
/* -- Tab -- */
.Tab3
{
}
.Tab3_TabItem
{
    font-family: arial;
    font-size: 13px;
    color: #222222;
    font-weight: normal;
    text-decoration: none;
}
.Tab3_RTabItemBG
{
    background-position: right top;
    background-image: url(../Images/Tab3/_TabBlue_other.gif);
}
.Tab3_MTabItemBG
{
    background-position: center top;
    background-image: url(../Images/Tab3/_TabBlue_other.gif);
}
.Tab3_LTabItemBG
{
    background-position: left top;
    background-image: url(../Images/Tab3/_TabBlue_other.gif);
}
.Tab3_LastTabItemBG
{
    background-position: left top;
    background-image: url(../Images/Tab3/_TabBlue_other.gif);
    width: 100%;
    height: 1px;
}
.Tab3_TabItemSelected
{
    font-family: arial;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}
.Tab3_RTabItemBGSelected
{
    background-position: right top;
    background-image: url(../Images/Tab3/_TabRed_current.gif);
}
.Tab3_MTabItemBGSelected
{
    background-position: center top;
    background-image: url(../Images/Tab3/_TabRed_current.gif);
}
.Tab3_LTabItemBGSelected
{
    background-position: left top;
    background-image: url(../Images/Tab3/_TabRed_current.gif);
}
.Tab3_TabItem_F1
{
    background-image: url(../Images/Tab3/Tab-F1.PNG);
    background-repeat: repeat-x;
}
.Tab3_TabItem_S1
{
    background-image: url(../Images/Tab3/Tab-S1.PNG);
    background-repeat: repeat-x;
}
.Tab3_TabItem_1
{
    background-image: url(../Images/Tab3/Tab-1.PNG);
    background-repeat: repeat-x;
}
.Tab3_TabItem_S2
{
    background-image: url(../Images/Tab3/Tab-S2.PNG);
    background-repeat: repeat-x;
}
.Tab3_TabItem_2
{
    background-image: url(../Images/Tab3/Tab-2.PNG);
    background-repeat: repeat-x;
}
.Tab3_TabItem_S3
{
    background-image: url(../Images/Tab3/Tab-S3.PNG);
    background-repeat: repeat-x;
}
.Tab3_TabItem_3
{
    background-image: url(../Images/Tab3/Tab-3.PNG);
    background-repeat: repeat-x;
}
.Tab3_TabItem_L1
{
    background-image: url(../Images/Tab3/Tab-L1.PNG);
    background-repeat: repeat-x;
    width: 100%;
}
.Tab3_TBtn_L1
{
    background-image: url(../Images/Tab3/Tab-L1.PNG);
    background-repeat: repeat-x;
    width: 100%;
    height: 1px;
}
.Tab3_TabItem_L3
{
    background-image: url(../Images/Tab3/Tab-L3.PNG);
    background-repeat: repeat-x;
    width: 100%;
    height: 1px;
}
.Tab3_TabItem_F3
{
    background-image: url(../Images/Tab3/Tab-F3.PNG);
    background-repeat: repeat-x;
}
.Tab3_TabItem_6
{
    background-image: url(../Images/Tab3/Tab-6.PNG);
    background-repeat: repeat-x;
}
.Tab3_TabItem_S6
{
    background-image: url(../Images/Tab3/Tab-S6.PNG);
    background-repeat: repeat-x;
}
.Tab3_TabItem_7
{
    background-image: url(../Images/Tab3/Tab-7.PNG);
    background-repeat: repeat-x;
}
.Tab3_TabItem_S7
{
    background-image: url(../Images/Tab3/Tab-S7.PNG);
    background-repeat: repeat-x;
}
.Tab3_TabItem_8
{
    background-image: url(../Images/Tab3/Tab-8.PNG);
    background-repeat: repeat-x;
}
.Tab3_TabItem_S8
{
    background-image: url(../Images/Tab3/Tab-S8.PNG);
    background-repeat: repeat-x;
}
/* -- Tab -- */
.Tab4
{
}
.Tab4_TabItem
{
    font-family: arial;
    font-size: 13px;
    color: #222222;
    font-weight: normal;
    text-decoration: none;
}
.Tab4_RTabItemBG
{
    background-position: right top;
    background-image: url(../Images/Tab4/_TabBlue_other.gif);
}
.Tab4_MTabItemBG
{
    background-position: center top;
    background-image: url(../Images/Tab4/_TabBlue_other.gif);
}
.Tab4_LTabItemBG
{
    background-position: left top;
    background-image: url(../Images/Tab4/_TabBlue_other.gif);
}
.Tab4_LastTabItemBG
{
    background-position: left top;
    background-image: url(../Images/Tab4/_TabBlue_other.gif);
    width: 100%;
    height: 1px;
}
.Tab4_TabItemSelected
{
    font-family: arial;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}
.Tab4_RTabItemBGSelected
{
    background-position: right top;
    background-image: url(../Images/Tab4/_TabRed_current.gif);
}
.Tab4_MTabItemBGSelected
{
    background-position: center top;
    background-image: url(../Images/Tab4/_TabRed_current.gif);
}
.Tab4_LTabItemBGSelected
{
    background-position: left top;
    background-image: url(../Images/Tab4/_TabRed_current.gif);
}
.Tab4_TabItem_F1
{
    background-image: url(../Images/Tab4/Tab-F1.PNG);
    background-repeat: repeat-x;
}
.Tab4_TabItem_S1
{
    background-image: url(../Images/Tab4/Tab-S1.PNG);
    background-repeat: repeat-x;
}
.Tab4_TabItem_1
{
    background-image: url(../Images/Tab4/Tab-1.PNG);
    background-repeat: repeat-x;
}
.Tab4_TabItem_S2
{
    background-image: url(../Images/Tab4/Tab-S2.PNG);
    background-repeat: repeat-x;
}
.Tab4_TabItem_2
{
    background-image: url(../Images/Tab4/Tab-2.PNG);
    background-repeat: repeat-x;
}
.Tab4_TabItem_S3
{
    background-image: url(../Images/Tab4/Tab-S3.PNG);
    background-repeat: repeat-x;
}
.Tab4_TabItem_3
{
    background-image: url(../Images/Tab4/Tab-3.PNG);
    background-repeat: repeat-x;
}
.Tab4_TabItem_L1
{
    background-image: url(../Images/Tab4/Tab-L1.PNG);
    background-repeat: repeat-x;
    width: 100%;
}
.Tab4_TBtn_L1
{
    background-image: url(../Images/Tab4/Tab-L1.PNG);
    background-repeat: repeat-x;
    width: 100%;
    height: 1px;
}
.Tab4_TabItem_L3
{
    background-image: url(../Images/Tab4/Tab-L3.PNG);
    background-repeat: repeat-x;
    width: 100%;
    height: 1px;
}
.Tab4_TabItem_F3
{
    background-image: url(../Images/Tab4/Tab-F3.PNG);
    background-repeat: repeat-x;
}
.Tab4_TabItem_6
{
    background-image: url(../Images/Tab4/Tab-6.PNG);
    background-repeat: repeat-x;
}
.Tab4_TabItem_S6
{
    background-image: url(../Images/Tab4/Tab-S6.PNG);
    background-repeat: repeat-x;
}
.Tab4_TabItem_7
{
    background-image: url(../Images/Tab4/Tab-7.PNG);
    background-repeat: repeat-x;
}
.Tab4_TabItem_S7
{
    background-image: url(../Images/Tab4/Tab-S7.PNG);
    background-repeat: repeat-x;
}
.Tab4_TabItem_8
{
    background-image: url(../Images/Tab4/Tab-8.PNG);
    background-repeat: repeat-x;
}
.Tab4_TabItem_S8
{
    background-image: url(../Images/Tab4/Tab-S8.PNG);
    background-repeat: repeat-x;
}
/* -- Tab -- */
.Tab5
{
}
.Tab5_TabItem
{
    font-family: arial;
    font-size: 13px;
    color: #222222;
    font-weight: normal;
    text-decoration: none;
}
.Tab5_RTabItemBG
{
    background-position: right top;
    background-image: url(../Images/Tab5/_TabBlue_other.gif);
}
.Tab5_MTabItemBG
{
    background-position: center top;
    background-image: url(../Images/Tab5/_TabBlue_other.gif);
}
.Tab5_LTabItemBG
{
    background-position: left top;
    background-image: url(../Images/Tab5/_TabBlue_other.gif);
}
.Tab5_LastTabItemBG
{
    background-position: left top;
    background-image: url(../Images/Tab5/_TabBlue_other.gif);
    width: 100%;
    height: 1px;
}
.Tab5_TabItemSelected
{
    font-family: arial;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}
.Tab5_RTabItemBGSelected
{
    background-position: right top;
    background-image: url(../Images/Tab5/_TabRed_current.gif);
}
.Tab5_MTabItemBGSelected
{
    background-position: center top;
    background-image: url(../Images/Tab5/_TabRed_current.gif);
}
.Tab5_LTabItemBGSelected
{
    background-position: left top;
    background-image: url(../Images/Tab5/_TabRed_current.gif);
}
.Tab5_TabItem_F1
{
    background-image: url(../Images/Tab5/Tab-F1.PNG);
    background-repeat: repeat-x;
}
.Tab5_TabItem_S1
{
    background-image: url(../Images/Tab5/Tab-S1.PNG);
    background-repeat: repeat-x;
}
.Tab5_TabItem_1
{
    background-image: url(../Images/Tab5/Tab-1.PNG);
    background-repeat: repeat-x;
}
.Tab5_TabItem_S2
{
    background-image: url(../Images/Tab5/Tab-S2.PNG);
    background-repeat: repeat-x;
}
.Tab5_TabItem_2
{
    background-image: url(../Images/Tab5/Tab-2.PNG);
    background-repeat: repeat-x;
}
.Tab5_TabItem_S3
{
    background-image: url(../Images/Tab5/Tab-S3.PNG);
    background-repeat: repeat-x;
}
.Tab5_TabItem_3
{
    background-image: url(../Images/Tab5/Tab-3.PNG);
    background-repeat: repeat-x;
}
.Tab5_TabItem_L1
{
    background-image: url(../Images/Tab5/Tab-L1.PNG);
    background-repeat: repeat-x;
    width: 100%;
}
.Tab5_TBtn_L1
{
    background-image: url(../Images/Tab5/Tab-L1.PNG);
    background-repeat: repeat-x;
    width: 100%;
    height: 1px;
}
.Tab5_TabItem_L3
{
    background-image: url(../Images/Tab5/Tab-L3.PNG);
    background-repeat: repeat-x;
    width: 100%;
    height: 1px;
}
.Tab5_TabItem_F3
{
    background-image: url(../Images/Tab5/Tab-F3.PNG);
    background-repeat: repeat-x;
}
.Tab5_TabItem_6
{
    background-image: url(../Images/Tab5/Tab-6.PNG);
    background-repeat: repeat-x;
}
.Tab5_TabItem_S6
{
    background-image: url(../Images/Tab5/Tab-S6.PNG);
    background-repeat: repeat-x;
}
.Tab5_TabItem_7
{
    background-image: url(../Images/Tab5/Tab-7.PNG);
    background-repeat: repeat-x;
}
.Tab5_TabItem_S7
{
    background-image: url(../Images/Tab5/Tab-S7.PNG);
    background-repeat: repeat-x;
}
.Tab5_TabItem_8
{
    background-image: url(../Images/Tab5/Tab-8.PNG);
    background-repeat: repeat-x;
}
.Tab5_TabItem_S8
{
    background-image: url(../Images/Tab5/Tab-S8.PNG);
    background-repeat: repeat-x;
}
.CompulsoryMessage_Title{
    font-weight         : bold;
    font-size           : 12px;
    font-family         : arial;
    color               : #FF0000;
}
.CompulsoryMessage_Text{
    font-weight         : normal;
    font-size           : 12px;
    font-family         : arial;
    color               : #000000;
}