/***************************************************************/
/*   Design:   Default                                         */
/*   File:     WeWiM Themes Configurations                     */
/*-------------------------------------------------------------*/
/*   Author:   Loïs PUIG @ kctus MULTIMEDIA                    */
/*   Date:     January 02, 2010                                */
/*   Homepage: kctus.net                                       */
/*-------------------------------------------------------------*/
/*   License:  Fully open source without restrictions.         */
/*             Please keep footer credits with a link to       */
/*             kctus.net. Thank you!                           */
/***************************************************************/

/* themes/hightech/styles.css */
/* 16/05/2021 à 18:45:20. */

/****************************************************************/
/*   Design:   Default                                          */
/*   File:     WeWiM default skin css                           */
/*--------------------------------------------------------------*/
/*   Author:   Loïs PUIG @ kctus MULTIMEDIA                     */
/*   Date:     December 13, 2009                                */
/*   Homepage: http://kctus.net/wewim                           */
/*--------------------------------------------------------------*/
/*   License:  Fully open source without restrictions.          */
/*             Thanks for keeping footer credits with a link to */
/*             http://kctus.net/wewim                           */
/****************************************************************/

/* Web Windows Manager */
	.WW-Window.hightech {
		border: .15em solid #000;
		background-color: #444;
		position: absolute;
		-moz-border-radius: .3em;
		-webkit-border-radius: .3em;
		-moz-box-shadow: 0 0 1em #000;
		-webkit-box-shadow: .1em .1em .1em #666;
		font-family: Helvetica;
		min-width: 12em;
		min-height: 6em;
		margin: 1em;
		width: 20em;
	}

	.hightech .WW-Close span, .hightech .WW-Loader span, .hightech .WW-resizeXY span, .hightech .WW-Resize-HTMLScroll span, .hightech .WW-resizeY span, .hightech .WW-resizeX span {
		display: none;
	}

	.hightech .WW-Window:hover .hightech .WW-Close, .hightech .WW-Window:hover .hightech .WW-resizeXY {
		display: block;
	}

	.hightech .WW-Loader {
		height: 11px;
		width: 43px;
		background: url('themes/hightech/img/loader2.gif') no-repeat center center;
		position: absolute;
		top: .85em;
		left: .85em;
		opacity: .5;
	}
	
	.hightech .WW-Title {
		text-transform: uppercase;
		text-align: center;
		color: #ccc;
		border-bottom: .15em dotted #000;
		font-size: .9em;
		margin: 0 auto 0 auto;
		font-weight: bolder;
		color: orange;
		letter-spacing: .25em;
		vertical-align: middle;
		padding: .5em 0 .3em 0;
	}
	
	.hightech .WW-Close {
		top: .28em;
		right: .25em;
		position: absolute;
		opacity: .7;
		width: 20px;
		height: 20px;
		overflow: hidden;
		background: url('themes/hightech/img/delete.png') no-repeat left bottom;
		outline: none;
	}

	.hightech:hover .WW-Close {
	}
	
	.hightech .WW-Close:hover {
		background-position: left top;
		cursor: pointer;
		opacity: 1;
	}

	.hightech .WW-BottomBar {
		height: 13px;
		border-top: .3em solid #444;
	}

	.hightech .WW-resizeXY {
		position: absolute;
		width: 1em;
		height: 1em;
		right: 0;
		bottom: 0;
		background: url('themes/hightech/img/resize2.gif') no-repeat right bottom;
		opacity: .4;
		outline: none;
	}
	
	.hightech .WW-resizeXY:hover {
		cursor: se-resize;
		opacity: 1;
	}

	.hightech .WW-resizeY {
		position: absolute;
		width: 100%;
		height: .15em;
		right: 0;
		bottom: -.15em;
		outline: none;
		cursor: n-resize;
	}

	.hightech .WW-resizeX {
		position: absolute;
		width: .15em;
		height: 100%;
		right: -.15em;
		top: 0;
		outline: none;
		cursor: w-resize;
	}


	.hightech .WW-Resize-HTMLScroll {
		width: 15px;
		height: 15px;
		position: absolute;
		right: 0;
		bottom: 0;
		display: block;
		background: url('themes/hightech/img/resize.gif') no-repeat left top;
	}

	.hightech .WW-BottomBar .hightech .WW-Resize-HTMLScroll {
		background-position: left -30px;
	}
	
	.hightech .WW-BottomBar:hover .hightech .WW-Resize-HTMLScroll:hover {
	}

	.hightech .WW-Resize-HTMLScroll:hover {
		background-position: left bottom;
		cursor: se-resize;
	}

	.hightech .WW-Message {
		text-transform: uppercase;
		text-align: center;
		padding: .5em;
		color: #f18e00;
		font-weight: bold;
	}
	
	.hightech .WW-Content {
		position: relative;
		margin: 0;
		color: white;
		font-size: .86em;
		overflow: hidden;
	}
	
	.hightech .WW-Result {
		overflow: hidden;
		margin: 0;
		padding: .7em;
		
	}

	#WW-Ghost.hightech {
		border: .1em dotted #f18e00;
		min-width: 12em;
		min-height: 6em;
		-moz-border-radius: .3em;
		-webkit-border-radius: .3em;
	}
	
	#WW-Container.hightech {
		/*background-color: darkgray;
		width: 800px;
		height: 600px;
		top: 20px;
		left: 200px;*/
	}
	
	.draggable, .dragging {
		cursor: move;
	}
	
	#WW-Ghost.resizeXY {
		cursor: se-resize;
	}
	
	#WW-Ghost.resizeX {
		cursor: w-resize;
	}
	
	#WW-Ghost.resizeY {
		cursor: n-resize;
	}

	.WW-Window.back {
		opacity: .7 !important;
	}

