/*============================================================

 Default.css

============================================================*/

/*------------------------------------------------------------
	Default Title
------------------------------------------------------------*/
.cls_Def_TitleText  { color : #FFFFFF; font-family : Arial; font-size : 10pt; font-weight : bold; font-style : normal;  }
.cls_Def_TitleBG { text-align: left; background-color : #0033FF }

/*------------------------------------------------------------
	Log In Dialog Box
------------------------------------------------------------*/
.cls_LogIn_Input { color : #000000; font-family : Arial; font-size : 8pt; font-weight : bold; font-style : normal;  }
.cls_LogIn_Text { color : #404040; font-family : Arial; font-size : 8pt; font-weight : bold; font-style : normal;  }
.cls_LogIn_TextBG { text-align : right; background-color : #E0E0E0 }

/*------------------------------------------------------------
	Top Menu
------------------------------------------------------------*/
.cls_TopMenu_Link { color : #FFFFFF; font-family : Arial; font-size : 8pt; font-weight : bold; font-style : normal;  }
A.cls_TopMenu_SelectedTable { color : #FFFF80; font-family : Arial; font-size : 10pt; font-weight : bold; font-style : normal;  }
A.cls_TopMenu_SelectedTable:link     { text-decoration: none; }
A.cls_TopMenu_SelectedTable:visited  { text-decoration: none; }
A.cls_TopMenu_SelectedTable:active   { background-color: none; }
A.cls_TopMenu_SelectedTable:hover    { text-decoration: under; }

/*------------------------------------------------------------
	Search Bar
------------------------------------------------------------*/
.cls_Search_Button { background-color : #FF0000; color : #FFFFFF; font-family : Arial; font-size : 8pt; font-weight : bold; font-style : normal;  }
.cls_Search_Input { color : #000000; font-family : Arial; font-size : 8pt; font-weight : bold; font-style : normal;  }
.cls_Search_TitleText { color : #000000; font-family : Arial; font-size : 7pt; font-weight : bold; font-style : normal;  }
.cls_Search_Input { color : #000000; font-family : Arial; font-size : 8pt; font-weight : bold; font-style : normal;  }

/*------------------------------------------------------------
	Tool Bar
------------------------------------------------------------*/
.cls_Navi_Text { color : #FFFFFF; font-family : Arial; font-size : 8pt; font-weight : bold; font-style : normal;  }

/*------------------------------------------------------------
	List View
------------------------------------------------------------*/
.cls_List_TitleText { color : #FFFFFF; font-family : Arial; font-size : 8pt; font-weight : bold; font-style : normal;  }
.cls_List_TitleBG { text-align: center; background-color : #294e7f }
.cls_List_RecordText { color : #000000; font-family : Arial; font-size : 8pt; font-weight : bold; font-style : normal;  }
.cls_List_RecordBG_1 { background-color : #F8F8F8 }
.cls_List_RecordBG_2 { background-color : #CCCCCC }
.cls_List_RecordBG_3 { background-color : YELLOW }

/*------------------------------------------------------------
	Dialog Box
------------------------------------------------------------*/
.cls_Dlg_SectText { color : #E0E0E0; font-family : Arial; font-size : 10pt; font-weight : bold; font-style : normal;  }
.cls_Dlg_SectBG { text-align: left; background-color : #606060 }
.cls_Dlg_TitleText { color : #E0E0E0; font-family : Arial; font-size : 8pt; font-weight : bold; font-style : normal;  }
.cls_Dlg_TitleBG { text-align: right; vertical-align: top; background-color : #808080; width : 100pt }
.cls_Dlg_TitleBG1 { text-align: left; vertical-align: center; background-color : #808080; font-family : Arial; font-size : 8pt; width : 60pt }
.cls_Dlg_Text { color : #404040; font-family : Arial; font-size : 10pt; font-weight : bold; font-style : normal;  }
.cls_Dlg_TextBG { text-align : left; background-color : #E0E0E0 }
.cls_Dlg_RecordText { color : #000000; font-family : Arial; font-size : 8pt; font-weight : bold; font-style : normal;  }
.cls_Dlg_RecordBG { background-color : #F0F0F0 }
.cls_Dlg_RecordBG1 { background-color : #F0F0F0; font-family : Arial; font-size : 8pt; width : 85pt}
.cls_Dlg_Input { color : #000000; font-family : Arial; font-size : 8pt; font-weight : bold; font-style : normal;  }
.cls_Dlg_Button { width : 100; background-color : #D0D0D0; color : #000000; font-family : Arial; font-size : 10pt; font-weight : bold; font-style : normal;  }

/*------------------------------------------------------------
	END OF FILE
------------------------------------------------------------*/