	/*************************************************************
	Style of header, footer, menu, body frame, message
*************************************************************/




/*************************************************************
	Common styles
*************************************************************/

body{
	/* border-top: 3px solid #e80e10; */
	margin:0px;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
.com-header-bgimg{
	background: url(images/heading-top.png) repeat-x;
}

form {
  margin: 0px;
  padding: 0px;
}
/* a,b,input,label,p,div,button,td,th,li,span,select,option, textarea,
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
} */
/* Theme input */
input, select, textarea {
	border: 1px solid #DDDDDD;
	padding: 3px 2px;
}
textarea{
	overflow:auto;
}
/*
h1 {
  font-size: medium;
  font-weight: normal;
  margin: 0px;
}*/

a{
	color:#0033CC;
	text-decoration:none;
}

a:visited{
	color:#0033CC;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

/*************************************************************
Root panel region
*************************************************************/
.com-root-panel {
	width:1000px;
	padding: 0px;
	/*background-color:#FFFFFF;*/
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.com-root-panel-popup {
	width:820px;
	padding: 0px 0px 0px 0px;
	/* background-color:#FFFFFF;   */
	margin:10px auto 0px auto;
}

.body-container{
	margin: 12px 0px 20px 0px;
}

.com-left-container-panel{
	float: left;
	width:250px;
}

.com-right-container-panel{
	float:left;
	width:745px;
	margin-left:5px;
}

/*************************************************************
Header info region
*************************************************************/
.com-header-info-panel {
  height: 56px;
  padding: 6px;
  /*background-color: #16416c;*/
}

.com-header-logo-panel{
	float:left;
	text-align:left;
}

/* .com-header-logo-panel a,
.com-header-logo-panel a:link,
.com-header-logo-panel a:active,
.com-header-logo-panel a:visited {
	color: #e60012;
} */

.com-header-button-panel{
	float:right;
	text-align:right;
	width:80%;
}

/* SuperFish */

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
/*
.sf-menu {
	clear: left;
}
.sf-menu a {
	//border-left: 1px solid #fff;
	border-top: 1px solid #CFDEFF;
	border: none;
	//padding: .75em 1em;
	padding: 0;
	text-decoration: none;
}
.sf-menu a:hover {
	text-decoration: none;
}
.sf-menu a,
.sf-menu a:visited  {  //visited pseudo selector so IE6 applies text colour
	color: #FFFFFF;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#CFDEFF;
	color: #13A;
	outline:		0;
}

.sf-menu li {
	background:		#BDD2FF;
}

.sf-menu li li {
	background:		#AABDE6;
}

.sf-menu li li a,
.sf-menu li li a:link,
.sf-menu li li a:active,
.sf-menu li li a:visited {
	color: #20568D;
}

.sf-menu li li li {
	background:		#9AAEDB;
}

*/


/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

#nav-wrapper {
	/*background: #20568D;*/
	border: 1px solid #d1d1d1;
	/*background: url(images/navi_g03.jpg) repeat-x;*/
	-moz-border-top-left-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-khtml-border-top-left-radius: 5px;
	-khtml-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#nav-wrapper .menu {
	margin-top: 1px;
}

#nav-wrapper .menu li {
	/*background: #20568D;*/
	/*background: url(images/navi_g03.jpg) repeat-x;*/
	border-right: 1px solid #FFFFFF;
	/*color: #202020;*/
	cursor: pointer;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	margin: 0;
	/*padding: 0 5px;*/
	width: 100px;
	text-align: center;
}

#nav-wrapper .menu li ul li {
	border-top: 0;
	border-right: 1px solid #D1D1D1;
	border-bottom: 1px solid #f57222;
	border-left: 3px solid #f57222;
	margin: 0;
	padding: 0;
	height: auto;
	width: 200px;
	text-align: left;
}

#nav-wrapper li li:hover ul,
#nav-wrapper li li.sfHover ul {
	left: 200px;
	top: 0;
}

