

/* RESET CSS */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

input.checkbox{
	display:block;
	float:left;
	clear:left;
	height:22px;
    width:13px;
}

/* END RESET CSS */

body {
	background: white;
	font: normal 12px Helvetica, 'Helvetica Neue', Arial, sans-serif;
	text-align: center;
	color: #444;
	text-rendering: optimizeLegibility;
	overflow: hidden;
}
#site {
	background: transparent url('/img/_base/sitebg.png') -11px 0 repeat-y;
	margin: 0 auto;
	/*padding: 0 9px;*/
	text-align: left;
	width: 100vw;
	position: absolute;
}

#content-wrapper { float: left; clear: both; width: 100%; }

#aside {
	display:none;
	float: right;
	width: 250px;
	min-height: 600px;
}

#content {
	width: 730px;
	/*line-height: 1.5;*/
}

img { border: 0; }
body > img { display: none; } /* To remove impression pixels from the page flow */

h1, h2, h3, h4, h5 {
	font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
	color: #bb0a42;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.8;
	margin: 0;
	padding: 0 12px;
	background: #f3f3f3 url("/img/_base/sprite.png") -250px -796px no-repeat ;
}
	#problem h1, #error h1 { background: transparent; }
	h1 span { font-size: 12px; }
	
h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 0;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 5px;
}

a {
	text-decoration: none;
	color: #bb0a42;
}
#content a { text-decoration }

p {
	margin: 2px 0;
}

.col1, .col2, .col3, .col4, .col5, .col6 {
	float: left;
}

input, textarea { font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif; }

select {
/*	margin-top: 3px;*/
	background: white;
	font-size: 11px;
	padding: 4px;
	border: 1px solid #e6c0cc;
	border-top-color: white;
	border-left-color: white;
	min-width: 90px;
}

em { font-style: italic; }

.fix {
/*	border: 1px solid #ff0000; */
	text-decoration:blink; 
	font-weight:bold;
}

.clr { clear: both; }

.online {
	color: #53b642;
}
a.online, #aside a.online, .profileImage a.online {
	color:#060 !important;
}


.offline {
	color: #600;
}

.bold {
    font-weight: bold;
}

.underline{
	text-decoration:underline;
}

.match1, .match2, .match3, .match4, .match5  {
    color: #B62555;
    background: url('/img/hjarta-litet.gif') no-repeat left center;
    padding-left: 10px;
}

* html .profileImage{
	display: inline;
}

* + html .profileImage{
	display: inline;
}

.profileImage{
	background: #eee;
	display: inline-block;
	padding: 4px 4px 6px;
	text-align: center;
	color: #81203e;
	font-weight: normal;
	position: relative;
	max-width: 100px;
	-moz-box-shadow: 0px 0px 6px rgb(200,200,200);-webkit-box-shadow: 0px 0px 6px rgb(200,200,200);box-shadow: 0px 0px 6px rgb(200,200,200);
		-wekbit-border-radius:8px;
-moz-border-radius:8px;
border-radius:8px;

}
.profileImage.deluxe {
	background: #fef07d;
}
.profileImage a { color: #81203e; font-weight: bold; font-size: 14px; }
.profileImage a:hover + .zoom, .profileImageList a:hover + .zoom, .zoom:hover, .zoom:focus { display: block; }
.profileImage .zoom.visible, .profileImageList .zoom.visible { display: block; }

.profileImage .zoom, .profileImageList .zoom { 
	background: transparent url('/img/_base/dashboard.png') -114px -150px no-repeat;
	position: absolute; 
	top: 6px; 
	right: 6px;
	left: auto !important;
	z-index: 20; 
	width: 26px; 
	height: 26px; 
	overflow: hidden; 
	text-indent: -9999px; 
	display: none; 
}

.profileImageList .zoom { 
	top: 2px;
	right: 2px;
}

.foldout .profileImage {
	-moz-box-shadow: 0px 0px 6px rgb(75,75,75);-webkit-box-shadow: 0px 0px 6px rgb(75,75,75);box-shadow: 0px 0px 6px rgb(75,75,75);
}

.profileImage img {
	max-width: 100px;
	margin-bottom: 4px;
	vertical-align: bottom;
	background: #fff;
	position: relative;
	z-index: 1;
	-wekbit-border-radius:6px;
-moz-border-radius:6px;
border-radius:6px;

}

.profileImage .userInfo { display: block; }

.profileImageList { width: 53px; height: 53px; position: relative; overflow: hidden; text-align: center; font-size: 11px; }
.profileImageList > img, .profileImageList a img { max-width: 53px; background-color: #ededed; }


img.xxsmall	{	max-width: 35px; display: inline-block; }
img.xsmall		{	max-width: 50px; display: inline-block; }
img.small	{	max-width: 75px; display: inline-block; }

#menu li .foldout .profileImage a {
	padding: 0;
}
#menu li .foldout .profileImage a:hover, #menu .dashboard li:hover .profileImage a {
	background: transparent;
}


#soontocome {
/*	background: transparent url('/img/onlydeluxe-popup.png') left top no-repeat; */
	background: transparent url('/img/bg_deluxepopup.png') left top no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 268px;
	height: 129px;
	display: none;
}
	#soontocome a {
		display: block;
		padding: 26px 26px 0;
		height: 50px;
	}
	#soontocome p {
		font-weight: bold;
	}

#deluxeteaser {
	background: transparent url('/img/onlydeluxe-popup.png') left top no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 222px;
	height: 129px;
	display: none;
	z-index: 100;
}
	#deluxeteaser a {
		display: block;
		padding: 79px 26px 0;
		height: 50px;
	}
	#deluxeteaser p {
		color: #ffec5d;
		font-weight: bold;
	}

#confirmaccount {
	background: transparent url('/img/confirmaccount-popup.png') left top no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 228px;
	height: 111px;
	padding: 15px 20px;
	text-align: left;
	line-height: 14px;
	display: none;
}
	#confirmaccount b { color: #ae4d68; } 
	
	#confirmaccount p { padding-bottom: 8px;} 
	
	#confirmaccount img { margin-bottom: -6px; }	


/* CHAT REQUESTS */

.boxy-wrapper ul.facts {
	margin-top:6px;
	list-style-type: none;
}

.boxy-wrapper ul.facts li {
	margin:4px 4px 4px 0;
}

.boxy-wrapper span.profile-name {
font-family:arial;font-size:20px;color:#048a04;
}

.boxy-wrapper span.profile-age {
	font-size:16px;font-weight:bold;
}

.boxy-wrapper span.profile-count {
	color:#b62555;
}

.boxy-wrapper a.requestButton {
	display: block;
	background: transparent url('/img/im/request-button.png') left top no-repeat;
	width: 168px;
	height: 21px;
	margin-bottom: 10px;
	text-align: center;
	padding: 6px 0 0;
	color: #646464;
	font-weight: bold;
}

/* ERROR/SUCCESS MESSAGES */
.error {
	color: #b70000;
	background-color: #fffea5;
}
.success {
	background-color: #93f298;
	font-weight: bold;
}

.error.head, .success.head {
	font-size: 12px;
	line-height: 28px;
	text-align: center;
	margin-bottom: 2px;
}

/* BUTTONS */
#index .button, #reg_finish_welcome .button {
	background: transparent url('/img/_base/buttons.png') 0 -130px no-repeat !important;
	font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif !important;
	font-size: 14px !important;
	text-transform: uppercase;
	width: 88px !important;
	height: 41px !important;
	text-align: center !important;
	color: #fff !important;
	font-weight: bold !important;
	border: 0 !important;
	cursor: pointer !important;
	text-shadow: 2px 2px 1px rgb(63, 152, 48) !important;
	padding: 0 !important;
}
#index .button.medium {
	background: transparent url('/img/_base/buttons.png') 0 -171px no-repeat !important;
	width: 148px !important;
}
#reg_finish_welcome .button.large {
	background: transparent url('/img/_base/buttons.png') 0 -212px no-repeat !important;
	width: 218px !important;
	line-height: 2.8;
	margin: 0 auto;
	display: block;
}
/*
.button.alt { background-position: 0 -253px !important; text-shadow: 2px 2px 1px rgb(109, 23, 49) !important; }
.button.medium.alt { background-position: 0 -294px !important; }
.button.large.alt { background-position: 0 -335px !important; }*/

.button {
	line-height: 1;
	min-width: 80px;
	height: 30px;
}

.button.small {
	height: 27px;
	min-width: 45px;
	width: 45px;
}

.button.medium {
	min-width: 120px;
}

/*input.button { padding: 11px 0 30px !important; height: 39px !important; }*/

/*a.button, span.button { display: inline-block !important; text-decoration: none !important; line-height: 40px !important; }*/

.breaker {
	clear: both;
}

/* BOXY ADRESS INPUT */

input.inputfieldAdress {
	border-left:none;background-color:#fff;width:187px;padding:2px;color:#666;
}
input.validateAdress {
	border-right:none;width:45px;padding:2px;
}
/* Tooltip online */
#tooltip-user{
	position:absolute;
	background:url(/img/tooltip-online-bg.png) top left no-repeat;
	padding:16px 18px;	
	display:none;
	width:232px;
	height:89px;
	text-align:left;
	z-index: 100;
}
#tooltip-user span{
	font-weight:bold;
	font-size:14px;		
}
#tooltip-user-info{
	float:left;margin:14px 0 0 6px;
}
#tooltip-user-info span{
	display:block;
	margin-bottom:4px;
	font-weight:normal;
	color:#000;
	font-size:11px;	
}

/* MESSAGE COUNT INFO */
#message-count-info {
	position: absolute;
	width: 182px;
	height: 97px;
	padding: 16px 20px;
	background: transparent url('/img/bg_info_popup.png') left top no-repeat;
	text-align: left;
	font-weight: bold;
	color: #000;
	text-shadow: 1px 1px 1px #aaa;
}
#message-count-info a { color: #ffec5d; text-shadow: 1px 1px 1px #333; }


/* ARTICLE STYLES */
div#content.article {
	width: 509px;
	padding: 5px;
}

div#content.article h1 { margin: 10px 0px; }
div#content.article h2 { font-size: 14px; margin: 10px 0px 5px; }
div#content.article h3 { font-size: 12px; font-weight: bold; margin: 10px 0px 5px; }

div#content.article p { margin: 0 0 10px; }

