﻿body
{
    background-color	:	#FFFFFF;
    margin				:	0px 0px 0px 0px;
}
.MainBody
{
}

td
{
	font-family : Zawgyi-One;
	font-size : 10pt;
}
.Footer
{
    font-family         :   Zawgyi-One;
    font-size           :   10pt;
    font-weight         :   bold;
	height				:   25px;
	text-align			:	center;
}
.Logo
{
	background-image	:	url(../../Images/KABG.png);
	background-repeat	:	repeat-x;
	height				:	50px;
}
.SmallLogo
{
	background-image	:	url(../../Images/KABG.png);
	background-repeat	:	repeat-x;
	height				:	62px;
}
.MainMenuLink
{
	text-decoration		:	none;
	font-family			:	Zawgyi-One;
	font-size			:	12pt;
	font-weight			:	bold;
	color				:	#000000;
}
/*Login Start*/
.Login-Title
{
	background-color	:	#6599ff;
	font-family			:	Zawgyi-One;
	font-size			:	12pt;
	font-weight			:	bold;
	height				:	25px;
}
.Login-Sub-Title
{
	font-family			:	Zawgyi-One;
	font-size			:	10pt;
	font-weight			:	bold;
}
.Login-Label
{
	font-size			:	10pt;
	height				:	25px;
}
.Login-Error
{
	font-family			:	Zawgyi-One;
	font-size			:	10pt;
	color				:	Red;
}
.Login-Button
{
	color				: #001119;
	float				: none;
	font-size			: 10pt;
	height				: 25px;
	line-height			: 1.2;
	list-style-image	: none;
	list-style-type		: none;
	margin				: 0px 0px 0px 0px;
	padding-bottom		: 2px;
	text-align			: center;
	width				: 60px;
}
.Login-Button:Hover
{
	color				: #001119;
	float				: none;
	font-size			: 12pt;
	height				: 25px;
	line-height			: 1.2;
	list-style-image	: none;
	list-style-type		: none;
	margin				: 0px 0px 0px 0px;
	padding-bottom		: 2px;
	text-align			: center;
	width				: 60px;
}

/*Login End*/

/*GridViews Start*/
.GridView-View-Header
{
	font-family			:	Zawgyi-One;
	font-size			:	10pt;
	font-weight			:	bold;
	/*background-image	:	url(../../Images/GridHeader.jpg);*/
	background-color	:  #214b81;

	text-align			:	center;
	height				:	23px;
	color				:	White;
}
.GridView-View-Header A
{
    color               :   White;
    text-decoration		:	none;
}

.GridView-View-Row A 
{
    color               :   blue;
    text-decoration		:   none
}

.GridView-View-AlternatingRow A 
{
    color               :   blue;
    text-decoration		:   none
}

/* Add New Grid View */
.GridView-View-Row-Link
{
    font-family			:	Zawgyi-One;
    font-size			:	10pt;
    cursor				:	pointer;
}

.GridView-View-Row-Link:hover
{
	font-family			:	Zawgyi-One;
	font-size			:	10pt;
	background-color	:	#f5fee3;
	cursor				:	pointer;
	/*text-decoration		:	underline;*/
}

.GridView-View-AlternatingRow-Link
{
	font-family			:	Zawgyi-One;
	font-size			:	10pt;
	background-color	:	#eaf3fb;
	cursor				:	pointer;
}

.GridView-View-AlternatingRow-Link:hover
{
	font-family			:	Zawgyi-One;
	font-size			:	10pt;
	background-color	:	#f5fee3;
	cursor				:	pointer;
	/*text-decoration		:	underline;*/
}
/* Add New Grid View */

/* Listing Grid View */
.GridView-View-Row
{
    font-family			:	Zawgyi-One;
    font-size			:	10pt;
}

.GridView-View-Row1
{
    font-family			:	Zawgyi-One;
    font-size			:	10pt;
    background-color	:	White;
}

.GridView-View-Row2
{
    font-family			:	Zawgyi-One;
    font-size			:	10pt;
    background-color	:	#eaf3fb;
}

