

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}


.facebook_login_button {
	background: url('/res/img/layout/header/fb_login.gif');
	width: 96px;
	height: 20px;
	display: inline-block;
	position: absolute;
	left: 0px;
	top: 0px;
	cursor: pointer;
}

.fblogin {
	display: inline-block;
	width: 96px;
	height: 22px;
	text-indent: -9999px;
	background: url(/res/img/layout/header/fblogin.gif) no-repeat;
}
/* New header styles */

#headerarea {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}
#page-header {
	width: 100%;
	height: 45px;
	text-align: center;
	border-bottom: 1px solid #c9c9c9;
	background-color: #fff;
}	
#page-header:before {
	content: "gradient";
	text-indent: -9999px;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 14px;
	width: 100%;
	background-color: transparent;
	background-image: linear-gradient(bottom, rgba(240,240,240,1), rgba(255,255,255,0.2));
	background-image: -o-linear-gradient(bottom, rgba(240,240,240,1), rgba(255,255,255,0.2));
	background-image: -moz-linear-gradient(bottom, rgba(240,240,240,1), rgba(255,255,255,0.2));
	background-image: -ms-linear-gradient(bottom, rgba(240,240,240,1), rgba(255,255,255,0.2));
	background-image: -webkit-linear-gradient(bottom, rgba(240,240,240,0.1), rgba(255,255,255,0.2));
}
#page-header > nav {
	position: relative;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding-left: 225px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#page-header > nav > h1 > a {
	display: block;
	width: 212px;
	height: 35px;
	background: url('/res/img/layout/header/logo_smallheader.png') no-repeat;
	text-indent: -9999px;
	position: absolute;
	top: 8px;
	left: 0px;
}
#page-header ul {
	margin: 0;
}
#main-menu {
	list-style-type: none;
	text-align: left;
	font-size: 0;
	min-width: 600px;
	padding: 5px 0 0 0;
}
#main-menu > li {
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
	font-weight: bold;
	height: 29px;
	background-color: transparent;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	padding: 5px 0 0 0;
}
#main-menu > li.on {
	background-color: #c91907;
}
#main-menu > li > a {
	display: block;
	height: 29px;
	line-height: 29px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	background-image: url(/res/img/layout/header/menu.png);
	background-position: -9999px -9999px;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#main-menu > li > a
#main-menu > li > a:hover {
	color: #cccccc;
}
#main-menu > li.on > a:hover {
	color: #fff;
}
/* Menu backgrounds */
/* GĹĂłwna */
#main-menu > li#m1 > a {background-position: 0 0; width: 81px}
#main-menu > li#m1:hover > a,
#main-menu > li#m1 > a.selected  {
	background-position: 0 -48px;
}
/* Losuj */
#main-menu > li#m2 > a {background-position: -81px 0; width: 70px}
#main-menu > li#m2:hover > a,
#main-menu > li#m2 > a.selected  {
	background-position: -81px -48px;
}
/* Dodaj */
#main-menu > li#m3 > a {background-position: -151px 0; width: 85px}
#main-menu > li#m3:hover > a,
#main-menu > li#m3 > a.selected  {
	background-position: -151px -48px;
}
/* Topka */
#main-menu > li#m4 > a {background-position: -232px 0; width: 80px}
#main-menu > li#m4:hover > a,
#main-menu > li#m4 > a.selected  {
	background-position: -232px -48px;
}
/* Kontakt */
#main-menu > li#m5 > a {background-position: -389px 0; width: 87px}
#main-menu > li#m5:hover > a,
#main-menu > li#m5 > a.selected  {
	background-position: -389px -48px;
}
/* Forum */
#main-menu > li#m6 > a {background-position: -476px 0; width: 69px}
#main-menu > li#m6:hover > a,
#main-menu > li#m6 > a.selected  {
	background-position: -476px -48px;
}
/* Wyszukiwarka */
#main-menu > li#msearch {
	padding: 0;
	height: 36px;
}

/* Login menu / User menu */
#main-menu > li#mlogin {
	padding: 0;
	height: 36px;
}
#main-menu > li#mavatar {
	padding: 0;
	height: 36px;
}

/* Expand element/ Search/ Login items */
#main-menu > li.expand {
	position: relative;
	width: 36px;
	margin-left: 4px;
	font-size: 13px;
}
#main-menu > li.expand > span {
	height: 40px;
	width: 100%;
	display: inline-block;
	text-indent: -9999px;
	cursor: pointer;
	position: relative;
}
#main-menu  li.expand > span:before {
	content: "icon";
	background: url(/res/img/layout/header/icons_v1.png) no-repeat -9999px -9999px;
	text-indent: -9999px;
	width: 20px;
	height: 22px;
	position: absolute;
	top: 0;
	left: 0;
}
#main-menu  li#msearch > span:before {
	background-position: 0 -232px;
	top: 8px;
	left: 8px;
}
#main-menu  li#mlogin > span:before {
	background-position: 0 -276px;
	top: 8px;
	left: 8px;
}
#main-menu > li.expand > div {
	display: none;
	background: #f6f6f6;
	padding: 13px 12px;
	width: 270px;
	position: absolute;
	right: 0;
	top : 36px;
	z-index: 300;
	border-radius: 2px;
	border-top-right-radius: 0;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
li.expand  a {
	color: #1e1516;
	font-weight: bold;
}
/* Hover + 'visible' class*/
/*	ul#main-menu > li.expand:not(.visible):hover,*/
ul#main-menu > li.visible {
	background: #f6f6f6;
	box-shadow: 1px 4px 4px #131313;
}

/*	ul#main-menu > li.expand:not(.visible):hover > div, */
ul#main-menu > li.expand:not(#msearch):hover > div,
ul#main-menu > li.visible > div {
	display: block;
}

ul#main-menu > li.expand:not(#msearch):hover {
	background: #f6f6f6;
	box-shadow: 1px 4px 4px #131313;
}
/*	ul#main-menu > li#mavatar:not(.visible):hover,*/
ul#main-menu > li#mavatar:hover,
ul#main-menu > li#mavatar.visible,
ul#main-menu > li#mavatar > div  {
	background: #444 !important;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	color: #fff;
	font-weight: normal;
}
ul#main-menu > li#mavatar:hover > div {
	background: #444;
}
ul#main-menu > li#mavatar > div {
	padding:0;
	width: 205px;
}
ul#main-menu > li#mavatar > span {
	width: 30px;
	height:30px;
	top: 3px;
	left: 3px;
}
li#mavatar span img {
	width: 30px;
	display: block;
}
/* Wyszukiwarka, login form, logged in*/
#main-menu form { font-size: 0; }
#main-menu form input,
#main-menu form select,
#main-menu form textarea,
#main-menu form button,
#main-menu form label {
	font-size: 13px;
	display: inline-block;
	vertical-align: top;
}
#main-menu form label {
	padding-bottom: 5px;
	width: 100%;
	text-align: left;
}
#main-menu input.submit {
	width: auto;
	height: 30px;
	border: 0;
	margin-left: 4px;
	padding: 0 11px;
	border-radius: 2px;
	background-color: #e53625;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	box-shadow: inset 0px -12px 24px rgba(196,20,1,1);
	border-bottom: 1px solid #950b01;
	cursor: pointer;
}
#main-menu input {float: none}
#main-menu input:not([type=submit]):not([type=file]) {
	padding-left: 5px;
	width: auto;
	height: 30px;
	border: 1px solid #cacaca;
	float: none;
}

#main-menu label.checkbox {
	padding-left: 55px;
}

/* 
#main-menu label:before {
	content: attr(data-label) ":";
	display: inline-block;
	height: 30px;
	line-height: 30px;
	color: #636363;
	font-weight: normal;
	width: auto;
	min-width: 50px;
	text-align: center;
}
*/
#main-menu label.checkbox:before {
	display: none;
}

#main-menu label.checkbox:after {
	display: none;
	content: attr(data-label);
	display: inline-block;
	height: 30px;
	line-height: 27px;
	color: #636363;
	font-weight: normal;
	width: auto;
	text-align: center;
}

#main-menu #msearch input[type="text"] {
	width: 195px;
}
#mlogin div { text-align: center }
#mlogin div form { padding: 13px 0 }
#mlogin input[type=submit] {
	margin-top: 5px;
}
#mlogin input:not([type=submit]):not([type=file]):not([type=checkbox]) {
	width: 200px;
}

/* Logged in submenu */