/*************************************************************
Main menu region
*************************************************************/
/*
#nav-wrapper .menu {
	margin: 0;
	padding: 0
}

#nav-wrapper .menu li {
	float: left;
	list-style: none;
	font: 12px Tahoma, Arial
}

#nav-wrapper .menu li a {
	display: block;
	background: #324143;
	padding: 5px 12px;
	text-decoration: none;
	border-right: 1px solid white;
	width: 70px;
	color: #EAFFED;
	white-space: nowrap
}

#nav-wrapper .menu li a:hover {
	background: #24313C
}

#nav-wrapper .menu li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	border-top: 1px solid white
}

#nav-wrapper .menu li ul li {
	float: none;
	display: inline
}

#nav-wrapper .menu li ul li a {
	width: auto;
	background: #A9C251;
	color: #24313C
}

#nav-wrapper .menu li ul li a:hover {
	background: #8EA344
}
*/
.com-main-menu-panel{
}

.com-main-menu-panel ul.menu {
	margin:0px 0px 0px 0px;
	padding:0px;
	list-style:none;
	border: #DDDDDD 1px solid;
	border-top:0px;
}
.com-main-menu-panel div.menu {
	margin:0px 0px 0px 0px;
	padding:0px;
	list-style:none;
	border: #DDDDDD 1px solid;
	border-top:0px;
}
.com-main-menu-panel ul.menu ul {
	padding:0px;
	margin:0px;
	list-style-type:none;
}

.com-main-menu-panel ul.menu li span {
	background-color: #20568D;
	display: block;
  font-size: 13px;
  font-weight: bold;
  height: 24px;
  line-height: 24px;
  padding: 0 0 0 5px;
}

.com-main-menu-panel ul.menu li ul li span {
	background: none;
	font-weight: normal;
}

.com-main-menu-panel ul.menu li ul li {
	border-top: 1px solid #DDDDDD;
  list-style: none outside none;
  margin: 0;
}



/*
.com-main-menu-title{
	font-size:13px;
	font-weight:bold;
	background-color:#DDDDDD;
	padding-bottom:0px;
}
*/

/*************************************************************
Header function panel
*************************************************************/

.com-header-function-panel {
  height: 20px;
  /*background-color: #20568D;
  border: #20568D 1px solid;
  */
  /*background: url("images/ui-bg_highlight-soft_25_264c73_1x100.png") repeat-x scroll 50% 50% #264C73;
  color: #FFFFFF;
  */
  /*background: url("images/bar.png") repeat-x;*/
  /* background: #F0F0F0; */
  border: 1px solid #DDDDDD;
  border-bottom: 1px dotted #cdcdcd;
  font-weight: bold;
  height: 12px;
  padding: 10px;
  vertical-align: middle;

  text-align: left;
  margin-bottom: 0px;
  color: #202020;
}

/*************************************************************
	Screen header
*************************************************************/
.com-header-screen-name-panel{
	height: 30px;
	background-color: #CCEEFF;
	border: 2px ridge;
	text-align: left;
	margin-bottom: 40px;
	line-height: 30px;
	padding: 4px;
	text-indent:7px;
	display:none;
}

.com-header-screen-name-text {
  font-weight: bold;
}


/*************************************************************
	Toolbar region
*************************************************************/

