body {
	background-color: white;
	font-size:9pt;
	color: black;
  scrollbar-track-color: #EEEEEE; 
  scrollbar-shadow-color: white; 
  scrollbar-highlight-color: #D8D8D8; 
  scrollbar-face-color: #D8D8D8; 
  scrollbar-darkshadow-color: #D8D8D8;
}

.dlgTitle{
  background: #000099; 
  border-top:0; 
  border-bottom:1px solid #FFFF00;
  font-size:9pt; 
  color: white; 
  font-weight:bolder; 
  text-align: right; 
  line-height: 2; 
}

.inframe{
  border-left:1px dashed silver;
}

.F1Input{
  background: #FFFFCC;
}

td{
	color: black;
	font-size:9pt;
}

TH{
  BACKGROUND-IMAGE: url(resource/common/bbs_blue.gif);
  font-size: 9pt; 
}

a {
	color: black;
}

button_2{
    color: #FFFFFF; 
	background-color: #A2904A;
	font-family: ËÎÌå; 
	font-size: 9pt; 
	border-style: groove; 
	border-color: #FFFFFF
}

.rightBar{
  background-color:#638ACE;
}

button{
    color: white; 
	background-color:#1E90FF;
	font-family: ËÎÌå; 
	font-size: 9pt; 
	border-style: groove; 
	border-color: white;
}  

input{
    color: black; 
	background-color: white;
	font-family: ËÎÌå; 
	font-size: 9pt; 
	border-style: inset; 
	border-color: #FFFFFF  
}

.checkbox{
  border:0px;
  margin:0px;
  padding:0px;
  height:10px;
}

.sec1 { 
    background-color: #D4D0C8;
    cursor: hand;
    color: #000000;
    border-left: 1px solid #FFFFFF; 
    border-top: 1px solid #FFFFFF; 
    border-right: 1px solid gray; 
	padding-left:10px;
	padding-right:10px;
	padding-top:2px;
	padding-bottom:2px;
    line-height:1.5;
    }
.sec2 { 
    background-color: #666666;
    cursor: hand;
    color: #FFFFFF;
	border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;    
	padding-left:10px;
	padding-right:10px;
	padding-top:2px;
	padding-bottom:2px;
    }
.main_tab {
    background-color: #D4D0C8;
    color: #000000;
    border-left:1px solid #FFFFFF;
    border-right: 1px solid gray;
    border-bottom: 1px solid gray; 
}

.bar{
background:#336699;
width:100%;
height:30px;
border-top:1px solid #99CCFF;
border-bottom:1px solid #000000;
}

.title{
font-size:15pt;
color:white;
padding-left:10px;
}

.lightScrollBar{
  scrollbar-track-color: #EEEEEE; 
  scrollbar-shadow-color: white; 
  scrollbar-highlight-color: #999999; 
  scrollbar-face-color: #D8D8D8; 
  scrollbar-darkshadow-color: #999999;
}

.unSelected{
  border:1px solid #939393;
  font-size: 9pt;
  color: silver; 
  line-height:1.5; 
  cursor:hand;  
  padding-left:20px; 
  padding-right:20px; 
  background: #666699;
 }
.Selected{
  border:1px solid white;
  font-size: 9pt;
  line-height:1.5; 
  color: white; 
  background: #333366; 
  cursor:hand; 
  padding-left:20px; 
  padding-right:20px;
}

.unSelectedTab{
  border:1px solid #939393;
  font-size: 9pt;
  color: black; 
  line-height:1.5; 
  cursor:hand;  
  padding-left:20px; 
  padding-right:20px; 
  background: #ededed;
 }
.SelectedTab{
  border:1px solid #666600;
  font-size: 9pt;
  line-height:1.5; 
  color: #000000; 
  background: #bbbbbb; 
  cursor:hand; 
  padding-left:20px; 
  padding-right:20px;
}

#right{
float: right; 
margin: 2px 0px 2px 0px; 
padding:0px; 
background: #ccd2de;
text-align:left;
overflow:auto;
}
#left{
float: left; 
margin: 2px 2px 0px 0px; 
padding: 0px; 
background: #F2F3F7; 
text-align:left;
overflow:auto;
}

.xmlTableInput{
  border:0px;
  border-bottom:1px solid blue;
}


/* eMispro1_calendar css  ------------  start */
	.cpYearNavigation,
	.cpMonthNavigation
			{
			text-align:center;
			vertical-align:center;
			text-decoration:none;
			color: #330000;
			}
	.cpDayColumnHeader,
	.cpYearNavigation,
	.cpMonthNavigation{
	    font-family:arial;
			font-size:8pt;
			background-color: #CCCCFF;
			color: #6633FF;
	}
	.cpCurrentMonthDate,
	.cpCurrentMonthDateDisabled,
	.cpOtherMonthDate,
	.cpOtherMonthDateDisabled,	
	.cpCurrentDateDisabled,
	.cpTodayText,
	.cpTodayTextDisabled,
	.cpText
			{
			font-family:arial;
			font-size:8pt;
			background-color: #CCCCFF;
			
			}
	.cpCurrentDate,
	    {
			font-family:arial;
			font-size:8pt;
			}
	TD.cpDayColumnHeader
			{
			text-align:right;
			border:solid thin #66CC66;
			border-width:0 0 1 0;
			}
	.cpCurrentMonthDate,
	.cpOtherMonthDate,
	.cpCurrentDate
			{
			text-align:right;
			text-decoration:none;
			}
	.cpCurrentMonthDateDisabled,
	.cpOtherMonthDateDisabled,
	.cpCurrentDateDisabled
			{
			color:#D0D0D0;
			text-align:right;
			text-decoration:line-through;
			}
	.cpCurrentMonthDate
			{
			color:#6677DD;
			}
	.cpCurrentDate
			{
			color: #FFFFFF;
			}
	.cpOtherMonthDate
			{
			color:#808080;
			}
	TD.cpCurrentDate
			{
			color: #FFFFFF;
			background-color: #0066FF;
			font-weight: bolder;
			border-width:1;
			}
	TD.cpCurrentDateDisabled
			{
			border-width:1;
			border:solid thin #FFAAAA;
			}
	TD.cpTodayText,
	TD.cpTodayTextDisabled
			{
			border:solid thin #66CC66;
			border-width:1 0 0 0;
			}
	A.cpTodayText,
	SPAN.cpTodayTextDisabled
			{
			height:20px;
			}
	A.cpTodayText
			{
			color:#6677DD;
			font-weight:bold;
			}
	SPAN.cpTodayTextDisabled
			{
			color:#D0D0D0;
			}
	.cpBorder
			{
			border:1px solid;
			border-color: #6699FF #6699FF #3366CC #3366CC;
      background-color:  #CCCCFF;

			}

/* eMispro1_calendar css  ------------  end */