div#content.article ul, div#content.article ol, div#artikel ul, div#artikel ol { margin: 0 0 10px; list-style-type: disc; padding: 0 0 0 20px; }
div#content.article ol, div#artikel ol { margin: 0 0 10px; list-style-type: decimal; padding: 0 0 0 20px; }

.edit { 
	background: transparent url('/img/_base/sprite.png') -969px -289px no-repeat; 
	padding: 1px 0 0 15px; 
	color: #3f3f3f; 
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-weight: bold; 
	text-transform: uppercase; 
	font-size: 10px;
	line-height: 1.2;
}

.edit-icon {
	background: transparent url('/img/_base/sprite.png') -969px -289px no-repeat; 
	padding: 1px 0 0 15px; 
}

.count { 
	background: #53b642;
	color: #fff;
	line-height: 1;
	height: 12px;
	padding: 2px 3px;
	position: relative;
	-wekbit-border-radius:2px;
-moz-border-radius:2px;
border-radius:2px;

}

a.logout {
	background: transparent url('/img/_base/buttons.png') 0 -29px no-repeat;
	width: 81px;
	height: 29px;
	text-indent: -9999px;
	display: inline-block;
	text-align: left;
	overflow: hidden;
	vertical-align: middle;
}

.ie a.logout {
	font-size: 0;
	line-height: 0;
}

.isdeluxe, .notdeluxe { display: inline-block; width: 10px; }
.isdeluxe { background: transparent url('/img/_base/sprite.png') -973px -380px no-repeat; }

#user-lists li .isdeluxe, #user-lists li .notdeluxe { width: 15px; }

#partners .partner, #aside .promotion a, #content .promotion a {
	display: inline !important;
}

input.placeholder, textarea.placeholder { color: #aaa; }

.highlight {
	border: 4px solid #53b642;
	-moz-box-shadow: 0 0 8px #999;-webkit-box-shadow: 0 0 8px #999;box-shadow: 0 0 8px #999;
}

body > iframe { max-height: 0; margin: 0; padding: 0; border: 0; width: 0; position: absolute; }#header {
	background: #fff;
	padding: 0;
	float: left;
	width: 100%;
	border-bottom: 1px solid #7a1333;
}

#header .status {
	background: #641830;
	border: 0;
	border-bottom: 1px solid #a73d5d;
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	height: 24px;
	line-height: 24px;
	padding: 0 2px 0 6px;
	text-align: right;
	position: absolute;
	top: 0;
	right: 5px;
	color: #fff;
	-wekbit-border-radius:0 0 6px 6px;
-moz-border-radius:0 0 6px 6px;
border-radius:0 0 6px 6px;

}
	#header .status a { display: inline-block; color: #fff; border-left: 1px solid #a73d5d; padding: 0 4px; }
	#header .status a:hover { text-decoration: underline; }
	#header .status span + a { margin-left: 4px; }
	#header .status a img { vertical-align: text-bottom; }
	#header .status p { margin: 0; }

	#header .status.messages {
		height: 18px;
		line-height: 18px;
		padding-right: 6px;
		right: 3px;
		top: 86px;
	}
	#header .status.messages .count { padding: 1px 2px 0 0; }

	#header .status .help, #header .status .settings, #privateBrowsing {
		width: 16px;
		text-align: left;
		text-indent: -9999px;
		background: transparent url('/img/status-icons.png') -24px -24px no-repeat;
	}
	#header .status .help { background: transparent url('/img/status-icons.png') -24px -24px no-repeat; }
	#header .status .settings { background: transparent url('/img/status-icons.png') -24px 0 no-repeat; }
	#privateBrowsing { background: transparent url('/img/status-icons.png') left top no-repeat; }
	#privateBrowsing.active { background-position: left bottom; }

#sitelogo {
	width: 208px;
	margin: 20px 0 10px 20px;
	display: inline;
	float: left;
	position: absolute;
}
#sitelogo.border {
	background: transparent url('/img/kampanj/logo-border.png') left top no-repeat;
	padding: 13px;
}

#sitelogo a {
	background: transparent url('/img/registrering/standard-logo.png') left top no-repeat;
	display: block;
	width: 200px;
	height: 94px;
	text-indent: -9999px;
	overflow: hidden;
}

#sitelogo-small {
	display: inline;
	float: left;
	margin: 20px 0 0 10px;
}

#sitelogo-small a {
	background: transparent url('/img/_base/logo-menu.png') center top no-repeat;
	display: block;
	width: 100px;
	height: 40px;
	padding: 0 10px;
	text-indent: -9999px;
	overflow: hidden;
}

/*#sitelogo a.dev { background-image: url('/img/_base/logo-dev.png') }
#sitelogo a.test { background-image: url('/img/_base/logo-test.png') }*/

#partners {
	background: #910c35;
	border-top: 1px solid #a44965;
	color: #fff;
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-size: 10px;
/*	margin-right: 250px;*/
	padding: 6px;
	position: relative;
	text-transform: uppercase;
	z-index: 1;
}

#partners .partner { margin: 0 20px; color: #fff; }
#partners .partner:hover, #partners .partner:focus { border-bottom: 1px solid; }
#partners .partner img { vertical-align: text-bottom; }
/* SEARCHBOX */
#headersearch {
	width: 542px;
	float: left;
	margin: 15px 0 0;
}

#headersearch ul li { float: left; margin-right: 15px; }
#headersearch ul li.last { margin-right: 0; }

#headersearch ul li span.title { 
	display: block; 
	padding-bottom: 7px;
	font-weight: bold;
	color: #ae4e69;
}

#headersearch ul li p.bildknapp { padding-top: 8px; } 


#headersearch ul li input.checkbox { height: 12px; }

#headersearch label { 
	height: 16px;
	line-height: 12px;
	padding-left: 2px;
}

#headersearch ul li select { 
	padding: 3px;
	border: 1px solid #ae4e69;
	font: 12px Arial, Helvetica, sans-serif;
	
}

#headersearch .submit { margin-top: 21px; }


/* LOGINBOX */
.headerlogin {
	float: right;
	margin: 28px 28px 2px;
	position: relative;
}

.headerlogin h3 {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #ae4d68;
	margin: 0 0 2px;
}

.headerlogin input[type="text"], .headerlogin input[type="password"] {
	background: transparent url('/img/_base/sprite.png') 0px -490px no-repeat;
	height: 20px;
	width: 146px;
	padding: 2px 3px;
	float: left;
	margin: 3px 5px;
	border: 0;
	overflow: hidden;
	text-align: center;
	position: relative;
}

.headerlogin .submit {
	background: #e21252;
	width: 81px;
	cursor: pointer;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	font-size: 10px;
	border: 2px solid white;
	margin-top: 2px;
	font-weight: bold;
	padding: 2px 0 3px;
	height: 26px;
	line-height: 1.8;
	position: relative;
	-wekbit-border-radius:6px;
-moz-border-radius:6px;
border-radius:6px;

	-moz-box-shadow: 0 0 2px #ccc;-webkit-box-shadow: 0 0 2px #ccc;box-shadow: 0 0 2px #ccc;
}
.ie .headerlogin .submit {
}

.headerlogin label { line-height: 22px; padding-left: 2px;}

#forgotPassword {
	padding: 0;
	width: 112px;
	float: left;
	padding: 4px 0 10px 8px;
	margin-top: 3px;
	color: #fff;
}

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

.headerlogin a:hover { text-decoration: none; }

.headerlogin a#forgotCancel {  margin-right: 3px; }

a#forgotPassword.selected {
	background-color: #e31453;
	color: #fff;
	-wekbit-border-radius:4px 4px 0 0;
-moz-border-radius:4px 4px 0 0;
border-radius:4px 4px 0 0;

}

#headerlogin ul li.store_pw {
	width: 80px;
	padding: 0px;
}

#logged-in-as {
	display:block;
	float:right;
	text-align:right;
	font-weight:bold;
	margin:30px 5px 5px 0;
}
#logged-in-as a {
	color: #AE4D68;
	text-decoration:none;
}
#logout-button {
	display:block;
	float:right;
	margin:34px 5px 5px 5px;
}
#forgotbox {
	position: absolute;
	top: 32px;
	width: 300px;
	background: #e31453;
	display: none;
	z-index: 11;
	-wekbit-border-radius:0 4px 4px 4px;
-moz-border-radius:0 4px 4px 4px;
border-radius:0 4px 4px 4px;

}
#forgotbox form { margin: 10px; overflow: hidden; }
#forgotbox label { display: block; font-size: 12px; font-weight: bold; color: #fff; }
#forgotbox input { width: auto; height: auto; margin: 4px 0 0; float: left; }
#forgotbox input#forgotInput {
	border: 0; 
	background: transparent url('/img/_base/sprite.png') 0px -490px no-repeat;
	height: 20px;
	width: 146px;
	padding: 2px 3px;
	color: #B62555;
	float: none;
	margin: 4px 0 0;
}
#forgotbox a#forgotHelp, #forgotbox a#forgotCancel { float: left; width: auto; color: #fff; margin: 6px 0 0; display: inline; padding: 2px; }
#forgotbox a#forgotHelp { margin-top: 13px; }
#forgotbox a#forgotCancel { margin: 13px 2px 0 120px; }

.headerlogin span.helpbutton { position: absolute; top: 7px; left: 102px; cursor: pointer; font-weight: bold; }

p#tooltip{
	position: absolute;
	border: 1px solid #333;
	background: #f7f5d1;
	padding: 2px 5px;
	color: #333;
	display: none;
	width: 150px;
	text-align: left;
	z-index: 100;
}

.headerlogin .error {
	background-color: #81203E;
	color: #FFFEA5;
	left: 120px;
	padding: 8px 10px;
	position: absolute;
	top: 34px;
	font-weight: bold;
	-wekbit-border-radius:0 0 4px 4px;
-moz-border-radius:0 0 4px 4px;
border-radius:0 0 4px 4px;

}

#index .headerlogin .error {
	background-color: white;
	border: 1px solid #CCC;
	border-top: 0;
	color: #f00;
	left: 140px;
	width: 268px;
	-wekbit-border-radius:0 0 6px 6px;
-moz-border-radius:0 0 6px 6px;
border-radius:0 0 6px 6px;

}

#index .headerlogin .error .count {
	background-color: #f00;
}#menu {
    background-color: #910c35;
    position: relative;
    z-index: 5;
    float: left;
    width: 100%;
    height: 84px;
}

