@import url(pwc/default.css);

/*
 * Copied from one of PWC's templates.  Modify the styles here to customize.
 */
.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_smashionpwc01 {
	background-color:#FFF;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}

.smashionpwc01_wired_frame {
	background:#FFF;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}

.smashionpwc01_nw {
	background:transparent url(pwc/lighting/top-left-blue.png) no-repeat 0 0;
	width:9px;
	height:28px;
}

.smashionpwc01_n {
	background:transparent url(pwc/lighting/top-middle-blue.png) repeat-x 0 0;
	height:28px;
}

.smashionpwc01_ne {
	background:transparent url(pwc/lighting/top-right-blue.png) no-repeat 0 0;
	width:15px;
	height:28px;
}

.smashionpwc01_w {
	background:transparent url(pwc/lighting/left-blue.png) repeat-y top left;
	width:9px;
}

.smashionpwc01_e {
	background:transparent url(pwc/lighting/right-blue.png) repeat-y top right;
	width:15px;
}

.smashionpwc01_sw {
	background:transparent url(pwc/lighting/bottom-left-blue.png) no-repeat 0 0;
	width:9px;
	height:15px;
}

.smashionpwc01_s {
	background:transparent url(pwc/lighting/bottom-middle-blue.png) repeat-x 0 0;
	height:15px;
}

.smashionpwc01_se, .smashionpwc01_sizer  {
	background:transparent url(pwc/lighting/bottom-right-blue.png) no-repeat 0 0;
	width:15px;
	height:15px;
}

.smashionpwc01_sizer {
	cursor:se-resize;
}

.smashionpwc01_close {
	width:15px;
	height:9px;
	background:transparent url(pwc/lighting/button-close-blue.png) no-repeat 0 0;
	position:absolute;
	top:11px;
	right:10px;
	cursor:pointer;
	z-index:1000;
}

.smashionpwc01_maximize {
	width:15px;
	height:9px;
	background:transparent url(pwc/lighting/button-maximize-blue.png) no-repeat 0 0;
	position:absolute;
	top:11px;
	right:25px;
	cursor:pointer;
	z-index:1000;
}

.smashionpwc01_minimize {
	width:15px;
	height:9px;
	background:transparent url(pwc/lighting/button-minimize-blue.png) no-repeat 0 0;
	position:absolute;
	top:11px;
	right:40px;
	cursor:pointer;
	z-index:1000;
}

.smashionpwc01_title {
	float:left;
	height:14px;
	font-size:14px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	margin-top:2px;
	width:100%;
	color:#17385B;
}

.smashionpwc01_content {
	overflow:auto;
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #FFFFFF;
}

/* For alert/confirm dialog */
.smashionpwc01_window {
	border:1px solid #F00;
	background:#FFF;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}

.smashionpwc01_message {
  	/* font-size:12px; */
	/* text-align:center; */
	width:100%;
	padding-bottom:10px;
}

.smashionpwc01_buttons {
	margin-left:128px;
	text-align:left;
	width:auto;
}



.smashionpwc01_buttons input{
    display:inline-block;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
	border:0px;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family: Arial, Tahoma,  Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}

.smashionpwc01_buttons input{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.smashionpwc01_buttons input[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html input.button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}

.smashionpwc01_buttons input:hover{
	background-color:#E5E5E5;
	border:1px solid #336699;
}















.smashionpwc01_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background:transparent url('pwc/lighting/spinner.gif') no-repeat center center
}

/* FOR IE */
* html .smashionpwc01_nw {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/top-left-blue.png", sizingMethod="crop");
}

* html .smashionpwc01_n {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/top-middle-blue.png", sizingMethod="scale");
}

* html .smashionpwc01_ne {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/top-right-blue.png", sizingMethod="crop");
}

* html .smashionpwc01_w {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/left-blue.png", sizingMethod="scale");
}

* html .smashionpwc01_e {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/right-blue.png", sizingMethod="scale");
}

* html .smashionpwc01_sw {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/bottom-left-blue.png", sizingMethod="crop");
}

* html .smashionpwc01_s {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/bottom-middle-blue.png", sizingMethod="scale");
}

* html .smashionpwc01_se, * html .smashionpwc01_sizer {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/bottom-right-blue.png", sizingMethod="crop");
}

* html .smashionpwc01_close {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/button-close-blue.png", sizingMethod="crop");
}

* html .smashionpwc01_minimize {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/button-minimize-blue.png", sizingMethod="crop");
}

* html .smashionpwc01_maximize {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/button-maximize-blue.png", sizingMethod="crop");
}

* html .smashionpwc01_content {
	background:#B8D7FF;
}



.overlay_greylighting {
	background-color:#FFF;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}

.greylighting_wired_frame {
	background:#FFF;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}

.greylighting_nw {
	background:transparent url(pwc/lighting/top-left-grey.png) no-repeat 0 0;
	width:9px;
	height:28px;
}

.greylighting_n {
	background:transparent url(pwc/lighting/top-middle-grey.png) repeat-x 0 0;
	height:28px;
}

.greylighting_ne {
	background:transparent url(pwc/lighting/top-right-grey.png) no-repeat 0 0;
	width:15px;
	height:28px;
}

.greylighting_w {
	background:transparent url(pwc/lighting/left-grey.png) repeat-y top left;
	width:9px;
}

.greylighting_e {
	background:transparent url(pwc/lighting/right-grey.png) repeat-y top right;
	width:15px;
}

.greylighting_sw {
	background:transparent url(pwc/lighting/bottom-left-grey.png) no-repeat 0 0;
	width:9px;
	height:15px;
}

.greylighting_s {
	background:transparent url(pwc/lighting/bottom-middle-grey.png) repeat-x 0 0;
	height:15px;
}

.greylighting_se, .greylighting_sizer  {
	background:transparent url(pwc/lighting/bottom-right-grey.png) no-repeat 0 0;
	width:15px;
	height:15px;
}

.greylighting_sizer {
	cursor:se-resize;
}

.greylighting_close {
	width:15px;
	height:9px;
	background:transparent url(pwc/lighting/button-close-grey.png) no-repeat 0 0;
	position:absolute;
	top:11px;
	right:10px;
	cursor:pointer;
	z-index:1000;
}

.greylighting_maximize {
	width:15px;
	height:9px;
	background:transparent url(pwc/lighting/button-maximize-grey.png) no-repeat 0 0;
	position:absolute;
	top:11px;
	right:25px;
	cursor:pointer;
	z-index:1000;
}

.greylighting_minimize {
	width:15px;
	height:9px;
	background:transparent url(pwc/lighting/button-minimize-grey.png) no-repeat 0 0;
	position:absolute;
	top:11px;
	right:40px;
	cursor:pointer;
	z-index:1000;
}

.greylighting_title {
	float:left;
	height:14px;
	font-size:14px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	margin-top:2px;
	width:100%;
	color:#525252;
}

.greylighting_content {
	overflow:auto;
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#CDCDCD;
}

/* For alert/confirm dialog */
.greylighting_window {
	border:1px solid #F00;
	background:#FFF;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}

.greylighting_message {
  	font-size:12px;
	text-align:center;
	width:100%;
	padding-bottom:10px;
}

.greylighting_buttons {
	text-align:center;
	width:100%;
}

.greylighting_buttons input {
	border:1px solid #999;
	border-top-color:#CCC;
	border-left-color:#CCC;
	padding:2px;
	background-color:#FFF;
	color:#333;
	background-image:url(pwc/lighting/background_buttons.gif);
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-align:center;
}

.greylighting_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background:transparent url('pwc/lighting/spinner.gif') no-repeat center center
}

/* FOR IE */
* html .greylighting_nw {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/top-left-grey.png", sizingMethod="crop");
}

* html .greylighting_n {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/top-middle-grey.png", sizingMethod="scale");
}

* html .greylighting_ne {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/top-right-grey.png", sizingMethod="crop");
}

* html .greylighting_w {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/left-grey.png", sizingMethod="scale");
}

* html .greylighting_e {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/right-grey.png", sizingMethod="scale");
}

* html .greylighting_sw {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/bottom-left-grey.png", sizingMethod="crop");
}

* html .greylighting_s {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/bottom-middle-grey.png", sizingMethod="scale");
}

* html greylighting_se, * html .greylighting_sizer {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/bottom-right-grey.png", sizingMethod="crop");
}

* html .greylighting_close {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/button-close-grey.png", sizingMethod="crop");
}

* html .greylighting_minimize {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/button-minimize-grey.png", sizingMethod="crop");
}

* html .greylighting_maximize {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/button-maximize-grey.png", sizingMethod="crop");
}

* html .greylighting_content {
	background:#C7C7C7;
}



.overlay_greenlighting {
	background-color:#FFF;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}

.greenlighting_wired_frame {
	background:#FFF;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}

.greenlighting_nw {
	background:transparent url(pwc/lighting/top-left-green.png) no-repeat 0 0;
	width:9px;
	height:28px;
}

.greenlighting_n {
	background:transparent url(pwc/lighting/top-middle-green.png) repeat-x 0 0;
	height:28px;
}

.greenlighting_ne {
	background:transparent url(pwc/lighting/top-right-green.png) no-repeat 0 0;
	width:15px;
	height:28px;
}

.greenlighting_w {
	background:transparent url(pwc/lighting/left-green.png) repeat-y top left;
	width:9px;
}

.greenlighting_e {
	background:transparent url(pwc/lighting/right-green.png) repeat-y top right;
	width:15px;
}

.greenlighting_sw {
	background:transparent url(pwc/lighting/bottom-left-green.png) no-repeat 0 0;
	width:9px;
	height:15px;
}

.greenlighting_s {
	background:transparent url(pwc/lighting/bottom-middle-green.png) repeat-x 0 0;
	height:15px;
}

.greenlighting_se, .greenlighting_sizer  {
	background:transparent url(pwc/lighting/bottom-right-green.png) no-repeat 0 0;
	width:15px;
	height:15px;
}

.greenlighting_sizer {
	cursor:se-resize;
}

.greenlighting_close {
	width:15px;
	height:9px;
	background:transparent url(pwc/lighting/button-close-green.png) no-repeat 0 0;
	position:absolute;
	top:11px;
	right:10px;
	cursor:pointer;
	z-index:1000;
}

.greenlighting_maximize {
	width:15px;
	height:9px;
	background:transparent url(pwc/lighting/button-maximize-green.png) no-repeat 0 0;
	position:absolute;
	top:11px;
	right:25px;
	cursor:pointer;
	z-index:1000;
}

.greenlighting_minimize {
	width:15px;
	height:9px;
	background:transparent url(pwc/lighting/button-minimize-green.png) no-repeat 0 0;
	position:absolute;
	top:11px;
	right:40px;
	cursor:pointer;
	z-index:1000;
}

.greenlighting_title {
	float:left;
	height:14px;
	font-size:14px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	margin-top:2px;
	width:100%;
	color:#2A6002;
}

.greenlighting_content {
	overflow:auto;
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#ACFCAF;
}

/* For alert/confirm dialog */
.greenlighting_window {
	border:1px solid #F00;
	background:#FFF;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}

.greenlighting_message {
  	font-size:12px;
	text-align:center;
	width:100%;
	padding-bottom:10px;
}

.greenlighting_buttons {
	text-align:center;
	width:100%;
}

.greenlighting_buttons input {
	border:1px solid #999;
	border-top-color:#CCC;
	border-left-color:#CCC;
	padding:2px;
	background-color:#FFF;
	color:#333;
	background-image:url(pwc/lighting/background_buttons.gif);
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-align:center;
}

.greenlighting_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background:transparent url('pwc/lighting/spinner.gif') no-repeat center center
}

/* FOR IE */
* html .greenlighting_nw {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/top-left-green.png", sizingMethod="crop");
}

* html .greenlighting_n {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/top-middle-green.png", sizingMethod="scale");
}

* html .greenlighting_ne {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/top-right-green.png", sizingMethod="crop");
}

* html .greenlighting_w {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/left-green.png", sizingMethod="scale");
}

* html .greenlighting_e {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/right-green.png", sizingMethod="scale");
}

* html .greenlighting_sw {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/bottom-left-green.png", sizingMethod="crop");
}

* html .greenlighting_s {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/bottom-middle-green.png", sizingMethod="scale");
}

* html greenlighting_se, * html .greenlighting_sizer {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/bottom-right-green.png", sizingMethod="crop");
}

* html .greenlighting_close {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/button-close-green.png", sizingMethod="crop");
}

* html .greenlighting_minimize {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/button-minimize-green.png", sizingMethod="crop");
}

* html .greenlighting_maximize {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/button-maximize-green.png", sizingMethod="crop");
}

* html .greenlighting_content {
	background:#A4FCA7;
}



.overlay_darksmashionpwc01 {
	background-color:#FFF;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}

.darksmashionpwc01_wired_frame {
	background:#FFF;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}

.darksmashionpwc01_nw {
	background:transparent url(pwc/lighting/top-left-darkblue.png) no-repeat 0 0;
	width:9px;
	height:28px;
}

.darksmashionpwc01_n {
	background:transparent url(pwc/lighting/top-middle-darkblue.png) repeat-x 0 0;
	height:28px;
}

.darksmashionpwc01_ne {
	background:transparent url(pwc/lighting/top-right-darkblue.png) no-repeat 0 0;
	width:15px;
	height:28px;
}

.darksmashionpwc01_w {
	background:transparent url(pwc/lighting/left-darkblue.png) repeat-y top left;
	width:9px;
}

.darksmashionpwc01_e {
	background:transparent url(pwc/lighting/right-darkblue.png) repeat-y top right;
	width:15px;
}

.darksmashionpwc01_sw {
	background:transparent url(pwc/lighting/bottom-left-darkblue.png) no-repeat 0 0;
	width:9px;
	height:15px;
}

.darksmashionpwc01_s {
	background:transparent url(pwc/lighting/bottom-middle-darkblue.png) repeat-x 0 0;
	height:15px;
}

.darksmashionpwc01_se, .darksmashionpwc01_sizer  {
	background:transparent url(pwc/lighting/bottom-right-darkblue.png) no-repeat 0 0;
	width:15px;
	height:15px;
}

.darksmashionpwc01_sizer {
	cursor:se-resize;
}

.darksmashionpwc01_close {
	width:15px;
	height:9px;
	background:transparent url(pwc/lighting/button-close-darkblue.png) no-repeat 0 0;
	position:absolute;
	top:11px;
	right:10px;
	cursor:pointer;
	z-index:1000;
}

.darksmashionpwc01_maximize {
	width:15px;
	height:9px;
	background:transparent url(pwc/lighting/button-maximize-darkblue.png) no-repeat 0 0;
	position:absolute;
	top:11px;
	right:25px;
	cursor:pointer;
	z-index:1000;
}

.darksmashionpwc01_minimize {
	width:15px;
	height:9px;
	background:transparent url(pwc/lighting/button-minimize-darkblue.png) no-repeat 0 0;
	position:absolute;
	top:11px;
	right:40px;
	cursor:pointer;
	z-index:1000;
}

.darksmashionpwc01_title {
	float:left;
	height:14px;
	font-size:14px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	margin-top:2px;
	width:100%;
	color:#E4EFFD;
}

.darksmashionpwc01_content {
	overflow:auto;
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#0413C0;
}

/* For alert/confirm dialog */
.darksmashionpwc01_window {
	border:1px solid #F00;
	background:#FFF;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}

.darksmashionpwc01_message {
  	font-size:12px;
	text-align:center;
	width:100%;
	padding-bottom:10px;
}

.darksmashionpwc01_buttons {
	text-align:center;
	width:100%;
}

.darksmashionpwc01_buttons input {
	border:1px solid #999;
	border-top-color:#CCC;
	border-left-color:#CCC;
	padding:2px;
	background-color:#FFF;
	color:#333;
	background-image:url(pwc/lighting/background_buttons.gif);
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-align:center;
}

.darksmashionpwc01_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background:transparent url('pwc/lighting/spinner.gif') no-repeat center center
}

/* FOR IE */
* html .darksmashionpwc01_nw {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/top-left-darkblue.png", sizingMethod="crop");
}

* html .darksmashionpwc01_n {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/top-middle-darkblue.png", sizingMethod="scale");
}

* html .darksmashionpwc01_ne {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/top-right-darkblue.png", sizingMethod="crop");
}

* html .darksmashionpwc01_w {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/left-darkblue.png", sizingMethod="scale");
}

* html .darksmashionpwc01_e {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/right-darkblue.png", sizingMethod="scale");
}

* html .darksmashionpwc01_sw {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/bottom-left-darkblue.png", sizingMethod="crop");
}

* html .darksmashionpwc01_s {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/bottom-middle-darkblue.png", sizingMethod="scale");
}

* html darksmashionpwc01_se, * html .darksmashionpwc01_sizer {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/bottom-right-darkblue.png", sizingMethod="crop");
}

* html .darksmashionpwc01_close {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/button-close-darkblue.png", sizingMethod="crop");
}

* html .darksmashionpwc01_minimize {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/button-minimize-darkblue.png", sizingMethod="crop");
}

* html .darksmashionpwc01_maximize {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/button-maximize-darkblue.png", sizingMethod="crop");
}

* html .darksmashionpwc01_content {
	background:#020EBA;
}