.com-header-toolbar-panel {
  height: 20px;
 /*  background-color: #FFFFFF; */
  /* border: 1px solid #DDDDDD; */
  border-top: 0;
  text-align: right;
  margin-bottom: 1px;
  padding-right:5px;

  -moz-border-bottom-left-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -khtml-border-bottom-left-radius: 5px;
  -khtml-border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.com-header-toolbar-text {
	font-weight: bold;
	padding-top:3px;
}

.com-header-button-panel a,
.com-header-button-panel a:link
.com-header-button-panel a:active,
.com-header-button-panel a:visited  {
    font-weight: bold;
    text-decoration: none;
}

.com-header-toolbar-text a
.com-header-toolbar-text a:link,
.com-header-toolbar-text a:active,
.com-header-toolbar-text a:visited {
	font-weight: bold;
}

.style-header-table a
.style-header-table a:link,
.style-header-table a:active,
.style-header-table a:visited {
	font-weight: bold;
}

/*************************************************************
Footer region
*************************************************************/
.com-footer-panel {
  	height: 25px;
  	/*background-color:#DDDDDD;*/
	margin:0px;
	padding: 11px 0px 3px 10px;
	border: 1px solid #DDDDDD;
	/* background: url(images/bg_foot.jpg) repeat-x; */
}

.com-footer-logo-text {
  color: white;
  font-size:13px;
  font-weight: bold;
}


select.sel_normal {
	width: 186px;

}

/*start TAB css*/
.tab-box {
  border-bottom: 1px solid #DDD;
  padding-bottom:5px;
}
.tab-box a {
  border:1px solid #DDD;
  color:#666666;
  padding: 5px 15px;
  text-decoration:none;
  background-color: #eee;
}
.tab-box a.activeLink {
  background-color: #fff;
  border-bottom: 0;
  padding: 6px 15px;
}
.tabcontent { border: 1px solid #ddd; border-top: 0;}
.hide { display: none;}
/*end TAB css*/

.multitext
{
	width :100%;

}

.no-border {
	border:none;
}


/*************************************************************
Autocomptete
*************************************************************/
.ui-autocomplete {
    max-height: 100px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
  }
  /* IE 6 doesn't support max-height
   * we use height instead, but this forces the menu to always be this tall
   */
  * html .ui-autocomplete {
    height: 100px;
  }

  /*************************************************************
/*************************************************************
	Style for items in the content region, should use for specific item
*************************************************************/

/*************************************************************
Body panel region
*************************************************************/

.com-body-panel {
	padding-top: 10px;
	overflow: hidden;
}

.com-inner-table{
	width:100%;
	border:none;
}

.com-action-button-panel{
	padding-bottom:10px;
	padding-left:0px;
	padding-right:0px;
	padding-top:10px;
	text-align:right;
}

.com-button-panel{
	padding-bottom:10px;
	padding-left:0px;
	padding-right:0px;
	padding-top:10px;
	text-align:left;
	float:left;
}

.com-action-link-panel{
	padding-bottom:2px;
	padding-left:0px;
	padding-right:0px;
	padding-top:10px;
	text-align:right;
	float:left;
}

.com-action-button-panel input{
	margin: 0px 0px 0px 5px;
}
.com-button-panel input{
	margin: 0px 5px 0px 0px;
}

.com-sub-action-button-panel{
	padding-bottom:10px;
	padding-left:0px;
	padding-right:0px;
	padding-top:10px;
	text-align:left;
}

.com-sub-action-button-panel a{
	margin: 0px 0px 0px 5px;
}


/*************************************************************
	Subtitle region
*************************************************************/
.com-sub-title {
	font-weight: bold;
	font-size: 110%;
	padding: 0 0 7px 0;
}

.com-sub-title:first-letter {
	text-transform:uppercase;
}
/*************************************************************
	Pagging region
*************************************************************/

.com-paging-panel{
	padding-bottom:15px;
	padding-left:0px;
	padding-right:0px;
	padding-top:15px;
}

.com-table-paging {
	padding: 0px 0px 0px 0px;
}
.com-table-paging tr td{
	padding: 0px 0px 0px 0px;
}

/*************************************************************
	Message
*************************************************************/

.com-system-error-panel{
	margin: 50px 50px 50px 50px;
	border: #DDDDDD 1px solid;
	background-color: #fff;
	padding: 20px 20px 12px 20px;
}

.com-system-error-title{
	font-size:20px;
	font-weight:bold;
	border-bottom:#DDDDDD 1px solid;
}

.com-system-error-text{
  	color: red;
	margin: 25px 0px 25px 0px;
  	font-weight: bold;
}

.com-message-panel {
	margin-top:10px;
	margin-bottom:10px;
}

.com-info-message-text{
	color:#0066FF;
	margin-top:5px;
  	font-weight: normal;
  	text-align: center;
  	list-style-position:inside;
}

.com-warn-message-text{
  	color: #FF9900;
	margin-top:5px;
  	font-weight: normal;
  	text-align: center;
  	list-style-position:inside;
}

.com-error-message-text {
  	color: red;
	margin-top:5px;
  	font-weight: bold;
  	text-align: center;
  	list-style-position:inside;
}
.com-welcome-message-text {
    color: #0033CC;
    font-size: 14px;
    font-weight: normal;
    margin-top: 5px;
    text-align: center;
}

/*************************************************************
	Button region
*************************************************************/

.com-button,
.com-button-long,
.com-thin-button,
.com-longest-button,
.com-longest-thin-button,
.com-short-button
/*.com-button-popup,
.com-heighter-button,
.com-middle-long-button,
.com-short-button,
.com-long-button,
.com-very-long-button,
.com-long-thin-button,
.com-custom-button,
.com-custom-long-button*/ {
  /* background: #F6F6F6; */
  /* border: 1px solid #DDDDDD; */
  cursor: pointer;
  color: #264C73;
  font-weight: bold;
}

.com-thin-button,
.com-longest-thin-button {
	height: 23px;
}

.com-button,
.com-button-long,
.com-longest-button,
.com-short-button
/*.com-long-button,
.com-long-thin-button*/ {
	height: 25px;
}

/*.com-heighter-button,
.com-middle-long-button
 {
	height: 25px;
}

.com-custom-button,
.com-custom-long-button {
	height: 20px;
}
*/

.com-short-button {
  width: 60px;
}
/*

.com-middle-long-button {
  width: 82px;
}

.com-custom-button {
  width: 90px;
}

.com-long-thin-button {
  width: 95px;
  font-size: 9px;
}
*/
.com-longest-thin-button,
.com-button
/*.com-thin-button*/{
	width: 200px;
}
.com-button-long
{
	width: 250px;
}
.com-longest-button {
  width: 190px;
}
/*
.com-heighter-button {
  width: 112px;
}

.com-custom-long-button {
  width: 120px;
}

.com-long-button {
  width: 150px;
}

.com-very-long-button {
  width: 200px;
}
*/


/**************************************************************
	Login
***************************************************************/

.com-login-out-most-panel {
	width: 100%;
	height: 100%;
	border-width: 0px;
	text-align: center;
}

.com-login-outer-panel {
	width: 369px;
	height: 216px;
	text-align: center;
	border-collapse: collapse;
	border: 1px solid #6578D7;
}

.com-login-input-panel{
	width: 300px;
	margin:15px auto;
	padding: 20px 0px;
	/*background-color: #F5F4F2;*/
}

.com-login-logo-panel {
	height: 35px;
	text-align: left;
	background-color: #6387DF;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#ffffff', endColorStr='#6387DF', gradientType='1');
	padding: 0px;
}


.com-header-title-panel {
  width:800px;
  height: 30px;
  background-color: #CCEEFF;
  border: 2px ridge;
  text-align: left;
  margin-bottom: 2px;
  padding: 4px;
}

.com-header-title-text-panel {
  text-align: left;
  float: left;
  margin: 6px;
}
.com-header-screen-name-text {
  font-weight: bold;
}

.com-required-field{
	font-weight:bold;
	font-size:10px;
	color:#FF0000;
}
.com-sort-column-up {
	background-image: url(../images/up.gif);
	background-repeat: no-repeat;
	background-position: center bottom ;
	text-align: right center;
}

.com-sort-column-down {
	background-image: url(../images/down.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: right center;
}

/*****************************************
Production plan related
******************************************/
/*
td.passed-plan{
	background-color:#999999;
	color:#CCCCCC;
}
td.fixed-plan{
	background-color:#0066CC;
	color:white;
	font-weight:bold;
}
.input-cell{
	width:40px;
	text-align:left;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	margin-top:5px;
	margin-bottom:5px;
 border:0px none;
	border-bottom:1px dotted black;
}
.plain-text{
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
}
*/

/*****

/*****************************************
begin control item style
******************************************/
/*.text-box-input-normal{
	width:103px;
	text-align:left;
}

.der-detail-free-input{
	width:10px;
	text-align:center;
	vertical-align:middle;
}

.column-item-detail-free-input-sub-structure{
	width:30px;
	text-align:center;
}

.column-item-detail-free-input-roof{
	width:50px;
	text-align:center;
}

.column-item-detail-free-input-free{
	width:30px;
	text-align:center;
}

.item-detail-free-input{
	width:40px;
	margin-top:5px;
	margin-bottom:5px;
	text-align:center;
}

.text-box-free-input{
	width:20px;
	text-align:center;
	margin-top:5px;
	margin-bottom:5px;
}

.width-column-free-input-by-category-roof{
	width:68px;
	text-align:center;
}

.width-column-free-input-by-category-free{
	width:38px;
	text-align:center;
}
.width-column-unitNo{
	width:38px;
}

.separate-house-unit-information{
	width:5px;
}

.header-house-unit-information{

	width:11px;
}

.house-item-detail{
	text-align:center;
	width:50px;
}
*/
/*****************************************
end control item style
******************************************/
/*
table.table-tree{
}
table.table-tree td{
	border:0px none;
}
table.table-tree tr td{
	line-height:8px;
	width:10px;
}
table.table-tree td.cell-level{
	border:1px solid black;
	white-space:nowrap;
	width:70px;
}
table.table-tree td.cell-connector{
	border-bottom:1px solid black;
}
table.table-tree td.cell-connector2{
	border-right:1px solid black;
}
.table-menu-input-item{
	text-align:center;
}
.spacer{
	display:-moz-inline-box;
	display:inline-block;
}

div.tree-block{margin:0px 0px 0px 60px;}
div.tree-item{padding:0px;margin:0px;height:16px;white-space:nowrap; width:58px;}
*/

.com-table {
	width:100%;
	border-collapse: collapse;
	border-spacing: 0px;
	/* border: #DDDDDD 1px solid; */
}

.com-table caption {
	text-align: left;
	font-weight: bold;
}

.com-table th{
	line-height:20px;
	color: #000000;
	padding: 3px 5px;
	/* background-color:#EEEEEE;  */
	/* border: #DDDDDD 1px solid; */
	border-collapse:collapse;
	border-spacing:0px;
	width: 15%;
	/* text-transform:lowercase; */
}

/*.com-visible-table th:first-letter {
	text-transform:uppercase;
}*/

.com-table td{
	line-height:20px;
	padding: 3px 5px;
	border-spacing:0px;
	/* background-color: #FFFFFF;
	border: #DDDDDD 1px solid; */
	border-collapse:collapse;
}

.com-table-action-field{
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}

.com-table-action-field a{
	padding: 0px 3px 0px 3px;
}

.com-table-detail caption {
	text-align: left;
	font-weight: bold;
}

.com-table-detail th {
	line-height:20px;
	color: #000000;
	padding: 7px 2px 7px 2px;
	/* background-color:#EEEEEE; */
	/* border: #DDDDDD 1px solid; */
	border-collapse:collapse;
	border-spacing:0px;

	/* text-transform:lowercase; */
}

/*.com-visible-table-detail th:first-letter {
	text-transform:uppercase;
}*/
/*
.com-table-detail th a,
.com-table-detail th a:link,
.com-table-detail th a:active,
.com-table-detail th a:visited {
	color: black;
	text-decoration: underline;
}
*/
.com-table-detail {
	
	border-collapse: collapse;
	border-spacing: 0px;
	border: #DDDDDD 1px solid;
	width: 100%;
}


/*.com-visible-table-detail th:first-letter {
	text-transform:uppercase;
}*/

.com-table-detail td{
	line-height: 20px;
	padding: 3px 5px;
	border-spacing: 0px;
	/*background-color: #FFFFFF;*/
	/* border: #DDDDDD 1px solid; */
	border-collapse: collapse;
}

/*
.com-invisible-table {
	width:100%;
	border-collapse: collapse;
	border-spacing: 0px;
	border: #DDDDDD 0px solid;
}

.com-invisible-table caption {
}

.com-invisible-table th,
.com-invisible-table td {
	border: none;
}

.autow {
	width: auto;
}

.com-normal-button-disable {
  height: 30px;
  width: 112px;
  background:#EEEEEE;
  border:1px solid #DDDDDD;
  padding-top:6px;
}
*/
/* Utility classes */

.vam {vertical-align: middle;}
.vat {vertical-align: top;}
.vab {vertical-align: bottom;}
.fl { float: left; }
.fr { float: right; }
.cb { clear: both; display:}
.b { font-weight: bold;}
.vs { padding-top: 3px;}

/*
.c {text-align: center; margin-left: auto; margin-right: auto;}
.l {text-align: left;}
.r {text-align: right;}
.vam {vertical-align: middle;}
.vat {vertical-align: top;}
.vab {vertical-align: bottom;}
.w100 { width: 100%;}
.w95 { width: 95%;}
.w90 { width: 90%;}
.w80 { width: 80%;}
.w70 { width: 70%;}
.w60 { width: 60%;}
.w50 { width: 50%;}
.w40 { width: 40%;}
.w30 { width: 30%;}
.w20 { width: 20%;}
.w15 { width: 15%;}
.w10 { width: 10%;}
.fl { float: left; }
.fr { float: right; }
.cb { clear: both; display:}
.b { font-weight: bold;}
.special {padding: 0px;}
.pdbetween {padding-top: 2px;}
.pdprev {margin-left: 2px;}
.funcarea {background-color:#004994; padding: 3px 3px 3px 3px;}
.funcarea a {color: #FFFFFF;}
table.input .special td{padding: 0px;}
#template {display: none}
.noTitle .ui-dialog-titlebar {display:none}

.popup #container {width: 100%}
.popup #container-wraper {padding: 0 0}

#screen {overflow: none; padding: 0}
*/
/*
.com-text-align-center {text-align: center; margin-left: auto; margin-right: auto;}
.com-text-align-left {text-align: left;}
.com-text-align-left {text-align: right;}
.com-float-left  { float: left; }
.com-float-right { float: right; }
.com-clear { clear: both; display:}
*/

/* UI extended */
/*
.ue-icon{
	background-image: url(images/ue-icons_000000.png);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right -13px;

}
.date-picker {
	background: url(images/ue-icons_000000.png);
	background-repeat: no-repeat;
	background-position: right -13px;
	width:100px;
}
.ue-datepicker { background-position: right -13px; }
.ue-timepicker { background-position: right -30px; }
.ue-autocomplete { background-position: right 5px; }
*/
.info-message-text{
	color:black;
	margin-top:5px;
  	font-weight: normal;
  	text-align: left;
	/*margin-left:30px;*/
	font-size:14px;
}

/* Tabs */
.ui-tabs.ui-widget-content {
	border: none;
}

.ui-tabs .ui-widget-header {
	background: none;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #DDDDDD;
	border-left: none;
}

.ui-tabs .ui-tabs-nav li {
	margin: 0 0 0 5px;
}

.ui-tabs li.ui-state-default,
.ui-tabs li.ui-state-default a {
	color: #CCCCCC;

}

.ui-tabs li.ui-state-hover,
.ui-tabs li.ui-state-hover a,
.ui-tabs li.ui-state-active,
.ui-tabs li.ui-state-active a {
	color: inherit;
}

.ui-tabs li.ui-state-hover {
	background: #F6F6F6;
	border: 1px solid #DDDDDD;
}

.ui-tabs li.ui-state-active {
	background: #FFFFFF;
}

.ui-tabs .ui-tabs-panel {
	/*background: #FBFBFB;*/
	/*border-top: 2px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;*/
	border-bottom: 1px solid #DDDDDD;
	padding: 1.5em 0;
}

/*common CSS */
.com-link{}
.com-link-popup{}

/* com- table*/
.com-table-th-text
{
    text-align:right;
}

.com-table-td-text
{
    text-align:left;
}

/* com- table- detail*/

.com-table-detail-th-text
{
    text-align:center;

}

.com-table-detail-action
{
    text-align:center;
    margin-left:auto;
	margin-right:auto;
}
.com-table-detail-action a{
	padding: 0px 3px 0px 3px;
	margin : 0px 3px 0px 3px;
}
/* com-input */
.com-input-text{text-align:left;width:65%;}
.com-input-text-custom{text-align:left;width:55%;}

.com-input-integer{text-align:right;width:65%;}
.com-input-currency{text-align:right;width:65%;}
.com-input-float{text-align:right;width:65%;}
.com-input-integer-fix{text-align:right;width:84px;}
.com-input-currency-fix{text-align:right;width:84px;}
.com-input-float-fix{text-align:right;width:84px;}
.com-input-percentage{text-align:right;width:65%;}
.com-input-datepicker
{
    text-align:left;
    background: url(images/ue-icons_000000.png);
	background-repeat: no-repeat;
	background-position: right -13px;
	width:65%;
}
.com-input-autocomplete
{
    text-align:left;
    width:65%;
    background-image: url(images/auto-complete-arrow-normal.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right 4px;

}
.com-input-datetimepicker{
	text-align:left;
    background: url(images/ue-icons_000000.png);
	background-repeat: no-repeat;
	background-position: right -13px;
	width:65%;
}
.com-input-textarea{text-align:left; height:50px; width:90%;}
.com-input-radio{text-align:left}
.com-input-checkbox{text-align:left;}
.com-input-address{text-align:left;width:65%;}

/* com-input-detail */
.com-input-text-detail{text-align:left;width:95%;}
.com-input-integer-detail{text-align:right;width:95%;}
.com-input-integer-detail-accumulated{text-align:right;width:60%;}
.com-input-integer-detail-appear{text-align:right;width:95%;}
.com-input-integer-detail-percent{text-align:right;width:95%;}
.com-input-currency-detail{text-align:right;width:95%;}
.com-input-float-detail{text-align:right;width:95%;}
.com-input-percentage-detail{text-align:right;width:95%;}
.com-input-datepicker-detail
{
    text-align:left;
    background: url(images/ue-icons_000000.png);
	background-repeat: no-repeat;
	background-position: right -13px;
	width:100px;
}
.com-input-datepicker-detail-new
{
    text-align:left;
    background: url(images/ue-icons_000000.png);
	background-repeat: no-repeat;
	background-position: right -13px;
	width:50%;
}

.com-input-autocomplete-detail
{
    text-align:left;
    width:95%;
    background-image: url(images/auto-complete-arrow-normal.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right 4px;

}

.com_input_autocomplete_detail_disabled
{
    text-align:left;
    width:95%;
    background-image: url(images/auto-complete-arrow-normal.gif);
    background-color: RGB(247,247,247);
    background-repeat: no-repeat;
    background-position: right 4px;
}

.com_input_autocomplete_detail_short_disabled
{
    text-align:left;
    width:65%;
    background-image: url(images/auto-complete-arrow-normal.gif);
    background-color: RGB(247,247,247);
    background-repeat: no-repeat;
    background-position: right 4px;
}

.com-input-autocomplete-detail-with-checkbox
{
    text-align:left;
    width: 67%;
    background-image: url(images/auto-complete-arrow-normal.gif);
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: right 4px;

}

.com-input-detail-mini-detail
{
     text-align:left;
    width: 67%;
 
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: right 4px;

}

.com-input-autocomplete-detail-combo
{
    text-align:left;
    width:86%;
    background-image: url(images/auto-complete-arrow-normal.gif);
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: right 4px;

}

.com-input-autocomplete-detail-with-checkbox-combo
{
    text-align:left;
    width: 54%;
    background-image: url(images/auto-complete-arrow-normal.gif);
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: right 4px;

}




.com-input-datetimepicker-detail{
	text-align:left;
    background: url(images/ue-icons_000000.png);
	background-repeat: no-repeat;
	background-position: right -13px;
	width:95%;
}
.com-input-textarea-detail{text-align:left; height:50px; width:95%;}
.com-input-radio-detail{text-align:left}
.com-input-checkbox-detail{text-align:center;}
.com-input-address-detail{text-align:left;width:95%;}

/* com-output */
.com-output-fixlength{text-align:center;}
.com-output-text{text-align:left;}
.com-output-integer{text-align:right;}
.com-output-float{text-align:right;}
.com-output-percentage{text-align:right;}
.com-output-date{text-align:center;}
.com-output-datetime{text-align:center;}
.com-output-currency{text-align:right;}

/* theme color */

.theme-blue
{
    background-color: #7799DD;
    height: 12px;
    width: 20px;
    border: 1px solid #050505;
    float: left;
    cursor: pointer;
    display: block;
}
.theme-silver
{
    background-color: #EEEEEE;
    height: 12px;
    width: 20px;
    border: 1px solid #050505;
    float: left;
    cursor: pointer;
    display: block;
}
.wd { width: 84px;}


/*----Laung----*/
ul.topnav {
    list-style: none;
    padding: 0 0;
    margin: 0;
}
ul.topnav li {
    float: left;
    margin: 0;
    padding-top: 0px;
    padding-left: 10px;
    position: relative; /*--Declare X and Y axis base for sub navigation--*/
    cursor: pointer;
    z-index: 99;
}

ul.topnav li ul.subnav {
    list-style: none;
    position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
    left: 0; top: 20px;
    margin: 0; padding: 0;
    display: none;
    float: left;
    width: 110px;
    text-align: left;
    padding-bottom: 8px;
    padding-top: 5px;
    height: 60px;
    z-index: 99;
}
html ul.topnav li ul.subnav li a {
	float: left;
	cursor: pointer;
	padding-top: 5px;
	padding-bottom: 5px;
	z-index: 99;
}
.com-unauthorized {
	color: gray;
}
.com-link-popup-podm{}

.inprocessing-button {
    
}

.block-ui-custom {
    border: none;
    padding: 15px;
    background-color: #404040;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    opacity: .5;
    color: #fff;
    border-radius: 20px;
    behavior: url(../media/js/PIE.htc)
}

.scroll {
            width: 800px;
            overflow-x: auto;
            overflow-y: hidden;
            white-space: nowrap;
        }