#menu ul {
	list-style-type: none;
}

#menu .navigation {
	float: left;
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	height: 80px;
	margin: 0 0 8px 10px;
	text-align: center;
	text-transform: uppercase;
}

#menu .navigation li {
	display: inline;
	float: left;
	line-height: 1;
	width: 72px;
	height: 72px;
	margin-right: 15px;
}

#menu .navigation a {
	display: block;
	color: #fff;
	height: 14px;
	width: 72px;
	padding-top: 58px;
	position: relative;
}
	#menu .navigation a .desc {
		display: inline-block;
	}

#menu .navigation li a:hover, #menu .navigation li a:focus {
    padding-bottom: 0;
}
#menu .navigation li a:hover > span.desc, #menu .navigation li a:focus > span.desc,
#menu .navigation a:hover span.desc, #menu .navigation a.active span.desc {
	border-bottom: 1px solid;
}

#menu .navigation .count, #menu .dashboard .count {
	background: #53b642;
	position: absolute;
	top: 10px;
	right: 6px;
	width: 20px;
	height: 10px;
	padding: 4px 0 5px;
	text-align: center;
	z-index: 1;
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	-wekbit-border-radius:12px;
-moz-border-radius:12px;
border-radius:12px;

}

#menu .dashboard .count { 
	top: -4px;
	right: -4px;
}

#menu .dashboard .foldout .count { position: relative; display: inline-block; }

#menu li.hem { background: transparent url('/img/_base/dashboard.png') 0 0 no-repeat;}
#menu li.sok { background: transparent url('/img/_base/dashboard.png') 0 -72px no-repeat;}
#menu li.meddelanden { background: transparent url('/img/_base/dashboard.png') 0 -144px no-repeat;}
#menu li.profil.man { background: transparent url('/img/_base/dashboard.png') 0 -216px no-repeat;}
#menu li.profil.kvinna { background: transparent url('/img/_base/dashboard.png') 0 -288px no-repeat;}
#menu li.deluxe { background: transparent url('/img/_base/dashboard.png') 0 -360px no-repeat;}
#menu li.datingexpert { background: transparent url('/img/_base/dashboard.png') -66px -360px no-repeat;}

#menu .dashboard {
	font-size: 11px;
	font-weight: bold;
	height: 36px;
	text-transform: uppercase;
	position: absolute;
	bottom: -2px;
	right: 0;
	padding-right: 5px;
}

#menu .dashboard li {
	float: left;
	margin: 0 5px;
}
#menu .dashboard li > a { height: 36px; width: 36px; display: block; background: transparent url('/img/_base/dashboard.png') -72px 0 no-repeat; position: relative; }
#menu .dashboard li.notifications > a { position: relative; }
#menu .dashboard li.chat > a { position: relative; }

#menu .dashboard li a span.desc {
	color: #fff;
	overflow: hidden;
	text-indent: -9999px;
}

#menu .dashboard li.guestbook a { background-position: -72px 0; }
#menu .dashboard li.friends > a { background-position: -108px -72px; }
#menu .dashboard li.friendrequests > a { background-position: -72px -72px; }
#menu .dashboard li.datecall a { background-position: -72px -36px; }
#menu .dashboard li.chat a { background-position: -108px -36px;  }
#menu .dashboard li.chat.online a { background-position: -108px 0; }

#menu .dashboard .notifications .desc {  }
#menu .dashboard .chat a { background-position: center 17px; }
#menu .dashboard .chat .desc .count { margin-left: 10px; }


#menu .dashboard li > a:hover, #menu .dashboard li > a:focus, #menu .dashboard li:hover > a {
    background-color: #9d1740;
}





#menu .foldout {
	color: #fff;
	/*background-color: rgba(164, 26, 69, 0.95);*/
	position: absolute;
	z-index: 4;
	top: 36px;
	display: none;
	padding: 0 0 10px;
}

#menu .dashboard .foldout {
	background-color: #9d1740;
	padding: 10px;
	right: 0;
	text-transform: none;
	width: 230px;
}

#menu li .foldout > a { display: inline; background: none; padding: 4px 2px !important; color: #fff; }
#menu li.notifications .foldout a, #menu li.chat .foldout a { color: #fff; }
#menu li .foldout a.button { padding: 0 !important; }
#menu .foldout h2 { margin: 0; color: #fff; }
#menu .foldout ul { overflow: hidden; }
#menu .foldout li { margin-right: 10px; }
#menu .visitors .foldout li, #menu .friends .foldout li { margin: 6px 10px 6px 6px }

#menu .friends .foldout ul { float: right; width: 100%; }
#menu .friends .foldout p.more { clear: both; float: right; margin-top: 10px; }
#menu .friends .foldout .userInfo { text-align: center; }

#menu .guestbook .foldout a { display: block; }

#menu a:focus + .foldout, #menu a:hover + .foldout { display: block; }
#menu .foldout:hover, #menu .foldout:hover { display: block; }


#menu .navigation .foldout > ul {
	background: #e31453;
	padding: 4px 10px 6px;
	width: 600px;
	position: relative;
	margin: 0 3px;
	border: 2px solid #cc124b;
	border-top: 0;
	-wekbit-border-radius:0 4px 4px 4px;
-moz-border-radius:0 4px 4px 4px;
border-radius:0 4px 4px 4px;

}
#menu .navigation .foldout > ul > li {
	border-bottom: 1px solid #ea4f7e;
	float: left;
	clear: left;
	line-height: 1.8;
	width: 100%;
}
#menu .navigation .foldout > ul > li > a { float: left; width: 150px; }
#menu .navigation .foldout li li a { line-height: 19px; text-transform: none; width: 90px; display: inline-block; }

#menu .hitta-synas .foldout > ul { /*margin-left: 122px;*/ width: 180px; }
#menu .sok .foldout > ul { /*margin-left: 254px;*/ width: 180px; }
#menu .affinity .foldout > ul { /*margin-left: 326px;*/ width: 180px; }
#menu .support .foldout > ul { /*margin-left: 326px;*/ width: 120px; }

#menu .bokabord .foldout > ul { /*margin-left: 326px;*/ width: 195px; }
#menu .bokabord .foldout > ul > li > a { width: 195px; }

#menu .notifications .foldout {  }
#menu .chat .foldout {  }

#menu .notifications .foldout,
#menu .chat .foldout { 
	
}
#menu .notifications .foldout li,
#menu .chat .foldout li { 
	border-bottom: 1px solid #cc2056;
}
#menu .notifications .foldout a,
#menu .chat .foldout a { 
	line-height: 2;
	width: 203px;
	display: block;
}
#menu .chat .foldout a { width: 226px; }
	#menu .notifications .foldout a strong { 
		display: inline-block;
		width: 175px;
		cursor: pointer;
	}


#menu .dashboard li.notifications a.messages { background: transparent url('/img/_base/icons.png') 3px -111px no-repeat; padding-left: 25px !important; }
#menu .dashboard li.notifications a.newsletters { background: transparent url('/img/_base/icons.png') 6px -141px no-repeat; padding-left: 25px !important; }
#menu .dashboard li.notifications a.guestbook { background: transparent url('/img/_base/icons.png') 4px -171px no-repeat; padding-left: 25px !important; }
#menu .dashboard li.notifications a.friendrequests { background: transparent url('/img/_base/icons.png') 3px 7px no-repeat; padding-left: 25px !important; }

#menu #goto {
	margin: 5px 0 0;
	border: 1px solid #b71043;
	background: #cc124b;
	border-bottom: 0;
	border-right-color: #ea4f7e;
	width: 170px;
	color: white;
	padding: 4px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}#widebanner {
	text-align: center;
	background: #910c35;
	max-height: 300px;
}
	#widebanner div {
		width: 728px;
		margin: 0 auto;
	}

	#widebanner a, #widebanner object, #widebanner iframe, #widebanner img { display: block; margin: 0 auto; }

#skyscraper, #leftSkyscraper {
	position: absolute;
}

#widebanner iframe, #skyscraper iframe, #banner iframe, #rectangleAd iframe {
	border: 0; overflow: hidden;
}

.aside-ads {
	background: #eee;
	float: right;
	width: 250px;
	min-height: 600px;
	margin-right: 1px;
}

#adiframe { margin: 0; padding: 0; background: transparent; }

/* LOGGED OUT */

.networklink {
	float: left;
	width: 200px;
	height: 55px;
	margin: 0 5px 10px;
}

#networklinks {
	width: 840px;
	margin: 40px auto 0;
	overflow: hidden;
}
#logoutad {
	min-width: 320px; max-width: 730px; margin: 0 auto;
}

#site div.main {
	background-image: none; text-align: center; line-height: 15px; padding-bottom: 20px; padding-top: 20px
}

div#utloggad {
	background-color: #fff;
	text-align: center;
	line-height: 15px;
	padding: 20px 0;
	margin: 0 4px;
	overflow: auto;
}

