html{
    width:100%;    
}
body {
    width:100%; margin: 0px; padding: 0px; background-color: #c1dbed;
}

.oddrow{
    background-color:#e0d0e0;border-bottom:1px solid #cccccc;    /*#e2e2e2;*/
}
.evenrow{
    background-color:#dfefef;border-bottom:1px solid #cccccc;    /*#f7fcff;*/
}
.bold{
    font-weight:bold;
}

.stdTable{
    width: 100%;
    border-spacing: 0px;
    padding: 0px;
    background-color:#c1dbed;
}
input[type="text"]{    
    color:blue;
    background-color:white; /*white*/
    height:32px;    /*32*/
}  
input[type="password"]{
  height:32px;      /*32*/
  background-color:white; /*white*/
}
input[readonly]{  
    color:#666666;
    height:32px;      /*32*/
    background-color:#cccccc; /*cccccc*/
}
input.number{ 
    text-align:right; 
    height:32px;      /*32*/
    background-color:white; /*white*/
}
input.number[readonly]{ 
    color:#666666; 
    height:32px;      /*32*/
    background-color:#cccccc; /*cccccc*/
}
select{
  height:32px;  /*32*/
  background-color:white;
}
select[disabled]{
  height:32px;  /*32*/
  background-color:#cccccc; /*cccccc*/
}
input.button{
    padding:0px;
    font-weight:bold; 
    height:48px;    /*36*/
    width:68px; 
    
-webkit-appearance: none;
-webkit-border-radius: 0px; 
    
    color:#ffffff;
    background-color:#bbbbbb;  /*#bbbbbb*/
        
    text-align:center;
/*  -webkit-border-radius:2px;
    -moz-border-radius:3px; */
}
textarea{
    width:98%;
    height:80px;  /* orginal : 80px*/
    background-color:white; /*white*/
}
textarea[disabled]{
    width:98%;
    height:80px;  /* orginal : 80px*/
    background:#cccccc; /*cccccc*/
}

.transparent70{
   filter:alpha(opacity=70); 
   -moz-opacity: 0.7; 
   opacity: 0.7; 
}

div.floating-menu {
    position:fixed;
    background:#0a3d61;
    border:1px solid #0a3d61;
    color:#ffffff;
    vertical-align: bottom;  
    width:100%;
    z-index:50;    
    text-align: center;
    bottom: 0px;
    right: 0px;
}


div.confirmdialog {
    position:absolute;
    
    left:50%;
    top:50%;    
    width:300px;
    height:200px;
    margin-left:-150px;
    margin-top:-100px;
/*  opacity:0.9;
    filter:alpha(opacity=90);  */
    
    z-index:100;    
    text-align: center;
    vertical-align: middle;
}

.m_head{
    font-family: Helvetica, Arial, sans-serif;;
    text-overflow:ellipsis;
/*    overflow:hidden;
    white-space:nowrap;
    display:block;*/
/*  min-height:1.1em;*/
/*  text-shadow: 0 -1px 1px;*/
    height:40px;
    color:white;
    font-weight:bold;
    background:#207ccc;
    text-align:center;
}

.ellipsis {
	/*border: 1px solid #000000;
        width: 100%;*/
	white-space: nowrap;	
	overflow: hidden;
	text-overflow: ellipsis;
}


table.mo{
  color:#000000;
  background-color:#b6b6b6;
  font-size:100%;
  border-spacing:1px;
}
table.mo th{
  height:22px;
  background-color:#ddd5dd;
  padding:2px;
}
table.mo td{
  height:22px;
  background-color:#f1f1f1;
  padding:2px;
}

table.mo td.noborder{
  height:22px;
  background-color:#f1f1f1;
}

.titleBar{
    height:40px;
    font-size:18px;
    font-weight:bold;
    color:#ffffff;
    border-bottom: 1px solid #ffffff;
    background-color:#a4a7a0; /*000000*/
}

/*
.m_body{
    background:#ff00ff;
}
.m_foot{    
    font-family: Verdana;
    font-size:10px;
    text-align:center;
    color:white;
    background:#666666;
}
input.m_btn_calendar{
    border-style:none;
    width:64px;height:64px;background-color:#e6e6e6;
    background-image:url(../images/mobile/home-icon.png);
    background-position: 0px -64px;background-repeat:no-repeat;
}
input.m_btn_event{
    border-style:none;
    width:64px;height:64px;background-color:#e6e6e6;
    background-image:url(../images/mobile/home-icon.png);
    background-position: -128px -64px;background-repeat:no-repeat;
}input.m_btn_timesheet{
    border-style:none;
    width:64px;height:64px;background-color:#e6e6e6;
    background-image:url(../images/mobile/home-icon.png);
    background-position: 0px -128px;background-repeat:no-repeat;
}

table.calendar {
    width: 100%;
    height: auto;
    border-collapse: collapse;
    table-layout: fixed;
}

table.calendar tr th{
    border: 1px solid grey;
}

table.calendar tr td {
    border: 1px solid grey;
}

#datalabel {
    float: left;
}

#loadingmsg {
   clear: both;
}

#calendarTable {
    clear: both;
}

.week {
   height: 70px 
}

.filledTS {
    float: right; 
    font-size: 12px; 
    background-color: yellow; 
    color: blue;
}

.calToday {
    border-width:3px;	
    border-style:solid;
    border-color: blue;  
}

.selected {
    background-color: #D1F3F8;
}

.personal {
    background-color: orange;
}

.job {
    background-color: blueviolet;
}

.fix {
    background-color: lightgoldenrodyellow;
}

.leave {
    background-color: steelblue;
}

.time {
    background-color: seagreen;
}


div[id^="eventitem_"] {
    font-size: 14px;
}

.event{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: white;
    display: block;
    text-decoration: none;
    font-size: 10px;
}

*/
.cal_table{
    width:100%;
    border-spacing:1px;
    padding:0px;
    background-color:#dedfff;
}
.cal_head_weekday{
    background-color:#8cb6ff;
    color:#5251ce;
    font-weight: bold;
    text-align:center;
    vertical-align:middle;
}
.cal_head_weekend{
    background-color:#ffa2a5;
    color:#de6563;
    font-weight: bold;
    text-align:center;
    vertical-align:middle
}