.GridView-View-Row3
{
	font-family			:	Zawgyi-One;
	font-size			:	10pt;
	background-color	:	#BBE1BE;
}

.GridView-View-Row:hover
{
	font-family			:	Zawgyi-One;
	font-size			:	10pt;
	background-color	:	#f5fee3;
}

.GridView-View-Row1:hover
{
	font-family			:	Zawgyi-One;
	font-size			:	10pt;
	background-color	:	#f5fee3;
}

.GridView-View-Row2:hover
{
	font-family			:	Zawgyi-One;
	font-size			:	10pt;
	background-color	:	#f5fee3;
}

.GridView-View-Row3:hover
{
	font-family			:	Zawgyi-One;
	font-size			:	10pt;
	background-color	:	#f5fee3;
}

.GridView-View-AlternatingRow
{
	font-family			:	Zawgyi-One;
	font-size			:	10pt;
	background-color	:	#eaf3fb;
}

.GridView-View-AlternatingRow:hover
{
	font-family			:	Zawgyi-One;
	font-size			:	10pt;
	background-color	:	#f5fee3;
}
/* Listing Grid View */

.GridView-View-Pager
{
    font-family			:   Zawgyi-One;
    font-size			:   10pt;
    font-weight			:	bold;
	background-color	:	#214b81;
    color				:	White;
	height				:	20px;
}
.GridView-View-Pager A
{
    color				:	White;
}
.GridView-View-Pager A:Hover
{
	color				:	#FF0000;
}

.GridView-View-EmptyDataRow
{
    font-family			:   Zawgyi-One;
    font-size			:   10pt;
    text-align			:   center;
}

/*GridViews End*/
/*Form Start*/

.WinNum-Label
{
    font-family			:   Zawgyi-One;
    font-size			:   100pt;
}

.Form-TextBox
{
	font-family			:	Zawgyi-One;
	font-size			:	10pt;
	border				:	solid 1px #5aa01b;
}
.Form-TextBox-Long
{
	font-family			:	Zawgyi-One;
	font-size			:	10pt;
	border				:	solid 1px #5aa01b;
	width				:   300px;
}