div#logoutad {  }#footer {
	clear: both;
	margin: 0 auto;
	background: #81203E;
	height: 46px;
	padding: 6px 0 0;
	font-size: 9px;
	overflow:hidden;
	position: relative;
}
#footer p, #reg_footer p {
	color: #fff;
	width: 470px;
	line-height: 16px;
	padding: 0 5px 0px 15px;
}
#footer p a, #reg_footer p a  {
	color: #fff;
	margin-left: 5px;
	text-decoration:none;
	font-weight:normal;
	font-size: 9px
}
#footer a:hover, #reg_footer a:hover{
	text-decoration:underline;
}
#footer div.copyright, #reg_footer div.copyright  {
	margin: 0;
	color: #fff;
	line-height: 14px;
	padding: 5px 15px 0px 0px;
	text-align: right;
	float: right
}/* Main Style Sheet for jQuery UI date picker */
#datepicker_div, .datepicker_inline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0;
	margin: 0;
	background: #ddd;
	width: 185px;
}
#datepicker_div {
	display: none;
	border: 1px solid #777;
	z-index: 9999; /*must have*/
}
.datepicker_inline {
	float: left;
	display: block;
	border: 0;
}
.datepicker_rtl {
	direction: rtl;
}
.datepicker_dialog {
	padding: 5px !important;
	border: 4px ridge #ddd !important;
}
button.datepicker_trigger {
	width: 25px;
}
img.datepicker_trigger {
	margin: 2px;
	vertical-align: middle;
}
.datepicker_prompt {
	float: left;
	padding: 2px;
	background: #ddd;
	color: #000;
}
* html .datepicker_prompt {
	width: 185px;
}
.datepicker_control, .datepicker_links, .datepicker_header, .datepicker {
	clear: both;
	float: left;
	width: 100%;
	color: #fff;
}
.datepicker_control {
	background: #777;
	padding: 2px 0px;
}
.datepicker_links {
	background: #ddd;
	padding: 2px 0px;
}
.datepicker_control, .datepicker_links {
	font-weight: bold;
	font-size: 80%;
	letter-spacing: 1px;
}
.datepicker_links label { /* disabled links */
	padding: 0px 5px;
	color: #888;
}
.datepicker_clear, .datepicker_prev {
	float: left;
	width: 34%;
}
.datepicker_rtl .datepicker_clear, .datepicker_rtl .datepicker_prev {
	float: right;
	text-align: right;
}
.datepicker_current {
	float: left;
	width: 30%;
	text-align: center;
}
.datepicker_close, .datepicker_next {
	float: right;
	width: 34%;
	text-align: right;
}
.datepicker_rtl .datepicker_close, .datepicker_rtl .datepicker_next {
	float: left;
	text-align: left;
}
.datepicker_header {
	padding: 1px 0 3px;
	background: #eee;
	text-align: center;
	font-weight: bold;
	height: 15px;
}
.datepicker_header select {
	background: #eee;
	color: #333;
	border: 0px;
	font-weight: normal;
}
.datepicker_header select option { background: #fff; }
.datepicker {
	background: #ccc;
	text-align: center;
	font-size: 100%;
}
.datepicker a {
	display: block;
	width: 100%;
}
.datepicker_titleRow {
	background: #777;
}
.datepicker_daysRow {
	background: #eee;
	color: #666;
}
.datepicker_weekCol {
	background: #777;
	color: #fff;
}
.datepicker_daysCell {
	color: #000;
	border: 1px solid #ddd;
}
.datepicker_daysCell a{
	display: block;
}
.datepicker_weekEndCell {
	background: #ddd;
}
.datepicker_titleRow .datepicker_weekEndCell {
	background: #777;
}
.datepicker_daysCellOver {
	background: #fff;
	border: 1px solid #777;
}
.datepicker_unselectable {
	color: #888;
}
.datepicker_today {
	background: #fcc !important;
}
.datepicker_currentDay {
	background: #999 !important;
}
.datepicker_status {
	background: #ddd;
	width: 100%;
	font-size: 80%;
	text-align: center;
}

.datepicker_newMonth, .datepicker_newYear {
	width: 75px;
	margin: 0 5px;
}

/* ________ Datepicker Links _______

** Reset link properties and then override them with !important */
#datepicker_div a, .datepicker_inline a {
	cursor: pointer;
	margin: 0;
	padding: 0;
	background: none;
	color: #000;
}
.datepicker_inline .datepicker_links a {
	padding: 0 5px !important;
}
.datepicker_control a, .datepicker_links a {
	padding: 2px 5px !important;
	color: #eee !important;
}
.datepicker_links a {
	color: #333 !important;
}
.datepicker_titleRow a {
	color: #eee !important;
}
.datepicker_control a:hover {
	background: #ccc !important;
	color: #333 !important;
}
.datepicker_links a:hover, .datepicker_titleRow a:hover {
	background: #ccc !important;
	color: #333 !important;
}

/* ___________ MULTIPLE MONTHS _________*/

.datepicker_multi .datepicker {
	border: 1px solid #777;
}
.datepicker_oneMonth {
	float: left;
	width: 185px;
}
.datepicker_newRow {
	clear: left;
}

/* ___________ IE6 IFRAME FIX ________ */

