/* CSS Document */

.window	{font-family:Arial, Helvetica, sans-serif !important;
font-size:9.3pt !important;
letter-spacing:0;
line-height:100%;
font-weight:normal;color:#000 !important;
position:absolute;text-align:left;}
/* Protect link color */
.window a,.window a:hover, .window a:visited {color:#049 !important;}
.window a:hover {color:#06f !important;}
.menu {padding:10px;background:#fff;border:1px solid #ccc;position:absolute;}
.window .w_head
{min-height:28px;line-height:28px;background:#5A6473 url(../images/window_head_bg.png) left top repeat-x;
padding:2px 2px 2px 14px;color:#FFF;font-weight:bold;cursor:move;}
.window .w_head .clickable_ico{margin:3px 3px 0 0;}
.window_fullscreen {position:fixed;left:0px;top:0px;right:0px;bottom:0px;padding:10px;background:#f00;}
.window .w_body	
{background:#fff;border:1px solid #999;border-top:none;z-index:100;}

.window .w_content div {color:#000;}
.window .w_content
{padding:5px 10px 15px 10px;color:#000;}
.window .w_common_buttons
{border-top:1px solid #ccc;clear:both;padding:5px;}
/* TABS */
.window .tab_display {border:1px solid #ccc;padding:4px;}
.window .tabs_b a,.window .tabs_b a:visited,.window .tabs_b a:hover,.window .tabs_b_selected a,.window .tabs_b_selected a:visited 
{text-decoration:none;border-left:1px solid #B8B0A5;float:left;color:#000;background:url(../images/tabs_b.png) top right;padding:2px 8px 2px 8px;}
.window .tabs_b a:hover { background:url(../images/tabs_b_hover.png) top right;color:#fff;}
.window .tabs_b_selected a,.window .tabs_b_selected a:visited,.window .tabs_b_selected a:hover
{color:#fff;background: url(../images/tabs_b_selected.png) top right;}
.window .tabs_b_selected a,.window .tabs_b_selected a:visited {border-left:1px solid #837B70;}
.w_help .w_head {background:#42699F url(../images/window_head_bg_help.png) left top repeat-x;border-bottom:1px solid #1F3047;}
.w_help .w_head .w_title {padding:0 0 0 22px;background:url(../images/ico_help.png) left center no-repeat;min-height:18px;}

/** WINDOW FORMS **/
.window .note {color:#666 !important;}
.window .sub_label{color:#666 !important;}
.window .w_toolbar
,.window form .w_form_content.sub_toolbar:first-child
{margin:-5px -10px 10px -10px;border-width:0px 0px 1px 0px;padding:3px 10px 3px 10px} 
/** CSS 3 **/
div.calendar.popup {z-index:10001;}
.window {	
	z-index:10001;/*CKEDITOR windows are set to 10000*/
	box-shadow: 0 0 35px #333; 
	-webkit-box-shadow: 0 0 35px #333;
	-moz-box-shadow: 0 0 35px #333;
	border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;
	}
.window .w_body{
	
	border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;

	}
.window .w_head {
	border-width:1px 0 0 1px;
	border-color:#f00 #000 #000 #0f0;
	border-radius: 5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	text-shadow:0 1px 2px #000;}
	