.Form-TextBox-Multi
{
	font-family			:	Zawgyi-One;
	font-size			:	10pt;
	border				:	solid 1px #5aa01b;
	width				:   300px;
	height				:   60px;  
}
.Form-DropDownList
{
    font-family         :    Zawgyi-One;
    font-size           :   10pt;
    
    border				:	solid 1px #5aa01b;
}
.Form-ListBox
{
    font-family         :   Zawgyi-One;
    font-size           :   10pt;
    
    border				:	solid 1px #5aa01b;
}
.Form-RadioButtonList
{
    font-family			:   Zawgyi-One;
    font-size			:   10pt;
}
.Form-Button
{
	/*
	color				:	White;
    font-family			:   Zawgyi-One;
    font-size			:   8pt;
    font-weight			:   bold;
    width				:   70px;
    background-color	:	#b31509;
	*/
	background-color	: Transparent;
	background-image	: url(../../images/3DButton.png);
	background-position	: 0px -46px;
	background-repeat	: no-repeat;
	border				: 0px;
	color				: #001119;
	float				: none;
	font-family			: "Zawgyi-One", Zawgyi-One;
	font-size			: 10pt;
	height				: 25px;
	line-height			: 1.2;
	list-style-image	: none;
	list-style-type		: none;
	margin				: 3px 0px 0px 0px;
	padding-bottom		: 2px;
	text-align			: center;
	width				: 84px;
	
}
.Form-Button:Hover
{
	/*
	color				:	White;
    font-family			:   Zawgyi-One;
    font-size			:   8pt;
    font-weight			:   bold;
    width				:   70px;
    background-color	:	#b31509;
	*/
	background-color	: Transparent;
	background-image	: url(../../images/3DButtonHover.png);
	background-position	: 0px -46px;
	background-repeat	: no-repeat;
	border				: 0px;
	color				: #001119;
	float				: none;
	font-family			: "Zawgyi-One", Zawgyi-One;
	font-size			: 12pt;
	height				: 25px;
	line-height			: 1.2;
	list-style-image	: none;
	list-style-type		: none;
	margin				: 3px 0px 0px 0px;
	padding-bottom		: 2px;
	text-align			: center;
	width				: 84px;
	
}
.Form-Button-Small
{
	color				:	White;
    font-family			:   Zawgyi-One;
    font-size			:   10pt;
    background-color	:	#b31509;
}
.Form-Button-Middle
{
	color				:	White;
    font-family			:   Zawgyi-One;
    font-size			:   10pt;
    font-weight			:   bold;
    width				:   100px;
    background-color	:	#b31509;
}
.Form-Button-Long
{
	background-color	: Transparent;
	background-image	: url(../../images/3DButton.png);
	background-position	: 0px -46px;
	background-repeat	: no-repeat;
	border				: 0px;
	color				: #001119;
	float				: none;
	font-family			: "Zawgyi-One", Zawgyi-One;
	font-size			: 10pt;
	height				: 25px;
	line-height			: 1.2;
	list-style-image	: none;
	list-style-type		: none;
	margin				: 3px 0px 0px 0px;
	padding-bottom		: 2px;
	text-align			: center;
	width				: 125px;
}
.Form-Button-Long:Hover
{
	background-color	: Transparent;
	background-image	: url(../../images/3DButtonHover.png);
	background-position	: 0px -46px;
	background-repeat	: no-repeat;
	border				: 0px;
	color				: #001119;
	float				: none;
	font-family			: "Zawgyi-One", Zawgyi-One;
	font-size			: 12pt;
	height				: 25px;
	line-height			: 1.2;
	list-style-image	: none;
	list-style-type		: none;
	margin				: 3px 0px 0px 0px;
	padding-bottom		: 2px;
	text-align			: center;
	width				: 125px;
}
.Form-Label
{
    font-family			:   Zawgyi-One;
    font-size			:   10pt;
}
.Form-Upload
{
	font-family			:   Zawgyi-One;
    font-size	   : 12px;
    width					:	170px;
}
.Form-ButtonUpload
{
	 font-family			:   Zawgyi-One;
    font-size	   : 11px;    
    width			: 65px;
    height	: 20px;
    vertical-align :top;
}

.Form-Label-Required
{
    font-family			:	Zawgyi-One;
	font-size			:	10pt;
	font-weight			:	bold;
	color				:	Black;
}
.Form-Label-Recommend
{
	font-family			:	Zawgyi-One;
	font-size			:	10pt;
	font-weight			:	bold;
	color				:	Black;
}

.Form-Label-Required-Asterisk
{
    font-family			:   Zawgyi-One;
    font-size			:   10pt;
    font-weight			:	bold;
    color				:   Red;
}

.Form-Label-Recommend-Asterisk
{
    font-family			:   Zawgyi-One;
    font-size			:   10pt;
    font-weight			:	bold;
    color				:   Blue;
}

.Form-Error
{
    font-family			:   Zawgyi-One;
    font-size			:   10pt;
    color				:   #ff0000;
    font-weight			:	bold;
}

.Form-Heading
{
    font-family			:   Zawgyi-One;
    font-size			:   10pt;
    font-weight			:   bold;
}

/*Form End*/
.FilterFrame
{
    width				:	400px;
}

/*History Start*/
.History-Frame
{
	border				:	solid 1px #006600;
    width				:	650px;
}

.History-Label
{
    font-family			:   Zawgyi-One;
    font-size			:   10pt;
    font-weight			:	bold;
    color				:	#339966;
}

.History-Text
{
    font-family			:   Zawgyi-One;
    font-size			:   10pt;
    font-weight			:	bold;
}

/*History End*/
/*Report Start*/
.Report-Header
{
	font-family			:   Arial;
    font-size			:   12pt;
    font-weight			:	bold;
    text-align			:	center;
    height				:	30px;
}

.Report-Sub-Header
{
	font-family			:   Arial;
    font-size			:   10pt;
    font-weight			:	bold;
    text-align			:	center;
    height				:	20px;
}