.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*/
}/*
 * jQuery UI CSS Framework 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -999999px; }
.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 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Helvetica,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=dddddd&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=50&borderColorHeader=dddddd&fcHeader=444444&iconColorHeader=81203e&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=dddddd&fcContent=444444&iconColorContent=ff0084&bgColorDefault=f6f6f6&bgTextureDefault=03_highlight_soft.png&bgImgOpacityDefault=100&borderColorDefault=dddddd&fcDefault=81203e&iconColorDefault=666666&bgColorHover=81203e&bgTextureHover=03_highlight_soft.png&bgImgOpacityHover=25&borderColorHover=ae3259&fcHover=ffffff&iconColorHover=ffffff&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=dddddd&fcActive=ff0084&iconColorActive=454545&bgColorHighlight=ffffff&bgTextureHighlight=01_flat.png&bgImgOpacityHighlight=55&borderColorHighlight=cccccc&fcHighlight=444444&iconColorHighlight=81203e&bgColorError=ffffff&bgTextureError=01_flat.png&bgImgOpacityError=55&borderColorError=ff0084&fcError=222222&iconColorError=ff0084&bgColorOverlay=eeeeee&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=80&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=60&thicknessShadow=4px&offsetTopShadow=-4px&offsetLeftShadow=-4px&cornerRadiusShadow=0px
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: Helvetica, Arial, sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Helvetica, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #dddddd; background: #ffffff url(/img/_base/ui/spraydate/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #444444; }
.ui-widget-content a { color: #444444; }
.ui-widget-header { border: 1px solid #dddddd; background: #dddddd url(/img/_base/ui/spraydate/ui-bg_highlight-soft_50_dddddd_1x100.png) 50% 50% repeat-x; color: #444444; font-weight: bold; }
.ui-widget-header a { color: #444444; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #f5a1bc; background: #f8c4d4; font-weight: bold; color: #ffffff; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #81203e; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #ae3259; background: #f6f6f6 url(/img/_base/ui/spraydate/ui-bg_highlight-soft_100_f6f6f6_1x100.png) 50% 50% repeat-x; font-weight: bold; color: #81203e; }
.ui-state-hover a, .ui-state-hover a:hover { color: #81203e; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #dddddd; background: #fefefe url(/img/_base/ui/spraydate/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #ff0084; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ff0084; text-decoration: none; }
.ui-widget :active { outline: none; }

#index .ui-state-default, #index .ui-widget-content .ui-state-default, #index .ui-widget-header .ui-state-default { border: 1px solid #6a1f37; background: #852845; font-weight: bold; color: #ffffff; }
#index .ui-state-hover, #index .ui-widget-content .ui-state-hover, #index .ui-widget-header .ui-state-hover, #index .ui-state-focus, #index .ui-widget-content .ui-state-focus, #index .ui-widget-header .ui-state-focus { border: 1px solid #ae3259; background: #f6f6f6 url(/img/_base/ui/spraydate/ui-bg_highlight-soft_100_f6f6f6_1x100.png) 50% 50% repeat-x; font-weight: bold; color: #81203e; }
#index .ui-state-active, #index .ui-widget-content .ui-state-active, #index .ui-widget-header .ui-state-active { border: 1px solid #dddddd; background: #fefefe url(/img/_base/ui/spraydate/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #ff0084; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #cccccc; background: #ffffff url(/img/_base/ui/spraydate/ui-bg_flat_55_ffffff_40x100.png) 50% 50% repeat-x; color: #444444; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #444444; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #ff0084; background: #ffffff url(/img/_base/ui/spraydate/ui-bg_flat_55_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #222222; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #222222; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

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

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(/img/_base/ui/spraydate/ui-icons_ff0084_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(/img/_base/ui/spraydate/ui-icons_ff0084_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(/img/_base/ui/spraydate/ui-icons_81203e_256x240.png); }
.ui-state-default .ui-icon { background-image: url(/img/_base/ui/spraydate/ui-icons_ffffff_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon { background-image: url(/img/_base/ui/spraydate/ui-icons_666666_256x240.png); }
.ui-state-active .ui-icon {background-image: url(/img/_base/ui/spraydate/ui-icons_454545_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(/img/_base/ui/spraydate/ui-icons_81203e_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(/img/_base/ui/spraydate/ui-icons_ff0084_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-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.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; border-top-left-radius: 4px; }
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #eeeeee url(/img/_base/ui/spraydate/ui-bg_flat_0_eeeeee_40x100.png) 50% 50% repeat-x; opacity: .80;filter:Alpha(Opacity=80); }
.ui-widget-shadow { margin: -4px 0 0 -4px; padding: 4px; background: #aaaaaa url(/img/_base/ui/spraydate/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .60;filter:Alpha(Opacity=60); -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; }/*
 * jQuery UI Resizable 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.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: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; 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;}/*
 * jQuery UI Selectable 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
/*
 * jQuery UI Accordion 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion { width: 100%; }
.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 .7em; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 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; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }/*
 * jQuery UI Autocomplete 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete { position: absolute; cursor: default; }

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}
/*
 * jQuery UI Button 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; }
button.ui-button-icons-only { width: 3.7em; }

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
/*
 * jQuery UI Dialog 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .5em 1em .3em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .2em 0; }
.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 { position: relative; 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 .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/*
 * jQuery UI Slider 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle {
	background: transparent url('/img/_base/ui/slider-handle.png') left top no-repeat;
	border: none;
	width: 19px;
	height: 19px;
	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; background: #f8c4d4; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -5px; 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; }/*
 * jQuery UI Tabs 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.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 { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
/*
 * jQuery UI Datepicker 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.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 { 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 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*/
}/*
 * jQuery UI Progressbar 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }div.ac_results{
	text-align:left;
    background-position: 0px bottom;
    background-image: url('/img/autocomplete-bg.png');
	z-index:2000;
}

div.ac_results ul{
    margin: 0px 5px 5px 5px;    
}

div.ac_results li{
    cursor: pointer;
    line-height: 18px;
    padding: 2px 3px 3px 3px;
}

div.ac_results li.ac_over {
    background-color: #FFE1EB;
}.boxy-wrapper { position: absolute; text-align: left; }
.boxy-wrapper.fixed { position: fixed;  }

  /* Modal */
  
  .boxy-modal-blackout { position: absolute; background-color: black; left: 0; top: 0; }
  
  /* Border */

  .boxy-wrapper { empty-cells: show; }
	.boxy-wrapper .top-left,
	.boxy-wrapper .top-right,
	.boxy-wrapper .bottom-right,
	.boxy-wrapper .bottom-left { width: 10px; height: 10px; padding: 0 }
	
	.boxy-wrapper .top-left { background: url('/img/boxy/boxy-nw.png'); }
	.boxy-wrapper .top-right { background: url('/img/boxy/boxy-ne.png'); }
	.boxy-wrapper .bottom-right { background: url('/img/boxy/boxy-se.png'); }
	.boxy-wrapper .bottom-left { background: url('/img/boxy/boxy-sw.png'); }

	.boxy-wrapper .top { background: url('/img/boxy/boxy-n.png') left top repeat-x; height: 10px; }
	.boxy-wrapper .left { background: url('/img/boxy/boxy-w.png') left top repeat-y; width: 10px; float: none; }
	.boxy-wrapper .bottom { background: url('/img/boxy/boxy-s.png')  left top repeat-x; height: 10px; }
	.boxy-wrapper .right { background: url('/img/boxy/boxy-e.png') left top repeat-y; width: 10px; float: none; }
	
	/* IE6+7 hacks for the border. IE7 should support this natively but fails in conjuction with modal blackout bg. */
	/* NB: these must be absolute paths or URLs to your images */
	.boxy-wrapper .top-left { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/boxy/boxy-nw.png'); }
	.boxy-wrapper .top-right { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/boxy/boxy-ne.png'); }
	.boxy-wrapper .bottom-right { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/boxy/boxy-se.png'); }
	.boxy-wrapper .bottom-left { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/boxy/boxy-sw.png'); }

	.boxy-wrapper .top { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale',src='/img/boxy/boxy-n.png'); }
	.boxy-wrapper .left { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale',src='/img/boxy/boxy-w.png'); }
	.boxy-wrapper .bottom { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale',src='/img/boxy/boxy-s.png'); }
	.boxy-wrapper .right { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale',src='/img/boxy/boxy-e.png'); }
	
	/*.boxy-wrapper .top,
	.boxy-wrapper .bottom { height: 10px; background-color: black; opacity: 0.6; filter: alpha(opacity=60); padding: 0 }
	
	.boxy-wrapper .left,
	.boxy-wrapper .right { width: 10px; background-color: black; opacity: 0.6; filter: alpha(opacity=60); padding: 0 }*/
	
	/* Title bar */
	
	.boxy-wrapper .title-bar { background-color: #fdedf1; padding: 12px; position: relative; }
	  .boxy-wrapper .title-bar.dragging { cursor: move; }
	    .boxy-wrapper .title-bar h2 { font-size: 18px; line-height: 1; margin: 0; padding: 0; font-weight: normal; }
	    .boxy-wrapper .title-bar .close {
	    	background: transparent url('/img/_base/sprite.png') -960px -199px no-repeat;
	    	color: white; 
	    	display: block;
	    	position: absolute; 
	    	top: 10px;
	    	right: 10px; 
	    	font-size: 90%; 
	    	line-height: 1;
	    	text-indent: -9999px;
	    	width: 22px;
	    	height: 22px;
	    	overflow: hidden;
	    }
		
	/* Content Region */
	
	.boxy-inner { background-color: #fff; padding: 0 }
	.boxy-content { padding: 15px; font-family: Tahoma; font-size: 11px; border: 6px solid #fdedf1; border-top: none; }
	.boxy-content p { margin: 0 0 8px; }
	
	/* Question Boxes */

    .boxy-wrapper .question { width: 350px; min-height: 80px; }
    .boxy-wrapper .answers { text-align: right; }

	.boxy-wrapper .answers input, .boxy-wrapper .question input {
		background: transparent url('/img/im/btn-clear.png') left top no-repeat;
		width: 80px;
		height: 27px;
		text-align: center;
		line-height: 26px;
		color: #666;
		font-weight: bold;
		border: 0;
	}
body {
	background: white;
	font: normal 12px Helvetica, 'Helvetica Neue', Arial, sans-serif;
	text-align: center;
	color: #414141;
	text-rendering: optimizeLegibility;
}

select {
	margin: 0 0 4px;
	padding: 5px 5px 5px 1px;
	position: relative;
	min-width: 10px;
	border: 1px solid #b3b3b3;
	border-radius: 5px;
}


#site {
	background: transparent url('/img/_base/sitebg.png') center top repeat-y;
	margin: 0 auto;
	/*padding: 0 9px;*/
	text-align: left;
	width: 100%;
}

#logo {
	margin: 18px 0 10px 18px;
	position: absolute;
}

#content-wrapper {
	background: #fff;
	min-height: 600px;
	position: relative;
}

#content-wrapper > #login {
	background: #cd1e4b;
	color: #fff;
	max-width: 218px;
	padding: 4px 10px 6px;
	position: absolute;
	right: 32px;
	-wekbit-border-radius:0 0 4px 4px;
-moz-border-radius:0 0 4px 4px;
border-radius:0 0 4px 4px;

	-moz-box-shadow: 0 0 4px rgba(0,0,0,0.4);-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.4);box-shadow: 0 0 4px rgba(0,0,0,0.4);
}
#content-wrapper > #login.loggedin { max-width: 600px; font-size: 14px; font-weight: bold; }
#content-wrapper > #login.active { z-index: 200; }

#content-wrapper > #login a { color: #fff; text-decoration: underline; }
#content-wrapper > #login a.toggle { display: block; text-align: right; }
#content-wrapper > #login input[type=text], #content-wrapper > #login input[type=password] { background: #fff; width: 208px; cursor: text; }
#content-wrapper > #login span.count, #forgotPassword { 
	margin: 4px 2px;
	float: left;
}
#forgotbox label { line-height: 1.2; width: auto; margin: 0; font-size: 11px;  }


#loginform, #forgotbox {
	display: none;
}

#content {
	width: auto;
	margin: 0 10px;
}

h1 {
	background: none;
	font-size: 32px;
	font-weight: normal;
	padding: 0;
}

label {
	display: block;
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-size: 12px;
	float: left;
	line-height: 2.7;
	margin: 0 2px 0 0;
	text-align: right;
	width: 103px;
	padding-right: 2px;
}

p.intro { margin: 0 0 20px 0; width: 450px; line-height: 1.4 }

/*p.inputbg {
	background: transparent url('/img/registrering/input-text.png') left top no-repeat;
	padding: 4px;
	margin: 0 0 5px;
	height: 30px;
	position: relative;
}*/

input[type=text], input[type=password] {
	background: #fff url('/img/registrering/validation-icons.png') 269px 5px no-repeat;
	width: 280px;
	height: 16px;
	margin: 0 0 4px;
	font-size: 11px;
	border: 1px solid #b3b3b3;
	padding: 5px;
	position: relative;
	z-index: 1;
	-wekbit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;

	cursor: help;
}
input[type=text].error, input[type=password].error {
	background-position: 269px -47px;
	border-color: #b70000;
}

input[type=text].valid, input[type=password].valid {
	background-position: 269px -21px;
	cursor: text;
}

#reg_postcode {
	width: 61px; 
	background-position: 50px 5px;
}
#reg_postcode.error { background-position: 50px -47px; }
#reg_postcode.valid { background-position: 50px -21px; }

p.inputbg input#reg_postcodearea { background: transparent; width: 183px; left: 56px; border: 0; color: #666; }


#form {
	width: 430px;
	height: 400px;
	clear: left;
	margin: 80px 10px 0 auto;
}

.error.head {
	padding-left: 10px;
	font-size: 12px;
	line-height: 28px;
	margin: 0 20px 10px 0;
	text-align: left;
}

.success {
	background: transparent url('/img/registrering/icon_success.gif') 8px 8px no-repeat;
	color: #00b700;
	padding-left: 24px;
}

.available a {
	color: #fff;
	border-bottom: 1px solid;
}

#form form > div { position: relative; float: left; width: 100%; }
#form div.gender, #form div.gender p,
#form div.gender_lookingfor, #form div.gender_lookingfor p { float: left; }
#form form > div.gender { width: 178px; }
#form div.gender_lookingfor { width: 200px; }
#form div.age label { width: 31px; text-align: center; }
#form form > div.age { width: 232px; }
#form form > div.age_lookingfor { width: 210px; }
#form form > div.age_lookingfor p { width: 60px; float: left; }
#form div.age_lookingfor label { width: auto; text-align: center; padding: 0 5px; }

#form #reg_birthyear { width: 59px; }
#form #reg_birthmonth { width: 68px; }
#form #reg_birthday { width: 53px; }
#form #reg_minAge, #form #reg_maxAge { width: 60px; }
#form #reg_looksForGender { width: 90px; }

#profiles {
	padding: 20px 5px;
/*	background-image: -o-linear-gradient(bottom, rgba(255,255,255, 1) 0%, rgba(255,255,255, 0.1) 100%);
	background-image: -moz-linear-gradient(bottom, rgba(255,255,255, 1) 0%, rgba(255,255,255, 0.1) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(255,255,255, 1) 0%, rgba(255,255,255, 0.1) 100%);
	background-image: -ms-linear-gradient(bottom, rgba(255,255,255, 1) 0%, rgba(255,255,255, 0.1) 100%);
	background-image: linear-gradient(bottom, rgba(255,255,255, 1) 0%, rgba(255,255,255, 0.1) 100%);*/
}

#profiles .profileImage {
	margin: 0 0 0 11px;
	padding: 2px;
	max-width: 50px;
	-moz-box-shadow: none;-webkit-box-shadow: none;box-shadow: none;
}

#profiles .userInfo { display: none; }
#profiles img { max-width: 50px; margin-bottom: 0; }

#description {
	color: #ddd;
	font-size: 10px;
	width: 800px;
	margin: 20px auto;
}

.bubble {
	position: relative;
	padding: 8px 10px;
	margin: 1em 0 3em;
	color: #212121;
	background: #fff8c0;
	border-radius: 10px;
	position: absolute;
	bottom: 10px;
	right: -50px;
	width: 280px;
	z-index: 20;
	-wekbit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;

	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.postcode .bubble {
	right: 168px;
}

.bubble.error {
	background: #bc2020;
	color: #fff;
}

.bubble::after {
	content: "";
	position: absolute;
	bottom: -15px;
	right: 80px;
	border-width: 15px 7px 0 15px;
	border-style: solid;
	border-color: #fff8c0 transparent;
	display: block;
	width: 0;
}


.bubble::before {
	content: '';
	z-index: -1;
	position: absolute;
	bottom: -12px;
	right: 86px;
	width: 7px;
	max-width: 300px; /* avoid rotation causing ugly appearance at large container widths */
	height: 11px;
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.3);-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.3);box-shadow: 0 5px 10px rgba(0,0,0,0.3);
	-webkit-transform: skew(42deg) rotate(72deg);
	-moz-transform: skew(42deg) rotate(72deg);
	-ms-transform: skew(42deg) rotate(72deg);
	-o-transform: skew(42deg) rotate(72deg);
	transform: skew(42deg) rotate(72deg);
}

