.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;
}

.dialog_nw {
	width: 9px;
	height: 23px;
	background: transparent url(https://www.aeliaonboard.com/js/prototype/windows/themes/default/top_left.gif) no-repeat 0 0;		
}

.dialog_n {
	background: transparent url(https://www.aeliaonboard.com/js/prototype/windows/themes/default/top_mid.gif) repeat-x 0 0;	
	height: 23px;
}

.dialog_ne {
	width: 9px;
	height: 23px;
	background: transparent url(https://www.aeliaonboard.com/js/prototype/windows/themes/default/top_right.gif) no-repeat 0 0;		
}

.dialog_e {
	width: 2px;
	background: transparent url(https://www.aeliaonboard.com/js/prototype/windows/themes/default/center_right.gif) repeat-y 0 0;	
}

.dialog_w {
	width: 2px;
	background: transparent url(https://www.aeliaonboard.com/js/prototype/windows/themes/default/center_left.gif) repeat-y 0 0;		
}

.dialog_sw {
	width: 9px;
	height: 19px;
	background: transparent url(https://www.aeliaonboard.com/js/prototype/windows/themes/default/bottom_left.gif) no-repeat 0 0;			
}

.dialog_s {
	background: transparent url(https://www.aeliaonboard.com/js/prototype/windows/themes/default/bottom_mid.gif) repeat-x 0 0;		
	height: 19px;
}

.dialog_se {
	width: 9px;
	height: 19px;
	background: transparent url(https://www.aeliaonboard.com/js/prototype/windows/themes/default/bottom_right.gif) no-repeat 0 0;			
}

.dialog_sizer {
	width: 9px;
	height: 19px;
	background: transparent url(https://www.aeliaonboard.com/js/prototype/windows/themes/default/sizer.gif) no-repeat 0 0;	
	cursor:se-resize;	
}

.dialog_close {
	width: 14px;
	height: 14px;
	background: transparent url(https://www.aeliaonboard.com/js/prototype/windows/themes/default/close.gif) no-repeat 0 0;			
	position:absolute;
	top:5px;
	left:8px;
	cursor:pointer;
	z-index:2000;
}

.dialog_minimize {
	width: 14px;
	height: 15px;
	background: transparent url(https://www.aeliaonboard.com/js/prototype/windows/themes/default/minimize.gif) no-repeat 0 0;			
	position:absolute;
	top:5px;
	left:28px;
	cursor:pointer;
	z-index:2000;
}

.dialog_maximize {
	width: 14px;
	height: 15px;
	background: transparent url(https://www.aeliaonboard.com/js/prototype/windows/themes/default/maximize.gif) no-repeat 0 0;			
	position:absolute;
	top:5px;
	left:49px;
	cursor:pointer;
	z-index:2000;
}

.dialog_title {
	float:left;
	height:14px;
	font-family: Tahoma, Arial, sans-serif;
	font-size:12px;
	text-align:center;
	width:100%;
	color:#000;
}

.dialog_content {
	overflow:auto;
	color: #DDD;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	background-color:#123;
}

.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;
}

/* 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;
}

.dialog table.table_window td , .dialog table.table_window th { 
  padding: 0; 
}

.dialog .title_window {
  -moz-user-select:none;
}                                                    


* {
    margin: 0;
    padding: 0;
}
/* The main calendar widget.  DIV containing a table. */
.calendar {
    display: block;
    position: absolute;
    width: 100%;
    max-width: 272px;
    color: #000;
    background: #d4d0c8;
    cursor: default;
}
.calendar table {
    width: 100%;
    font-size: 12px;
    color: #000;
    background: #FFF;
    cursor: default;
    border-left: 1px solid #dbd8d6;
    border-top: 1px solid #dbd8d6;
    border-right: 1px solid #dbd8d6;
    border-bottom: 2px solid #bbb;
}
/* Header part -- contains navigation buttons and day names. */
.calendar .button {
    width: 40px;
    padding: 5px;
    text-align: center;
    color: #FFF !important;
    background: #7d665c !important;
}
.calendar .headrow .button {
    color: #222222 !important;
    background: #dbd8d6 !important;
}
.calendar .headrow .nav {
    border-bottom: 1px solid #dbd8d6;
    background: #FFF !important;
}
.calendar .headrow .nav:first-child {
    border-right: 1px solid #dbd8d6;
}
.calendar .headrow .nav:last-child {
    border-left: 1px solid #dbd8d6;
}
.calendar thead .title {
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    background: #998176;
}
.calendar thead .name {
    padding: 5px;
    text-align: center;
    background: #f1f1f1;
}
.calendar thead .name.wn {
    font-size: 0;
    padding: 5px;
    background: #dbd8d6;
}
.calendar thead .weekend {
    color: #d84d3c;
}
.calendar tbody .daysrow {
    border-right: 1px solid #f1f1f1;
}
.calendar thead .hilite {
    background: #222 !important;
}
.calendar thead .day.hilite {
    background: #dbd8d6 !important;
}
/* The body part -- contains all the days in month. */
.calendar tbody .day {
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    color: #666;
}
.calendar tbody .day.othermonth {
    /*font-size: 80%;*/
    color: #aaa;
}
.calendar tbody .day.othermonth.oweekend {
    color: #faa;
}
.calendar table .wn {
    padding: 5px;
    background: #f1f1f1;
}
.calendar tbody .rowhilite td {
    background: #f1f1f1;
}
.calendar tbody .rowhilite td.wn {
    background: #dbd8d6;
}
.calendar tbody td.hilite {
    background: #ccc0ba;
    color: #FFF;
}
.calendar tbody td.active {}
.calendar tbody td.selected {
    font-weight: bold;
    color: #FFF;
    background: #998176;
}
.calendar tbody td.weekend {
    color: #f00;
}
.calendar tbody td.today {
    border-radius: 3px;
    font-weight: bold;
    color: #5890FF;
    background: #f1f1f1;
}
.calendar tbody .disabled {
    color: #999;
}
.calendar tbody .emptycell {
    visibility: hidden;
}
.calendar tbody .emptyrow {
    display: none;
}
/* The footer part -- status bar and "Close" button */
.calendar tfoot .ttip {
    padding: 5px;
    text-align: center;
    color: #222;
    background: #dbd8d6;
}
.calendar tfoot .hilite {
    padding: 1px;
    border-top: 1px solid #fff;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: 1px solid #fff;
    background: #e4e0d8;
}
.calendar tfoot .active {
    padding: 2px 0 0 2px;
    border-top: 1px solid #000;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #000;
}
/* Combo boxes (menus that display months/years for direct selection) */
.calendar .combo {
    display: none;
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    width: 4em;
    padding: 5px;
    background: #FFF;
    border: 1px solid #dbd8d6;
    cursor: default;
}
.calendar .combo .label,
.calendar .combo .label-IEfix {
    padding: 1px;
    text-align: center;
}
.calendar .combo .label-IEfix {
    width: 4em;
}
.calendar .combo .active {
    padding: 0;
    background: #f1f1f1;
}
.calendar .combo .hilite {
    color: #fea;
    background: #222222;
}
.calendar td.time {
    padding: 1px 0;
    border-top: 1px solid #000;
    text-align: center;
    background-color: #f4f0e8;
}
.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
    padding: 0 3px 0 4px;
    border: 1px solid #889;
    font-weight: bold;
    background-color: #fff;
}
.calendar td.time .ampm {
    text-align: center;
}
.calendar td.time .colon {
    padding: 0 2px 0 3px;
    font-weight: bold;
}
.calendar td.time span.hilite {
    border-color: #000;
    color: #fff;
    background-color: #766;
}
.calendar td.time span.active {
    border-color: #f00;
    color: #0f0;
    background-color: #000;
}

/* Responsive */
@media only screen and (max-width:1260px) {
    .calendar {
        max-width: 226px;
    }
}
@media only screen and (max-width:1199px) {
    .calendar {
        max-width: 226px;
    }
}
@media only screen and (max-width:1023px) {
    .calendar {
        max-width: 282px;
    }
}