.Report-Column-Header
{
	font-family			:   Zawgyi-One;
    font-size			:   10pt;
    font-weight			:	bold;
    text-align			:	center;
    border-bottom-style	:   double;
    border-bottom-width	:	4px;
    border-bottom-color :	black;
}

.Report-Data
{
	font-family			:   Zawgyi-One;
    font-size			:   10pt;
}

.Report-Total-Text
{
	font-family			:   Zawgyi-One;
    font-size			:   10pt;
    font-weight			:	bold;
}

.Report-Total-Data
{
	font-family			:   Zawgyi-One;
    font-size			:   10pt;
    font-weight			:	bold;
}

.Report-SubTotal-Text
{
	font-family			:   Zawgyi-One;
    font-size			:   10pt;
    font-weight			:	bold;
}

.Report-SubTotal-Data
{
	font-family			:   Zawgyi-One;
    font-size			:   10pt;
    font-weight			:	bold;
}

/*Report End*/
/*Menu Start*/
.Menu-Sitemap-BackGround
{
	
}

.Menu-Sitemap
{
	color				:	#1c8f39;
	font-family			:	Zawgyi-One;
	font-size			:	12pt;
	text-decoration		:	none;
	font-weight			:	bold;
}

.Menu-Sitemap A
{
	color				:	#1c8f39;
	font-family			:	Zawgyi-One;
	font-size			:	12pt;
	text-decoration		:	none;
	font-weight			:	bold;
}

.Menu-Sitemap-PathSeparator
{
	color				:	#7bb303;
	font-family			:	Zawgyi-One;
	font-size			:	12pt;
	text-decoration		:	none;
	font-weight			:	bold;
}

.Menu-Sitemap-PathSeparator A
{
	color				:	#7bb303;
	font-family			:	Zawgyi-One;
	font-size			:	12pt;
	text-decoration		:	none;
	font-weight			:	bold;
}

.Menu-Main-Background
{
	/*background-image	:	url(../../Images/MenuBackGround.jpg); */
	/*background-color    :#214b81;*//*TZT*/
    /*background-color    :#5900b3;*//*AA*/
    background-color    :#008080;/*All*/
}

.Menu-Main-Background A
{
	color				:	#FBF7FB;
	font-family			:	Zawgyi-One;
	font-size			:	12pt;
	font-weight			:	bold;	
}

.Menu-Main-Background A:hover
{
	color				:	#FF0033;
}

.Menu-Sub-Background
{
	height				:	24px;
}

.Menu-Sub-Background A
{
	color				:	#000000;
	font-family			:	Zawgyi-One;
	font-size			:	12pt;
	text-decoration		:	none;
	font-weight			:	bold;
}

.Menu-SubChild-Background
{
	height				:	18px;
}

.Menu-SubChild-Background:hover
{
	color				:	red;
}

.Menu-SubChild-Background A
{
	color				:	#000000;
	font-family			:	Zawgyi-One;
	font-size			:	10pt;
	text-decoration		:	none;
}

.RightAlign
{
	text-align			:	right;
}
.Footer
{
	/*background-image	:	url(../../Images/MenuBackGround.jpg);*/
	font-weight : normal;
}
/*Menu End*/
/* Link Start */
.LoginName
{
	color				:	Blue;
	font-family			:	Zawgyi-One;
	font-weight			:	bold;
	font-size			:	10pt;	
}

A.LogoutLink 
{
	color				:	Blue;
	font-family			:	Zawgyi-One;
	font-weight			:	bold;
	font-size			:	10pt;	
}

A.LogoutLink:hover
{
	color				:	Red;
	font-family			:	Zawgyi-One;
	font-weight			:	bold;
	font-size			:	10pt;	
}

/* Link End */

/* Numeric Textbox */
.Form-Numeric_Textbox
{
	border				:	solid 1px #5aa01b;
	font-family			:	Zawgyi-One;
	font-size			:	10pt;
	text-align			:	right;
	width				:   150px;
}
/* Numeric Textbox */

/* Menus Collapsable Styel */