.bubble.error {
	background: #bc2020;
	color: #fff;
}
.bubble.error::after {
	border-color: #bc2020 transparent;
}

.bubble p { margin: 0; }

#form input[type=submit] {
	/*background: transparent url('/img/_base/buttons.png') 0 -213px no-repeat;*/
	background: #49af37;
	font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	width: 300px;
	height: 35px;
	text-align: center;
	color: white;
	font-weight: bold;
	border: 0;
	cursor: pointer;
	text-shadow: 2px 2px 1px #3F9830;
	padding: 0;
	margin: 10px 0 0 104px;
	border: 2px solid white;
	position: relative;
	-moz-box-shadow: 0 0 4px #ccc;-webkit-box-shadow: 0 0 4px #ccc;box-shadow: 0 0 4px #ccc;
	-wekbit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;

}

#form p.terms {
	font-size: 10px;
	margin: 10px 20px 0 130px;
}

.stickyUser {
	bottom: 260px;
	font-family: 'Trebuchet MS', Arial, sans-serif;
	left: 70px;
	height: 285px;
	position: absolute;
	width: 430px;
}
	#index .stickyUser { bottom: 140px; }

.stickyUser .close {
	background: transparent url('/img/registrering/cross.png') left top no-repeat;
	display: block;
	height: 23px;
	overflow: hidden;
	position: absolute;
	right: 7px;
	text-indent: -9999px;
	top: 6px;
	width: 23px;
}

.stickyUser .bg {
	background: #fff;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	position: absolute;
	-wekbit-border-radius:8px;
-moz-border-radius:8px;
border-radius:8px;

	-moz-box-shadow: 0 0 8px #666;-webkit-box-shadow: 0 0 8px #666;box-shadow: 0 0 8px #666;
}

.stickyUser .content {
	bottom: 0;
	left: 0;
	padding: 8px 16px 8px 8px;
	position: absolute;
	right: 0;
	top: 0;
}

.stickyUser h3 {
	font-size: 22px;
	margin-top: 10px;
}

.stickyUser img {
	float: left;
	margin: 0 16px 0 0;
	max-height: 269px;
	max-width: 180px;
	-wekbit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;

}

.stickyUser p {
	margin-bottom: 10px;
	line-height: 1.4;
}

.stickyUser p:first-letter { text-transform: uppercase; }

.stickyUser .visitnow {
	bottom: 35px;
	position: absolute;
	right: 16px;
}

.profileImage.deluxe { background: #eee; }

#content.aktivering, #content.nyttlosenord { 
	width: 440px;
	margin: 70px 10px 0 auto;
}

#content.aktivering h1, #content.nyttlosenord h1 {
	line-height: 1.1;
	margin-bottom: 20px;
}






/* CHRISTMASY STUFF */

#logo {
	background: transparent url('/img/kampanj/logo-border.png') left top no-repeat;
	padding: 13px;
	margin: 18px 0 10px 18px;
	position: absolute;
}

#form {
	background: transparent url('/img/registrering/bg-form.png') left top no-repeat;
	padding-left: 10px;
}
/* STARTPAGE NOT LOGGED IN */

#startpage {
	/*background: #fff url('/img/startpage/bg.png') left top repeat-x;*/
}


#index #menu,
#gratis-natdejting #menu,
#dating-pa-natet #menu,
#dejta-tjejer-killar #menu {
	height: 0;
	overflow: visible;
}

#index #header,
#gratis-natdejting #header,
#dating-pa-natet #header,
#dejta-tjejer-killar #header {
	border: 0;
}

#index .headerlogin,
#gratis-natdejting .headerlogin,
#dating-pa-natet .headerlogin,
#dejta-tjejer-killar .headerlogin {
	margin: 0;
	padding: 7px 10px 2px 5px;
	width: 520px;
	background: #fff;
	background: rgba(255,255,255,0.4);
	-wekbit-border-radius:0 0 0 8px;
-moz-border-radius:0 0 0 8px;
border-radius:0 0 0 8px;

}

#index .headerlogin form,
#gratis-natdejting .headerlogin form,
#dating-pa-natet .headerlogin form,
#dejta-tjejer-killar .headerlogin form {
	display: inline;
}

#index .headerlogin input[type="text"], #index .headerlogin input[type="password"],
#gratis-natdejting .headerlogin input[type="text"], #gratis-natdejting .headerlogin input[type="password"],
#dating-pa-natet .headerlogin input[type="text"], #dating-pa-natet .headerlogin input[type="password"],
#dejta-tjejer-killar .headerlogin input[type="text"], #dejta-tjejer-killar .headerlogin input[type="password"] {
	background: white;
	border: 1px solid #ccc;
	cursor: text;
	width: 138px;
	height: 18px;
}

/*#index .headerlogin input[type="submit"] {
	padding: 4px 4px 6px 5px;
}*/

#index #forgotPassword,
#gratis-natdejting #forgotPassword,
#dating-pa-natet #forgotPassword,
#dejta-tjejer-killar #forgotPassword { 
	background: rgba(255,255,255,0.4);
	color: #414141;
	padding-bottom: 4px;
	margin-bottom: 10px;
	text-decoration: none;
	-wekbit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;

}

#index #forgotPassword.selected,
#gratis-natdejting #forgotPassword.selected,
#dating-pa-natet #forgotPassword.selected,
#dejta-tjejer-killar #forgotPassword.selected {
	padding-bottom: 10px;
	background-color: #e31453;
	color: #fff;
	margin-bottom: 4px;
	-wekbit-border-radius:4px 4px 0 0;
-moz-border-radius:4px 4px 0 0;
border-radius:4px 4px 0 0;

}

#index #forgotbox,
#gratis-natdejting #forgotbox,
#dating-pa-natet #forgotbox,
#dejta-tjejer-killar #forgotbox { 
	top: 40px;
	left: 7px;
}

#index #forgotbox form,
#gratis-natdejting #forgotbox form,
#dating-pa-natet #forgotbox form,
#dejta-tjejer-killar #forgotbox form {
	display: block;
}

#index .headerlogin span.helpbutton,
#gratis-natdejting .headerlogin span.helpbutton,
#dating-pa-natet .headerlogin span.helpbutton,
#dejta-tjejer-killar .headerlogin span.helpbutton {
	top: 14px; left: 110px;
}

#startpage #intro {
	font-size: 13px;
	position: relative;
	min-height: 470px;
}

#startpage #intro h2 {
	font-size: 30px;
	line-height: 1.1;
	font-weight: normal;
	color: #fff;
}

#startpage #featured { float: right; }

#startpage #new-member {
	background: transparent url('/img/_base/sprite.png') 0 -165px no-repeat;
	height: 356px;
	width: 484px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	padding-top: 10px;
}
	#startpage #new-member #reg_alias {
		border: 0;
		font-weight: bold;
		font-size: 11px;
		color: #9c2d4f;
		line-height: 1.6;
		padding: 4px 8px;
		width: 200px;
		text-align: center;
		-wekbit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;

	}
	#startpage #new-member .submit { 
		background: transparent url('/img/_base/buttons.png') 0 -92px no-repeat;
		width: 186px;
		height: 35px;
		border: 0; 
		text-indent: -9999px;
		cursor: pointer;
		text-align: left;
		margin: 8px auto 0;
	}
	.ie #startpage #new-member .submit { 
		font-size: 0;
		display: inline-block;
		line-height: 0;
	}

#startpage #test-search {
	background: transparent url('/img/_base/sprite.png') left top no-repeat;
	height: 165px;
	width: 982px;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
}
	#startpage #test-search form {
		float: right;
		height: 125px;
		margin-top: 40px;
		overflow: hidden;
		width: 560px;
	}
	#startpage #test-search h2 {
		float: left;
		margin: 50px 0 0 250px;
	}
	#startpage #test-search p {
		float: left;
		margin: 10px;
	}
	#startpage #test-search .button, #search #test-search .button { 
		margin: 20px auto 0;
	}
	.ie #startpage #test-search .submit { 
		font-size: 0;
		line-height: 0;
		display: block;
	}

#startpage #photos {
	position: absolute;
	left: -30px;
	bottom: -40px;
	z-index: 200;
}


#startpage #intro ul, #intro li { list-style-type: none; }
#startpage #intro ul { margin: 8px 0 0; height: 30px; font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif; font-size: 16px; font-weight: bold; color: #fff; }
#startpage #intro li { display: inline; }

#startpage #mainpuff {float:right;}


#startpage #userImages { margin: 40px 0 0; width: 525px; }
	#startpage #userImages a { display: inline-block; }
	#startpage #userImages img { padding: 0; vertical-align: top; }
	#startpage #charmtoppen .profileImage { margin: 0; }
	#startpage #charmtoppen .profileImage { float: none; }
	#startpage #charmtoppen .profileImage img {
		max-width: 59px;
		max-height: 76px;
	}

/* EDITORIAL */
#startpage #editorial, #startpage #aside {
	background: #f7f7f7 url('/img/startpage/divider-big.png') left top no-repeat;
	overflow: hidden;
	width: 980px;
	margin: 0 auto;
}

#startpage .blurbs {
	padding: 10px 9px 30px;
}

#startpage #aside { background-position: right top; }

#startpage #promotion { margin-top: -25px; width: 188px; float: left; overflow: hidden; margin-right: 14px; }

#startpage #editorial .aside {
	float: right;
	padding: 0 0 20px 0;
}

#startpage .aside .article {
	width: 188px;
}

#startpage .wide .article {
	float: left;
	margin-right: 14px;
}
#startpage .wide .article.tips { width: 236px; }

#startpage #about.aside { border: 0; }
#startpage #editorial .maincontent { width: 516px; margin: 0 14px 10px 0; }
#startpage #editorial .aside { width: 188px; margin-right: 14px; }
#startpage #editorial .aside.wide { width: 452px; margin-right: 0; }
#startpage #editorial #main-articles2 { border: none; }
#startpage #editorial #about { padding: 0px; }

