/* @override http://www.thereislifeon.com/css/marte_window.css */

.marte_window_nw {
	width: 15px;
	height: 17px;
	background: transparent url(../images/window/top_left.gif) no-repeat 0 0;		
}

.marte_window_n {
	background: transparent url(../images/window/top_center.gif) repeat-x 0 0;	
	height: 17px;
	width: 100%;
}

.marte_window_ne {
	width: 3px;
	height: 17px;
	background: transparent url(../images/window/top_right.gif) no-repeat 0 0;		
}

.marte_window_e {
	width: 3px;
	height: 100%;
	background: transparent url(../images/window/center_right.gif) repeat-y 0 0;	
}

.marte_window_w {
	width: 3px;
	height: 100%;
	background: transparent url(../images/window/center_left.gif) repeat-y 0 0;		
}

.marte_window_sw {
	width: 14px;
	height: 14px;
	background: transparent url(../images/window/bottom_left.gif) no-repeat 0 0;			
}

.marte_window_s {
	background: transparent url(../images/window/bottom_center.gif) repeat-x 0 0;		
	height: 14px;
	width: 100%;
}

.marte_window_se {
	width: 14px;
	height: 14px;
	background: transparent url(../images/window/bottom_right.gif) no-repeat 0 0;			
}

.marte_window_sizer {
	width: 14px;
	height: 14px;
	background: transparent url(../images/window/sizer.gif) no-repeat 0 0;	
	cursor:se-resize;	
}

.marte_window_close {
	width: 15px;
	height: 15px;
	background: transparent url(../images/window/close.gif) no-repeat 0 0;			
	position:absolute;
	top:1px;
	right:5px;
	cursor:pointer;
	z-index:2000;
}

.marte_window_minimize {
	width: 15px;
	height: 15px;
	background: transparent url(../images/window/minimize.gif) no-repeat 0 0;			
	position:absolute;
	top:1px;
	right:22px;
	cursor:pointer;
	z-index:2000;
}

.marte_window_maximize {
	width: 15px;
	height: 15px;
	background: transparent url(../images/window/maximize.gif) no-repeat 0 0;			
	position:absolute;
	top:1px;
	right:39px;
	cursor:pointer;
	z-index:2000;
}

.marte_window_title {
	float:left;
	height: 17px;
	text-align: center;
	width: 85%;
}

.marte_window_content {
	overflow: auto;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	text-align:justify;
	background-color:#FFFFFF;
}

.marte_window_content {
*	scrollbar-3dlight-color:#FFF;
*	scrollbar-arrow-color:#000;
*	scrollbar-base-color:#FFF;
*	scrollbar-darkshadow-color:#000;
*	scrollbar-face-color:#FFF;
*	scrollbar-highlight-color:#FFF;
*	scrollbar-shadow-color:#FFF;
*	scrollbar-track-color:#FFF;
}


.top_draggable, .bottom_draggable {
  cursor:move;
}

/* DO NOT CHANGE THESE VALUES*/
.dialog {
	display: block;
 	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
}

.dialog * {
	margin: 0px;
	padding:0px;
}

.dialog table  { border-collapse: collapse; border-spacing: 0; width: 100% }
.dialog td, th { padding: 0; }