.dhtmlgoodies_question{    /* Styling question */
    /* Start layout CSS */
    color				:	#1c8f39;
	font-family			:	Zawgyi-One;
	font-size			:	12pt;
	text-decoration		:	none;
	font-weight			:	bold;
    background-color	:	#ffffff;
    margin-bottom		:	2px;
    margin-top			:	2px;
    padding-left		:	2px;
    /*background-image:url('images/bg_answer.gif');*/
    background-repeat	:	no-repeat;
    /*background-position	:	top right;    */
    height				:	30px;
    
    /* End layout CSS */
    
    overflow			:	hidden;
    cursor				:	pointer;
}
.dhtmlgoodies_answer{    /* Parent box of slide down content */
    /* Start layout CSS */
    /*width:400px;*/
    
    /* End layout CSS */
    
    visibility			:	hidden;
    height				:	30px;
    overflow			:	hidden;
    position			:	relative;

}
.dhtmlgoodies_answer_content{    /* Content that is slided down */
    padding				:	1px;
    font-size			:	0.9em;    
    position			:	relative;
}

/* Menus Collapsable Styel */


/* Date Format */
/* Default attributes of table container for entire calendar */
.table-style {
	font-family: arial;
	border-width: 1; 
	border-style: solid; 
	border-color: #a0a0a0; 
	background-color: #ffffff;
	font-family: arial; 
	font-size: 11px;
}

.table-style td {
	border-style: none;
	border-width: 0px;
	padding: 1px;
}

/* Default attributes of DIV containing table container for entire calendar.
 * You probably don't want to alter this style.
 */
.div-style {
	z-index: 999;
	position: absolute;
	visibility: hidden;
}

/* Default attributes used in calendar title (month and year columns).*/
.title-style {
	padding: 2px;
	font-family: arial; 
	font-size: 11px;
	color: #ffffff;
}

/* Default attributes used in calendar title background.*/
.title-background-style {
	background-color: #b5b5b5;
}

/* Normal appearance of controls in calendar title. */
/* Note: The right, left and down icons are images, which must be edited if you need to change them. */
.title-control-normal-style {
	border-style: none;
	cursor: pointer;
}

/* Moused-over (selected) appearance of controls in calendar title. */
.title-control-select-style {
	cursor: pointer;
}

.dropdown-style td {
	padding: 1px;
}

/* Default attributes of drop down lists (month and year). */
.dropdown-style {
	font-family: arial; 
	font-size: 11px; 
	border-width: 1; 
	border-style: solid; 
	background-color: #b5b5b5;
	border-color: #cccccc;
	color: White;
	cursor: default;
}

/* Default attributes selected (mouse-over) item in drop down lists (month and year). */
.dropdown-style tr:hover {
	background-color: #828282;
	cursor: hand;
}

/* Default attributes of calendar body (weekday titles and numbers). */
.body-style {
	padding: 5px;
	background-color: white;
	font-family: verdana; 
	font-size: 10px;
}

.body-style td {
	font-family: verdana; 
	font-size: 10px;
}

/* Attributes of current day in calendar body. */
.current-day-style {
	color: red;
	font-weight: bold;
	text-decoration: none;
}

/* Attributes of end-of-week days (Sundays) in calendar body. */
.end-of-weekday-style {
	color: #909090;
	text-decoration: none;
}

/* Attributes of all other days in calendar body. */
.normal-day-style {
	color: black;
	text-decoration: none;
}

/* Attributes of border around selected day in calendar body. */
.selected-day-style {
	border-style: solid;
	border-width: 1px; 
	border-color: #a0a0a0;
	color: #0066cc;
	font-weight: bold;
}

/* Default attributes of designated holidays. */
.holiday-style {
	background-color: #FFDDDD;
}

/* Attributes of today display at bottom on calendar */
.today-style {
	padding: 0px;
	color: white;
	background-color: #b5b5b5;
	text-align: center;
	text-decoration: none;
}

.today-style td {
	text-align: center;
}

/* Attributes of week number division (divider.gif) */
.weeknumber-div-style {
	background-color: #d0d0d0; 
	padding: 0px;
}
/* Date Format */

.upper-case
{
    text-transform: uppercase;
    background-color: #008000;
}

.lower-case {
    text-transform: lowercase;
}

.capitalize {
    text-transform: capitalize;
}