﻿

/* Gaia Window/DateTimePicker max_os_x skin
 */
.mac_os_x_nw {
  background: transparent url(mac_theme/TL.png) no-repeat 0 0;
  width:24px;
  height:30px;
}

.mac_os_x_n {
  background: transparent url(mac_theme/T.png) repeat-x 0 0;
  height:30px;
}

.mac_os_x_ne {
  background: transparent url(mac_theme/TR.png) no-repeat 0 0;
  width:31px;	  
  height:30px;
}

.mac_os_x_w {
  background: transparent url(mac_theme/L.png) repeat-y top left;
  width:16px;
}

.mac_os_x_cont {
  background:White;
}

.mac_os_x_e {
  background: transparent url(mac_theme/R.png) repeat-y top right;
  width:16px;	  
}

.mac_os_x_sw {
  background: transparent url(mac_theme/BL.png) no-repeat 0 0;
  width:31px;
  height:40px;
}

.mac_os_x_s {
  background: transparent url(mac_theme/B.png) repeat-x 0 0;			
  height:40px;
}

.mac_os_x_se { 
  background: transparent url(mac_theme/BR_MainNoSize.png) no-repeat 0 0;			
  width:31px;
  height:40px;
}

.mac_os_x_sizer {
    background: transparent url(mac_theme/BR.png) no-repeat 0 0;			
    width:31px;
    height:40px;
    cursor:se-resize;
    -moz-user-select:none;
}

.mac_os_x_close {
	width: 19px;
	height: 19px;
	background: transparent url(mac_theme/close.gif) no-repeat 0 0;
	position:absolute;
	top:12px;
	left:25px;
	cursor:pointer;
	z-index:1000;
}

.mac_os_x_minimize {
	width: 19px;
	height: 19px;
	background: transparent url(mac_theme/minimize.gif) no-repeat 0 0;
	position:absolute;
	top:12px;
	left:40px;
	cursor:pointer;
	z-index:1000;
}

.mac_os_x_maximize {
	width: 19px;
	height: 19px;
	background: transparent url(mac_theme/maximize.gif) no-repeat 0 0;
	position:absolute;
	top:12px;
	left:55px;
	cursor:pointer;
	z-index:1000;
}

.mac_os_x_caption {
	height:19px;
	position:absolute;
	top:12px;
	left:80px;
	z-index:1000;
	font-size:12px;
	cursor:move;
	overflow:hidden;
}

.mac_os_x_title {
	float:left;
	height:14px;
	font-size:12px;
	text-align:center;
	margin-top:8px;
	width:100%;
	color:#000;
}

.mac_os_x_content {
	overflow:auto;
	color: #222;
	font-family: Tahoma, Arial, Sans Serif;
	font-size: 10px;
	background:#FFF;
}

.mac_os_x_top_draggable {
  cursor:move;
}

.mac_os_x_status_bar {
  font-size:12px;
}

.mac_os_x_dialog {
	display: block;
	position: absolute;
}

.mac_os_x_table_window  { 
	border-collapse:collapse; 
	border-spacing:0; 
	width:100%;
	margin:0px;
	padding:0px;
}

.mac_os_x_table_window td, .mac_os_x_table_window th { 
	padding: 0; 
}


/* DateTimePicker WITHIN mac_os_x skin
 */
div.date_mac_os_x {
	z-index:3000;
	width:210px;
}

input.mac_os_xDropper {
    background-color:#bbf;
    border:solid 1px #88d;
    width:25px;
}

div.date_mac_os_x table tr td.mac_os_x_content table {
	border-collapse:collapse;
	font-size:12px;
	cursor:default;
	width:100%;
	background: transparent url(mac_theme/bg.png);
}

div.date_mac_os_x table tr td.mac_os_x_content table tr.navigate td {
	border-top:1px solid #aaa;
}

div.date_mac_os_x table tr td.mac_os_x_content table tr td {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

div.date_mac_os_x table tr td.mac_os_x_content table tr.timePartRow td {
	border-top:solid 1px #aaa;
}

div.date_mac_os_x table tr td.mac_os_x_content table tr td input {
	background-color:#ccf;
	text-align:center;
}

.date_mac_os_x_navigator {
	cursor:move;
}

div.date_mac_os_x table tr td.mac_os_x_content table tr td input.selected {
	background-color:#eef;
}

div.date_mac_os_x table tr td.mac_os_x_content table tr td.offMonth {
	color:#bbb;
}

div.date_mac_os_x table tr td.mac_os_x_content table tr td.hoover {
	background-color:#aaf;
}

div.date_mac_os_x table tr td.mac_os_x_content table tr td.hooverWeekNo {
	background-color:#ccf;
	border-right:solid 1px #999;
	border-left:solid 1px #999;
}

div.date_mac_os_x table tr td.mac_os_x_content table tr td.weekNo {
	border-right:solid 1px #999;
	border-left:solid 1px #999;
}

div.date_mac_os_x table tr td.mac_os_x_content table tr td.weekDayHeader {
	border-bottom:solid 1px #999;
	border-top:solid 1px #999;
}

div.date_mac_os_x table tr td.mac_os_x_content table tr td.mouseOverBtn {
	background-color:#ccf;
}

div.date_mac_os_x table tr td.mac_os_x_content table tr td.monthYear {
	white-space:nowrap;
}

div.date_mac_os_x table tr td.mac_os_x_content table tr td.selectedDate {
	background-color:#bbf;
}

div.date_mac_os_x table tr td.mac_os_x_content table tr td.hooverWeekDayHeader {
	background-color:#ccf;
	border-bottom:solid 1px #999;
	border-top:solid 1px #999;
}

div.date_mac_os_x table tr td.mac_os_x_content table tr td input {
	background-color:#ccf;
	width:15px;
	font-size:smaller;
	border:solid 1px #aae;
}


div.date_mac_os_x table tr td.mac_os_x_content table tr td.holliday {
	color:Red;
}

div.date_mac_os_x table tr td.mac_os_x_content table tr td.weekHeader {
	border:solid 1px #999;
	width:18px;
}


/* Styles for the autocompleter...!!
 */
input.mac_os_x_autocomplete {
	background-color:#aaccff;
}

div.mac_os_x_autocomplete {
	position:absolute;
	background-color:Transparent;
	margin:0px;
	padding:0px;
	z-index:2500;
	text-align:left;
	width:432px;
}

div.mac_os_x_autocomplete ul {
	margin:0px;
	padding:0px;
	width:400px;
}

div.mac_os_x_autocomplete ul li {
	margin:0;
	padding:0px;
	font-size:10px;
	cursor:pointer;
	list-style-type:none;
}

div.mac_os_x_autocomplete ul li.selected { 
    background-color: #ddf;
}

