﻿body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 100%;
	height: 99%;
	font-size: 11px;
	font-family: tahoma, arial, verdana; /*zawgyi-one,*/

}

.masterPage 
{
    margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

.upperText
{
	text-transform: uppercase;
}
.numericText
{
	text-align: right;
}

lebel
{
	text-align: right;
}


img
{
	border-spacing: 0px;
	border-width: 0px;
}

select
{
	width: 150px;
}
/*Layout*/

#header
{
	margin: -1px auto 0 auto;
}

#header
{
}

#headertop
{
	height: 140px;
	background: url(images/headertop_img.jpg) no-repeat left top;
}

#headerbottom
{
	height: 10px;
	background: url(images/headerbottom_img.png) no-repeat left top;
}

#maincontent
{
	margin: 0px auto 20px auto;
}

.leftcolumn
{
	margin-bottom: 10px;
}

#topmenu
{
	margin-bottom: 10px;
}

.sidebarheader
{
	height: 24px;
	padding: 10px 0 0 35px;
	background: url(images/sidebar_header.png) no-repeat left top;
	color: #FFF;
	font-family: tahoma, arial, verdana; /*zawgyi-one,*/
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
}

#sidebartop, #sidebarbottom
{
	margin-bottom: 10px;
	border: 1px solid #0F2543;
	padding: 20px 20px 20px 30px;
	line-height: 1.5em;
	font-weight: bold;
}

#sidebartop
{
	padding-top: 72px;
	background: #FFF url(images/samples_bg.gif) no-repeat left top;
}

#sidebarbottom
{
	padding-top: 72px;
	background: #FFF url(images/walkthrough_bg.gif) no-repeat left top;
}

.leftcolumn a
{
	margin: 0;
	padding: 2px 5px;
	color: #5377A9;
	text-decoration: none;
}

.leftcolumn a:hover
{
	background-color: #0F2543;
	color: #FFF;
}

#rightcolumntop
{
	height: 19px;
	background: url(images/rightcoltop.gif) no-repeat right top;
}


#rightcolumn
{
	color: #666666;
}

#pagecontent
{
	padding: 30px 20px 40px 20px;
	border-left: 1px solid #0F2543;
	border-right: 1px solid #0F2543;
	border-bottom: 1px solid #0F2543;
	background-color: #EFEFEF;
	line-height: 1.5em;
}

#footer
{
	padding: 10px 0 5px 10px;
	color: #333;
	font-size: 0.8em;
	letter-spacing: 0.1em;
}


/***********************************/

/*General content pages styling*/
.demoarea
{
	padding: 20px;
	background: #FFF url(images/demotop.png) no-repeat left top;
}

.demoheading
{
	padding-bottom: 20px;
	color: #5377A9;
	font-family: tahoma, arial, verdana; /*zawgyi-one,*/
	font-weight: bold;
	font-size: 1.5em;
}

.demobottom
{
	height: 8px;
	background: #FFF url(images/demobottom.png) no-repeat left bottom;
}


.heading
{
	
	color: #5377A9;
	font-family: tahoma, arial, verdana; /*zawgyi-one,*/
	font-weight: bold;
	font-size: 1.4em;
}

.subheading
{
	
	color: #0F2543;
	font-weight: bold;
	font-family: tahoma, arial, verdana; /*zawgyi-one,*/
	font-size: 1.2em;
}

p
{
}

em
{
	font-style: italic;
}

i
{
	font-style: italic;
}

strong
{
	font-weight: bold;
}

#rightcolumn a
{
	color: #5377A9;
	padding: 0px;
}
#rightcolumn a:link
{
}
#rightcolumn a:visited
{
}
#rightcolumn a:hover
{
	background-color: #BFBFBF;
	color: #FFF;
}

pre, code
{
	display: block;
	margin: 15px 15px 15px 0;
	padding: 10px;
	border: 1px dashed #CCC;
	background-color: #FFF;
	color: #000;
	font-family: 'Courier New' , Monospace; /*zawgyi-one,*/
	font-size: 0.9em;
	font-style: normal;
}

#rightcolumn ul
{
	margin: 0 25px 0 30px;
}

.releaseList
{
	list-style-type: disc;
}

/******************************/
/**Styling information specific to individual content pages**/

/*Cascading DropDown*/

/*CollapsiblePanel*/
.collapsePanel
{
	background-color: white;
	overflow: hidden;
}

.collapsePanelHeader
{
	width: 100%;
	height: 30px;
	background-image: url(images/bg-menu-main.png);
	background-repeat: repeat-x;
	color: #FFF;
	font-weight: bold;
}

#rightcolumn .collapsePanelHeader a
{
	color: #FFF;
}
#rightcolumn .collapsePanelHeader a:hover
{
	text-decoration: none;
	background: none;
}

/*Confirm Button*/

/* DropShadow */

#rightcolumn .dropShadowPanel span
{
	color: white;
	text-decoration: underline;
}
#rightcolumn .dropShadowPanel span:hover
{
	text-decoration: none;
}


.dropShadowPanel
{
	width: 300px;
	background-color: #5377A9;
	color: white;
	font-weight: bold;
}

/*Drag Panel*/
.dragMe
{
	width: 100%;
	height: 21px;
	background-color: #FFF;
	background-image: url(images/header-opened.png);
	text-align:  left;
	cursor: move;
	font-weight: bold;
}

.overflowHidden
{
	overflow: hidden;
}

.overflowScroll
{
	overflow: hidden;
}

/*Hover Menu*/
.popupMenu
{
	position: absolute;
	visibility: hidden;
	background-image: url(images/header.png);
	opacity: .9;
	filter: alpha(opacity=90);
}

.popupHover
{
	background-image: url(images/header-opened.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #F5F7F8;
}

/*Modal Popup*/
.modalBackground
{    
	background-color: Gray;
	filter: alpha(opacity=0);
	opacity: 0;
}

.modalPopup
{
    z-index:10001 !important;
	background-color: #ffffdd;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
}

.sampleStyleA
{
	background-color: #FFF;
}

.sampleStyleB
{
	background-color: #FFF;
	font-family: monospace; /*zawgyi-one,*/
	font-size: 10pt;
	font-weight: bold;
}

.sampleStyleC
{
	background-color: #ddffdd;
	font-family: sans-serif; /*zawgyi-one,*/
	font-size: 10pt;
	font-style: italic;
}

.sampleStyleD
{
	background-color: Blue;
	color: White;
	font-family: Arial; /*zawgyi-one,*/
	font-size: 10pt;
}

/*Popup Control*/
.popupControl
{
	background-color: White;
	position: absolute;
	visibility: hidden;
}

/*Reorder List*/
.dragHandle
{
	position: relative;
	width: 10px;
	height: 15px;
	background-color: Blue;
	background-image: url(images/bg-menu-main.png);
	cursor: move;
	border: outset thin white;
}

.reorderListDemo li
{
	list-style: none;
	margin: 2px;
	background-image: url(images/bg_nav.gif);
	background-repeat: repeat-x;
	color: #FFF;
}

.reorderListDemo li a
{
	color: #FFF !important;
	font-weight: bold;
}



.reorderCue
{
	border: dashed thin black;
	width: 100%;
	height: 25px;
}

.itemArea
{
	margin-left: 15px;
	font-family: zawgyi-one, tahoma, arial, verdana; 
	font-size: 1em;
	text-align: left;
}

/* Rounded Corners*/

.roundedPanel
{
	width: 300px;
	background-color: #5377A9;
	color: white;
	font-weight: bold;
}


/*Textbox Watermark*/

.unwatermarked
{
	height: 18px;
	width: 148px;
	font-weight: bold;
}

.watermarked
{
	height: 20px;
	width: 150px;
	padding: 2px 0 0 2px;
	border: 1px solid #BEBEBE;
	background-color: #F0F8FF;
	color: gray;
}

/*Toggle Button*/

/*Setup*/
.walkthrough li
{
	padding-bottom: 5px;
}

/*Using a sample extender*/

/*Creating a new extender*/
.walkthroughNote
{
	padding-left: 25px;
	font-style: italic;
}

/*Other neat stuff*/


/*ValidatorCalloutExtender*/
.highlight 
{
    background-color: lemonchiffon; 
}


/************ MaskedEdit Related Styles ***********************/
.MaskedEditFocus
{
    background-color: #ffffcc;
    color: #000000;
}
.MaskedEditMessage
{
	color: #ff0000;
	font-weight: bold;
}
.MaskedEditError
{
    background-color: #ffcccc;
}
.MaskedEditFocusNegative
{
    background-color: #ffffcc;
    color: #000000;
}
.MaskedEditBlurNegative
{
    color: #ff0000;
}

.MyCalendar .ajax__calendar_container {
    border:1px solid #646464;
    background-color: lemonchiffon;
    color: red;
}
.MyCalendar .ajax__calendar_other .ajax__calendar_day,
.MyCalendar .ajax__calendar_other .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_day,
.MyCalendar .ajax__calendar_hover .ajax__calendar_month,
.MyCalendar .ajax__calendar_hover .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_active .ajax__calendar_day,
.MyCalendar .ajax__calendar_active .ajax__calendar_month,
.MyCalendar .ajax__calendar_active .ajax__calendar_year {
    color: black;
    font-weight:bold;
}

.validatorCalloutHighlight 
{
    background-color: lemonchiffon; 
}

.verticalText0
{
    font-size:9pt;
    color:#000000;
    font-family: zawgyi-one, tahoma, arial, verdana; 
    font-weight:bold;
    writing-mode:tb-rl;
}

.verticalText1
{
    font-size:8pt;
    color:#000000;
    font-family: zawgyi-one, tahoma, arial, verdana; 
    font-weight:bold;
    writing-mode:tb-rl;
}



