/* SCROLLBAR */

	.hightech .WW-VScrollBar {
		width: .7em;
		border-left: .2em dotted #303030;
		background-color: inherit;
		padding: 0 .15em;
	}
	
	.hightech .WW-HScrollBar {
		height: 1em;
		border-top: .2em dotted #303030;
	}
	
	.hightech .WW-VHandle {
		min-height: .3em;
		background-color: #444;
		background-color: #f18e00;
		-moz-border-radius: .5em;
		-webkit-border-radius: .5em;
	}
	
	.hightech .WW-VHandle:hover, .hightech .WW-VHandle.active {
		background-color: #f18e00;
	}

/* themes/hightech2/styles.css */
/* 16/05/2021 à 18:45:21. */

/****************************************************************/
/*   Design:   Default                                          */
/*   File:     WeWiM default skin css                           */
/*--------------------------------------------------------------*/
/*   Author:   Loïs PUIG @ kctus MULTIMEDIA                     */
/*   Date:     December 13, 2009                                */
/*   Homepage: http://kctus.net/wewim                           */
/*--------------------------------------------------------------*/
/*   License:  Fully open source without restrictions.          */
/*             Thanks for keeping footer credits with a link to */
/*             http://kctus.net/wewim                           */
/****************************************************************/

/* Web Windows Manager */
	.WW-Window.hightech2 {
		border: .15em solid #000;
		background-color: #444;
		position: absolute;
		-moz-border-radius: .3em;
		-webkit-border-radius: .3em;
		-moz-box-shadow: 0 0 1em #000;
		-webkit-box-shadow: .1em .1em .1em #666;
		font-family: Helvetica;
		min-width: 12em;
		min-height: 6em;
		margin: 1em;
		width: 20em;
	}

	.hightech2 .WW-Close span, .hightech2 .WW-Loader span, .hightech2 .WW-resizeXY span, .hightech2 .WW-Resize-HTMLScroll span, .hightech2 .WW-resizeY span, .hightech2 .WW-resizeX span {
		display: none;
	}

	.hightech2 .WW-Window:hover .hightech2 .WW-Close, .hightech2 .WW-Window:hover .hightech2 .WW-resizeXY {
		display: block;
	}

	.hightech2 .WW-Loader {
		height: 11px;
		width: 43px;
		background: url('themes/hightech2/img/loader2.gif') no-repeat center center;
		position: absolute;
		top: .85em;
		left: .85em;
		opacity: .5;
	}
	
	.hightech2 .WW-Title {
		text-transform: uppercase;
		text-align: center;
		color: #ccc;
		border-bottom: .15em dotted #000;
		font-size: .9em;
		margin: 0 auto 0 auto;
		font-weight: bolder;
		color: orange;
		letter-spacing: .25em;
		vertical-align: middle;
		padding: .5em 0 .3em 0;
	}
	
	.hightech2 .WW-Close {
		top: .28em;
		right: .25em;
		position: absolute;
		opacity: .7;
		width: 20px;
		height: 20px;
		overflow: hidden;
		background: url('themes/hightech2/img/delete.png') no-repeat left bottom;
		outline: none;
	}

	.hightech2:hover .WW-Close {
	}
	
	.hightech2 .WW-Close:hover {
		background-position: left top;
		cursor: pointer;
		opacity: 1;
	}

	.hightech2 .WW-BottomBar {
		height: 13px;
		border-top: .3em solid #444;
	}

	.hightech2 .WW-resizeXY {
		position: absolute;
		width: 1em;
		height: 1em;
		right: 0;
		bottom: 0;
		background: url('themes/hightech2/img/resize2.gif') no-repeat right bottom;
		opacity: .4;
		outline: none;
	}
	
	.hightech2 .WW-resizeXY:hover {
		cursor: se-resize;
		opacity: 1;
	}

	.hightech2 .WW-resizeY {
		position: absolute;
		width: 100%;
		height: .15em;
		right: 0;
		bottom: -.15em;
		outline: none;
		cursor: n-resize;
	}

	.hightech2 .WW-resizeX {
		position: absolute;
		width: .15em;
		height: 100%;
		right: -.15em;
		top: 0;
		outline: none;
		cursor: w-resize;
	}


	.hightech2 .WW-Resize-HTMLScroll {
		width: 15px;
		height: 15px;
		position: absolute;
		right: 0;
		bottom: 0;
		display: block;
		background: url('themes/hightech2/img/resize.gif') no-repeat left top;
	}

	.hightech2 .WW-BottomBar .hightech2 .WW-Resize-HTMLScroll {
		background-position: left -30px;
	}
	
	.hightech2 .WW-BottomBar:hover .hightech2 .WW-Resize-HTMLScroll:hover {
	}

	.hightech2 .WW-Resize-HTMLScroll:hover {
		background-position: left bottom;
		cursor: se-resize;
	}

	.hightech2 .WW-Message {
		text-transform: uppercase;
		text-align: center;
		padding: .5em;
		color: #f18e00;
		font-weight: bold;
	}
	
	.hightech2 .WW-Content {
		position: relative;
		margin: 0;
		color: white;
		font-size: .86em;
		overflow: hidden;
	}
	
	.hightech2 .WW-Result {
		overflow: hidden;
		margin: 0;
		padding: .7em;
		
	}

	#WW-Ghost.hightech2 {
		border: .1em dotted #f18e00;
		min-width: 12em;
		min-height: 6em;
		-moz-border-radius: .3em;
		-webkit-border-radius: .3em;
	}
	
	#WW-Container.hightech2 {
		/*background-color: darkgray;
		width: 800px;
		height: 600px;
		top: 20px;
		left: 200px;*/
	}
	
	.draggable, .dragging {
		cursor: move;
	}
	
	.resizing-both {
		cursor: se-resize;
	}
	
	.resizing-width {
		cursor: w-resize;
	}
	
	.resizing-height {
		cursor: n-resize;
	}

	.WW-Window.back {
		opacity: .7 !important;
	}