#startpage #editorial h3 {
	font-size: 18px;
	font-style: italic;
	margin-bottom: 4px;
}
#startpage #about h3 { margin: 0; }

#startpage #editorial p { line-height: 1.6; }

#startpage #main-articles, #startpage #charmtoppen {

}

#startpage #main-articles img { border: 1px solid #ba4974; }

/* CHARM TOP TEN */
#startpage #charmtoppen {

}

#startpage #charmtoppen p { clear: both; }
#startpage #charmtoppen a { font-weight: bold; }

#startpage #charmtoppen ul, #startpage #charmtoppen li { list-style-type: none; }
#startpage #charmtoppen ul { margin: 10px 0; }
#startpage #charmtoppen li { float:left; width: auto; margin: 0 15px 5px 0; height: 104px; }

#startpage .col {
	width: 230px;
	float: left;
	margin-left: 14px;
	padding-top: 14px;
}

#startpage .col .col {
	margin: 0;
}

/* BLOG POSTS */
#startpage #editorial .post {
	margin: 0 0 10px 14px;
	float: left;
	background: white url('/img/startpage/divider-articles.png') left bottom no-repeat;
	padding-bottom: 22px;
	width: 502px;
}
#startpage #editorial .post .meta { padding: 8px; margin: 0 0 6px; }
#startpage #editorial .post .meta h3 { margin: 0; }
#startpage #editorial .post img { float: left; margin: 4px 10px 0 10px; }
#startpage #editorial .post p { margin: 4px 10px; }
#startpage #editorial .post h4 { margin: 0 10px; }

#startpage #editorial p.more { clear: both; margin-top: 20px;  }
#startpage #editorial p.more a { font-weight: bold; }




/* STARTPAGE LOGGED IN */

#start #content h1 { margin-bottom: 10px; }
#start #content h2 {
	font-size: 24px;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 10px;
}
#start #content .aside h2, #start #content .dailydeluxe-promo h2 { color: #fff; }
#start #content .dailydeluxe-promo h2 { margin-bottom: 0; }
#start #content .dailydeluxe-promo p { margin-bottom: 10px; }
#start #content .dailydeluxe-promo .promo p { margin-bottom: 5px; }
#start #content .dailydeluxe-promo p a { color: #ffed5c; font-weight: bold; }
#start #content .dailydeluxe-promo p a:hover, #start #content .dailydeluxe-promo p a:focus { border-bottom: 2px solid; }

#start #content .profileMatch {
	float: left;
	height: 135px;
	width: 155px;
	margin-bottom: 20px;
	text-align: center;
}
#start #charmtoppen .profileMatch {
	padding-left: 150px;
	position: relative;
}
#start #charmtoppen .charm {
	color: #CCC;
	display: block;
	font-family: 'Trebuchet MS';
	font-size: 76px;
	font-weight: bold;
	right: 150px;
	letter-spacing: -0.1em;
	position: absolute;
	text-align: right;
	top: 10px;
	width: 140px;
	z-index: 1;
}

#start #content .profileMatch.not-deluxe { /*height: 150px;*/ }

#start #content div.aside {
	background: #bc133f; /* url('/img/_base/sprite.png') 0 -515px no-repeat; */
	color: #fff;
	float: left;
	width: 210px;
	margin: 120px 10px 0 0;
	min-height: 300px;
	padding: 5px 15px 400px;
	position: relative;
	-wekbit-border-radius:0 10px 0 0;
-moz-border-radius:0 10px 0 0;
border-radius:0 10px 0 0;

}
	#start div.aside h3 {
		background: transparent url('/img/_base/sprite.png') -846px -247px no-repeat;
		width: 138px;
		height: 28px;
		text-indent: -9999px;
		margin: 15px 25px;
	}
	#start #content div.aside .button {
		margin: 20px 0 0 30px;
	}
	
	#start div.aside div.deluxe-features {
		background-color: #c7395e;
		position: relative;
		margin: 10px 0;
		padding: 10px;
		-wekbit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;

	}
	#start div.aside div.deluxe-features ul {
		
	}
		#start div.aside div.deluxe-features li {
			background: transparent url('/img/_base/sprite.png') -974px -276px no-repeat;
			overflow: visible;
			margin: 0 0 6px;
			padding-left: 10px;
		}

#start .dailydeluxe-promo {
	background: transparent url('/img/_base/sprite.png') -246px -492px no-repeat;
	height: 163px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 717px;
	padding-left: 15px;
	color: #fff;
}

#start #content .row {
		overflow: hidden;
		clear: left;
		position: relative;
}
#start #content .row.top { max-height: 680px; }
#start #content .row.top.not-deluxe { max-height: 790px; }
#start #content .row.no-padding { padding: 0; background: none; }

	#start #content .col {
		float: left;
		display: inline;
	}

	#start #content .col .col {
		margin: 0;
	}

	#start .dailydeluxe-promo .profileImage {
		-moz-box-shadow: 0px 0px 6px rgb(50,50,50);-webkit-box-shadow: 0px 0px 6px rgb(50,50,50);box-shadow: 0px 0px 6px rgb(50,50,50);
	}
	
	#start #content #todaysDeluxe { width: 225px; float: left; padding-top: 10px; font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 1.45; }
		#start #todaysDeluxe h1 { margin: 0 0 10px 16px; }
		#start #todaysDeluxe .profileImage {
			bottom: 10px;
			max-height: 210px;
			left: 267px;
			position: absolute;
			max-width: 125px;
		}
		#start .not-deluxe #todaysDeluxe .profileImage { bottom: 30px; }
	
	#start .adrow { 
		background: url("http://www.spray.se/sites/spray.se/themes/spray/images/stripes_diagonal.gif") repeat scroll left top transparent;
		margin-bottom: 2px;
		overflow: hidden;
		width: 517px;
	}
		#start .adrow .ad { float:left; margin: 4px; display: inline; }
		#start #content #ad200x250 { width: 200px; }
		.ad .label { margin-bottom: 1px; }
	#start #content #newEvents { width: 280px; margin: 0 6px 0 10px; height: 600px; overflow: hidden; }
	#start #newEvents .content { margin: 5px 0; }


	#start #content .row .col {  margin-top: 2px; }
		#start #content .row .col .microtext { 
			font-variant: small-caps;
			font-weight: bold;
			padding: 4px 4px 0 10px;
			color: #666;
			font-size: 12px;
		}
		/*#start #content .row .col .content { padding: 0; }*/
		
	#start #content .row .col hr { height: 0; margin: 6px; border: 0; border-bottom: 1px solid #eee; }
	
	#start .articles {
		float: left;
		width: 426px;
	}
		#start .articles .col { width: 190px; }
		#start .articles .col:first-child { margin-right: 26px; }
		#start .articles h3 {
			font-size: 16px;
			font-weight: bold;
		}
		#start .articles .microtext {
			font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
			text-transform: uppercase;
			font-size: 11px;
		}
		
		#start .articles hr {
			height: 0;
			border: 0;
			border-top: 1px solid #ccc;
		}

		#start .articles .deluxe { background: #fff url('/img/bg-blurb-deluxe.png') left bottom no-repeat; padding-bottom: 6px; margin-bottom: 40px; }
		#start .articles .deluxe h3 { background: #fff url('/img/bg-blurb-deluxe.png') left top no-repeat; display: block; padding: 9px 15px 0; }
		#start .articles .deluxe > p, #start .articles .deluxe > ul { margin: 5px 15px; }
		#start .articles .deluxe > ul { padding-left: 18px; list-style-type: disc; }
		#start .articles .deluxe a { 
			display: block;
			font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif !important;
			font-size: 14px !important;
			text-transform: uppercase;
			height: 41px !important;
			text-align: center !important;
			color: #fff !important;
			font-weight: bold !important;
			border: 0 !important;
			cursor: pointer !important;
			text-shadow: 2px 2px 1px rgb(63, 152, 48) !important;
			padding: 0 !important;
			background: transparent url('/img/_base/buttons.png') 0 -171px no-repeat !important;
			width: 148px !important;
			margin: 0 8px 8px;
			line-height: 2.9;
		}

#start #content .profileImage {
	height: 100px;
	width: 100px;
	padding: 4px;
	overflow: hidden;
}

#start #content .profileImage img {
	clip: rect(0px, 100px, 100px, 0px);
	left: 4px;
	position: absolute;
	top: 4px;
}

/*#start #content .profileImage a {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 4px;
	right: 4px;
	overflow: hidden;
}*/

#start .event {
	display: none;
	font-size: 10px;
	overflow: hidden;
	line-height: 1.6;
	padding: 4px 0;
	border-bottom: 1px solid #e5e5e5;
}
	#start .event.even, #start .event:nth-child(2n) { background-color: #fdedf1; }

#start .event .image { height: 37px; float: left; width: 25px; margin: 0 6px; }
#start .event img { width: 25px; }

#start #lists, #start #article-listing {
	border: 2px solid #fdedf1;
	margin: 10px;
	overflow: hidden;
	position: relative;
}

#start #lists .content { margin: 10px 30px; }

#lists .previous, #lists .next { position: absolute; top: 46%; display: block; width: 36px; height: 36px; background-image: url('/img/_base/dashboard.png'); text-indent: -9999px; overflow: hidden; }
#lists .previous { left: 0; background-position: -72px -288px; }
#lists .previous.inactive { background-position: -110px -288px; cursor: default; }
#lists .next { right: 0; background-position:  -72px -324px; }
#lists .next.inactive { background-position:  -110px -324px; cursor: default; }

#article-listing .content li {
	float: left;
	width: 330px;
	margin-right: 5px;
	padding: 4px;
	height: 14px;
	overflow: hidden;
	border-bottom: 1px solid #eee;
}

#article-listing li .date { 
	float: left;
	display: inline;
	margin-right: 4px;
	font-size: 10px;
	line-height: 1.7;
}

#article-listing li.article a { width: 270px; overflow: hidden; display: inline-block; line-height: 16px; }

#article-listing a.more, #main-articles2 a.more {
	float: right;
	padding: 10px;
}

#main-articles2 a.more {
    background: #fff url('/img/startpage/divider-articles.png') left bottom no-repeat;
    font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 22px;
    text-align: right;
    width: 482px;
}

