﻿
/* Gaia Window CEMUP skin
 */
.CEMUP_nw {
  background: transparent url(CEMUP/TL.gif) no-repeat 0 0;
  width:22px;
  height:41px;
}

.CEMUP_n {
  background: transparent url(CEMUP/top-middle.gif) repeat-x 0 0;
  height:41px;
}

.CEMUP_ne {
  background: transparent url(CEMUP/TR.gif) no-repeat 0 0;
  width:24px;	  
  height:41px;
}

.CEMUP_w {
  background: transparent url(CEMUP/frame-left.gif) repeat-y top left;			
  width:22px;
}

.CEMUP_cont {
  background:#A9EA00;
}

.CEMUP_e {
  background: transparent url(CEMUP/frame-right.gif) repeat-y top right;			
  width:24px;	  
}

.CEMUP_sw {
  background: transparent url(CEMUP/BL.gif) no-repeat 0 0;			
  width:22px;
  height:24px;
}

.CEMUP_s {
  background: transparent url(CEMUP/bottom-middle.gif) repeat-x 0 0;			
  height:24px;
}

.CEMUP_se { 
  background: transparent url(CEMUP/BR.gif) no-repeat 0 0;			
  width:24px;
  height:24px;
}

.CEMUP_sizer {
    background: transparent url(CEMUP/BR.gif) no-repeat 0 0;			
    width:24px;
    height:24px;
    cursor:se-resize;
    -moz-user-select:none;
}
.CEMUP_caption {
	height:15px;
	position:absolute;
	top:18px;
	left:25px;
	z-index:1000;
	font-size:12px;
	font-family: Verdana, Arial, sans-serif;
	font-size:11px;
	text-align:left;
	font-weight:bold;
}

.CEMUP_title {
	float:left;
	height:14px;
	font-family: Tahoma, Arial, sans-serif;
	font-size:14px;
	text-align:left;
	margin-top:8px;
	width:100%;
	color:#E47211;
}

.CEMUP_botoes
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	height: 20px;
	width: 80px;	
	background-color: White;
	border-width: 1px;
	border-color:Black;
	border-style:solid;
}

.CEMUP_content {
	overflow:auto;
	color: #000000;
	font-weight:bold;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
	background-color: White;
}

.CEMUP_top_draggable {
  cursor:move;
}

.CEMUP_status_bar {
  font-size:12px;
}

.CEMUP_dialog {
	display: block;
	position: absolute;
}

.CEMUP_table_window  { 
	border-collapse:collapse; 
	border-spacing:0; 
	width:100%;
	margin:0px;
	padding:0px;
}

.CEMUP_table_window td, .CEMUP_table_window th { 
	padding: 0; 
}


/* 
DateTimePicker WITHIN CEMUP skin
 */

div.date_CEMUP {
	z-index:3000;
	width:210px;
}
input.CEMUP
{
    font-family: Tahoma;
	font-size: 11px;
	font-weight:bold;
	color: #B1AE90;
	text-align:left;
	height:13px;
	width: 100px;
	border-style:solid;
	border-color: #B1AE90;
	border-width:1px;
}
input.CEMUPDropper {
    font-family:Tahoma;
    border:solid 1px #B1AE90;
    color:#B1AE90;
    width:25px;
}

div.date_CEMUP table tr td.CEMUP_content table {
	border-collapse:collapse;
	font-size:9px;
	font-family: Tahoma;
	color:#B1AE90;
	cursor:default;
	width:100%;
	background: transparent url(CEMUP/bg.png);
}

div.date_CEMUP table tr td.CEMUP_content table tr.navigate td {
	border-top:1px solid #7b7;
}

div.date_CEMUP table tr td.CEMUP_content table tr td {
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}

div.date_CEMUP table tr td.CEMUP_content table tr.timePartRow td {
	border-top:solid 1px #7b7;
}

div.date_CEMUP table tr td.CEMUP_content table tr td input {
	background-color:#afa;
	text-align:center;
}

.date_CEMUP_navigator {
	cursor:move;
}

div.date_CEMUP table tr td.CEMUP_content table tr td input.selected {
	background-color:#cfc;
}

div.date_CEMUP table tr td.CEMUP_content table tr td.offMonth {
	color:#888;
}

div.date_CEMUP table tr td.CEMUP_content table tr td.hoover {
	background-color:#afa;
}

div.date_CEMUP table tr td.CEMUP_content table tr td.hooverWeekNo {
	background-color:#afa;
	border-right:solid 1px #7b7;
	border-left:solid 1px #7b7;
}

div.date_CEMUP table tr td.CEMUP_content table tr td.weekNo {
	border-right:solid 1px #7b7;
	border-left:solid 1px #7b7;
}

div.date_CEMUP table tr td.CEMUP_content table tr td.weekDayHeader {
	border-bottom:solid 1px #7b7;
	border-top:solid 1px #7b7;
}

div.date_CEMUP table tr td.CEMUP_content table tr td.mouseOverBtn {
	background-color:#afa;
}

div.date_CEMUP table tr td.CEMUP_content table tr td.monthYear {
	white-space:nowrap;
}

div.date_CEMUP table tr td.CEMUP_content table tr td.selectedDate {
	background-color:#9e9;
}

div.date_CEMUP table tr td.CEMUP_content table tr td.hooverWeekDayHeader {
	background-color:#afa;
	border-bottom:solid 1px #7b7;
	border-top:solid 1px #7b7;
}

div.date_CEMUP table tr td.CEMUP_content table tr td input {
	background-color:#cfc;
	width:15px;
	font-size:smaller;
	border:solid 1px #7b7;
}

div.date_CEMUP table tr td.CEMUP_content table tr td.holliday {
	color:Red;
}

div.date_CEMUP table tr td.CEMUP_content table tr td.weekHeader {
	border:solid 1px #7b7;
	width:18px;
}

/* Styles for the autocompleter...!!
 */
input.CEMUP_autocomplete {
	background-color:#aaccff;
}

div.CEMUP_autocomplete {
	position:absolute;
	background-color:Transparent;
	margin:0px;
	z-index:2500;
	text-align:left;
	width:446px;
}

div.CEMUP_autocomplete ul {
	margin:5px;
	padding:0px;
	width:390px;
}

div.CEMUP_autocomplete ul li {
	margin:0;
	padding:0px;
	font-size:10px;
	cursor:pointer;
	list-style-type:none;
}

div.CEMUP_autocomplete ul li.selected { 
    background-color:#ddd;
}