/* SCROLLBAR */

	.hightech2 .WW-VScrollBar {
		width: .7em;
		border-left: .2em dotted #303030;
		background-color: inherit;
		padding: 0 .15em;
	}
	
	.hightech2 .WW-HScrollBar {
		height: 1em;
		border-top: .2em dotted #303030;
	}
	
	.hightech2 .WW-VHandle {
		min-height: .3em;
		background-color: #444;
		background-color: #f18e00;
		-moz-border-radius: .5em;
		-webkit-border-radius: .5em;
	}
	
	.hightech2 .WW-VHandle:hover, .hightech2 .WW-VHandle.active {
		background-color: #f18e00;
	}

/* themes/pureCSS/styles.css */
/* 16/05/2021 à 18:45:22. */

/****************************************************************/
/*   Design:   Default                                          */
/*   File:     WeWiM default skin css                           */
/*--------------------------------------------------------------*/
/*   Author:   Loïs PUIG @ kctus MULTIMEDIA                     */
/*   Date:     December 13, 2009                                */
/*   Homepage: http://kctus.net/wewim                           */
/*--------------------------------------------------------------*/
/*   License:  Fully open source without restrictions.          */
/*             Thanks for keeping footer credits with a link to */
/*             http://kctus.net/wewim                           */
/****************************************************************/