#article-listing .content li:nth-child(4n+3) { background-color: #fdedf1; }
#article-listing .content li:nth-child(4n+4) { background-color: #fdedf1; }

#start #profileCompleted {
	overflow: hidden;
}

#start #profileCompleted .profilePicture {
	width: 306px; overflow: hidden; font-size: 10px; margin: 10px 10px 0; float: left;
}
#start #profileCompleted .profilePicture a {
	width: 37px; height: 41px; display: block; float: left; text-indent: -9999px; margin-right: 4px; background: transparent url('/img/_base/dashboard.png') -16px -448px no-repeat;
}
#start #profileCompleted .completed {
	width: 386px; overflow: hidden; font-size: 10px; margin: 10px 10px 0; float: left;
}
#start #profileCompleted .completed a {
	width: 170px; height: 20px; display: block; float: right; border: 2px solid #7a1333; background-color: #910c35; color: #fff; margin: 8px 10px 0;
	position: relative;
	-wekbit-border-radius:6px;
-moz-border-radius:6px;
border-radius:6px;

}
#start #profileCompleted .completed a span {
	background-color: #cf557b; width: 0%; height: 14px; display: block; padding: 2px 0 4px; font-weight: bold; font-size: 14px; text-align: center;
	position: relative;
	-wekbit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;

}

#dailydeluxe .promo {
	display: block;
	margin-left: 20px;
	float: left;
	margin-top: -3px;
}/* CSS Document */

#artiklar #content { background: #fff; line-height: 1.5; }

#artiklar #content #artikel {  }

#artiklar #textheader {
	background: #f3f3f3;
	overflow: hidden;
}
	#artiklar #textheader h2 { margin: 0 0 0 10px; }
	#artiklar #textheader span { float: left; margin-left: 10px; }

	#artiklar #textheader span.links { float: right; clear:right; margin-right: 10px; }


#artiklar p.homelink { margin: 5px 0 10px 10px; font-weight: bold; }

#artiklar p.homelink a { text-decoration: underline; }

#artiklar #textbody p.homelink { padding: 0px; clear:left; }


#artiklar #textbody {
	padding: 10px;
	clear: left;
	float: left;
	width: 500px;
}

	#artiklar #textbody p {	padding-bottom: 10px; margin: 0px; }

	#artiklar #textbody h4 { font: bold 14px tahoma; margin-bottom: 5px; }
	
	#artiklar #textbody img.left { float: left; padding: 0 15px 5px 0; }
	
	#artiklar #textbody img.right { float: right; padding: 0 0 5px 15px; }

#artiklar #content .aside { float: left; width: 190px; padding: 10px; }
#artiklar #content .meta { float: left; width: 170px; margin: 10px; padding: 10px; }

#artiklar #content .aside ul, #artiklar #content .meta {
	background: #E31453;
	color: white;
	list-style-type: none;
	margin-bottom: 0;
	padding: 10px;
	position: relative;
	-wekbit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;

}
#artiklar #content .meta h2 { color: #fff; margin: 0; border-bottom: 1px solid #ea4f7e; }
#artiklar #content .meta .author { display: block; margin-bottom: 9px; padding: 4px 0; border-bottom: 1px solid #ea4f7e; font-style: italic; }
#artiklar #content .meta .links { }
#artiklar #content .aside ul li { border-bottom: 1px solid #ea4f7e; }
#artiklar #content .aside ul a { color: #fff; display: block; }

/* TEMP */ #textheader h2, #textheader span { display: none; }

#artiklar #main-article { float: left; border-top: 1px solid #ccc; margin: 10px; }

#artiklar .featured { width: 47%; float: left; margin: 10px; }

#artiklar .col {
	width: 350px;
	float: left;
	margin-right: 5px;
}

#artiklar #content h3 {
	font-family:"Times New Roman",Times,serif;
	font-size:19px;
	font-weight:normal;
	margin-bottom:10px;
}

/* Frågor och svar */

div#artikel ul#faq { float: left; padding: 10px 0; color: #B62555; border-bottom: 1px solid #ccc; margin-bottom: 10px; list-style-type: none }

	ul#faq li { float: left; width: 230px; padding-bottom: 4px; }
	
	ul#faq li a { font-weight: bold; text-decoration: underline; margin-left: 3px; }
	
	ul#faq li a:hover { text-decoration: none; }


.faq-answer { display: none; float: left; }

.faq-image-tip { padding: 10px 10px 0 10px; }

.faq-image-tip.green { background: #d8ebb3; }

.faq-image-tip.yellow { background: #fbffb6; }

.faq-image-tip.red { background: #fdc8c3; }


/* Errorpage */

#content-wide #errorpage { text-align: center; padding: 40px 0; }

.artikelarkiv {
    padding: 20px;
}

.artikelarkiv > ol {
    margin-top: 10px;
}

.artikelarkiv li {
    border-bottom: 1px solid #f8c4d4;
}

.js .artikelarkiv li { overflow: hidden; }

.artikelarkiv li.year {
    background-color: #fdedf1;
    /*border-color: #fff;*/
    cursor: pointer;
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-weight: bold;
    font-size: 18px;
    padding: 4px 8px;
}

.artikelarkiv li.article { display: none; }
.artikelarkiv ol ol li.article { display: inline; }

.artikelarkiv .date, .artikelarkiv a, .artikelarkiv .nrof_articles {
    display: block;
    float: left;
    padding: 6px;
}

.artikelarkiv .nrof_articles {
    width: 678px;
    color: #666;
    cursor: pointer;
}

.artikelarkiv li a { width: 86%;}

.artikelarkiv li .date {
    background-color: #fdedf1;
    color: #555;
    text-align: center;
    width: 10%;
}#aside a {
	color: #81203e;
}

#chat_status {
	cursor: pointer;
	background-color: white;
	padding: 3px;
	margin: 4px;
	line-height: 15px;
}


.imagelist { overflow: hidden; padding: 0 6px; }
.imagelist li { float: left; margin: 2px 3px; text-align: center; }


#user-visitors, #user-online-list, #user-friends-list, #user-favourites-list {
	clear: left;
    display:block;
    line-height:16px;
    overflow: hidden;
}

#user-favourites-list em,
#user-online-list em { padding: 6px 0 0 6px; display: inline-block; }

#user-lists {
	position: relative;
	margin-bottom: 20px;
}

#user-lists .box {
	 /*display: inline-block;*/ 
}

#user-lists .box, #user-lists h3 {
	margin: 0;
}

#user-lists h3 {
	background: transparent url('/img/_base/sprite.png') -251px -796px no-repeat;
	color: #81203e;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1;
}
#user-lists h3 strong {
	display: inline-block;
	padding: 13px 0 13px 50px;
	height: 17px;
}
#user-lists #list-online h3 strong { background: transparent url('/img/_base/sprite.png') -945px -303px no-repeat; }
#user-lists #list-favourites h3 strong { background: transparent url('/img/_base/sprite.png') -941px -336px no-repeat; }

#list-online { position: relative; }
#list-online .cover {
	background: transparent url('/img/_base/onlinelist-cover.png') left bottom no-repeat;

	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

#user-lists li {  }
#user-lists li.odd { background: #ededed; }

#user-lists li a { display: inline-block; width: 175px; }
#user-lists li .gender { display: inline-block; width: 10px; }

#user-lists p { text-align: right; padding: 0 10px; margin: 10px 0; }

#list-online a.filter-active {  }

#list-online a.filter-inactive {  }

#editOnlineListForm {
	display: none;
	width: 230px;
}

#editOnlineListForm select {
	width: 110px;
	font-size: 11px;
	margin-bottom: 2px;
}

#editOnlineListForm input {
	width: auto;
	margin: 2px 0;
}

#editOnlineListForm label {
	font-weight: bold;
}

#editOnlineListForm .attribute {
	float: left;
	margin-right: 4px;
}

#aside .onlydeluxe p {
	margin: 0;
	padding: 0;
}

#aside .onlydeluxe a img { vertical-align: bottom; }

#aside .promotion img { vertical-align: bottom; }

#aside .new_member {
	background-color: #bc133f;
	padding: 10px 20px 20px;
	text-align: center;
	color: #fff;
}
	#aside .new_member h2 { 
		color: #fff; 
		font-size: 24px; 
		margin: 0 0 10px;
		line-height: 1.1; 
	}
	#aside .new_member p {
		margin-bottom: 10px;
	}
	#aside .new_member #reg_alias {
		border: 0;
		font-weight: bold;
		font-size: 11px;
		color: #9c2d4f;
		line-height: 1.6;
		padding: 4px 8px;
		width: 200px;
		text-align: center;
		-wekbit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;

	}

p.more { text-align: right; padding: 6px; }


.namesearch { margin: 0 0 5px; }
.namesearch input[type=text] {
	border: 1px solid #abadb3;
	display: inline-block;
	height: 15px;
	margin-left: 5px;
	padding: 4px 2px 3px;
	position: relative;
	width: 180px;
	-moz-box-shadow: inset 2px 2px 2px #eee;-webkit-box-shadow: inset 2px 2px 2px #eee;box-shadow: inset 2px 2px 2px #eee;
}

/*input.button.square {
	background: transparent url('/img/_base/buttons.png') 0 -378px no-repeat !important;
	height: 29px !important;
	width: 49px !important;
	padding: 0 0 0 5px !important;
}*/

#aside .visitors, #aside .favourites, #aside .onlinelist { text-align: left; padding-left: 33px; position: relative; }
#aside .favourites .count { position: absolute; top: 6px; right: 16px; }
#aside .onlinelist .count { position: absolute; top: 6px; right: 105px; }
#aside .tabs .favourites { background-image: url('/img/_base/dashboard.png'); background-position: -74px -254px; background-repeat: no-repeat; }
#aside .tabs .visitors { background-image: url('/img/_base/dashboard.png'); background-position: -74px -219px; background-repeat: no-repeat; }
#aside .tabs .onlinelist { background-image: url('/img/_base/dashboard.png'); background-position: -74px -184px; background-repeat: no-repeat; }

#aside .promotion {
	/*margin-top: 20px;*/
}

#aside .noads { text-align: center; margin: 4px 0 10px; }
#aside .noads strong { color: #388bc0 }
#aside .noads a { color: #000 }

/* Privacy -force */
.legal-text.privacy-bg--solid {margin-top: -120px !important}