.overlay___invisible__ {background-color: #666; filter:alpha(opacity=0); -moz-opacity: 0; opacity: 0; }
.top_draggable, .bottom_draggable {cursor:move;}
.status_bar {font-size:12px;}
.status_bar input{font-size:12px;}
.wired_frame {display:block;position:absolute;border:1px #000 dashed;}
/* ------------------------------- */
.overlay_wayak {
	background-color:#FFF;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}
.wayak_wired_frame {
	background:#FFF;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;	
}
.wayak_nw {
	background:transparent url(wayak/titlebar-left-focused.png) no-repeat 0 0;
	width:9px;
	height:28px;
}
.wayak_n {
	background:transparent url(wayak/titlebar-mid-focused.png) repeat-x 0 0;
	height:28px;
}
.wayak_ne {
	background:transparent url(wayak/titlebar-right-focused.png) no-repeat 0 0;
	width:15px;
	height:28px;
}
.wayak_w {
	background:transparent url(wayak/frame-left-focused.png) repeat-y top left;
	width:5px;
}
.wayak_e {
	background:transparent url(wayak/frame-right-focused.png) repeat-y top right;
	width:6px;
}
.wayak_sw {
	background:transparent url(wayak/BL_Main.png) no-repeat 0 0;
	width:9px;
	height:15px;
}
.wayak_s {
	background:transparent url(wayak/B_Main.png) repeat-x 0 0;
	height:15px;
}
.wayak_se, .wayak_sizer  {
	background:transparent url(wayak/BR_Main.png) no-repeat 0 0;
	width:15px;
	height:15px;
}
.wayak_sizer {
	cursor:se-resize;	
}
.wayak_close {
	width:42px;
	height:16px;
	background:transparent url(wayak/button-close.png) no-repeat 0 0;
	position:absolute;
	top:3px;
	right:5px;
	cursor:pointer;
	z-index:1000;
}
.wayak_maximize {
	width:25px;
	height:16px;
	background:transparent url(wayak/button-maximize.png) no-repeat 0 0;
	position:absolute;
	top:3px;
	right:48px;
	cursor:pointer;
	z-index:1000;
}
.wayak_minimize {
	width:28px;
	height:16px;
	background:transparent url(wayak/button-minimize.png) no-repeat 0 0;
	position:absolute;
	top:3px;
	right:74px;
	cursor:pointer;
	z-index:1000;
}
.wayak_minimize:hover {background: transparent url(wayak/button-minimize1.png) no-repeat 0 0;}
.wayak_maximize:hover {background: transparent url(wayak/button-maximize1.png) no-repeat 0 0;}
.wayak_close:hover {background: transparent url(wayak/button-close1.png) no-repeat 0 0;}
.wayak_title {
	float:left;
	height:14px;
	font-size:12px;
	font-family:Verdana, Arial, sans-serif;
	margin-top:2px;
	padding-left:20px;
	width:100%;
	color:#F1F1F1;
	background: transparent url(../images/icons/window_icon.gif) no-repeat left;
}
.wayak_content {
	overflow: hidden;
	color:#000;
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;
	background:#FFF;
}

/* For alert/confirm dialog */
.wayak_window {
	border:1px solid #F00;	
	background:#FFF;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}

.wayak_message {
  	font-size:12px;
	text-align:center;
	width:100%;
	padding-bottom:10px;
}

.wayak_buttons {
	text-align:center;
	width:100%;
}

.wayak_buttons input {
	border:1px solid #999;
	border-top-color:#CCC;
	border-left-color:#CCC;
	padding:2px;
	background-color:#FFF;
	color:#333;
	background-image:url(wayak/background_buttons.gif);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-align:center;
}

.wayak_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background:transparent url('wayak/spinner.gif') no-repeat center center
}

/* ------------------------------- */
.overlay_wygrey {
	background-color:#FFF;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}
.wygrey_wired_frame {
	background:#FFF;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;	
}
.wygrey_nw {
	background:transparent url(wayak/titlebar-left-focused_grey.png) no-repeat 0 0;
	width:9px;
	height:28px;
}
.wygrey_n {
	background:transparent url(wayak/titlebar-mid-focused_grey.png) repeat-x 0 0;
	height:28px;
}
.wygrey_ne {
	background:transparent url(wayak/titlebar-right-focused_grey.png) no-repeat 0 0;
	width:15px;	  
	height:28px;
}
.wygrey_w {
	background:transparent url(wayak/frame-left-focused_grey.png) repeat-y top left;
	width:5px;
}
.wygrey_e {
	background:transparent url(wayak/frame-right-focused_grey.png) repeat-y top right;
	width:6px;	  
}
.wygrey_sw {
	background:transparent url(wayak/BL_Main_grey.png) no-repeat 0 0;
	width:9px;
	height:15px;
}
.wygrey_s {
	background:transparent url(wayak/B_Main_grey.png) repeat-x 0 0;
	height:15px;
}
.wygrey_se, .wygrey_sizer  {
	background:transparent url(wayak/BR_Main_grey.png) no-repeat 0 0;
	width:15px;
	height:15px;
}
.wygrey_sizer {
	cursor:se-resize;	
}
.wygrey_close {
	width:42px;
	height:16px;
	background:transparent url(wayak/button-close.png) no-repeat 0 0;
	position:absolute;
	top:3px;
	right:5px;
	cursor:pointer;
	z-index:1000;
}
.wygrey_maximize {
	width:25px;
	height:16px;
	background:transparent url(wayak/button-maximize.png) no-repeat 0 0;
	position:absolute;
	top:3px;
	right:48px;
	cursor:pointer;
	z-index:1000;
}
.wygrey_minimize {
	width:28px;
	height:16px;
	background:transparent url(wayak/button-minimize.png) no-repeat 0 0;
	position:absolute;
	top:3px;
	right:74px;
	cursor:pointer;
	z-index:1000;
}
.wygrey_minimize:hover {background: transparent url(wayak/button-minimize1.png) no-repeat 0 0;}
.wygrey_maximize:hover {background: transparent url(wayak/button-maximize1.png) no-repeat 0 0;}
.wygrey_close:hover {background: transparent url(wayak/button-close1.png) no-repeat 0 0;}
.wygrey_title {
	float:left;
	height:14px;
	font-size:12px;
	font-family:Verdana, Arial, sans-serif;
	margin-top:2px;
	padding-left:20px;
	width:100%;
	color:#F1F1F1;
	background: transparent url(../images/icons/window_icon.gif) no-repeat left;
}

.wygrey_content {
	overflow: hidden;
	color:#000;
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;
	background:#FFF;
}

/* For alert/confirm dialog */
.wygrey_window {
	border:1px solid #F00;	
	background:#FFF;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}
.wygrey_message {
  	font-size:12px;
	text-align:center;
	width:100%;
	padding-bottom:10px;
}
.wygrey_buttons {
	text-align:center;
	width:100%;
}
.wygrey_buttons input {
	border:1px solid #999;
	border-top-color:#CCC;
	border-left-color:#CCC;
	padding:2px;
	background-color:#FFF;
	color:#333;
	background-image:url(wayak/background_buttons.gif);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-align:center;
}
.wygrey_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background:transparent url('wayak/spinner.gif') no-repeat center center
}
/* ------------------------------- */
.overlay_wyblue {
	background-color:#FFF;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}
.wyblue_wired_frame {
	background:#FFF;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;	
}
.wyblue_nw {
	background:transparent url(wayak/titlebar-left-focused_blue.png) no-repeat 0 0;
	width:9px;
	height:28px;
}
.wyblue_n {
	background:transparent url(wayak/titlebar-mid-focused_blue.png) repeat-x 0 0;
	height:28px;
}
.wyblue_ne {
	background:transparent url(wayak/titlebar-right-focused_blue.png) no-repeat 0 0;
	width:15px;	  
	height:28px;
}
.wyblue_w {
	background:transparent url(wayak/frame-left-focused_blue.png) repeat-y top left;
	width:5px;
}
.wyblue_e {
	background:transparent url(wayak/frame-right-focused_blue.png) repeat-y top right;
	width:6px;	  
}
.wyblue_sw {
	background:transparent url(wayak/BL_Main_blue.png) no-repeat 0 0;
	width:9px;
	height:15px;
}
.wyblue_s {
	background:transparent url(wayak/B_Main_blue.png) repeat-x 0 0;
	height:15px;
}
.wyblue_se, .wyblue_sizer  {
	background:transparent url(wayak/BR_Main_blue.png) no-repeat 0 0;
	width:15px;
	height:15px;
}
.wyblue_sizer {
	cursor:se-resize;	
}
.wyblue_close {
	width:42px;
	height:16px;
	background:transparent url(wayak/button-close.png) no-repeat 0 0;
	position:absolute;
	top:3px;
	right:5px;
	cursor:pointer;
	z-index:1000;
}
.wyblue_maximize {
	width:25px;
	height:16px;
	background:transparent url(wayak/button-maximize.png) no-repeat 0 0;
	position:absolute;
	top:3px;
	right:48px;
	cursor:pointer;
	z-index:1000;
}
.wyblue_minimize {
	width:28px;
	height:16px;
	background:transparent url(wayak/button-minimize.png) no-repeat 0 0;
	position:absolute;
	top:3px;
	right:74px;
	cursor:pointer;
	z-index:1000;
}
.wyblue_minimize:hover {background: transparent url(wayak/button-minimize1.png) no-repeat 0 0;}
.wyblue_maximize:hover {background: transparent url(wayak/button-maximize1.png) no-repeat 0 0;}
.wyblue_close:hover {background: transparent url(wayak/button-close1.png) no-repeat 0 0;}
.wyblue_title {
	float:left;
	height:14px;
	font-size:12px;
	font-family:Verdana, Arial, sans-serif;
	margin-top:2px;
	padding-left:20px;
	width:100%;
	color:#F1F1F1;
	background: transparent url(../images/icons/window_icon.gif) no-repeat left;
}
.wyblue_content {
	overflow: hidden;
	color:#000;
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;
	background:#FFF;
}
/* For alert/confirm dialog */
.wyblue_window {
	border:1px solid #F00;	
	background:#FFF;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}
.wyblue_message {
  	font-size:12px;
	text-align:center;
	width:100%;
	padding-bottom:10px;
}
.wyblue_buttons {
	text-align:center;
	width:100%;
}
.wyblue_buttons input {
	border:1px solid #999;
	border-top-color:#CCC;
	border-left-color:#CCC;
	padding:2px;
	background-color:#FFF;
	color:#333;
	background-image:url(wayak/background_buttons.gif);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-align:center;
}
.wyblue_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background:transparent url('wayak/spinner.gif') no-repeat center center
}
/* ------------------------------- */
.overlay_wygreen {
	background-color:#FFF;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}
.wygreen_wired_frame {
	background:#FFF;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;	
}
.wygreen_nw {
	background:transparent url(wayak/titlebar-left-focused_green.png) no-repeat 0 0;
	width:9px;
	height:28px;
}
.wygreen_n {
	background:transparent url(wayak/titlebar-mid-focused_green.png) repeat-x 0 0;
	height:28px;
}
.wygreen_ne {
	background:transparent url(wayak/titlebar-right-focused_green.png) no-repeat 0 0;
	width:15px;	  
	height:28px;
}
.wygreen_w {
	background:transparent url(wayak/frame-left-focused_green.png) repeat-y top left;
	width:5px;
}
.wygreen_e {
	background:transparent url(wayak/frame-right-focused_green.png) repeat-y top right;
	width:6px;	  
}
.wygreen_sw {
	background:transparent url(wayak/BL_Main_green.png) no-repeat 0 0;
	width:9px;
	height:15px;
}
.wygreen_s {
	background:transparent url(wayak/B_Main_green.png) repeat-x 0 0;
	height:15px;
}
.wygreen_se, .wygreen_sizer  {
	background:transparent url(wayak/BR_Main_green.png) no-repeat 0 0;
	width:15px;
	height:15px;
}
.wygreen_sizer {
	cursor:se-resize;	
}
.wygreen_close {
	width:42px;
	height:16px;
	background:transparent url(wayak/button-close.png) no-repeat 0 0;
	position:absolute;
	top:3px;
	right:5px;
	cursor:pointer;
	z-index:1000;
}
.wygreen_maximize {
	width:25px;
	height:16px;
	background:transparent url(wayak/button-maximize.png) no-repeat 0 0;
	position:absolute;
	top:3px;
	right:48px;
	cursor:pointer;
	z-index:1000;
}
.wygreen_minimize {
	width:28px;
	height:16px;
	background:transparent url(wayak/button-minimize.png) no-repeat 0 0;
	position:absolute;
	top:3px;
	right:74px;
	cursor:pointer;
	z-index:1000;
}
.wygreen_minimize:hover {background: transparent url(wayak/button-minimize1.png) no-repeat 0 0;}
.wygreen_maximize:hover {background: transparent url(wayak/button-maximize1.png) no-repeat 0 0;}
.wygreen_close:hover {background: transparent url(wayak/button-close1.png) no-repeat 0 0;}
.wygreen_title {
	float:left;
	height:14px;
	font-size:12px;
	font-family:Verdana, Arial, sans-serif;
	margin-top:2px;
	padding-left:20px;
	width:100%;
	color:#F1F1F1;
	background: transparent url(../images/icons/window_icon.gif) no-repeat left;
}
.wygreen_content {
	overflow: hidden;
	color:#000;
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;
	background:#FFF;
}
/* For alert/confirm dialog */
.wygreen_window {
	border:1px solid #F00;	
	background:#FFF;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}
.wygreen_message {
  	font-size:12px;
	text-align:center;
	width:100%;
	padding-bottom:10px;
}
.wygreen_buttons {
	text-align:center;
	width:100%;
}
.wygreen_buttons input {
	border:1px solid #999;
	border-top-color:#CCC;
	border-left-color:#CCC;
	padding:2px;
	background-color:#FFF;
	color:#333;
	background-image:url(wayak/background_buttons.gif);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-align:center;
}
.wygreen_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background:transparent url('wayak/spinner.gif') no-repeat center center
}
/* ------------------------------- */
.overlay_wypurple {
	background-color:#FFF;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}
.wypurple_wired_frame {
	background:#FFF;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;	
}
.wypurple_nw {
	background:transparent url(wayak/titlebar-left-focused_purple.png) no-repeat 0 0;
	width:9px;
	height:28px;
}
.wypurple_n {
	background:transparent url(wayak/titlebar-mid-focused_purple.png) repeat-x 0 0;
	height:28px;
}
.wypurple_ne {
	background:transparent url(wayak/titlebar-right-focused_purple.png) no-repeat 0 0;
	width:15px;	  
	height:28px;
}
.wypurple_w {
	background:transparent url(wayak/frame-left-focused_purple.png) repeat-y top left;
	width:5px;
}
.wypurple_e {
	background:transparent url(wayak/frame-right-focused_purple.png) repeat-y top right;
	width:6px;	  
}
.wypurple_sw {
	background:transparent url(wayak/BL_Main_purple.png) no-repeat 0 0;
	width:9px;
	height:15px;
}
.wypurple_s {
	background:transparent url(wayak/B_Main_purple.png) repeat-x 0 0;
	height:15px;
}
.wypurple_se, .wypurple_sizer  {
	background:transparent url(wayak/BR_Main_purple.png) no-repeat 0 0;
	width:15px;
	height:15px;
}
.wypurple_sizer {
	cursor:se-resize;	
}
.wypurple_close {
	width:42px;
	height:16px;
	background:transparent url(wayak/button-close.png) no-repeat 0 0;
	position:absolute;
	top:3px;
	right:5px;
	cursor:pointer;
	z-index:1000;
}
.wypurple_maximize {
	width:25px;
	height:16px;
	background:transparent url(wayak/button-maximize.png) no-repeat 0 0;
	position:absolute;
	top:3px;
	right:48px;
	cursor:pointer;
	z-index:1000;
}
.wypurple_minimize {
	width:28px;
	height:16px;
	background:transparent url(wayak/button-minimize.png) no-repeat 0 0;
	position:absolute;
	top:3px;
	right:74px;
	cursor:pointer;
	z-index:1000;
}
.wypurple_minimize:hover {background: transparent url(wayak/button-minimize1.png) no-repeat 0 0;}
.wypurple_maximize:hover {background: transparent url(wayak/button-maximize1.png) no-repeat 0 0;}
.wypurple_close:hover {background: transparent url(wayak/button-close1.png) no-repeat 0 0;}
.wypurple_title {
	float:left;
	height:14px;
	font-size:12px;
	font-family:Verdana, Arial, sans-serif;
	margin-top:2px;
	padding-left:20px;
	width:100%;
	color:#F1F1F1;
	background: transparent url(../images/icons/window_icon.gif) no-repeat left;
}
.wypurple_content {
	overflow: hidden;
	color:#000;
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;
	background:#FFF;
}
/* For alert/confirm dialog */
.wypurple_window {
	border:1px solid #F00;	
	background:#FFF;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}
.wypurple_message {
  	font-size:12px;
	text-align:center;
	width:100%;
	padding-bottom:10px;
}
.wypurple_buttons {
	text-align:center;
	width:100%;
}
.wypurple_buttons input {
	border:1px solid #999;
	border-top-color:#CCC;
	border-left-color:#CCC;
	padding:2px;
	background-color:#FFF;
	color:#333;
	background-image:url(wayak/background_buttons.gif);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-align:center;
}
.wypurple_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background:transparent url('wayak/spinner.gif') no-repeat center center
}
/* ------------------------------- */
.overlay_wysilver {
	background-color:#FFF;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}
.wysilver_wired_frame {
	background:#FFF;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;	
}
.wysilver_nw {
	background:transparent url(wayak/titlebar-left-focused_silver.png) no-repeat 0 0;
	width:9px;
	height:28px;
}
.wysilver_n {
	background:transparent url(wayak/titlebar-mid-focused_silver.png) repeat-x 0 0;
	height:28px;
}
.wysilver_ne {
	background:transparent url(wayak/titlebar-right-focused_silver.png) no-repeat 0 0;
	width:15px;	  
	height:28px;
}
.wysilver_w {
	background:transparent url(wayak/frame-left-focused_silver.png) repeat-y top left;
	width:5px;
}
.wysilver_e {
	background:transparent url(wayak/frame-right-focused_silver.png) repeat-y top right;
	width:6px;	  
}
.wysilver_sw {
	background:transparent url(wayak/BL_Main_silver.png) no-repeat 0 0;
	width:9px;
	height:15px;
}
.wysilver_s {
	background:transparent url(wayak/B_Main_silver.png) repeat-x 0 0;
	height:15px;
}
.wysilver_se, .wysilver_sizer  {
	background:transparent url(wayak/BR_Main_silver.png) no-repeat 0 0;
	width:15px;
	height:15px;
}
.wysilver_sizer {
	cursor:se-resize;	
}
.wysilver_close {
	width:42px;
	height:16px;
	background:transparent url(wayak/button-close.png) no-repeat 0 0;
	position:absolute;
	top:3px;
	right:5px;
	cursor:pointer;
	z-index:1000;
}
.wysilver_maximize {
	width:25px;
	height:16px;
	background:transparent url(wayak/button-maximize.png) no-repeat 0 0;
	position:absolute;
	top:3px;
	right:48px;
	cursor:pointer;
	z-index:1000;
}
.wysilver_minimize {
	width:28px;
	height:16px;
	background:transparent url(wayak/button-minimize.png) no-repeat 0 0;
	position:absolute;
	top:3px;
	right:74px;
	cursor:pointer;
	z-index:1000;
}
.wysilver_minimize:hover {background: transparent url(wayak/button-minimize1.png) no-repeat 0 0;}
.wysilver_maximize:hover {background: transparent url(wayak/button-maximize1.png) no-repeat 0 0;}
.wysilver_close:hover {background: transparent url(wayak/button-close1.png) no-repeat 0 0;}
.wysilver_title {
	float:left;
	height:14px;
	font-size:12px;
	font-family:Verdana, Arial, sans-serif;
	margin-top:2px;
	padding-left:20px;
	width:100%;
	color:#F1F1F1;
	background: transparent url(../images/icons/window_icon.gif) no-repeat left;
}
.wysilver_content {
	overflow: hidden;
	color:#000;
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;
	background:#FFF;
}
/* For alert/confirm dialog */
.wysilver_window {
	border:1px solid #F00;	
	background:#FFF;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}
.wysilver_message {
  	font-size:12px;
	text-align:center;
	width:100%;
	padding-bottom:10px;
}
.wysilver_buttons {
	text-align:center;
	width:100%;
}
.wysilver_buttons input {
	border:1px solid #999;
	border-top-color:#CCC;
	border-left-color:#CCC;
	padding:2px;
	background-color:#FFF;
	color:#333;
	background-image:url(wayak/background_buttons.gif);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-align:center;
}
.wysilver_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background:transparent url('wayak/spinner.gif') no-repeat center center
}