/* Web Windows Manager */
	
	.WW-Window.pureCSS {
		border: .3em solid black;
		background-color: inherit;
		position: absolute;
		overflow: hidden;
		width: 20em;
	}

	.pureCSS .WW-resizeXY span, .pureCSS .WW-resizeXY-HTMLScroll span {
		display: none;
	}

	.pureCSS .WW-Window:hover .WW-Close, .pureCSS .WW-Window:hover .WW-resizeXY {
		display: block;
	}

	.pureCSS .WW-Loader {
		position: absolute;
	}
	
	.pureCSS .WW-Title {
		border-bottom: .2em solid black;
		margin: 0 auto 0 auto;
		text-align: center;
		text-transform: uppercase;
		font-size: 1em;
		background: lightgreen;
	}
	
	.pureCSS .WW-Close {
		top: .1em;
		right: .1em;
		position: absolute;
		font-family: Helvetica;
		text-decoration: none;
		font-weight: bold;
		color: #000;
		opacity: .5;
	}

	.pureCSS .WW-Close:hover {
		cursor: pointer;
		opacity: 1;
	}

	.pureCSS .WW-resizeXY {
		width: 15px;
		height: 15px;
		position: absolute;
		right: 0;
		bottom: 0;
		display: block;
		background: white url('resize.gif') no-repeat left top;
	}
	
	.pureCSS .WW-resizeXY:hover {
		background-position: left bottom;
		cursor: se-resize;
	}

	.pureCSS .WW-Message {
	}
	
	.pureCSS .WW-Content {
		position: relative;
		background-color: inherit;
		padding: .4em;
		background-color: white;
	}
	
	.pureCSS .WW-Result {
		overflow: auto;
		min-width: 10em;
		min-height: 2em;
	}

	.WW-Ghost.pureCSS {
		border: .3em dotted red;
	}
	
	.dragging {
		cursor: move;
	}
	
	.resizing {
		cursor: se-resize;
	}

/* themes/snowleo/styles2.css */
/* 16/05/2021 à 18:45:26. */

/****************************************************************/
/*   Design:   Default                                          */
/*   File:     WeWiM snowleo skin css                           */
/*--------------------------------------------------------------*/
/*   Author:   Loïs PUIG @ kctus MULTIMEDIA                     */
/*   Date:     December 13, 2009                                */
/*   Homepage: http://kctus.net/wewim                           */
/*--------------------------------------------------------------*/
/*   License:  Fully open source without restrictions.          */
/*             Thanks for keeping footer credits with a link to */
/*             http://kctus.net/wewim                           */
/****************************************************************/

/* FOCUSED WINDOW */

	.WW-Window.snowleo {
		position: absolute;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-box-shadow: 0 0 15px #888;
		-webkit-box-shadow: 0 0 15px #333;
		font-family: Geneva, Verdana, Helvetica, Arial;
		margin: 15px;
		padding: 0;
		overflow: hidden;
		/*width: 40em;*/
		background-color: #d9d9d9;
		background-color: transparent;
	}