.user-menu > li {
	border-bottom: 1px solid #7c7c7c;
	display: block;
	width: 100%;
	padding: 0 0 0 5px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.user-menu > li:last-child {border-bottom: 0;}
.user-menu > li > a {
	display: block;
	padding-left: 35px;
	width: 100%;
	height: 33px;
	line-height: 33px;
	font-weight: normal;
	color: #fff;
	overflow: hidden;
	background: url('/res/img/layout/header/icons_v1.png') no-repeat 11px 100px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;

}
.user-menu > li > a:hover {color: #DBDBDB;}
.user-menu > li > a.user-profile { background-position: 6px -36px }
.user-menu > li > a.user-edit { background-position: 6px -70px }
.user-menu > li > a.user-stuff { background-position: 6px -103px }
.user-menu > li > a.user-messages { background-position: 6px -137px }
.user-menu > li > a.user-logout { background-position: 6px -171px }

.fblogin {
	display: inline-block;
	width: 96px;
	height: 22px;
	text-indent: -9999px;
	background: url('/res/img/layout/header/fblogin.gif') no-repeat;
}
#picsearch  { display: none;} /* hide search form */

/* Submenu */
#submenu-wrapper {
	width: 100%;
	position: relative;
	/*
	-webkit-box-shadow:inset 0px 1px 3px rgba(19,19,19,0.13);
	box-shadow:inset 0px 1px 3px rgba(19,19,19,0.13);
	*/
	background-color: #f0f0f0;
	border-bottom: 1px solid #cccccc;
}
.submenu {
	width: 100%;
	max-width: 800px;
	min-width: 750px;
	margin: 0 auto;
	text-align: left;
	font-size: 0;
	cursor: default;
	padding: 8px 0 0 222px;

	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
          -o-box-sizing: border-box;
             box-sizing: border-box;
}
.submenu > li {
	display: inline-block;
	vertical-align: top;
	padding: 0 4px;
}
.submenu > li > a {
	display: block;
	width: auto;
	color: #cccccc;
	height: 19px;
	line-height: 19px;
	padding:0;	
	font-size: 11px;
	text-transform: uppercase;
	text-indent: -9999px;
	background-image: url(/res/img/layout/header/menu.png);
	background-position: -9999px -9999px;
	background-repeat: no-repeat;
}

/* submenu backgrounds */
	/* Poczekalnia */
	.submenu > li#sm1 > a {background-position: -16px -29px;width: 65px;}
	.submenu > li#sm1:hover > a,
	.submenu > li#sm1 a.selected {background-position: -16px -77px;}
	/* Polecane */
	.submenu > li#sm2 > a {background-position: -373px -29px;width: 54px;}
	.submenu > li#sm2:hover > a,
	.submenu > li#sm2 a.selected  {background-position: -373px -77px;}
	/* Serie */
	.submenu > li#sm3 > a {background-position: -88px -29px;width: 38px;}
	.submenu > li#sm3:hover > a,
	.submenu > li#sm3 a.selected  {background-position: -88px -77px;}
	/* Postacie */
	.submenu > li#sm4 > a {background-position: -134px -29px;width: 57px;}
	.submenu > li#sm4:hover > a,
	.submenu > li#sm4 a.selected  {background-position: -134px -77px;}
	/* Szablony */
	.submenu > li#sm5 > a {background-position: -200px -29px;width: 56px;}
	.submenu > li#sm5:hover > a,
	.submenu > li#sm5 a.selected  {background-position: -200px -77px;}
	/* Masterzy */
	.submenu > li#sm6 > a {background-position: -265px -29px;width: 67px;}
	.submenu > li#sm6:hover > a,
	.submenu > li#sm6 a.selected  {background-position: -265px -77px;}
	#sm7 {
		width: 94px;
		height: 23px;
		background: url('/res/img/icons/komixxy-askfm.jpg') no-repeat;
		margin-top: -8px;
	}
	#main-menu li#mlogin
	 {
		display: none;
	}
	body.not_logged_in #main-menu li#mlogin {
		display: inline-block;
	}
	
	li#mavatar > span[data-newpms]:after {
		content: attr(data-newpms);
		display: inline-block;
		background-color: #c91907;
		line-height: 20px;
		width: 20px;
		height: 20px;
		padding-right: 1px;
		position: absolute;
		bottom: -5px;
		right: -13px;
		text-align: center;
		border-radius: 50%;
		font-size: 12px;
		font-weight: bold;
		color: #fff;
		text-indent: 0;
		z-index: 1;
	}
	li#mavatar:hover > span:after {
		opacity: 0;
	}
	
	ul#main-menu label:before {
		content: attr(data-label) ":";
		display: inline-block;
		height: 30px;
		line-height: 30px;
		color: #636363;
		font-weight: normal;
		width: auto;
		min-width: 50px;
		text-align: center;
	}


	/* common styles */

	* {
		margin: 0;
		padding: 0;
	}

	ul {margin:12px 30px}

	a { outline: none; }

	body {
		background: white url('/res/img/layout/background2.png') repeat;
		font-family: 'trebuchet ms', verdana, tahoma;
		color: #000;
	}
	#lewy_bok {
		/*background: url('../img/layout/lewy_bok.png') repeat-y 0 3px;*/
		margin-top: 80px;
		padding: 0px 0px 100px 0px;
		width:100%;
		z-index:999;
	}
	a , a:hover {color:#444;text-decoration:none;}


	.clearfix:before, .clearfix:after { content: ""; display: table; }
	.clearfix:after { clear: both; }
	.clearfix { zoom: 1; }


	#logo {
		margin: 0px auto 0 20px;
		padding: 15px 0px 0px 0px;
		width: 854px;
	}

	#mmenu {
		z-index:3;
		width:680px;
		text-align:center;
		margin:0 auto;
		position: relative;
		margin: -20px 0px 0px 40px;
	}

	.small {font-size:11px}
	.gray {color:#555}

	.pic_image {
		position: relative;
		width: 504px; /* uwzględnia 2*2px border obrazków */
		margin: 0 auto;
		text-align: center;
	}
	.picwrapper {
		display: block;
		width: 504px;
	}

	sup {font-size:11px; float:right; color:#444}

	a.iconlink {
		border-bottom:solid 0px;
		font-weight:bold;
	}
	a.iconlink:hover {
		border-bottom:dashed 1px;
	}

	.voteup {
		color: green;
		font-size: 18px;
	}
	.votedown {
		color: red;
		font-size: 18px;
	}
	.votetrue {
		font-weight: normal;
	}
	#true_picture{
		font-weight:normal;
		text-align: center;
	}
	.duzytytul { font-size: 32px; font-family: arial; width: 500px; }
	.genbut { font-size:22px}

	.true_badge{
		float:right;
	}

	#addpic p {margin-bottom:10px}
	#addpic ul li {margin-left:50px; margin-top:10px; font-size:11px}


	H1 {
		font-family: 'Open Sans',verdana;
		color:#333;
		font-size:24px;
		padding-bottom:0px;
		margin-bottom:0px;
		margin-top:0px;
		font-weight:normal;
	}

	.commentsvoting {
		float:right; width:200px; text-align:left;
		position: relative;
		z-index: 1;
	}
	#comments { width: 660px; margin:0 auto; }
	#comment_suggest{
		border: 1px solid #ccc;
		-moz-border-radius:20px;
		-webkit-border-radius:20px;
		border-radius:20px;
		-moz-box-shadow: 3px 3px 3px #666;
		-webkit-box-shadow: 3px 3px 3px #666;
		box-shadow: 3px 3px 3px #666;
		padding: 10px;
		margin: 15px 0px 15px -5px;
		background:#FFFFFF;
		text-align: left;
		width:650px;
		position:relative;
	}
	#picsearch {
		position: absolute;
		bottom: 0px;
		right: 40px;
		width:400px
	}

	/* MENU NA SPRITEACH ------------------------*/
	#menu {
		position:relative;
		padding: 0;
		margin: 0;
	}

	#menu li {
		float: left;
		list-style: none;
	}

	#menu li a {
		display: block;
		outline: none;
		color: transparent;
	}

	/* glowna */
	a#m1 {display:block; position:absolute; background: url('/res/img/layout/menu_v3.png'); width:82px; height:29px; z-index:10}
	a#m1.selected, a#m1.hover {background-position: 0 48px;}

	/* losuj  */
	a#m2 {margin:0px 0px 20px 82px; background: url('/res/img/layout/menu_v3.png') -82px 0px; width:70px; height:28px;}
	a#m2.selected, a#m2.hover {background-position: -82px 48px; }

	/* topka */
	a#m3 {background: url('/res/img/layout/menu_v3.png') -235px 0px; width:75px; height:29px;}
	a#m3.selected, a#m3.hover {background-position: -235px 48px;}

	/* dodaj */
	a#m4 {background: url('/res/img/layout/menu_v3.png') -153px 0px; width:82px; height:29px;}
	a#m4.selected, a#m4.hover {background-position: -153px 48px;}

	/* zasady */
	a#m5 {background: url('/res/img/layout/menu_v3.png') -310Px 0px; width:82px; height:29px;}
	a#m5.selected, a#m5.hover {background-position: -310px 48px; }

	/* kontakt */
	a#m6 {background: url('/res/img/layout/menu_v3.png') -393px 0px; width:86px; height:29px;}
	a#m6.selected, a#m6.hover {background-position: -393px 48px;}

	/* poczekalnia  */
	a#m7 {position:absolute; background:
			  url('/res/img/layout/menu_v3.png') -15px -28px;
		  width:63px; height:15px; left:28px;top:31px; z-index:2}
	a#m7.selected, a#m7.hover {background-position: -15px -76px; }

	/* serie  */
	a#m8 {position:absolute; background:
			  url('/res/img/layout/menu_v3.png') -89px -28px;
		  width:39px; height:17px; left:166px; top:31px; z-index:2}
	a#m8.selected, a#m8.hover {background-position: -89px -76px; }

	/* postacie  */
	a#m9 {position:absolute; background:
			  url('/res/img/layout/menu_v3.png') -136px -29px;
		  width:54px; height:16px; left:213px; top:32px; z-index:2}
	a#m9.selected, a#m9.hover {background-position: -136px -77px; }

	/* szablony  */
	a#m10 {position:absolute; background:
			   url('/res/img/layout/menu_v3.png') -202px -28px;
		   width:55px; height:19px; left:276px; top:31px; z-index:2}
	a#m10.selected, a#m10.hover {background-position: -202px -76px; }

	/* masterzy  */
	a#m11 {position:absolute; background:
			   url('/res/img/layout/menu_v3.png') -264px -28px;
		   width:65px; height:18px; left:333px; top:31px; z-index:2}
	a#m11.selected, a#m11.hover {background-position: -264px -76px; }
	/* MENU NA SPRITEACH ------------------------*/

	a#m12 {position:absolute; background:
			   url('/res/img/layout/menu_v3.png') -372px -28px;
		   width:52px; height:19px; left:102px; top:31px; z-index:2}
	a#m12.selected, a#m12.hover {background-position: -372px -76px; }
	/*forum*/
	#m13 {
		background: url('/res/img/layout/menu_v3.png') -480px 0px no-repeat;
		width: 65px;
		height: 29px;
		margin-top: 23px;
		margin-left: -56px;
	}
	a#m13.selected, a#m13.hover {
		background-position: -480px -49px;
	}
	div#main_container{
		margin: 0 auto;
		width: 700px;
		padding: 5px auto;
		position: relative;
	}

	#footer
	{
		text-align:center;
		background:#FFF ;
		width:660px;
		margin: 0 auto;
		margin-bottom: 25px;
		text-align: center;
		padding: 5px 10px;
		font-size: 12px;
		color: #444;
		border: 1px solid #DDD;
	}

	#footer a {
		color:#333;
		text-decoration:none;
		border-bottom:dashed 1px;
	}

	#footer a:hover {
		text-decoration: underline;
	}


	h2 {
		margin-left: 5px;
		color: #444444;
	}

	.bold {
		font-weight: bold;
	}

	.red {
		color: red;
	}
	.mod_red{
		color: #ff4800;
	}

	.clear {
		clear: both;
	}

	div#messages span.flashmessage {
		width: 700px;
		margin:10px auto;
		display: block;
		font-size:15px;
		background-color:#FFF;
		color: #222;
		border: 4px solid #333;
		border-bottom-color: #000;
		padding: 15px;
		font-weight: bold;
	}


	div#messages span.error {
		color: red;
	}

	div#messages span.info {
		color: green;
	}

	/* edycja koloru */
	#colorbutton {position:absolute; left:540px; top:20px}
	#colorpicker {position:absolute; left:530px; top:40px; display:none;}
	#colorexample { width:20px; height:20px; float:left; border:1px solid gray; margin-right:5px; background-color:white;}

	/* pics */

	div.pic {
		border: 1px solid #CCC;
		border-radius: 2px;
		-moz-box-shadow: 3px 3px 3px #666;
		-webkit-box-shadow: 3px 3px 3px #666;
		box-shadow: 3px 3px 3px #666;
		padding: 10px;
		margin: 15px auto;
		background: white;
		text-align: left;
		width: 680px;
		position: relative;
	}

	div.infobar {
		text-align: left;
		padding:5px;
		background:#FFFFFF;
		text-align:justify;
		font-size:14px;
		color:#000;
		width:650px;

	}

	div.infobar a:hover{
		border-bottom:solid 1px #e19f01;
		text-decoration:none;
	}


	div.pic img.picture {
		border: 0;
	}

	div.nopics {
		text-align: center;
		padding: 60px 0;
	}

	h2.nopics {
		color: #333;
	}

	/* comments */
	.negative {opacity: 0.2; filter:alpha(opacity=12);}

	div.comment {
		background: #FFF;
		margin: 8px 0;
		padding: 5px;
	}

	div.comment h3{
		color:#444;
		font-family:'trebuchet ms',verdana;
		font-size:24px;
		font-weight:normal;
	}
	div.reply h3 {
		font-family:'trebuchet ms',verdana;
		font-size:24px;
		font-weight:normal;
	}

	div.comminfo {
		font-size: 14px;
		color:#222;
	}

	p.commcontent {
		background:#FFF none repeat scroll 0 0;
		border:0;
		color:#222;
		font-size:13px;
		margin:5px 0 10px 0;
		padding:0 3px 10px;
	}

	/* register form */

	div#register {
		margin: 5px 0 5px 15px;
	}

	div#register p {
		clear: both;
	}

	div#register label {
		width: 130px;
		float: left;
		margin: 2px 0;
	}

	div#register input {
		width: 200px;
		margin: 2px 0;
	}

	div#register input#rejestruj {
		margin-left: 130px;

	}
	#username_check{
		margin-left: 5px;
		font-size: 11px;
	}

	/* dodawanie obrazka */

	div#addpic {

	}

	div#addpic p {
		clear: both;
	}

	div#addpic label {
		width: 190px;
		float: left;
		margin: 2px 0;
	}

	div#addpic input#priv {
		width: 20px;
	}

	div#addpic input {
		width: 320px;
		margin: 2px 0;
	}

	div#addpic input#submit {
		margin-left: 190px;
	}
	/******** STARE STYLE ***************/


	#picker
	{
		z-index:10;
		position:absolute;
		top:50%;
		left:50%;
	}

	#announce
	{
		z-index:5;
		text-align:center;
		background:#f6f6eb;
		position:absolute;
		font-family:verdana;
		font-size:14px;
		color:red;
		border-bottom:solid 1px black;
		left:0px;
		top:0px;
		width:100%;
		padding-top:3px;
		padding-bottom:3px;
	}

	#rss{
		position: absolute;
		right: 0px;
		top: 0;
		z-index: 200;
		background: url('/res/img/layout/kleksik.png') no-repeat;
	}
	#rss2 {
		width: 63px;
		height: 30px;
		overflow: hidden;
		font-size: 11px;
		margin: 7px 0 43px 35px;
		padding-left: 32px;
		padding-top: 2px;
		position: relative;
		text-align: left;
	}
	#rss a {
		display: block;
		color: #eee;
		line-height: 14px;
	}
	#rss2 a.rss-icon{
		text-indent: -9999px;
		width: 32px;
		height: 30px;
		position: absolute;
		top: 1px;
		left: 0;
		background: url(/res/img/rss.png) no-repeat 0 1px;
	}
	#rss a:hover {
		opacity: 0.8;
	}

	@media only screen and (max-width: 1100px) {
		#rss { display: none }
	}

	img {
		border:solid 0px;
	}

	#menu a, img {
		border: solid 0px;
	}

	#content {
		width: 720px;
		position: absolute;
		top: 240px;
		left: 50%;
		margin-left: -360px;

	}

	#column {
		display: none;
		position: absolute;
		top: 290px;
		left: 50%;
		margin-left: 350px;
		width: 200px;
		font-size: 12px;
		color: #000;
		border-left: dashed 2px #dedede;
		padding-left: 10px;

	}

	#column a {
		font-size: 14px;
		color: #c12b7a;
		text-decoration: none;
	}



	/* STYLE ZYWCEM Z NIEPOKORNYORG */

	.center {
		margin-left: auto;
		margin-right: auto;
		text-align: center !important;
	}

	p {
		margin: 0px;
		border: 0px;
		padding: 0px;
	}

	.center img {
		border: solid 1px #666666;
	}

	span {
		margin: 0px;
		padding: 0px;
	}

	div {
		margin: 0px;
		padding: 0px;
		font-family: 'trebuchet ms', verdana, tahoma;
	}

	a img {
		border: 0px;
	}


	.prevnext {
		font-family: 'trebuchet ms';
		font-size: 12px;
		width: 720px;
		text-align: center;
		padding-top: 15px;
		color: #990000;
	}

	.prevnext a {
		font-weight: bold;
		color: #444;
		text-decoration: none;
	}

	.prevnext a:hover {
		color: #990000;
		border-bottom: dashed 1px;
	}


	a.ico {
		font-size: 12px;
		color: #333;
		border-bottom: 0px;
	}

	.info{
		background: #FFFFFF;
		border: solid 0px black;
		padding: 3px;
		padding-top: 0px;
		font-size: 13px;
		color: #333;
		padding-bottom: 10px;
		margin-bottom: 10px;
		width: 714px;
	}

	.info a{
		color: #000;
		text-decoration: none;
	}

	.info a:hover {
		color: #000;
		text-decoration: underline;
	}



	#lightbox{
		position: absolute;
		left: 0;
		width: 100%;
		z-index: 100;
		text-align: center;
		line-height: 0;
	}

	#lightbox a img {
		border: none;
	}

	#outerImageContainer {
		position: relative;
		background-color: #fff;
		width: 250px;
		height: 250px;
		margin: 0 auto;
	}

	#imageContainer {
		padding: 10px;
	}

	#loading {
		position: absolute;
		top: 40%;
		left: 0%;
		height: 25%;
		width: 100%;
		text-align: center;
		line-height: 0;
	}

	#prevLink, #nextLink {
		width: 49%;
		height: 100%;
		background: transparent url(/res/images/blank.gif) no-repeat; /* Trick IE into showing hover */
		display: block;
	}
	#prevLink { left: 0; float: left;}
	#nextLink { right: 0; float: right;}
	#prevLink:hover, #prevLink:visited:hover { background: url(/res/images/prevlabel.gif) left 15% no-repeat; }
	#nextLink:hover, #nextLink:visited:hover { background: url(/res/images/nextlabel.gif) right 15% no-repeat; }


	#imageDataContainer{
		font: 10px Verdana, Helvetica, sans-serif;
		background-color: #fff;
		margin: 0 auto;
		line-height: 1.4em;
		overflow: auto;
		width: 100%;
	}

	#imageData{	padding:0 10px; color: #666; }
	#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
	#imageData #caption{ font-weight: bold;	}
	#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
	#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}

	#overlay{
		position: absolute;
		top: 0;
		left: 0;
		z-index: 9;
		width: 100%;
		height: 500px;
		background-color: black;
	}

	.farbtastic {
		position: absolute;
		left:0px;
		top:100px;

	}
	.farbtastic * {
		position: absolute;
		cursor: crosshair;
	}
	.farbtastic, .farbtastic .wheel {
		width: 195px;
		height: 195px;
	}
	.farbtastic .color, .farbtastic .overlay {
		top: 47px;
		left: 47px;
		width: 101px;
		height: 101px;
	}
	.farbtastic .wheel {
		background: url(wheel.png) no-repeat;
		width: 195px;
		height: 195px;
	}
	.farbtastic .overlay {
		background: url(mask.png) no-repeat;
	}
	.farbtastic .marker {
		width: 17px;
		height: 17px;
		margin: -8px 0 0 -8px;
		overflow: hidden;
		background: url(marker.png) no-repeat;
	}


	.pagination {line-height:190%; font-size:11px; text-align:center}
	.pagination a {border:1px solid gray; margin:0px 2px; padding:0px 2px;}
	.pagination a:hover {color:#000; border-color:white;}
	#reportform_pic {font-size:11px; width:300px}
	.source {
		text-align: center;
		font-size: 12px;
		margin-top: 15px;
	}

	#poczekalnia_opis {
		margin-top: 5px;
		font-size: 11px;
		padding: 5px;
		border: 1px solid gray;
		background-color: #FFFFFF;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		color: #555;
	}

	.errorMessage {display:block; margin-left:135px; font-size:11px; color:red; width: 200px;}

	.pic ol {margin-left:30px}

	#banmessage {border:2px solid #c00; padding:5px; background:#FFF}

	.admin {color:red !important}
	.moderator {color: #339900 !important}

	/* raportowanie */
	#reportform_pic {font-size:11px; width:300px}
	#reportform_pic a:hover {color:#333}

	form#contact input {
		width:450px;
	}


	form#contact textarea {
		width:450px;
		height: 200px;
	}


	.hidden {display:none;}



	#topkamenuextended {
		border: 1px solid gray;
		position: absolute;
		z-index: 10;
		background: #FFF;
	}
	#topkamenuextended UL {
		margin:0; padding:0;
		list-style-type:none;
		margin:2px;
	}
	#topkamenuextended UL LI {
		padding:2px; border-bottom:1px dotted gray;
		list-style-type:none;
		margin:0;
	}
	#topkamenuextended UL LI A:hover {
		color:white;
	}

	/*#topkamenuextended */

	#przelacznik_pagera {
		font-size: 11px;
		text-align: center;
	}

	#przelacznik_pagera a {
		font-size: 11px;
		text-align: center;
		border-bottom: 1px dotted gray;
	}



	#editprofile label {
		width: 160px;
		float: left;
		margin: 0 0; /* 2px 0 */
	}

	#editprofile textarea,#avatarurl {
		width:400px;
	}

	#editprofile form p {
		clear: both;
	}

	div#editprofile {
		position: relative;
	}

	div#editprofile div#sprechensprechen img {
		max-width: 15px;
		max-height: 15px;
	}

	div#editprofile div#sprechensprechen a {
		color: white;
	}

	div#editprofile div#sprechensprechen {
		font-weight: bold;
		font-size: 14px;
		font-family: arial;
		left:330px;
		position:absolute;
		top:7px;
		border-bottom: 1px dashed #fff;
		padding: 0 4px;
	}


	div#editprofile input#save {
		margin-left: 160px;
	}


	#editprofile .change_always_show_long_pics_wrapper {
		display: none;
	}

	html.localstorage #editprofile .change_always_show_long_pics_wrapper {
		display: table-row;
	}

	#profileinfobox {
		border: 1px solid #ccc;
		padding: 8px;
		margin: 10px 0;
	}


	table#profileinfo{
		max-width: 340px;
	}

	#profileinfobox #stats {
		float: right;
		max-width: 250px;
		margin-top: 8px;
	}



	table#profileinfo td {
		border-bottom: 1px dotted #ccc;
		padding: 4px 8px;
		border-collapse: collapse;
	}

	.username img{
		margin: 5px;
		max-width: 50px;
		max-height: 50px;
		vertical-align:middle
	}

	#profileinfobox .about_me_text{
		font-size: 14px;
		text-indent: 18px;
	}
	.tableSpacing5 td {padding:3px}

	.margin5 {margin:5px}
	.center {text-align:center}

	#similarContainer {
		margin: 0 auto; width:650px;
		overflow:hidden;
		text-align:center;
	}
	.similarBox {
		border: solid 1px black;
		overflow: hidden; float:left; width: 130px;
		height:170px;
		margin-bottom:5px;
		margin-right: 2px;
		text-align:center;
	}

	.similarBox IMG { max-height:130px;}

	.template_thumb{
		height: 205px;
	}
	.baner728 {
		text-align:center;
		width:750px;
		padding:10px 0;
	}

	/*# Formularz wyszukiwarki */

	.findAreaForm{
		margin: 10px auto;
		text-align: center;
	}
	.findText {
		width: 425px;
	}
	.findSelect {
		margin: 4px 7px 4px 0px;
		width: 140px;
		color:black;
		background-color:white;
		border:1px solid black;
		padding:5px;
	}
	.findSelectText {
		margin: 0px 0px 0px 0px;
	}
	.findButton {
		width: 165px;
		margin-left: 15px;
	}
	#linkKubek {
		float: right;
	}
	#pictureImage{
		width: 500px;
		text-align: left;
		position: relative;
		margin: 0 auto;
		cursor: pointer;
	}
	#loupe{
		position: absolute;
		bottom: 8px;
		right: 8px;
		display: none;
	}
	#podzielSie{
		float: left;
		margin: 5px 0px 0px 30px;
	}
	#picImage:hover #loupe{
		display: block;
	}
	.error{
		font-size: 10px;
		color: red;
	}

	.r_glowna {}
	.r_poczekalnia {background-color: #FFF} /* dark green */
	.r_archiwum {background-color: #FFF}

	.picbutton {
		font:normal 16px Impact, Arial;
		text-transform: uppercase;
		margin:5px;
		border:1px solid gray;
		padding:5px; width:200px;
		background-color:#eee; display:block;
		-moz-border-radius:15px;
		-moz-box-shadow: 2px 2px 2px #888;
		border-radius: 5px;
		box-shadow: 2px 2px 2px #888;
		float:right;
	}

	.picbutton:hover {
		background-color:#f5f5f5;
		-moz-box-shadow: 0 0 0 #888;
		margin: 7px 3px 3px 7px
	}

	/* �adne guziki */

	.pretty_button {
		font:normal 16px Impact, Arial;
		text-transform: uppercase;
		margin: 7px 3px 3px 7px;
		padding: 8px;
		border:1px solid gray;
		background-color:#eee;
		-moz-border-radius:15px;
		-moz-box-shadow: 2px 2px 2px #888;
		border-radius: 5px;
		box-shadow: 2px 2px 2px #888;
		cursor: pointer;
		cursor: hand;
	}

	.pretty_button:hover {
		background-color:#f5f5f5;
		-moz-box-shadow: 0 0 0 #888;
		margin: 7px 3px 3px 7px
	}
	#comments_menu{
		margin: 10px 0px;
		padding: 20px 0px;
	}
	/* serie */
	.series_button {
		font:normal 12px Impact, Arial;
		text-transform: uppercase;
		margin:2px;
		border:1px solid gray;
		padding:2px; width:120px;
		background-color:#eee; display:block;
		-moz-border-radius:15px;
		-moz-box-shadow: 2px 2px 2px #888;
		float:right;
	}

	.series_button:hover {
		background-color:#f5f5f5;
		-moz-box-shadow: 0 0 0 #888;
		margin: 4px 0px 0px 4px
	}
	.series_info{
		font-weight: bold;
		text-decoration: underline;
	}
	/* widok miniaturek */
	.similar_glowna, .similar_poczekalnia, .similar_archiwum{
		font-size: 12px;
		font-weight: bold;
	}

	.similar_glowna{
		color: green;
	}
	.similar_poczekalnia{
		color: blue;
	}
	.similar_archiwum{
		color: grey;
	}
	.thumb_pic_info{
		height: 20px;
	}
	.thumb_pic{
		height: 130px;
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		width: 130px;
	}
	.series_thumb{
		height: 100px;
		width: 100px;
		text-align: center;
		vertical-align: middle;
	}
	.series_row{
		height: 205px;
	}
	.series_cell{
		float: left;
		width: 135px;
		height: 150px;
	}
	.series_cell_info{
		height: 35px;
		width: 135px;
		text-align: center;
		font-size: 12px;
		display: table-cell;
		vertical-align: middle;
	}
	.series_cell_count{
		width: 135px;
		text-align: center;
		font-size: 12px;
	}
	.series_cell_picture{
		height: 120px;
		width: 135px;
		margin-top: 5px;
		text-align: center;
	}
	#ban_window{
		display:none;
		top:100px;
		left:50%;
		position:absolute;
		margin-left:-380px;
		z-index:9999;
		border:1px solid #FFF;
	}

	.admin-table td.banned {
		background-color: red !important;
		color: white !important;
	}

	.admin-table td.banned a{
		color: white !important;
	}
	#recaptcha_area {margin-left:130px; margin-bottom:5px}
	/* facebook */
	#facebook_box {
		position: absolute; width: 190px; left: 10px; top: 600px;
	}
	.fb_info{
		width: 170px;
		position: absolute;
		right: 20px;
		text-align: center;
	}
	.fb_info img{
		margin-top:5px
	}
	/* dmail */
	h3 a.privmes{
		font-size: 11px;
		font-weight: normal;
	}
	.pmessages{
		width: 100%;
	}

	.pic td{
		padding-left:3px;
	}

	.pmessages_header{
		background:#000;
		color:#aaa;
		text-align:center;
	}

	div .message_layout{
		border: 1px solid gray;
		margin-bottom: 5px;
		padding-right: 5px;
	}

	div .message_content{
		float:left;
		width:580px;
	}

	.message_buttons{
		float:right;
		margin-right: 50px;
	}

	#reply_pm_form{
		margin-left:68px;
	}

	.pm_reply_text{
		width:600px;
		height:200px;
	}

	.pm_blink{
		text-decoration:blink;
		color:red;
	}

	#threads_nav{float:right; display:none;}
	.thread_nav_txt{color:#101010; cursor:text;}
	.thread_nav_txt:hover{color:#101010; cursor:text;}
	.calendar{ padding-right: 5px; }
	.left_column{ width:100px; text-align: right;}

	.hidden_bar {
		width: 100%;
		height: 30px;
		background: #FFFFFF;
		margin-bottom: 5px;
	}

	.hidden_bar_reply{
		width: 580px;
		margin-left: 80px;
	}

	.hidden_bar_text {
		padding:6px;
		color: #000000;
		font-size:11px;
	}

	.show-hide-comment{
		float:right;
		text-decoration:underline;
	}

	#ban_window{
		display:none;
		top:100px;
		left:50%;
		position:absolute;
		margin-left:-380px;
		z-index:9999;
		border:1px solid #FFF;
	}

	.admin-table td.banned {
		background-color: red !important;
		color: white !important;
	}

	.admin-table td.banned a{
		color: white !important;
	}
	/* komentarze */

	.reply{
		background: #FFFFFF;
		margin: 8px 0 0 70px;
		padding: 5px;
		width: 580px;
	}
	.reply_button{
		display:none;
	}

	/* dodawanie komixx�w - zasady */

	#rules_confirm{
		font-size: 20px;
		margin-bottom: 30px;
		padding: 10px;
		border: 3px dashed red;
	}
	.rules_confirm_info{
		font-size: 14px;
	}
	.uploader_rules_list{
		position: relative;
	}
	.uploader_rules_list ul, #rules_changes ul{
		font-size: 11px;
		margin: 12px 30px;
		text-align: left;
		background-color: white;
		list-style-type: decimal;
	}
	.uploader_rules_list li, #rules_changes li{
		margin-left: 50px;
		margin-top: 5px;
	}
	.neo_kid{
		position: absolute;
		right: 50px;
		top: 60px;
		float: right;
	}
	.gimp{
		position: absolute;
		right: 50px;
		top: 60px;
		float: right;
	}
	.instrukcja{
		position: absolute;
		right: 60px;
		top: 40px;
		float: right;
	}
	#szablony_info{
		display: none;
		padding: 20px;
	}
	/* edycja profilu */

	.auto_show_comments {
		width: 110px;
		float: left;
	}
	.block_pm {
		width: 110px;
		float: left;
	}


	/* Sugestie obrazk�w - image sugests */

	.image_suggest_face_thumb {
		width: 140px;
		height: 140px;
		background: white;
		text-align: center;
		vertical-align: middle;
		display: table-cell;
		margin: 5px;
		position: relative;
	}
	.image_suggest_face_thumb .container{
		position: relative;
	}
	.image_suggest_face_thumb .status{
		color: #000000;
	}
	.image_suggest_face_thumb .thumb_image{
		border: 1px solid black;
		margin: 5px;
	}
	.image_suggest_face_thumb .user_menu{
		color: black;
	}
	/* bu�ki */
	.hide{
		opacity: 0.5;
		filter: alpha(opacity=50);
	}
	.changed{
		background: #AAFFAA;
		padding: 1px;
	}
	.single_suggest .title, .single_face .title{
		width: 600px;
	}
	.single_suggest .tags, .single_face .tags{
		width: 600px;
	}
	.single_suggest .thumb, .single_face .thumb{
		text-align: center;
		margin: 5px;
	}
	.face_row{
		height: 205px;
	}
	.face_cell{
		float: left;
		height: 150px;
		width: 135px;
	}
	.face_title{
		display: table-cell;
		font-size: 12px;
		height: 55px;
		text-align: center;
		vertical-align: middle;
		width: 135px;
	}
	.face_cell_picture{
		height: 120px;
		margin-top: 5px;
		text-align: center;
		width: 135px;
	}

	.waiting_top {
		border: 1px solid #cccccc;
		background: #ffffff;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		padding: 5px;
		width: 180px !important;
	}
	.waiting_top > .title {
		background: #e3e3e3;
		text-align: center;
		padding: 10px;
		margin: 5px 0px;
		border: 1px solid #ccc;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-moz-box-shadow: 3px 3px 3px #666666;
		-webkit-box-shadow: 3px 3px 3px #666;
		box-shadow: 3px 3px 3px #666;
	}
	.waiting_top .single .title {
		width: 180px;
		margin: 10px 0px;
	}
	.top_box_link {
		display: block;
		position: relative;
		width: 120px;
		height: 120px;
	}
	.top_box_link .fade {
		height: 30px;
		width: 120px;
		background: url(/res/img/layout/image_fade_white.png);
		position: absolute;
		bottom: 0px;
	}
	.short_adminthumb {
		width: 120px;
		height: 120px;
		margin: 5px auto 25px auto;
	}

	.new_editor {
		font-weight: bold;
		font-size: 23px;
		text-align: center;
	}
	.new_editor a {
		color: red;
	}

	.report_duplicate_pic_button {
		color: #4991C3;
		font-weight: bold;
	}

	.pic_moderator_menu {
		font-size: 14px;
	}

	.top_waiting_boxs {
		position: absolute;
		top: 40px;
		right: -240px;
	}


	/**
	 * Widget „polecanych” PIC-ów.
	 */
	.pics_recommended_widget {
		background-color: white;
		border: 1px solid #CCC;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		border-radius: 20px;
		-moz-box-shadow: 3px 3px 3px #666;
		-webkit-box-shadow: 3px 3px 3px #666;
		box-shadow: 3px 3px 3px #666;
		margin: 15px auto;
		padding: 10px;
	}
	.pics_recommended_widget ol {
		margin-left: 30px;
	}
	.pics_recommended_widget li {
		padding-top: 10px;
		padding-bottom: 20px;
	}
	.pics_recommended_widget > .title {
		background-color: #E3E3E3;
		border: 1px solid #CCC;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-moz-box-shadow: 3px 3px 3px #666;
		-webkit-box-shadow: 3px 3px 3px #666;
		box-shadow: 3px 3px 3px #666;
		margin: 5px 0px;
		padding: 10px;
		text-align: center;
		display: block;
	}
	.pics_recommended_widget > .title:hover {
		text-decoration: underline;
	}
	.pics_recommended_widget .image {
		width: 120px;
		height: 120px;
		position: relative;
		margin-top: 10px;
	}
	.pics_recommended_widget .fade {
		position: absolute;
		width: 120px;
		height: 30px;
		top: 90px;
		background: url('/res/img/layout/image_fade_white.png') repeat scroll 0 0 transparent;
	}


	.pic_image img, #flashHolder{
		border: 2px solid black;
		display: block;
	}

	.pic_is_recommended_choice a {
		display: none;
	}
	.pic_is_recommended_choice a.selected.pic_is_recommended {
		display: inline;
		color: green;
	}
	.pic_is_recommended_choice a.selected.pic_is_not_recommended {
		display: inline;
		color: red;
	}

	.widget_social .footer {
		font-size: 8px;
		padding-left: 10px;
		background-color: #3B5997;
	}
	.widget_social.bottom {
		color: #FFF;
		margin: 10px auto;
		width: 700px;
	}
	.widget_social.side {
		float: right;
		width: 232px;
		height: 420px;
		background: url(/res/img/widgets/fb.png);
		display: block;
		right: -205px;
		padding: 0;
		position: fixed;
		top: 170px;
		z-index: 10000;
	}
	.widget_social.side .wrapper {
		color: #FFF;
		padding: 10px 5px 0px 35px;
	}
	#prev_pic_button_area A, #next_pic_button_area A {
		display: block;
		background: #F8F8F8;
		padding:20px 0;
		width: 100px;
		box-sizing: border-box;
	}

	#prev_pic_button_area A:hover, #next_pic_button_area A:hover {
		background: #f0f0f0;
		color: #444
	}

	#prev_pic_button_area, #next_pic_button_area {
		bottom: 200px;
		font-size: 13px;
		position: absolute;
		text-align: center;
		text-shadow: 0 1px #DDD;
		z-index: 10;
		overflow: hidden;
	}

	#prev_pic_button_area{
		-webkit-box-shadow: 2px 2px 5px black;
		-moz-box-shadow: 2px 2px 5px black;
		box-shadow: 2px 2px 5px black;
		left: -20px;
	}

	#next_pic_button_area {
		-webkit-box-shadow: -2px 2px 5px black;
		-moz-box-shadow: -2px 2px 5px black;
		box-shadow: -2px 2px 5px black;
		right: -20px;
	}

	/* głosowanie tylko na plus na głównej + tooltip */
	.infobar.only_plus .votes_up{
		display: inline-block;
		background-image: url("/res/img/number.png");
		background-repeat: no-repeat;
		font-size: 15px;
		height: 20px;
		padding-bottom: 0;
		padding-left: 1px;
		text-align: center;
		width: 55px;
		vertical-align: bottom;
		color: #333;
	}
	.infobar.only_plus .votes_up:hover{
		background-position: 0px -21px;
	}
	.infobar.only_plus .tooltip div{
		display: inline;
	}
	.infobar.only_plus .tooltip{
		display: none;
		position: absolute;
		background: none repeat scroll 0 0 #FEFF93;
		border: 1px solid #FFDD33;
		font-size: 12px;
		padding: 3px 10px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		color: #333;
		margin-right: 30px;
	}

	.userprofile_menu a, #topkamenuuserprofile_menu a, #topkamenu a {
		background: #444;
		color: white;
		padding: 2px 10px;
		border-radius: 5px;
		line-height: 200%;
		font-weight: bold;
		margin-right:5px;
	}

	.userprofile_menu .bold, .userprofile_menu a:hover, #topkamenu a:hover {
		font-weight: bold;
		background: #FD0 !important;
		color: black;
	}
	.true_badge{
		float:right;
		margin: 5px 5px 0 30px;
	}
	#skyRightWrapper {
		position: static;
	}
	#skyLeftWrapper {
		position: relative;
	}
	.logged_in #right_column #skyRight {
		position: static;
		padding-top: 0;
	}
	#skyLeft, #skyRight, #skyRightKontekst {
		position: absolute;
		top: 0;
		margin-top: 65px;
		width: 160px;
		height: 600px;
		padding-top: 20px;
	}
	#skyLeft {
		margin-left: -230px;
	}

	#skyRight {
		margin-left: 770px;
	}
	#skyRightKontekst {
		top: 620px;
		z-index: 1;
	}

	#skyRightKontekst.sticked {
		top:0 !important;
	}

	#right_column{
		position: absolute;
		top: 720px;
		right: -250px;
	}

	a.master, h1.username.master {
		color: #09f;
	}


	/**
	 * Zasłanianie demotów z treścią dla dorosłych
	 */
	.shad {
		position: absolute;
		z-index: 9;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		box-shadow: inset 0 0 144px #444;
		background-color: #EEE;
	}
	.shad .wrapper {
		margin-top: 120px;
	}
	.shad img {
		border: none;
		margin: 0 auto;
	}
	.shadmsg {
		margin-top: 15px;
		color: black;
		font-size: 11px;
	}
	.shadmsg a {
		color: red;
		font-size: 20px;
		font-weight: bolder;
		text-decoration: underline;
		line-height: 30px;
	}
	.shadmsg a.show_button {
		display: inline-block;
		margin-top: 15px;
		padding: 5px 20px;
		border-top: 1px solid lightGray;
		border-radius: 3px;
		background: #E41C1F;
		color: white;
		font-size: 12px;
		font-weight: normal;
		line-height: normal;
		letter-spacing: 1px;
		text-decoration: none;
	}
	.shadmsg a.show_button:hover {
		border: 1px solid lightGray;
	}


	/* ukrywanie wysokich PICów */
	.hidelong .picwrapper {
		overflow: hidden;
		height: 600px; /* wysokość obrazka po zwinięciu, jeśli jest za wysoki */
	}
	.hidelongarea {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		padding: 20px 0;
		background: rgba(255, 255, 255, 0.7);
		font-size: 10px;
	}
	.hidelongarea .showlongbutton {
		display: block;
		width: 200px;
		margin: 0 auto 10px;
		padding: 7px 0;
		box-shadow: 2px 2px 2px gray;
		border: 1px solid gray;
		border-radius: 10px;
		background: white;
		color: black;
		font-size: 16px;
	}
	.hidelongarea .showlongbutton:hover {
		text-decoration: underline;
	}


	.pic_is_adult_choice a {
		display: none;
	}
	.pic_is_adult_choice a.selected.pic_is_adult {
		display: inline;
		color: green;
	}
	.pic_is_adult_choice a.selected.pic_is_not_adult {
		display: inline;
		color: red;
	}
	.reasonBox{
		display: none;
		position: absolute;
		z-index:10;
		background-color: white;
		color: black;
		border: 1px solid black;
	}
	.fb_login_button_wrapper {
		float: right;
		width: 120px;
	}
	#footer ul LI {
		float: left;
		margin: 5px;
		list-style-type: none;
	}

	#footer ul {
		display: table;
		margin: 0 auto;
	}
	.top_waiting_boxs, #top_block {
		/*display: none;*/
	}
	#top_block{
		width: 200px !important;
		background: #ffffff;
		min-height: 500px;
		padding: 10px;
	}
	#top_block .pics .header .title,
	#top_block .author .header .title,
	#top_block .via_fb .header .title{
		font: 'Open sans', sans-serif, arial, verdana;
		text-align: center;
		padding: 10px;
		margin: -11px;
		border: 1px solid #CCC;
		border-radius: 5px 5px 0 0;
		box-shadow: 0px 2px 3px #CCC;

		background: rgb(255,255,255); /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2UxZTFlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY2ZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-8 */
	}
	#top_block .pics .menu,
	#top_block .author .menu {
		margin: 22px 0px;
	}
	#top_block .pics .menu .favorite,
	#top_block .pics .menu .comment{
		padding: 10px 6px;
	}

	#top_block .menu .tab_on{
		text-decoration: underline;
	}
	#top_block .menu .tab_off{
		background: none !important;
	}
	#top_block .menu .tab_off:hover{
		text-decoration: underline;
	}

	#top_block .via_fb .content{
		padding-top: 25px;
	}

	#top_block .author,
	#top_block .via_fb{
		margin: 30px 0px 0px 0px;
	}
	#top_block .author .menu .this_month,
	#top_block .author .menu .always{
		padding: 10px 3px;
	}

	.list_next_page_button:after{
		content: "\00bb";
	}

	.list_next_page_button {
		color: #09f;
		width:685px;
		padding:8px;
		line-height: 25px;
		margin: 24px auto -37px;
		display: block;
		text-align:center;
		background:#f0f1f5;
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FEFEFE), color-stop(100%, #f0f1f5));
		background-image: -webkit-linear-gradient(top, #FEFEFE, #f0f1f5);
		background-image: -moz-linear-gradient(top, #FEFEFE, #f0f1f5);
		background-image: -ms-linear-gradient(top, #FEFEFE, #f0f1f5);
		background-image: -o-linear-gradient(top, #FEFEFE, #f0f1f5);
		background-image: linear-gradient(top, #FEFEFE, #f0f1f5);
		font-size: 29px !important;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		border: 1px solid #ccc;
		text-transform: uppercase;
		font-weight: bold;

	}
	.userBadges {
		list-style: none;
		margin: 0;
		width: auto;
		font-size: 0;
		padding: 0 7px;
		text-align:right;
		max-width: 460px;
		display: table-cell;
		vertical-align: top;
	}

	.userDetails {
		display: table-cell;
		vertical-align: top;
	}
	.userDetails > img {
		display: block;
		float: left;
	}
	.userDetails .username {

		position: relative;
		font-size: 19px;
		max-width: 210px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: inline-block;
		/*hax*/
		left: 80px;
		margin-left: -75px;
		top: 15px;
	}
	.userDetails .username:hover {
		overflow: visible;
	}
	.userBadges > li {
		display: inline-block;
		width: 52px;
		height: 49px;
		overflow: hidden;
		vertical-align: top;
		font-size: 12px;
		background: url('/res/img/icons/badges_v2.png') no-repeat -9999px -9999px;
		text-indent: -9999px;
		margin: 4px 7px 0;
	}
	.userBadges > li.badgeComment100 {
		background-position: -9px -2px;
	}
	.userBadges > li.badgeComment50 {
		background-position: -9px -57px;
	}
	.userBadges > li.badgeCommentFirst {
		background-position: -9px -114px;
	}
	.userBadges > li.badgeWall30 {
		background-position: -75px -1px;
	}
	.userBadges > li.badgeWall10 {
		background-position: -74px -58px;
	}
	.userBadges > li.badgeWallFirst {
		background-position: -75px -114px;
	}
	.userBadges > li.badgeHome10 {
		background-position: -141px -1px;
	}
	.userBadges > li.badgeHome5 {
		background-position: -141px -57px;
	}
	.userBadges > li.badgeHomeFirst {
		background-position: -141px -114px;
	}
	.userBadges > li.badgeOrginal {
		background-position: -9px -171px;
	}
	.userBadges > li.badgeComments1000 {
		background-position: -75px -171px;
	}
	.userBadges > li.badgeComments2000 {
		background-position: -141px -171px;
	}
	.userBadges > li.badgeFirst18 {
		background-position: -10px -228px;
	}
	.userBadges > li.badgeFacebook {
		background-position: -75px -228px;
	}
	.userBadges > li.badgeMaster {
		background-position: -141px -228px;
	}
	.userBadges > li.badgeModerator {
		background-position: -9px -284px;
	}

	.userBadges > li.badgeAdmin {
		background-position: -75px -284px;
	}

	.userBadges > li.badgeBanan {
		background-position: -141px -284px;
	}

	.userBadges > li.badgeFirstForum {
		background-position: -9px -340px;
	}

	.userBadges > li.badgeActiveForum {
		background-position: -75px -340px;
	}

	.userBadges > li.badgeTalent {
		background-position: -141px -340px;
	}

	.user_title {
		color: #999;
		font-size: 11px;
	}
	.in_comment.user_title {
		position: absolute;
		bottom: 2px;
		left: 67px;
	}

	.relative {
		position: relative;
	}

	.in_profile.user_title {
		display: block;
		margin: 10px 10px 10px 0;
		font-size: 16px;
		color: #000;
	}
	.user_profile_lang{
		display: inline-block;
		width: 100%;
		font-size: 11px;
		font-weight: bold;
		margin-bottom: 5px;
	}

	.userDetailsContainer {
		display: table;
		width: 100%;
	}

	#pager_full {
		margin: 30px 0;
	}

	.fb-comments {
		margin-top: 40px;
		display: block !important;
	}
	#adad {
		margin-top: 15px;
	}

	.google_ad_info {
		display: block;
		margin-bottom: 10px;
		font-size:11px;
		color: #aaa;
	}

	/* New messages */

	#new-pms {
		display: inline-block;
		background-color: red;
		line-height: 24px;
		width: 24px;
		height: 24px;
		padding-right: 1px;
		position: relative;
		top: 0px;
		text-align: center;
		border-radius: 50%;
		left: 4px;
		font-size: 12px;
		font-weight: bold;
		-moz-animation-animation: blink steps(1) .75s infinite;
		-webkit-animation: blink steps(1) .75s infinite;
		animation: blink steps(1) .75s infinite;
	}
	@-moz-keyframes blink {
	  0% { visibility: visible }
	  50% { visibility: hidden }
	  100% { visibility: visible }
	}
	@-webkit-keyframes blink {
	  0% { visibility: visible }
	  50% { visibility: hidden }
	  100% { visibility: visible }
	}
	keyframes blink {
	  0% { visibility: visible }
	  50% { visibility: hidden }
	  100% { visibility: visible }
	}



	.btn {
		background: #f0f0f0;
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #e6e6e6));
		background-image: -webkit-linear-gradient(top, #fefefe, #e6e6e6);
		background-image: -moz-linear-gradient(top, #fefefe, #e6e6e6);
		background-image: -ms-linear-gradient(top, #fefefe, #e6e6e6);
		background-image: -o-linear-gradient(top, #fefefe, #e6e6e6);
		background-image: linear-gradient(top, #fefefe, #e6e6e6);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fefefe', EndColorStr='#e6e6e6');
		border: 1px solid #a8a7a7;
		border-bottom: 1px solid #757474;
		border-top: 1px solid #c6c5c5;
		border-radius: 2px;
		box-shadow: inset 0 0 1px 1px #ffffff;
		box-shadow: 0 1px 1px rgba(0,0,0,.2);
		color: #222222;
		font: normal 11px Arial, "Helvetica Neue", Helvetica, sans-serif;
		line-height: 27px;
		padding: 2px 0 3px;
		text-align: center;
		text-shadow: 0 1px 0 white;
		padding: 4px 10px 4px;
		font-size: 13px;
		line-height: 18px;
	}
	.btn:hover {
		background: #fefefe;
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #fcfcfc));
		background-image: -webkit-linear-gradient(top, #ffffff, #fcfcfc);
		background-image: -moz-linear-gradient(top, #ffffff, #fcfcfc);
		background-image: -ms-linear-gradient(top, #ffffff, #fcfcfc);
		background-image: -o-linear-gradient(top, #ffffff, #fcfcfc);
		background-image: linear-gradient(top, #ffffff, #fcfcfc);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#fcfcfc');
		box-shadow: inset 0 0 1px 1px #eaeaea;
		box-shadow: 0 1px 1px rgba(0,0,0,.2);
		color: #000000;
		cursor: pointer;
	}
	.btn:focus {
		outline: thin dotted;
		outline: 5px auto -webkit-focus-ring-color;
		outline-offset: -2px;
	}
	.btn:active {
		top: 1px;
		position: relative;
	}
	.btn:hover {
		background: #fcfcfc;

		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #f8f8f8));
		background-image: -webkit-linear-gradient(top, #fcfcfc, #f8f8f8);
		background-image: -moz-linear-gradient(top, #fcfcfc, #f8f8f8);
		background-image: -ms-linear-gradient(top, #fcfcfc, #f8f8f8);
		background-image: -o-linear-gradient(top, #fcfcfc, #f8f8f8);
		background-image: linear-gradient(top, #fcfcfc, #f8f8f8);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fcfcfc', EndColorStr='#f8f8f8');

		border: 1px solid #cbcbcb;

		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-ms-border-radius: 3px;
		-o-border-radius: 3px;
		border-radius: 3px;	


		-webkit-box-shadow: 0 1px 0px #fff;
		-moz-box-shadow: 0 1px 0px #fff;
		box-shadow: 0 1px 0px #fff;
		cursor: pointer;
	}
	.btn-inverse.active {
		color: rgba(255, 255, 255, 0.75);
	}
	.btn-inverse {
		color: #ffffff;
		text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
		background-color: #363636;
		background-image: -moz-linear-gradient(top, #444444, #222222);
		background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
		background-image: -webkit-linear-gradient(top, #444444, #222222);
		background-image: -o-linear-gradient(top, #444444, #222222);
		background-image: linear-gradient(to bottom, #444444, #222222);
		background-repeat: repeat-x;
		border-color: #222222 #222222 #000000;
		border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
		filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	}
	.btn-inverse:hover,
	.btn-inverse:focus,
	.btn-inverse:active,
	.btn-inverse.active,
	.btn-inverse.disabled,
	.btn-inverse[disabled] {
		color: #FFF;
		background-color: #222222;
		background-image: -moz-linear-gradient(top, #191919, #222222);
		background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#191919), to(#222222));
		background-image: -webkit-linear-gradient(top, #191919, #222222);
		background-image: -o-linear-gradient(top, #191919, #222222);
		background-image: linear-gradient(to bottom, #191919, #222222);
		background-repeat: repeat-x;
		border-color: #222222 #222222 #000000;
		border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff191919', endColorstr='#ff222222', GradientType=0);
		filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
		box-shadow: 0 1px 0px #000;
	}

	.btn-inverse:active,
	.btn-inverse.active {
		background-color: #080808;
	}


/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
*/


/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(/res/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(/res/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
.ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(/res/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; outline: none; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #999999; background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; outline: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(/res/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; outline: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; outline: none; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #fcefa1; background: #fbf9ee url(/res/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(/res/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #cd0a0a; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(/res/css/smoothness/images/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(/res/css/smoothness/images/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(/res/css/smoothness/images/ui-icons_222222_256x240.png); }
.ui-state-default .ui-icon { background-image: url(/res/css/smoothness/images/ui-icons_888888_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(/res/css/smoothness/images/ui-icons_454545_256x240.png); }
.ui-state-active .ui-icon {background-image: url(/res/css/smoothness/images/ui-icons_454545_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(/res/css/smoothness/images/ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(/res/css/smoothness/images/ui-icons_cd0a0a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; }
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(/res/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(/res/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; }/* Accordion
----------------------------------*/
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; }
.ui-accordion .ui-accordion-content-active { display: block; }/* Datepicker
----------------------------------*/
.ui-datepicker { width: 17em; padding: .2em .2em 0; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { float:left; font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year { float: right; }
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/* Dialog
----------------------------------*/
.ui-dialog { position: relative; padding: .2em; width: 300px; }
.ui-dialog .ui-dialog-titlebar { padding: .5em .3em .3em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 0 .2em; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/* Progressbar
----------------------------------*/
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }/* Resizable
----------------------------------*/
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0px; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0px; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0px; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0px; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/* Slider
----------------------------------*/
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/* Tabs
----------------------------------*/
.ui-tabs { padding: .2em; zoom: 1; }
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .5em 1em; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { padding: 1em 1.4em; display: block; border-width: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }



	.like_buttons_box {
		position: absolute;
		top: 90px;
		margin-left: 2px;
	}

	.fb_share_button {
		float: right;
		margin-top: 5px;
	}

	.infobar.voting {
		width: auto;
		display: inline-block;
		margin-left: 215px;
	}



	/* css for timepicker */
	.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
	.ui-timepicker-div dl { text-align: left; }
	.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
	.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
	.ui-timepicker-div td { font-size: 90%; }
	.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }



/*
	Icon font
*/
@font-face {
  font-family: 'RedactorFont';
  src: url('redactor-font.eot');
}
@font-face {
  font-family: 'RedactorFont';
  src: url(data:application/x-font-ttf;charset=utf-8;base64,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) format('truetype'), url(data:application/font-woff;charset=utf-8;base64,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) format('woff');
  font-weight: normal;
  font-style: normal;
}
/* =Selection
-----------------------------------------------------------------------------*/
.redactor_box ::selection {
  background: #ffff9e;
}
.redactor_box ::-moz-selection {
  background: #ffff9e;
}
.redactor_box img::selection {
  background: transparent;
}
.redactor_box img::-moz-selection {
  background: transparent;
}
/*
	BOX
*/
.redactor_box {
  position: relative;
  overflow: visible;
  background: #fff;
}
.redactor_box iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 1px solid #eee;
}
.redactor_box textarea {
  position: relative;
  display: block;
  overflow: auto;
  margin: 0;
  padding: 0;
  width: 100%;
  outline: none;
  border: none;
  background-color: #222;
  box-shadow: none;
  color: #ccc;
  font-size: 13px;
  font-family: Menlo, Monaco, monospace, sans-serif;
  resize: none;
}
.redactor_box textarea:focus {
  outline: none;
}
.redactor_box,
.redactor_box textarea {
  z-index: auto !important;
}
.redactor_box_fullscreen {
  z-index: 99 !important;
}
#redactor_modal_overlay,
#redactor_modal,
.redactor_dropdown {
  z-index: 100 !important;
}
/*
	AIR

*/
body .redactor_air {
  position: absolute;
  z-index: 502;
}
/*
	FULLSCREEN
*/
body .redactor_box_fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
/*
	LINK TOOLTIP
*/
.redactor-link-tooltip {
  position: absolute;
  z-index: 49999;
  padding: 10px;
  line-height: 1;
  display: inline-block;
  background-color: #000;
  color: #555 !important;
}
.redactor-link-tooltip,
.redactor-link-tooltip a {
  font-size: 12px;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
}
.redactor-link-tooltip a {
  color: #ccc;
  margin: 0 5px;
  text-decoration: none;
}
.redactor-link-tooltip a:hover {
  color: #fff;
}
/*
	IMAGE BOX
*/
#redactor-image-box img {
  width: 100%;
}
.redactor_editor {
  position: relative;
  overflow: auto;
  margin: 0 !important;
  padding: 10px 20px;
  padding-bottom: 5px;
  outline: none;
  background: none;
  background: #fff;
  box-shadow: none !important;
  white-space: normal;
  border: 1px solid #eee;
}
.redactor_editor:focus {
  outline: none;
}
.redactor_editor div,
.redactor_editor p,
.redactor_editor ul,
.redactor_editor ol,
.redactor_editor table,
.redactor_editor dl,
.redactor_editor blockquote,
.redactor_editor pre,
.redactor_editor h1,
.redactor_editor h2,
.redactor_editor h3,
.redactor_editor h4,
.redactor_editor h5,
.redactor_editor h6 {
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
}
.redactor_editor code,
.redactor_editor pre {
  font-family: Menlo, Monaco, monospace, sans-serif;
}
.redactor_editor div,
.redactor_editor p,
.redactor_editor ul,
.redactor_editor ol,
.redactor_editor table,
.redactor_editor dl,
.redactor_editor blockquote,
.redactor_editor pre {
  font-size: 14px;
  line-height: 1.6em;
}
.redactor_editor a {
  color: #15c !important;
  text-decoration: underline !important;
}
.redactor_editor .redactor_placeholder {
  color: #999 !important;
  display: block !important;
}
/*
	TYPOGRAPHY
*/
.redactor_editor object,
.redactor_editor embed,
.redactor_editor video,
.redactor_editor img {
  max-width: 100%;
  width: auto;
}
.redactor_editor video,
.redactor_editor img {
  height: auto;
}
.redactor_editor div,
.redactor_editor p,
.redactor_editor ul,
.redactor_editor ol,
.redactor_editor table,
.redactor_editor dl,
.redactor_editor blockquote,
.redactor_editor pre {
  margin: 0;
  margin-bottom: 10px !important;
  border: none;
  background: none !important;
  box-shadow: none !important;
}
.redactor_editor iframe,
.redactor_editor object,
.redactor_editor hr {
  margin-bottom: 15px !important;
}
.redactor_editor blockquote {
  margin-left: 1.5em !important;
  padding-left: 0 !important;
  color: #777;
  font-style: italic !important;
}
.redactor_editor ul,
.redactor_editor ol {
  padding-left: 2em !important;
}
.redactor_editor ul ul,
.redactor_editor ol ol,
.redactor_editor ul ol,
.redactor_editor ol ul {
  margin: 2px !important;
  padding: 0 !important;
  padding-left: 2em !important;
  border: none;
}
.redactor_editor dl dt {
  font-weight: bold;
}
.redactor_editor dd {
  margin-left: 1em;
}
.redactor_editor table {
  border-collapse: collapse;
  font-size: 1em !important;
}
.redactor_editor table td {
  padding: 5px !important;
  border: 1px solid #ddd;
  vertical-align: top;
}
.redactor_editor table thead td {
  border-bottom: 2px solid #000 !important;
  font-weight: bold !important;
}
.redactor_editor code {
  background-color: #d8d7d7 !important;
}
.redactor_editor pre {
  overflow: auto;
  padding: 1em !important;
  border: 1px solid #ddd !important;
  border-radius: 3px !important;
  background: #f8f8f8 !important;
  white-space: pre;
  font-size: 90% !important;
}
.redactor_editor hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
}
/*
	HEADERS
*/
/*.redactor_editor h1,
.redactor_editor h2,
.redactor_editor h3,
.redactor_editor h4,
.redactor_editor h5,
.redactor_editor h6 {
  margin-top: 0 !important;
  padding: 0 !important;
  background: none;
  color: #000;
  font-weight: bold;
}
.redactor_editor h1 {
  font-size: 36px !important;
  line-height: 1.111em !important;
  margin-bottom: .15em !important;
}
.redactor_editor h2 {
  font-size: 30px !important;
  line-height: 1.111em !important;
  margin-bottom: .25em !important;
}*/
.redactor_editor h2 {
	margin:20px 0 10px;
	font-size: 18px;
}
.redactor_editor h3 {
  font-size: 24px !important;
  line-height: 1.333em !important;
  margin-bottom: .2em !important;
}
.redactor_editor h4 {
  font-size: 18px !important;
  line-height: 1.5em !important;
  margin-bottom: .2em !important;
}
.redactor_editor h5 {
  font-size: 1em !important;
  line-height: 1.6em !important;
  margin-bottom: .25em !important;
}
.redactor_editor h6 {
  font-size: .8em !important;
  line-height: 1.6em !important;
  text-transform: uppercase;
  margin-bottom: .3em !important;
}
/*
	TOOLBAR
*/
.redactor_toolbar {
  position: relative;
  top: 0;
  left: 0;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  font-size: 14px !important;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
  line-height: 1 !important;
  background: #fff;
  border: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 3;
}
.redactor_toolbar:after {
  content: "";
  display: table;
  clear: both;
}
.redactor_toolbar.redactor-toolbar-overflow {
  overflow-y: auto;
  height: 29px;
  white-space: nowrap;
}
.redactor_toolbar.redactor-toolbar-external {
  z-index: 999;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
body .redactor_air .redactor_toolbar {
  padding-right: 2px !important;
}
.redactor_toolbar li {
  vertical-align: top;
  display: inline-block;
  margin: 0 !important;
  padding: 0 !important;
  outline: none;
  list-style: none !important;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.redactor_toolbar li a {
  display: block;
  color: #333;
  text-align: center;
  padding: 9px 10px;
  outline: none;
  border: none;
  text-decoration: none;
  cursor: pointer;
  zoom: 1;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.redactor_toolbar li a:hover {
  outline: none;
  background-color: #1f78d8;
  color: #fff;
}
.redactor_toolbar li a:hover i:before {
  color: #fff;
}
.redactor_toolbar li a:active,
.redactor_toolbar li a.redactor_act {
  outline: none;
  background-color: #ccc;
  color: #444;
}
.redactor_toolbar li a.redactor-btn-image {
  width: 14px;
  height: 14px;
  background-position: center center;
  background-repeat: no-repeat;
}
.redactor_button_disabled {
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
}
.redactor_button_disabled:hover {
  outline: none;
  background-color: transparent !important;
  cursor: default;
}
.redactor_toolbar li a.fa-redactor-btn {
  display: inline-block;
  padding: 9px 10px 8px 10px;
  line-height: 1;
}
.redactor_toolbar.redactor-toolbar-typewriter {
  box-shadow: none;
  background: rgba(240, 240, 240, 0.9);
}
.redactor_toolbar.redactor-toolbar-typewriter li a:hover {
  outline: none;
  background-color: #1f78d8;
  color: #fff;
}
.redactor_toolbar.redactor-toolbar-typewriter li a:active,
.redactor_toolbar.redactor-toolbar-typewriter li a.redactor_act {
  outline: none;
  background-color: #ccc;
  color: #444;
}
.re-icon {
  font-family: 'RedactorFont';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.re-icon i:before {
  position: relative;
  font-size: 14px;
}
.re-video:before {
  content: "\e600";
}
.re-unorderedlist:before {
  content: "\e601";
}
.re-undo:before {
  content: "\e602";
}
.re-underline:before {
  content: "\e603";
}
.re-textdirection:before {
  content: "\e604";
}
.re-fontcolor:before {
  content: "\e605";
}
.re-table:before {
  content: "\e606";
}
.re-redo:before {
  content: "\e607";
}
.re-quote:before {
  content: "\e608";
}
.re-outdent:before {
  content: "\e609";
}
.re-orderedlist:before {
  content: "\e60a";
}
.re-link:before {
  content: "\e60b";
}
.re-horizontalrule:before {
  content: "\e60c";
}
.re-italic:before {
  content: "\e60d";
}
.re-indent:before {
  content: "\e60e";
}
.re-image:before {
  content: "\e60f";
}
.re-fullscreen:before {
  content: "\e610";
}
.re-normalscreen:before {
  content: "\e611";
}
.re-formatting:before {
  content: "\e612";
}
.re-fontsize:before {
  content: "\e613";
}
.re-fontfamily:before {
  content: "\e614";
}
.re-deleted:before {
  content: "\e615";
}
.re-html:before {
  content: "\e616";
}
.re-clips:before {
  content: "\e617";
}
.re-bold:before {
  content: "\e618";
}
.re-backcolor:before {
  content: "\e619";
}
.re-file:before {
  content: "\e61a";
}
.re-alignright:before {
  content: "\e61b";
}
.re-alignment:before,
.re-alignleft:before {
  content: "\e61c";
}
.re-alignjustify:before {
  content: "\e61d";
}
.re-aligncenter:before {
  content: "\e61e";
}
.re-gallery:before {
  content: "\e61f";
}
/*
	Toolbar classes
*/
.redactor_format_blockquote {
  padding-left: 10px;
  color: #666 !important;
  font-style: italic;
}
.redactor_format_pre {
  font-family: monospace, sans-serif;
}
.redactor_format_h1,
.redactor_format_h2,
.redactor_format_h3,
.redactor_format_h4,
.redactor_format_h5 {
  font-weight: bold;
}
.redactor_format_h1 {
  font-size: 30px;
  line-height: 36px;
}
.redactor_format_h2 {
  font-size: 24px;
  line-height: 36px;
}
.redactor_format_h3 {
  font-size: 20px;
  line-height: 30px;
}
.redactor_format_h4 {
  font-size: 16px;
  line-height: 26px;
}
.redactor_format_h5 {
  font-size: 14px;
  line-height: 23px;
}
.redactor-toolbar-typewriter .redactor_dropdown .redactor_format_h1,
.redactor-toolbar-typewriter .redactor_dropdown .redactor_format_h2,
.redactor-toolbar-typewriter .redactor_dropdown .redactor_format_h3,
.redactor-toolbar-typewriter .redactor_dropdown .redactor_format_h4,
.redactor-toolbar-typewriter .redactor_dropdown .redactor_format_h5 {
  font-size: 1em;
  line-height: 1.6em;
  text-transform: uppercase;
}
.redactor-toolbar-typewriter .redactor_dropdown .redactor_format_h2 {
  font-size: .85em;
}
/*
	Typewriter
*/
.redactor_editor.redactor-editor-typewriter {
  background: #f5f5f5 !important;
  padding: 25px 50px !important;
}
.redactor_editor.redactor-editor-typewriter div,
.redactor_editor.redactor-editor-typewriter p,
.redactor_editor.redactor-editor-typewriter ul,
.redactor_editor.redactor-editor-typewriter ol,
.redactor_editor.redactor-editor-typewriter table,
.redactor_editor.redactor-editor-typewriter dl,
.redactor_editor.redactor-editor-typewriter blockquote,
.redactor_editor.redactor-editor-typewriter pre,
.redactor_editor.redactor-editor-typewriter h1,
.redactor_editor.redactor-editor-typewriter h2,
.redactor_editor.redactor-editor-typewriter h3,
.redactor_editor.redactor-editor-typewriter h4,
.redactor_editor.redactor-editor-typewriter h5,
.redactor_editor.redactor-editor-typewriter h6 {
  font-family: 'Courier New', 'Lucida Console', Consolas, Monaco, monospace, sans-serif;
  font-size: 18px !important;
  line-height: 1.5em !important;
  margin-bottom: 1.5em !important;
}
.redactor_editor.redactor-editor-typewriter h2 {
  font-size: 14px !important;
}
.redactor_editor.redactor-editor-typewriter h1,
.redactor_editor.redactor-editor-typewriter h2,
.redactor_editor.redactor-editor-typewriter h3,
.redactor_editor.redactor-editor-typewriter h4,
.redactor_editor.redactor-editor-typewriter h5,
.redactor_editor.redactor-editor-typewriter h6 {
  text-transform: uppercase;
}
.redactor_editor.redactor-editor-typewriter a {
  color: #000 !important;
  text-decoration: underline !important;
}
/*
	WYM
*/
.redactor_editor.redactor_editor_wym {
  padding: 10px 7px 0 7px !important;
  background: #f6f6f6 !important;
}
.redactor_editor.redactor_editor_wym div,
.redactor_editor.redactor_editor_wym p,
.redactor_editor.redactor_editor_wym ul,
.redactor_editor.redactor_editor_wym ol,
.redactor_editor.redactor_editor_wym table,
.redactor_editor.redactor_editor_wym dl,
.redactor_editor.redactor_editor_wym pre,
.redactor_editor.redactor_editor_wym h1,
.redactor_editor.redactor_editor_wym h2,
.redactor_editor.redactor_editor_wym h3,
.redactor_editor.redactor_editor_wym h4,
.redactor_editor.redactor_editor_wym h5,
.redactor_editor.redactor_editor_wym h6,
.redactor_editor.redactor_editor_wym blockquote {
  margin-top: 0;
  margin-bottom: 5px !important;
  padding: 10px !important;
  border: 1px solid #e4e4e4 !important;
  background-color: #fff !important;
  z-index: 0;
}
.redactor_editor.redactor_editor_wym blockquote:before {
  content: '';
}
.redactor_editor.redactor_editor_wym img {
  position: relative;
  z-index: 1;
}
.redactor_editor.redactor_editor_wym div {
  border: 1px dotted #aaa !important;
}
.redactor_editor.redactor_editor_wym pre {
  border: 2px dashed #e4e4e4 !important;
  background-color: #f8f8f8 !important;
}
.redactor_editor.redactor_editor_wym ul,
.redactor_editor.redactor_editor_wym ol {
  padding-left: 2em !important;
}
.redactor_editor.redactor_editor_wym ul li ul,
.redactor_editor.redactor_editor_wym ol li ul,
.redactor_editor.redactor_editor_wym ul li ol,
.redactor_editor.redactor_editor_wym ol li ol {
  border: none !important;
}
/*
	DROPDOWN
*/
.redactor_dropdown {
  position: absolute;
  top: 28px;
  left: 0;
  padding: 10px;
  width: 200px;
  background-color: #fff;
  box-shadow: 0 1px 5px #bbb;
  font-size: 13px;
  font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
  line-height: 21px;
}
.redactor-toolbar-typewriter .redactor_dropdown {
  font-family: 'Courier New', 'Lucida Console', Consolas, Monaco, monospace, sans-serif;
  background-color: #f5f5f5;
}
.redactor_separator_drop {
  padding: 0 !important;
  border-top: 1px solid #ddd;
  font-size: 0;
  line-height: 0;
}
.redactor_dropdown a {
  display: block;
  padding: 3px 5px;
  color: #000;
  text-decoration: none;
}
.redactor_dropdown a:hover {
  background-color: #dde4ef;
  color: #444 !important;
  text-decoration: none;
}
/*
	MODAL
*/
#redactor_modal_overlay {
  position: fixed;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: #000 !important;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
}
#redactor_modal {
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 0;
  background: #fff;
  color: #000;
  font-size: 12px !important;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
}
#redactor_modal header {
  padding: 20px 30px 5px 30px;
  font-size: 16px;
}
#redactor_modal section {
  padding: 20px 30px;
}
#redactor_modal label {
  display: block !important;
  float: none !important;
  margin: 10px 0 3px 0 !important;
  padding: 0 !important;
  font-size: 12px !important;
}
#redactor_modal footer:after {
  content: "";
  display: table;
  clear: both;
}
#redactor_modal footer div {
  float: left;
}
#redactor_modal input[type="radio"],
#redactor_modal input[type="checkbox"] {
  position: relative;
  top: -1px;
}
#redactor_modal input[type="text"],
#redactor_modal input[type="password"],
#redactor_modal input[type="email"],
#redactor_modal textarea {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 1px 2px;
  height: 23px;
  border: 1px solid #ccc;
  border-radius: 1px;
  background-color: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
  color: #333;
  font-size: 13px;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
  line-height: 1;
  -moz-transition: border 0.3s ease-in;
  transition: border 0.3s ease-in;
}
#redactor_modal textarea {
  display: block;
  margin-top: 4px;
  line-height: 1.4em;
}
#redactor_modal input:focus,
#redactor_modal textarea:focus {
  outline: none;
  border-color: #5ca9e4;
  box-shadow: 0 0 0 2px rgba(70, 161, 231, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
}
#redactor_modal_close {
  position: absolute;
  top: 5px;
  right: 3px;
  width: 20px;
  height: 20px;
  color: #999;
  font-size: 26px;
  cursor: pointer;
}
#redactor_modal_close:hover {
  color: #000;
}
.redactor_input {
  width: 99%;
  font-size: 14px;
}
.redactor_modal_box {
  overflow: auto;
  margin-bottom: 10px;
  height: 350px;
}
#redactor_image_box {
  overflow: auto;
  margin-bottom: 10px;
  height: 270px;
}
#redactor_image_box_select {
  display: block;
  margin-bottom: 15px !important;
  width: 200px;
}
#redactor_image_box img {
  margin-right: 10px;
  margin-bottom: 10px;
  max-width: 100px;
  cursor: pointer;
}
#redactor_tabs {
  margin-bottom: 18px;
}
#redactor_tabs a {
  display: inline-block;
  margin-right: 2px;
  padding: 4px 14px;
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  background: #fff;
  color: #000;
  text-decoration: none;
  line-height: 1;
}
#redactor_tabs a:hover,
#redactor_tabs a.redactor_tabs_act {
  border-color: #eee;
  color: #999 !important;
  text-decoration: none !important;
}
.redactor_modal_btn_hidden {
  display: none;
}
#redactor_modal footer button {
  position: relative;
  width: 100%;
  padding: 10px 16px;
  margin: 0;
  outline: none;
  border: none;
  background-color: #ddd;
  color: #000;
  text-align: center;
  text-decoration: none;
  font-weight: normal;
  font-size: 12px;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
  line-height: 1;
  cursor: pointer;
}
#redactor_modal footer button:hover {
  color: #777;
  background: none;
  background: #bbb;
  text-decoration: none;
}
#redactor_modal footer button.redactor_modal_delete_btn {
  background: none;
  color: #fff;
  background-color: #b52525;
}
#redactor_modal footer button.redactor_modal_delete_btn:hover {
  color: rgba(255, 255, 255, 0.6);
  background-color: #881b1b;
}
#redactor_modal footer button.redactor_modal_action_btn {
  background: none;
  color: #fff;
  background-color: #2461b5;
}
#redactor_modal footer button.redactor_modal_action_btn:hover {
  color: rgba(255, 255, 255, 0.6);
  background-color: #1a4580;
}
/* Drag and Drop Area */
.redactor_droparea {
  position: relative;
  margin: auto;
  margin-bottom: 5px;
  width: 100%;
}
.redactor_droparea .redactor_dropareabox {
  position: relative;
  z-index: 1;
  padding: 60px 0;
  width: 99%;
  border: 1px dashed #ddd;
  background: #fff;
  text-align: center;
}
.redactor_droparea .redactor_dropareabox,
.redactor_dropalternative {
  color: #555;
  font-size: 12px;
}
.redactor_dropalternative {
  margin: 4px 0 2px 0;
}
.redactor_dropareabox.hover {
  border-color: #aaa;
  background: #efe3b8;
}
.redactor_dropareabox.error {
  border-color: #dcc3c3;
  background: #f7e5e5;
}
.redactor_dropareabox.drop {
  border-color: #e0e5d6;
  background: #f4f4ee;
}
/* =ProgressBar
-----------------------------------------------------------------------------*/
#redactor-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000000;
  height: 10px;
}
#redactor-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #3d58a8;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
  background-size: 40px 40px;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}



	.box_widget .content {
		text-align: left;
        padding: 10px 0 10px 0;
	}
	.box_widget .content img {
		max-width: 100%;
	}
	.box_widget .content li{
		list-style-type: disc;
		margin-left: 20px;
	}
	.box_widget .content p {
        padding: 10px 0 10px 0;
    }
	.box_widget .content ul {
		margin: 5px 0;
	}
    .boxes_widget {
        width: 200px !important;
        background: #ffffff;
        padding: 10px;
    }
    .box_widget .title {
		text-align: center;
        padding: 10px;
        margin: -11px;
        border: 1px solid #CCC;
        border-radius: 5px 5px 0 0;
        box-shadow: 0px 2px 3px #CCC;
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
	}



	.boxes_edit {
		margin-top: 10px;
	}
	.boxes_edit .novisible {
		opacity: 0.5;
	}
	.boxes_edit .visible_button {
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -14px 0 0 -29px;
		z-index: 1;
	}
	.boxes_edit .hidden {
		display: initial !important;
		visibility: hidden;
	}

	.box_edit {
		position: relative;
		width: 240px;
	}

	.add_box_form {
		margin: 20px 0;
		position: relative;
	}
	.add_box_form input {
		float: initial;
	}
	.add_box_form input[name="title"] {
		width: 242px;
	}
	.add_box_form .up {
		position: absolute;
		left: -30px;
		top: 30px;
		font-size: 30px;
		cursor: pointer;
	}
	.add_box_form .down {
		position: absolute;
		left: -30px;
		top: 145px;
		font-size: 30px;
		cursor: pointer;
	}
	.add_box_form .num {
		position: absolute;
		left: -30px;
		top: 92px;
		font-size: 30px;
	}
	.add_box_form .saving {
		background: url('/res/img/loading.gif') no-repeat;
		height: 25px;
		width: 25px;
		float: left;
		margin: 3px 7px 0 0;
	}
	.add_box_form .saved {
		background: url('/res/img/tick_02.png') no-repeat;
		height: 25px;
		width: 25px;
		float: left;
		margin: 3px 7px 0 0;
	}
	.add_box_form .redactor_box {
		margin: 10px 0px;
		width: 242px;
	}
	.add_box_form .redactor_box ul li{
		list-style-type: disc;
	}
	.add_box_form .redactor_editor {
		width: 200px;
	}
	.add_box_form .buttons .visible {
		margin: 7px 0 0 10px;
	}
	.add_box_form .buttons .checkbox {
		margin-top: 9px;
	}
	.add_box_form .buttons .save {
		float: left;
	}
	.add_box_form .buttons .delete {
		float: left;
	}


	
		/* General window styles */
		.mmg_window_overlay {
			display: none;
			min-width: 480px;
			width: 100%;
			height: 100%;
			position: fixed;
			left: 0;
			top: 0;
			background: rgb(0,0,0);
			background: rgba(0, 0, 0, 0.80);
			z-index: 998;
			margin: 0 auto;
		}
		.mmg_window_wrapper {
			display: table-cell;
			vertical-align: middle;
			text-align: center;
			overflow: auto;
		}
		.mmg_window_body {
			display: inline-block;
			width: auto;
			position: relative;
		}
		.mmg_window_close {
			position: absolute;
			right: 0;
			top: -30px;
			color: #fff;
		}

		/* Specific window styles */

		/* 1. Join to Facebook */

		#fb-join-window  .mmg_window_body {
			background-color: #fff;
			padding: 15px;
			border-radius: 5px;
			width: 475px;
			height: auto;
			min-height: 400px;
		}
		#fb-join-window .mmg_window_close {
			display: inline-block;
			width: 70px;
			height: 19px;
			text-indent: -9999px;
			background: url('/res/img/mmg_window/close.png');
		}
		#fb-join-window .mmg_window_close:hover {opacity: 0.8}
		#fb-join-window .mmg_window_showoff {
			height: 20px;
			width: 100%;
			position: absolute;
			bottom: -28px;
			left: 0;
			text-align: center;
			font: bold 13px Arial, Verdana, sans-serif;
			color: #fff;
		}
		#fb-join-window .mmg_window_showoff span {
			border-bottom: 1px solid #c8c6c7;
		}
		#fb-join-window .mmg_window_body h1 {
			width: 490px;
			height: 120px;
			text-indent: -9999px;
			background: url('/res/img/mmg_window/title.png');
			position: relative;
			left: -50px;
			margin-bottom: 15px;
		}
		#fb-join-window .widget_social {
			overflow: hidden;
			width: 450px;
		}
		#fb-join-window .widget_social iframe {
			width: 450px !important;
	/*		height: 177px !important; */
			display: block;
		}
		#fb-join-window .widget_social .footer {
			font-size: 10px;
			padding-left: 10px;
			background-color: #3B5997;
			border-top: 1px solid #aaa;
			padding: 2px 0;
			font-family: 'PT Sans', 'trebuchet ms', verdana,tahoma;
			color: #000;
		}
	



/* ASSET_GENERATED */