﻿
/* Gaia Window vista skin
 */
.vista_green_nw {
  background: transparent url(vista_green/TL.png) no-repeat 0 0;
  width:22px;
  height:41px;
}

.vista_green_n {
  background: transparent url(vista_green/top-middle.png) repeat-x 0 0;
  height:41px;
  -moz-user-select:none;
}

.vista_green_ne {
  background: transparent url(vista_green/TR.png) no-repeat 0 0;
  width:24px;
  height:41px;
}

.vista_green_w {
  background: transparent url(vista_green/frame-left.png) repeat-y top left;
  width:22px;
}

.vista_green_cont {
  background:#A9EA00;
}

.vista_green_e {
  background: transparent url(vista_green/frame-right.png) repeat-y top right;
  width:24px;
}

.vista_green_sw {
  background: transparent url(vista_green/BL.png) no-repeat 0 0;
  width:22px;
  height:24px;
}

.vista_green_s {
  background: transparent url(vista_green/bottom-middle.png) repeat-x 0 0;
  height:24px;
}

.vista_green_se {
  background: transparent url(vista_green/BR.png) no-repeat 0 0;
  width:24px;
  height:24px;
}

.vista_green_sizer {
    background: transparent url(vista_green/BR.png) no-repeat 0 0;
    width:24px;
    height:24px;
    cursor:se-resize;
    -moz-user-select:none;
}

.vista_green_close:hover {
	background: transparent url(vista_green/button-close-focus-hover.png) no-repeat 0 0;
}

.vista_green_close {
	width:43px;
	height:37px;
	background: transparent url(vista_green/button-close-focus.png) no-repeat 0 0;
	position:absolute;
	top:0px;
	right:31px;
	cursor:pointer;
	z-index:1000;
}

.vista_green_minimize:hover {
	background: transparent url(vista_green/button-min-focus-hover.png) no-repeat 0 0;
}

.vista_green_minimize {
	width:29px;
	height:37px;
	background: transparent url(vista_green/button-min-focus.png) no-repeat 0 0;
	position:absolute;
	top:0px;
	right:103px;
	cursor:pointer;
	z-index:1000;
}

.vista_green_maximize:hover {
	background: transparent url(vista_green/button-max-focus-hover.png) no-repeat 0 0;
}

.vista_green_maximize {
	width:29px;
	height:37px;
	background: transparent url(vista_green/button-max-focus.png) no-repeat 0 0;
	position:absolute;
	top:0px;
	right:74px;
	cursor:pointer;
	z-index:1000;
}

.vista_green_caption {
	height:19px;
	position:absolute;
	top:18px;
	left:25px;
	z-index:1000;
	font-size:12px;
	cursor:move;
	overflow:hidden;
	-moz-user-select:none;
}

.vista_green_title {
	float:left;
	height:14px;
	font:Verdana, Helvetica, Arial;
	font-size:11px;
	text-align:left;
	margin-top:8px;
	width:100%;
	color:#fff;
	font-weight:bold;
}

.vista_green_content {
	overflow:visible;
/*	color: #222;*/
/*	font-family: Tahoma, Arial, sans-serif;*/
/*	font-size: 10px;*/
	background:#FFF;
	padding:0px 10px 0px 10px;
}

.vista_green_top_draggable {
  cursor:move;
}

.vista_green_status_bar {
  font-size:12px;
}

.vista_green_dialog {
	display: block;
	position: absolute;
}

.vista_green_table_window  {
	border-collapse:collapse;
	border-spacing:0;
	color:#000000;
	width:100%;
	margin:0px;
	padding:0px;
}

.vista_green_table_window td, .vista_green_table_window th {
	padding:0;
}