/* UNFOCUSED WINDOW */

	.WW-Window.snowleo.back {
		-moz-box-shadow: 0 0 10px #888;
		-webkit-box-shadow: 0 0 10px #888;
	}

/* HIDE UNEEDED SPANS */

	.snowleo .WW-Close span, .snowleo .WW-Minimize span, .snowleo .WW-Loader span, .snowleo .WW-resizeXY span, .snowleo .WW-Resize-HTMLScroll span, .snowleo .WW-resizeX span, .snowleo .WW-resizeY span {
		display: none;
	}

/* DISPLAY ROLLOVERS */

	.snowleo .WW-Window:hover .snowleo .WW-Close, .snowleo .WW-Window:hover .snowleo .WW-resizeXY {
		display: block;
	}

/* LOADER */

	.snowleo .WW-Loader {
		height: 11px;
		width: 43px;
		background: url('themes/snowleo/img/loader2.gif') no-repeat center center;
		position: absolute;
		top: .85em;
		left: .85em;
		opacity: .5;
	}

/* TITLE BAR */

	.snowleo .WW-Title {
		background: #a8a8a8 url(themes/snowleo/img/bg_title_on.gif) 0 0 repeat-x;
		text-align: center;
		margin: 0;
		padding: 3px;
		-moz-border-radius: 5px 5px 0 0;
		-webkit-border-radius: 5px 5px 0 0;
		color: #000000;
		font-size: 12px;
		font-weight: 500;
		overflow: hidden;
		height: 16px;
	}
	
	.snowleo .WW-Title.retracted {
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	
	.snowleo .WW-TitleSpan {
		margin: 0 47px;
		height: 16px;
		display: inline-block;
		overflow: hidden;
	}
	
	.snowleo.back .WW-Title {
		background: #d9d9d9 url(themes/snowleo/img/title_bg_off.gif) left top repeat-x;
		border-bottom: 1px solid #999999;
		color: #838383;
	}

	.snowleo .WW-Buttons {
		top: 4.3px;
		left: 8px;
		position: absolute;
	}

/* CLOSE BUTTON */

	.snowleo .WW-Close {
		width: 14px;
		height: 15px;
		float: left;
		background: transparent url(themes/snowleo/img/close_off.gif) left top no-repeat;
		outline: none;
	}
	.snowleo .WW-Close:hover {
		background-image: url(themes/snowleo/img/button_close.gif);
		cursor: pointer;
		opacity: 1;
	}
	.snowleo.back .WW-Close {
		background-image: url(themes/snowleo/img/button_off.gif);
	}
	.snowleo.back .WW-Close:hover {
		background-image: url(themes/snowleo/img/button_close_over.gif);
	}
	
	.snowleo .WW-Buttons:hover .WW-Close {
		background-image: url(themes/snowleo/img/button_close_over.gif);
	}


/* MINIMIZE BUTTON */

	.snowleo .WW-Minimize {
		width: 14px;
		height: 15px;
		float: left;
		margin-left: 7px;
		background: transparent url(themes/snowleo/img/minimize_off.gif) left top no-repeat;
		outline: none;
	}
	.snowleo .WW-Minimize:hover {
		background-image: url(themes/snowleo/img/button_minimize.gif);
		cursor: pointer;
		/*opacity: 1;*/
	}
	.snowleo.back .WW-Minimize {
		background-image: url(themes/snowleo/img/button_off.gif);
	}
	.snowleo.back .WW-Minimize:hover {
		background-image: url(themes/snowleo/img/back_minimize_on.gif);
	}

	.snowleo .WW-Buttons:hover .WW-Minimize {
		background-image: url(themes/snowleo/img/button_minimize.gif);
	}


/* */

	.snowleo .WW-resizeXY {
		position: absolute;
		width: 13px;
		height: 14px;
		right: 0;
		bottom: 0;
		background: url(themes/snowleo/img/resizeXY_on.gif) no-repeat left top;
		/*opacity: .6;*/
		outline: none;
	}
	
	.snowleo .WW-resizeXY:hover {
		cursor: se-resize;
		/*opacity: 1;*/
		background-image: url(themes/snowleo/img/resizeXY_over.gif);
	}

	.snowleo .WW-resizeX {
		position: absolute;
		width: 100%;
		height: .15em;
		right: 0;
		bottom: -.15em;
		outline: none;
		cursor: n-resize;
	}

	.snowleo .WW-resizeY {
		position: absolute;
		width: .15em;
		height: 100%;
		right: -.15em;
		top: 0;
		outline: none;
		cursor: w-resize;
	}


	.snowleo .WW-Resize-HTMLScroll {
		width: 15px;
		height: 15px;
		position: absolute;
		right: 0;
		bottom: 0;
		display: block;
		background: url(themes/snowleo/img/resize.gif) no-repeat left top;
	}

	.snowleo .WW-BottomBar .snowleo .WW-Resize-HTMLScroll {
		background-position: left -30px;
	}
	
	.snowleo .WW-BottomBar:hover .snowleo .WW-Resize-HTMLScroll:hover {
	}

	.snowleo .WW-Resize-HTMLScroll:hover {
		background-position: left bottom;
		cursor: se-resize;
	}

	.snowleo .WW-Message {
		text-transform: uppercase;
		text-align: center;
		padding: .5em;
		color: #f18e00;
		font-weight: bold;
	}
	
	.snowleo .WW-Content {
		position: relative;
		margin: 0;
		padding: 0;
	}

	.snowleo.back .WW-Content {
		color: #838383;
	}

	.snowleo .WW-Footer {
		background: #d9d9d9 url(themes/snowleo/img/bg_bottombar_on.gif) left bottom repeat-x;
		-moz-border-radius: 0 0 5px 5px;
		-webkit-border-radius: 0 0 5px 5px;
		/*position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;*/
		height: 16px;
		margin: 0;
		padding: 0;
		/*display: none;*/
	}
	
	.snowleo .WW-Result {
		margin: 0;
		padding: 0;
		background-color: #ffffff;
		font-size: 12px;
		overflow: hidden;
		border-top: 1px solid #515151;
		border-bottom: 1px solid #515151;
	}
	
	.snowleo .WW-Result > div {
		padding: 7px;
	}

	#WW-Ghost.snowleo {
		border: 1px dashed #515151;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		min-width: 200px;
		min-height: 38px;
	}
	
	#WW-Container.snowleo {
		/*background-color: darkgray;
		width: 800px;
		height: 600px;
		top: 20px;
		left: 200px;*/
	}
	
	#WW-Ghost.draggable, .dragging {
		cursor: move;
	}
	
	.snowleo.WW-resizeXY {
		cursor: se-resize;
	}
	
	.snowleo.WW-resizeX {
		cursor: w-resize;
	}
	
	.snowleo.WW-resizeY {
		cursor: n-resize;
	}

	.WW-Window.snowleo.back {
		opacity: 1 !important;
	}

/* SCROLLBAR */

	.snowleo .WW-VScrollBar {
		width: .7em;
		border-left: .2em dotted #303030;
		background-color: inherit;
		padding: 0 .15em;
	}
	
	.snowleo .WW-HScrollBar {
		height: 1em;
		border-top: .2em dotted #303030;
	}
	
	.snowleo .WW-VHandle {
		min-height: .3em;
		background-color: #444;
		background-color: #f18e00;
		-moz-border-radius: .5em;
		-webkit-border-radius: .5em;
	}
	
	.snowleo .WW-VHandle:hover, .snowleo .WW-VHandle.active {
		background-color: #f18e00;
	}

/* MINIMIZE WINDOW */

	.snowleo.minimized {
		width: 144px;
		min-height: 0;
		min-width: 0;
	}

