.overlay_dialog {
background-color: #666666;
filter:alpha(opacity=60);
-moz-opacity: 0.6;
opacity: 0.6;
}   
.overlay___invisible__ {
background-color: #666666;
filter:alpha(opacity=0);
-moz-opacity: 0;
opacity: 0;
}
.top_draggable, .bottom_draggable {
cursor:move;
}
.status_bar {
font-size:12px;
}
.status_bar input{
font-size:12px;
} 
.wired_frame {
display: block;
position: absolute;
border: 1px #000 dashed;
border: 0px #fff solid;
}
/* DO NOT CHANGE THESE VALUES*/
.dialog {
display: block;
position: absolute;
}

.dialog table.table_window  { 
border-collapse: collapse; 
border-spacing: 0; 
width: 100%;
margin: 0px;
padding:0px;
border: 0px #fff solid;
}
.dialog table.table_window td , .dialog table.table_window th { 
padding: 0; 
background-color: #fff;
border: 0px #fff solid;
}
.dialog .title_window {
-moz-user-select:none;
}
.overlay_alphacube {
background-color: #85BBEF;
filter:alpha(opacity=60);
-moz-opacity: 0.6;
opacity: 0.6;
}
.alphacube_nw {		
width:10px;
height:25px;
}
.alphacube_n {		
height:25px;
}
.alphacube_ne {	
width:10px;	  
height:25px;
}
.alphacube_w {		
width:7px;
}
.alphacube_e {		
width:7px;	  
}
.alphacube_sw {		
width:7px;
height:7px;
}
.alphacube_s {		
height:7px;
}
.alphacube_se, .alphacube_sizer  {			
width:7px;
height:7px;
}
.alphacube_sizer {
cursor:se-resize;	
}
.alphacube_close {
width: 23px;
height: 23px;		
position:absolute;
top:0px;
right:11px;
cursor:pointer;
z-index:1000;
}
.alphacube_minimize {
width: 23px;
height: 23px;		
position:absolute;
top:0px;
right:55px;
cursor:pointer;
z-index:1000;
}
.alphacube_maximize {
width: 23px;
height: 23px;		
position:absolute;
top:0px;
right:33px;
cursor:pointer;
z-index:1000;
}
.alphacube_title {
float:left;
height:14px;
font-size:14px;
text-align:center;
margin-top:2px;
width:100%;
color:#123456;
border: 0px #fff solid;
}
.alphacube_content {
overflow:auto;
color: #000;
font-family: Tahoma, Arial, sans-serif;
font: 12px arial;
background:#FDFDFD;
border: 0px #fff solid;
}
/* For alert/confirm dialog */
.alphacube_window {
border:1px solid #F00;	
background: #FFF;
padding:20px;
margin-left:auto;
margin-right:auto;
width:400px;
border: 0px #fff solid;
}
.alphacube_message {
font: 12px arial;
text-align:center;
width:100%;
padding-bottom:10px;
border: 0px #fff solid;
}
.alphacube_buttons {
text-align:center;
width:100%;
}
.alphacube_buttons input {
width:20%;
margin:10px;
}
.alphacube_progress {
float:left;
margin:auto;
text-align:center;
width:100%;
height:16px;
}
.alphacube_wired_frame {
background: #FFF;
filter:alpha(opacity=60);
-moz-opacity: 0.6;
opacity: 0.6;	
border: 0px #fff solid;
}
/*CODED SINCE : 080401*/
/*CODED BY : pingloopback */
table.tbl-day{
	font-family:Tahoma;
	font-size:9.6px;
	color:#333333;
	border: 0px #fff solid;
	}

table.tbl-day tr td{
	width:100px;
	font-family:Tahoma;
	font-size:9.6px;
	color:#333333;
	background-color: #fff;
	border: 0px #fff solid;
	}