/** yahoo! CSS reset **/
/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.0
*/
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,strong,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;
}
/** / end yahoo! CSS reset **/


button, object, embed {
	margin: 0;
	padding: 0;
	border: 0;
}

:focus {
	outline: 0;
}



/** site-wide overrides **/
body {
	background-color: #fff;
	color: #333;
	text-align: center;
	font-family: arial, sans-serif;
	font-size: 0.8em;
}

a {
	color: #ec008c;	
}

a:hover {
	color: #860150;	
}

br.clear, div.clear {
	float: none !important;
	clear: both;
}

img.block {
	display: block;
}



/** page containers **/
div#page-container {
	width: 970px;
	margin: 0 auto 0 auto;	
	text-align: left;
}

div#content-outer {
	position: relative;
	z-index: 10;
	width: 965px;
	margin-top: -21px;
	background: url(../images/bg.gif) repeat-y;
}

div#content {
	padding: 25px 15px 0 15px;	
	background: url(../images/rounded/content-bg-top.gif) no-repeat top left;
}

div#content-inner {
	padding-bottom: 28px;
	background: url(../images/rounded/content-bg-bottom.gif) no-repeat bottom left;	
}



/** two column layout **/
div#first-column {
	float: left;
	width: 636px;
	margin-left: 8px;
	
	display: inline; /* IE6 float double-margin fix */
}

div#second-column {
	float: left;	
	width: 275px;
	margin-left: 8px;
	
	display: inline; /* IE6 float double-margin fix */
}



/** navigation box **/
.rounded-straight,
.rounded-straight .rounded-body,
.rounded-straight .rounded-head,
.rounded-straight .rounded-head div {
    background-image: url(../images/rounded/dark-pink-straight-bottom.gif);
}

div#navigation {
	position: relative;
	z-index: 20;
    width: 904px;	
    min-height: 106px;
	margin: 38px 22px 0 23px;
	background: #ec008c url(../images/navigation/bg.gif) bottom left repeat-x;
	color: #fff;
}

div#navigation h1 {
	float: left;
	padding: 0 0 0 12px;	
}

p.skip-navigation {
	display: none;
}

div#navigation a {
	color: #fff;
}



/** global (top right most) navigation **/
ul#global-navigation {
	float: right;
}

ul#global-navigation li {
	position: relative;
	top: -30px;
	float: left;
	color: #000;
	padding-left: .5em;
}

ul#global-navigation a {
	color: #000;
	text-decoration: none;
}

ul#global-navigation a:hover {
	text-decoration: underline;	
}



/** primary navigation (experience, weekends etc.) **/
ul#primary-navigation {
	float: left;
	margin: 12px 0 0 7px;
}

ul#primary-navigation li {
	margin-bottom: 4px;	
}

ul#primary-navigation li.breaker {
	margin-top: -60px;	
}

ul#primary-navigation-second a {
	padding-left: 8px;
	background: url(../images/navigation/bullet.gif) no-repeat 0 6px;	
}

li#primary-navigation-experience a {
	width: 138px;
	height: 16px;
	background: url(../images/navigation/primary/experience.gif);
}

li#primary-navigation-weekends a {
	width: 126px;
	height: 16px;
	background: url(../images/navigation/primary/weekends.gif);
}

li#primary-navigation-venues a {
	width: 102px;
	height: 16px;
	background: url(../images/navigation/primary/venues.gif);
}

li#primary-navigation-dates a {
	width: 90px;
	height: 16px;
	background: url(../images/navigation/primary/dates.gif);
}

li#primary-navigation-offers-and-late-deals a {
	width: 157px;
	height: 16px;
	background: url(../images/navigation/primary/offers-and-late-deals.gif);
}

li#primary-navigation-photo-gallery a {
	width: 117px;
	height: 16px;
	background: url(../images/navigation/primary/photo_gallery.gif);
}

li#primary-navigation-weekender-interactive a {
	width: 200px;
	height: 16px;
	background: url(../images/navigation/primary/weekender_interactive.gif);
}

li#primary-navigation-my-big-weekend a {
	width: 138px;
	height: 16px;
	background: url(../images/navigation/primary/my-big-weekend.gif);
}

li#primary-navigation-quote-and-book a {
	width: 117px;
	height: 16px;
	background: url(../images/navigation/primary/quote-and-book.gif);
}

li#primary-navigation-weekender-community a {
	width: 187px;
	height: 16px;
	background: url(../images/navigation/primary/weekender-community.gif);
}



/** primary navigation (keep me updated, brochures etc.) **/
ul#primary-navigation li.second {
	margin-left: 160px;
}

ul#primary-navigation-second {
	position: absolute;
	top: 18px;
	right: 98px;
	line-height: 1.2em; /* Ensures second column in Safari is kept in line */
	font-weight: bold;
}

ul#primary-navigation-second li.second {
	position: relative;
	top: -4.8em;
	margin-left: 142px;	
}

ul#primary-navigation-second a {
	text-decoration: none;	
}

ul#primary-navigation-second a:hover {
	text-decoration: underline;	
}



/** secondary navigation **/
.rounded-single-row,
.rounded-single-row .rounded-body,
.rounded-single-row .rounded-head,
.rounded-single-row .rounded-head div {
    background-image: url(../images/rounded/black.gif);
}

div#secondary-navigation {
	margin: 4px 0 0 8px;
	background-color: #000;
	color: #fff;
	width: 904px;
	float:left;
	clear:left;
}

* html div#secondary-navigation {
	margin-left: 4px;
}

div#secondary-navigation ul {
	float: left;
}

div#secondary-navigation ul.rollover {
	margin-top: -2px;	
	padding: 0 0 3px 11px;
}

div#secondary-navigation ul.rollover li {
	float: left;	
	overflow:hidden;
}

div#secondary-navigation ul.rollover li a {
	color: #fff;
	margin-right: 12px;	
	line-height: 0;
	text-indent:-9999em;
}

li#secondary-navigation-features a {
	width: 75px;
	height: 16px;
	background: url(../images/navigation/secondary/features.gif);
}

li#secondary-navigation-people a {
	width: 60px;
	height: 16px;
	background: url(../images/navigation/secondary/people.gif);
}

li#secondary-navigation-friends a {
	width: 64px;
	height: 16px;
	background: url(../images/navigation/secondary/friends.gif);
}

li#secondary-navigation-gallery a {
	width: 60px;
	height: 16px;
	background: url(../images/navigation/secondary/gallery.gif);
}

li#secondary-navigation-discussions a {
	width: 95px;
	height: 16px;
	background: url(../images/navigation/secondary/forum.gif);
}

li#secondary-navigation-profile a {
	width: 85px;
	height: 16px;
	background: url(../images/navigation/secondary/my-profile.gif);
}

li#secondary-navigation-home a {
	width: 54px;
	height: 16px;
	background: url(../images/navigation/secondary/home.gif);
}

li#secondary-navigation-join a {
	width: 37px;
	height: 16px;
	background: url(../images/navigation/secondary/join.gif);
}

li#secondary-navigation-login a {
	width: 59px;
	height: 16px;
	background: url(../images/navigation/secondary/login.gif);
}

li#secondary-navigation-logout a {
	width: 58px;
	height: 16px;
	background: url(../images/navigation/secondary/logout.gif);
}

div#secondary-navigation ul.secondary {
	float: right;
	margin: -4px -5px 0 0;
	
	display: inline; /* IE float double-margin fix */
}

div#secondary-navigation ul.secondary li {
	float: left;
	margin-left: 12px;
}

div#secondary-navigation ul.secondary li a {
	color: #ffffff;
    font-size:small;
}



/** standardised content box **/
div.content-box {
	width: 621px;
	background-color: #f4f4f4;
	margin: 8px 0 0 0;
}

div#second-column div.content-box {
	float: right;	
	width: 260px;
}

div.content-box h3 {
	height: 23px;
	padding: 0;
	padding: 0 0 0 10px;
	
	zoom: 1; /* IE6+7 disappearing background fix */	
}


/** standardised content box for homepage forums **/
div.content-box-homepage {
	width: 603px;
	background-color: #f4f4f4;
	margin: 8px 0 0 0;
}

div#second-column div.content-box-homepage {
	float: right;	
	width: 260px;
}

div.content-box-homepage h3 {
	height: 23px;
	padding: 0;
	padding: 0 0 0 10px;
	
	zoom: 1; /* IE6+7 disappearing background fix */	
}

/** generic rounded inner box **/
.rounded-inner,
.rounded-inner .rounded-body,
.rounded-inner .rounded-head,
.rounded-inner .rounded-head div {
    background-image: url(../images/rounded/pink-614.gif) !important;
}


/** rounder inner 2nd level **/
.rounded-inner-item,
.rounded-inner-item .rounded-body,
.rounded-inner-item .rounded-head,
.rounded-inner-item .rounded-head div {
    background-image: url(../images/rounded/pink-inner-594.gif) !important;
}


/** rounded with header box **/
.rounded-with-header,
.rounded-with-header .rounded-body,
.rounded-with-header .rounded-head,
.rounded-with-header .rounded-head div {
    background-image: url(../images/rounded/pink-top-grey-bottom-636.gif);
}

.rounded-with-header-small,
.rounded-with-header-small .rounded-body,
.rounded-with-header-small .rounded-head,
.rounded-with-header-small .rounded-head div {
    background-image: url(../images/rounded/pink-top-grey-bottom-275.gif);
}

.rounded-solid-with-header-small,
.rounded-solid-with-header-small .rounded-body,
.rounded-solid-with-header-small .rounded-head,
.rounded-solid-with-header-small .rounded-head div {
    background-image: url(../images/rounded/pink-top-solid-bottom-275.gif);
}

.rounded-with-header div.subhead,
.rounded-with-header-small div.subhead {
	margin: 0 1px 0 1px;
	background-color: #edb2d2;
	padding: 7px 10px;
	color: #545454;
	border-bottom: 1px solid #c6c6c6
}

.rounded-with-header div.subhead, div.content-footer {
	width: 614px;
}

div.content-footer .info,
div.content-footer ul.info li,
div.content-footer ul.pagination li,
.rounded-with-header div.subhead .info,
.rounded-with-header div.subhead ul.info li,
.rounded-with-header div.subhead ul.pagination li {
	float: left;
}

.rounded-with-header div.subhead ul.info li, div.content-footer ul.info li {
	margin-right: 12px;
}

.rounded-with-header div.subhead ul.pagination li, div.content-footer ul.pagination li {
	margin-left: 12px;
}

.rounded-with-header div.subhead ul.pagination, div.content-footer ul.pagination {
	float: right;
}

div.content-footer {
	margin: 0 1px 0 1px;
	padding: 10px 10px 0;
}

.rounded-with-header h3,
.rounded-with-header-small h3,
.rounded-solid-with-header-small h3 {
	background-color: #ec008c;
	color: #fff;
}



/** rounded solid box **/
.rounded-solid-small,
.rounded-solid-small .rounded-body,
.rounded-solid-small .rounded-head,
.rounded-solid-small .rounded-head div {
    background-image: url(../images/rounded/grey-275.gif);
}

div.rounded-solid-small p {
	padding: 0 11px 1em 11px;	
}



/** rounded solid inner box **/
.rounded-inner-small,
.rounded-inner-small .rounded-body,
.rounded-inner-small .rounded-head,
.rounded-inner-small .rounded-head div {
    background-image: url(../images/rounded/grey-inner-253.gif);
}

.rounded-inner-small .rounded-body-fix {
	margin-right: -15px;
}



/** rounded neutral box
	Grey background, gradient
**/
.rounded-neutral,
.rounded-neutral .rounded-body,
.rounded-neutral .rounded-head,
.rounded-neutral .rounded-head div {
    background-image: url(../images/rounded/grey-gradient-636.gif);
}

div.rounded-neutral-splash .rounded-body {
	padding-bottom: 10px;	
}

div.rounded-neutral-splash .rounded-body div {
	background: url(../images/boxes/grey-white-gradient-115.gif) repeat-x;
	margin: 0 1px 0 1px;
}

div.rounded-neutral-splash h2 {
	font-size: 140%;
	font-weight: bold;
}



/** rounded pink inner box
	Pink background, 599 width
**/
.rounded-neutral-inner,
.rounded-neutral-inner .rounded-body,
.rounded-neutral-inner .rounded-head,
.rounded-neutral-inner .rounded-head div {
  background-image: url(../images/rounded/pink-inner-dark-614.gif);
}

.rounded-neutral-inner {
	width: 599px !important;
	margin: 8px auto 0 auto !important;
}	

/** rounded inner neutral box
	Grey backgorund, gradient
**/
.rounded-neutral-medium,
.rounded-neutral-medium .rounded-body,
.rounded-neutral-medium .rounded-head,
.rounded-neutral-medium .rounded-head div {
  background-image: url(../images/rounded/grey-gradient-614.gif);
}

.rounded-neutral-medium {
	width: 599px !important;
	margin: 8px auto 0 auto !important;
}

.rounded-neutral-medium .rounded-body .neutral-inner {
	background: url(../images/boxes/grey-white-gradient-115.gif) repeat-x;
	margin: 0 1px 0 1px;
}

/*fix for inner divs of neutral-inner gradient which had grey bg in ie*/
.nobg{
 background:none !important;
}

/** footer **/
div#footer {
	font-size: 80%;
	margin: 5px 20px 50px 15px;	
}

div#footer address {
	float: left;		
}

div#footer ul {
	float: right;	
}

div#footer ul li {
	float: left;	
	padding-left: .5em;
}

div#footer ul li a {
	color: #4e4e4e;
	text-decoration: none;
}

div#footer ul li a:hover {
	text-decoration: underline;	
}



/** rollover navigation **/
ul.rollover li {
	/** IE6+7 puts too much space between list items **/
	font-size: 0;
	line-height: 0;		
}

ul.rollover li a {
	display: block;
	background-position: top left;	
	background-repeat: no-repeat;
	

}

ul.rollover li a:hover, ul.rollover li a.active {
	background-position: bottom left !important;	
}

ul.rollover li a span {
	display: none;	
}

/** Scrolling friends **/
.friendslist .friends-inner {
	overflow: hidden;
	
	/* Makes sure IE obeys the overflow hidden */
	position: relative;
	z-index: 1	
}

.friendslist .friends-inner ul {
	position: relative;
	width: 10000px;
}

.friendslist .friends-inner ul li {
	float: left;
	position: relative; /* Strange quirk in Safari that needs this to work */
}

.friendslist .gallery-left,
.friendslist .gallery-right,
.friendslist .friends-inner {
	float: left;
}

.friendslist .friends-inner {
	width: 542px;
	padding: 8px 0;
    height: 100px;
}


/** Scrolling gallery **/
.gallery .gallery-inner {
	overflow: hidden;
	
	/* Makes sure IE obeys the overflow hidden */
	position: relative;
	z-index: 1	
}

.gallery .gallery-inner ul {
	position: relative;
	width: 10000px;
}

.gallery .gallery-inner ul li {
	float: left;
	position: relative; /* Strange quirk in Safari that needs this to work */
}

.gallery .gallery-left,
.gallery .gallery-right,
.gallery .gallery-inner {
	float: left;
}

.gallery .gallery-inner {
	width: 542px;
	margin: -8px 0 0 0;	
	padding: 8px 0;
	background-color: #fedfec;
}

.gallery .gallery-left {
	margin: 56px 5px 0 8px;
}

.gallery .gallery-right { 
	margin: 56px 8px 0 5px;
	position: relative;
	z-index: 100;
}


/** generic number images **/
img.step-number {
	vertical-align: middle;
	margin-top: -2px;
}


/** rounded corners **/
.rounded,
.rounded-body, 
.rounded-head,
.rounded-head div {
	background-repeat: no-repeat;
}

.rounded {
	background-position: bottom right;
    padding-right: 15px;
}

.rounded-head {
    background-position: top right;
    margin-right: -15px;
    padding-right: 40px;
    line-height: 0;
    font-size: 0;
}

.rounded-head div {
    background-position: top left;
    margin: 0;
    border: 0;
    padding: 8px 0 0 0;
	height: auto !important; 
}

.rounded-body {
    background-position: bottom left;
    margin-right: -15px;
    padding-bottom:10px !important;
}


/** rounded top-rated photo container **/
.rounded-inner-top-rated-photo,
.rounded-inner-top-rated-photo .rounded-body,
.rounded-inner-top-rated-photo .rounded-head,
.rounded-inner-top-rated-photo .rounded-head div {
	background-image: url(../images/rounded/pink-light-121.gif);
}

.rounded-inner-top-rated-photo {
	width:106px !important;
}



/** Boxes **/
div#add-more-fun a.add-more-widgety-goodness {
	margin-top: 10px;	
}

div#add-more-fun h3 span {
	font-size: 0; /* Strange IE6 transparent PNG fix */
}



/** Which Big Weekend are you small box : Fixed height gradient background **/
.rounded-neutral-second-column,
.rounded-neutral-second-column .rounded-body,
.rounded-neutral-second-column .rounded-head,
.rounded-neutral-second-column .rounded-head div {
    background-image: url(../images/rounded/grey-gradient-275.gif);
}

.rounded-neutral-second-column .rounded-body {
	padding-bottom: 10px;	
}

.rounded-neutral-second-column .rounded-body div h3 {
	padding-left: 0;
}

.rounded-neutral-second-column .rounded-body div {
	margin: 0 1px 0 1px;
	padding: 0 10px 0 10px;
}



/** Search again / Invite friends small box **/
div#search-again div#search-friend {
	margin-top: 15px;
	padding-bottom: 0;
}

div#search-again div#search-friend label {
	font-weight: bold;
}

div#search-again img.horizontal-line {
	display: block;
	margin: 7px 0 5px 11px;
}

div#search-friend {
	padding: 0 11px 7px 11px;
}

div#search-friend label {
	display: block;
	margin-bottom: 1em;
}

div#search-friend input.textbox {
	width: 248px;
	margin-bottom: 1em;
}

div#search-friend p.error {
	margin-bottom: 10px;	
}

div#search-friend input {
	display: block;
}

div#invite-friends h4 {
	font-weight: bold;
	margin: 10px 11px 0 11px;
}

div#invite-friends p {
	margin: 10px 11px 0 11px;
}

form#invite-friends-form {
	padding-bottom: 11px;
}

form#invite-friends-form div.content-box {
	float: none;
	width: 238px;
	margin: 10px auto 0 auto;
	padding-bottom: 15px;
}

form#invite-friends-form div label,
form#invite-friends-form div input.text,
form#invite-friends-form div textarea.text {
	display: block;
	margin: 7px 10px 0 10px
}

form#invite-friends-form div input.text,
form#invite-friends-form div textarea {
	margin-top: 10px;
	width: 229px;
}

form#invite-friends-form div label img {
	vertical-align: middle;
	margin-top: -2px;
}

#invite-friends-form fieldset p {
	margin: 1em 11px 0 11px;
}

#invite-friends-form fieldset p#add-another-friend {
	margin-top: 8px;
}

form#invite-friends-form div.buttons button {
	margin: 10px 11px 0 11px;
}

.sendmessagediv{
    margin: 2px !important;
    padding:0 !important;
	font-size: 90% !important;
	font-weight: normal !important;
}

.sendmessagediv input, sendmessagetextbox{
   width:295px !important;
}

.sendmessagediv div div{
   width:80px !important;
}

.sendmessagediv div{
 
}

/** friend finder small box **/
div#friend-finder p {
	padding: 0 11px 1em 11px;
}

div#friend-finder p.error {
	padding: 0	
}

div#friend-finder p.first {
	padding-top: 15px;
}


/** Top rated photos **/
div#top-photos-container a.view-all-photos {
	float: left;
	margin: 0 0 0 10px;
	display: inline;
}

div#top-photos-container ul#top-photos-list div.content-box {
	float: none;
}

div#top-photos-container div.buttons {
	padding: 0 0 1px 11px;
}

div#top-photos-container div.buttons a {
	float: none;
	display: block;
	margin-bottom: 10px;
}

div#top-photos-container br.clear {
	font-size: 0;
	height: 0;
	line-height: 0;
}

ul#top-photos-list div.content-box {
	float: none;
}

ul#top-photos-list div.content-box  div.rounded-body {
	padding: 2px 10px 10px 10px;
}

ul#top-photos-list ul.rating {
	margin-top: 10px;
}
 
ul#top-photos-list {
	float: left;
	margin-bottom: 10px;
	width: 100%;
}

ul#top-photos-list li.top-photo {
	margin-left: 11px;
	float: left;
	display: inline;
}

ul#top-photos-list li.top-photo img {
	display: block;
	margin: 0 auto;
}

/* Sign in box */
div#sign-in h4 {
	margin: 10px;
	font-weight: bold;	
}

div#sign-in h2 
{
    margin-left: 10px;
}

div#sign-in p.error {
	margin: 3px 0 0 10px;
}

div#sign-in p.invalid-username-password {
	margin-bottom: 10px;	
}

div#sign-in ul li {
	padding-bottom: 5px;	
}

div#sign-in ul li label {
	float: left;
	margin: 0 0 2px 10px;	
}

div#sign-in ul li input.text {
	width: 170px;
	margin: 0 10px 0 10px;
	float: right;
}

div#sign-in ul li.checkbox input {
	float: left;	
	margin-left: 10px;
	width: 14px;
	height: 13px;	
}

div#sign-in ul li.checkbox label {
	float: left;	
	margin: -1px 0 0 5px;
}

div#sign-in div.button-container {
	clear: both;	
	padding: 15px 0 10px 10px;
}

div#sign-in label, div#sign-in h4 {
	zoom: 1; /* IE6 peekaboo fix */
}

/** Rating stars **/
div.rated ul, div.rated p {
	float: left;
}

ul.rating {
	height: 12px;
}

div.rated {
	padding-top: 12px;
}

div.rate-notext{ /*added for small rater with no text*/
    margin: 5px 0 0 0;
}

div.rated p {
	margin: -1px 12px 0 0;
}

div.rated ul li {
	cursor: default !important;
}

div.rated ul li.inactive, ul.rating li.inactive {
	float: left ;
	width: 15px ;
	height: 12px ;
	background-image: url(../../../utility/images/star-off.gif);
	background-position: top left;
	
	background-repeat: no-repeat;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}

/* not needed
div.rated ul li.mouseover, ul.rating li.mouseover {
	background-position: bottom left;
}
*/

div.rated ul li span, ul.rating li span {
	display: none;
}


/** Promo box **/
a#profile-promo img {
	margin-top: 8px;
}


/** Your photo albums - small box **/
div#photo-albums-small div.content {
	padding: 2px 11px 11px;
}

div#photo-albums-small .rounded-inner-photo-album,
div#photo-albums-small .rounded-inner-photo-album .rounded-body,
div#photo-albums-small .rounded-inner-photo-album .rounded-head,
div#photo-albums-small .rounded-inner-photo-album .rounded-head div {
    background-image: url(../images/rounded/pink-inner-253.gif);
}

div#photo-albums-small .rounded-inner-photo-album {
	float: none !important;
	width: 238px !important;
}

div#photo-albums-small .rounded-inner-photo-album .rounded-body {
	padding: 2px 10px 10px;
}

div#photo-albums-small img,
div#photo-albums-small p {
	float: left;
}

div#photo-albums-small p {
	margin-left: 12px;
	width: 125px;
}


/** Party animal small box **/
div#party-animal-small h3 {
	height: auto !important;
	padding: 2px 0 10px 0 !important;
}

div#party-animal-small p {
	padding-bottom: 10px;
}

div#party-animal-small.rounded-neutral-second-column .rounded-body div {
	background-image: url(../images/boxes/grey-white-gradient-350.gif);
}


/** Which Big Weekend are you w/ thumbs **/
div#which-weekend h3 {
	height: auto !important;
	padding: 2px 0 10px 0 !important;
}

div#which-weekend p {
	padding-bottom: 10px;
}

div#which-weekend.rounded-neutral-second-column .rounded-body div {
	background-image: url(../images/boxes/grey-white-gradient-300.gif);
	/* IE6 Peekaboo bug fix */
	zoom: 1;
}

div#which-weekend div.clear {
	/* IE6 height fix on element */
	font-size: 0;
	height: 0;
	line-height: 0;
}

/* IE height fix on inner div */
div#which-weekend .inner-gradient {
    height:300px;
}

ul#big-weekend-thumbs {
	float: left;
	width: 253px;
}

ul#big-weekend-thumbs li {
	float: left;
	padding: 0 0 10px 26px;
}

ul#big-weekend-thumbs li.row-break {
	padding-left: 0px;
}


/** Generic form layout using list **/

ul.form li.item-postcode a,
ul.form li.item-postcode a {
	float: left;
	margin-left: 10px;
}
ul.form {
	width: 100%;
}

ul.form,
ul.form li.item-postcode,
ul.form li.item-postcode label,
ul.form li.item-postcode div,
ul.form li.item-postcode input,
ul.form li.item-postcode select,
ul.form li.item-postcode textarea,
ul.form li.item-postcode div label,
ul.form li.item,
ul.form li.item label,
ul.form li.item div,
ul.form li.item input,
ul.form li.item select,
ul.form li.item textarea,
ul.form li.item div label {
	float: left;
}

ul.form li.item-postcode,
ul.form li.item {
	width: 100%;
	clear: left;
	padding-bottom: 15px;
}

ul.form li.item-postcode label,
ul.form li.item label {
	display: block;
	width: 200px;
	padding-right: 10px;
	font-weight: bold;
}

ul.form li.item div,
ul.form li.item input.text,
ul.form li.item textarea.text {
	width: 300px;
}

ul.form li.item-postcode div label,
ul.form li.item div label {
	font-weight: normal;
}

ul.form li.item-postcode p.error,
ul.form li.item p.error {
	clear: left;
	margin-left: 210px	
}

ul.form .clear {
	float: none !important;
	width: auto !important;
	height: 0;
	font-size: 0;
}

ul.form li.single p {
	width: 515px;
}

.gender 
{
    display: block;
	width: 200px;
	padding-right: 10px;
	font-weight: bold;
	padding-left:10px;
	
}

/** Errors **/
p.error {
	color: #ec008c;
	font-weight: bold;
}

/** Community Server Tabs **/

.CommonPane
{
	padding: 0px;
	font-size: 10pt;
	border-style: solid;
	border-width: 1px;
	border-bottom: 0 none;
	border-color: #D8D8D8;
	border-top: 0px none;
	background-color: #ffffff;
	padding: 8px 8px 0px 8px;
}

.CommonPaneHomepage
{
	background-color:#FFFFFF;
border-bottom:1px solid #D8D8D8;
border-left:1px solid #D8D8D8;
border-right:1px solid #D8D8D8;

padding-bottom: 12px;
font-size:10pt;
padding:8px 8px 12px;
}

.CommonPaneTabSet
{
    border-bottom:1px solid #D8D8D8;
    height:32px;
    padding-left:3px;
    width:633px;
    margin: 12px 0;
}

.CommonPaneTabSetHomepage
{
    border-bottom:1px solid #D8D8D8;
    height:32px;
    padding-left:3px;
    width:633px;
    margin-top: 12px;
}

.CommonPaneTab
{
	float: left;
	display: inline;
	background: url(../images/navigation/right.gif) top right no-repeat;
	padding: 0 6px 0 0;
	font-weight: bold;
	border-bottom:1px solid #D8D8D8;
}

.CommonPaneTab1
{
	display: block;
	float: left;
	background: url(../images/navigation/left.gif) top left no-repeat;
	margin: 0 0 -1px 8px;
	padding: 8px 0 0 6px;
	border-bottom: 1px solid #d8d8d8;
	height: 24px;
}

.CommonPaneTab2
{
    border-bottom:1px solid #D8D8D8;
    height:24px;
    padding: 0 5px 0 5px;
    text-decoration: underline;
}

.CommonPaneTabSelected
{
	float: left;
	display: block;
	background: transparent url(../images/navigation/right.gif) top right no-repeat;
	padding: 0 6px 0 0;
	font-weight: bold;
	margin: 0 0 -1px 8px;
    border-bottom: 1px solid #ffffff;
}

.CommonPaneTabSelected1
{
	display: block;
	float: left;
	background: url(../images/navigation/left.gif) top left no-repeat;
	margin: 0 0 -1px 0;
	padding: 8px 0 0 6px;
	height: 24px;
}

.CommonPaneTabSelected2
{
	height: 32px;
	border-bottom:1px solid #FFFFFF;
    position:relative;
    z-index:1;
    color: #EC008C;
    padding: 0 5px 0 5px;
}

.CommonPaneTabHover
{
	float: left;
	display: inline;
	background: url(../images/navigation/right.gif) top right no-repeat;
	padding: 0 6px 0 0;
	font-weight: bold;
	border-bottom: 1px solid #d8d8d8;
	cursor: pointer;
}

.CommonPaneTabHover1
{
	display: block;
	float: left;
	background: url(../images/navigation/left.gif) top left no-repeat;
	margin: 0 0 -1px 8px;
	padding: 8px 0 0 6px;
	border-bottom: 1px solid #d8d8d8;
	height: 24px;
	cursor: pointer;
}

.CommonPaneTabHover2
{
    padding: 0 5px 0 5px;
    cursor: pointer;
}

/** Original Tabs **/
ul.tabs {
	width: 633px;
	height: 32px;
	border-bottom: 1px solid #d8d8d8;
	padding-left: 3px;
}

ul.tabs li {
	display: inline;
	float: left;
	background: url(../images/navigation/tab-left.gif) top left no-repeat;
	margin: 0 0 -1px 8px;
	padding-left: 6px;
	border-bottom: 1px solid #d8d8d8;
}

ul.tabs li.active {
	position: relative;
	z-index: 1;
	border-bottom: 1px solid #fff;
}

ul.tabs li a {
	color: #545454;
}

ul.tabs li span {
	color: #ec008c;
}

ul.tabs li a, ul.tabs li span {
	float: left;
	display: block;
	background: url(../images/navigation/tab-right.gif) top right no-repeat;
	padding: 8px 12px 0 6px;
	font-weight: bold;
	height: 24px;
}

div#friend-inviter p {
    padding:15px 11px 0;
}

/** Rollover buttons  **/
button.rollover, a.rollover {
	display: block;
	cursor: pointer;
	height: 29px;
	background-position: top left;
	background-color: transparent;
}

button.rollover:hover, a.rollover:hover, button.hover {
	background-position: bottom left !important;
}

button.rollover span, a.rollover span {
	display: none;
}



/** Rollover arrows **/
button.rollover.gallery-left, a.rollover.gallery-left,
button.rollover.gallery-right, a.rollover.gallery-right {
	height: 23px !important;
}



/** Individual buttons  **/
button.rollover.gallery-left, a.rollover.gallery-left {
	background-image: url(../images/buttons/left-arrow.gif);
	width: 23px;
	margin: 56px 5px 0 8px;
}

button.rollover.gallery-right, a.rollover.gallery-right {
	background-image: url(../images/buttons/right-arrow.gif);
	width: 23px;
	margin: 56px 8px 0 5px;
	position: relative;
	z-index: 100;
}

button.add-widget, a.add-widget {
	background-image: url(../images/buttons/add-more-widgets.gif);
	width: 213px;
}

button.view-photos, a.view-photos {
	background-image: url(../images/buttons/view-all-photos.gif);
	width: 136px;
}

button.upload-photo, a.upload-photo {
	background-image: url(../images/buttons/upload-a-photo.gif);
	width: 137px;
}

button.add_photo, a.add_photo {
	background-image: url(../images/buttons/add_photo.gif);
	width: 120px;
}

button.add-video, a.add-video {
	background-image: url(../images/buttons/add-a-video.gif);
	width: 110px;
}

button.add-more-photos, a.add-more-photos {
	background-image: url(../images/buttons/add-more-photos.gif);
	width: 148px;
}

button.view-public-profile, a.view-public-profile {
	background-image: url(../images/buttons/view-public-profile.gif);
	width: 153px;
}

button.accept-as-friend, a.accept-as-friend {
	background-image: url(../images/buttons/accept-as-friend.gif);
	width: 141px;
}

button.add-more-widgety-goodness, a.add-more-widgety-goodness {
	background-image: url(../images/buttons/add-more-widgety-goodness.gif);
	width: 212px;
}

input.AvatarUpload, button.browse, a.browse {
	background-image: url(../images/buttons/browse.gif);
	width: 92px;
}

button.register, a.register 
{
    display:inline;
    float:right;
    margin:10px 11px 10px 0;
	background-image: url(../images/buttons/register.gif);
	width: 92px;
}

button.edit-your-profile, a.edit-your-profile {
	background-image: url(../images/buttons/edit-your-profile.gif);
	width: 110px;
}

button.find, a.find {
	background-image: url(../images/buttons/find.gif);
	width: 67px;
}

button.savechanges, a.savechanges {
	background-image: url(../images/buttons/savechanges.gif);
	width: 126px;
}

button.cancelchanges, a.cancelchanges {
	background-image: url(../images/buttons/cancelchanges.gif);
	width: 131px;
	margin-right: 10px;
}

button.video_confirm_button, a.video_confirm_button {
	background-image: url(../images/buttons/video_confirm_button.gif);
	width: 302px;
}

button.im-done-take-me-back-to-my-photo-gallery, a.im-done-take-me-back-to-my-photo-gallery {
	background-image: url(../images/buttons/im-done-take-me-back-to-my-photo-gallery.gif);
	width: 310px;
}

button.let-me-take-the-quiz, a.let-me-take-the-quiz {
	background-image: url(../images/buttons/let-me-take-the-quiz.gif);
	width: 115px;
}

button.request-as-friend, a.request-as-friend {
	background-image: url(../images/buttons/request-as-friend.gif);
	width: 141px;
}

button.save, a.save {
	background-image: url(../images/buttons/save.gif);
	width: 80px;
	float:right;
}

button.search, a.search {
	background-image: url(../images/buttons/search.gif);
	width: 86px;
	float: right;
	margin-top: 2px;
}

button.send, a.send {
	background-image: url(../images/buttons/send.gif);
	width: 81px;
	float: right;
	margin: 10px 11px 0 0;	
}

button.sign-in, a.sign-in {
	background-image: url(../images/buttons/sign-in.gif);
	width: 80px;
	margin: 0 0 0 10px;
}

button.send_msg, a.send_msg {
	background-image: url(../images/buttons/send_msg.gif);
	width: 122px;
}

button.write_new_post, a.write_new_post {
	background-image: url(../images/buttons/write_new_post.gif);
	width: 142px;
}

button.reply, a.reply {
	background-image: url(../images/buttons/reply.gif);
	width: 77px;
}

button.recover_password, a.recover_password {
	background-image: url(../images/buttons/recover_password.gif);
	width: 153px;
	margin: 10px 10px 0 0;
	float:right;
}

button.delete_post, a.delete_post {
	background-image: url(../images/buttons/delete_post.gif);
	width: 110px;
	float: right;
	margin: 10px 10px  0 0;
}

button.report, a.report {
	background-image: url(../images/buttons/report.gif);
	width: 80px;
	float: right;
	margin: 10px 10px  0 0;
}

button.post, a.post {
	background-image: url(../images/buttons/post.gif);
	width: 81px;
	float:right;
	margin:10px 10px 0 0 ;
}

button.write_new_post, a.write_new_post {
	background-image: url(../images/buttons/write_new_post.gif);
	width: 142px;
}

button.reply, a.reply {
	background-image: url(../images/buttons/reply.gif);
	width: 77px;
}

button.recover_password, a.recover_password {
	background-image: url(../images/buttons/recover_password.gif);
	width: 153px;
	margin: 10px 10px 0 0;
	float:right;
}

button.delete_post, a.delete_post {
	background-image: url(../images/buttons/delete_post.gif);
	width: 110px;
	float: right;
	margin: 10px 10px  0 0;
}

button.add_friends, a.add_friends {
	background-image: url(../images/buttons/add_friends.gif);
	width: 122px;
}

button.take-the-quiz-again, a.take-the-quiz-again {
	background-image: url(../images/buttons/take-the-quiz-again.gif);
	width: 159px;
}

button.select, a.select {
	background-image: url(../images/buttons/select.gif);
	width: 81px;
	float: right;
    margin-right: 4px;
}

button.invite-some-friends, a.invite-some-friends {
	background-image: url(../images/buttons/invite-some-friends.gif);
	width: 154px;
}


button.upload, a.upload {
	background-image: url(../images/buttons/upload.gif);
	width: 98px;
}

button.upload-a-photo, a.upload-a-photo {
	background-image: url(../images/buttons/upload-a-photo.gif);
	width: 137px;
}

button.upload-a-photo, a.upload-a-photo {
	background-image: url(../images/buttons/upload-a-photo.gif);
	width: 137px;
}

button.upload-photo, a.upload-photo {
	background-image: url(../images/buttons/upload-photo.gif);
	width: 135px;
}

button.view-all-photos, a.view-all-photos {
	background-image: url(../images/buttons/view-all-photos.gif);
	width: 136px;
}

button.view-friend-requests, a.view-friend-requests {
	background-image: url(../images/buttons/view-friend-requests.gif);
	width: 164px;
}

button.view-messages, a.view-messages {
	background-image: url(../images/buttons/view-messages.gif);
	width: 129px;
}

button.take-me-straight-in, a.take-me-straight-in {
	background-image: url(../images/buttons/take-me-straight-in.gif);
	width: 159px;
}

button.change-password, a.change-password {
	background-image: url(../images/buttons/change-password.gif);
	width: 158px;
}

button.view-all-videos, a.view-all-videos {
	background-image: url(../images/buttons/view-all-videos.gif);
	width: 138px;
}

button.invite-some-friends, a.invite-some-friends {
	background-image: url(../images/buttons/invite-some-friends.gif);
	width: 154px;
}

button.next, a.next {
	background-image: url(../images/buttons/next.gif);
	width: 72px;
}

button.view-on-your-profile, a.view-on-your-profile {
	background-image: url(../images/buttons/view-on-your-profile.gif);
	width: 165px;
}

button.gotoprofile, a.gotoprofile {
	background-image: url(../images/buttons/gotoprofile.gif);
	width: 146px;
}

button.find-out-more, a.find-out-more {
	background-image: url(../images/buttons/find-out-more.gif);
	width: 127px;
}

button.lookupaddress, a.lookupaddress {
	background-image: url(../images/buttons/lookup_address.gif);
	width: 151px;
}

button.send-message, a.send-message {
	background-image: url(../images/buttons/send_message.gif);
	width: 143px;
}

button.delete, a.delete {
	background-image: url(../images/buttons/delete.gif);
	width: 80px;
}

button.cancel, a.cancel {
	background-image: url(../images/buttons/cancel.gif);
	width: 80px;
}

button.view-forums, a.view-forums {
	background-image: url(../images/buttons/view-forums.gif);
	width: 117px;
}

button.results, a.results {
	background-image: url(../images/buttons/results.gif);
	width: 92px;
}

button.view-gallery, a.view-gallery {
	background-image: url(../images/buttons/view-gallery.gif);
	width: 117px;
}

button.go, a.go {
	background-image: url(../images/buttons/go.gif);
	width: 60px;
}

input.vote, a.vote {
	background-image: url(../images/buttons/vote.gif);
	width: 67px;
}


/* */
.button {
    border: none;
    background: url(../images/buttons/vote-off.gif);
    width: 67;
    padding: 12px 30px;
    font-size: 0;
}

.button:hover {
    border: none;
    background: url(../images/buttons/vote-on.gif);
    width: 67;
    padding: 12px 30px;
    font-size: 0;
}
/* */


button.my-profile, a.my-profile {
	background-image: url(../images/buttons/my-profile.gif);
	width: 104px;
}

button.logout, a.logout {
	background-image: url(../images/buttons/logout.gif);
	width: 92px;
}

button.join-community, a.join-community {
	background-image: url(../images/buttons/join-community.gif);
	width: 159px;
}

/*
Rating Styles
*/

.CommonRateControlReadOnly
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	padding: 1px;
	white-space: nowrap;
}

.CommonRateControl
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	background-color:Transparent;
	cursor: pointer;
	padding: 1px;
	white-space: nowrap;
}

.CommonRateControlActive
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	background-color:Transparent;
	cursor: pointer;
	padding: 1px;
	white-space: nowrap;
}

/*additional syles to handle cs rendering of star ratings*/
.CommonRateControlReadOnly img
{
    background-color: Transparent;
    float:left;
    white-space: nowrap;
    display: inline;
	padding:0;
	margin: 0;
	
}

.star-div-fl{
    float:left;
	padding:0;
	margin: 0;
    border:0;
    width:7px;
    height:13px;

}

/** Your photo albums - small box **/
div#media-album-small div.content-body {
	padding-left: 11px;
}

div#media-album-small .rounded-inner-media-album,
div#media-album-small .rounded-inner-media-album .rounded-body,
div#media-album-small .rounded-inner-media-album .rounded-head,
div#media-album-small .rounded-inner-media-album .rounded-head div {
    background-image: url(../_images/rounded/pink-inner-253.gif);
}

div#media-album-small .rounded-inner-media-album {
	float: none !important;
	width: 238px !important;
	margin-top: 10px;
}

div#media-album-small .rounded-inner-media-album .rounded-body {
	padding: 2px 10px 10px;
}

div#media-album-small img,
div#media-album-small p {
	float: left;
}

div#media-album-small p {
	margin-left: 12px;
	width: 125px;
}

div#media-album-small a.rollover {
	margin-top: 10px;
}

.RadioButton
{
   height: 13px;
   margin-right: 5px;
   width: 14px;    
}

.UploadButton
{
    padding: 10px 10px 0 0;
    float:right;    
}

.upload_buttons
{
    height:30px;
    margin-top:10px;
}

.dropdown 
{
    padding-bottom:20px;
}

.active_nav
{
    background-position: bottom left !important;	
}


.breadcrumb a {
	color: #ffffff;	
	font-weight:bold;
}

.breadcrumb a:hover {
	color: #860150;		
	font-weight:bold;
}

.profile_hr {
    clear:left;
    float:left;
    padding-bottom:9px;
    width:130px;
}

.profile_hd {
    color:#494949;
    float:left;
    font-weight:bold;
    padding:0 0 9px 10px;
    width:265px;
}

.quizprofile {
    font-weight:normal;
}

.post_hr{
    margin-bottom:10px;
}

.post_hd {
    clear:left;
    float:left;
    font-weight:bold;
    width:140px;
    margin-bottom:10px;
}

.custom_pagination {
    color: #545454;
}

.pagination_padding {
    padding-left: 10px;
}

/* rendered poll styles */

.CommonPollArea
{
	width: 100%;
	min-width: 250px;
	margin: 0 auto;
}

.CommonSidebar .CommonPollArea
{
    min-width: 200px;
}

.CommonPollQuestion
{
	padding: 4px;
	margin: 0;
	font-size: 105%;
	font-weight: bold;
}

.CommonPollContent
{
	padding: 4px;
}

.CommonPollDescription
{
}

.CommonPollSwitchedContent
{
    margin: 0 auto;
}

.CommonSidebar .CommonPollSwitchedContent
{
    width: 100%;
    margin: 0;
}

ul.CommonPollAnswerList
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

ul.CommonPollAnswerList li
{
	padding: 0;
	margin: 6px 0 6px 0;
}

.CommonPollAnswer
{
	padding: 2px;
}

.CommonPollUserVote
{
    margin: 1em 0;
	color: #777;
}

.CommonPollFooter
{
	padding: 2px;
}

.CommonPollResultGraph 
{
    white-space: nowrap;
}

.CommonSidebar .CommonPollResultGraph
{
    display: none;
}

ul.CommonPollFooterList
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.CommonPollFooterList li
{
	padding: 5px;
}

.login-p {
    padding-bottom: 15px;    
    padding: 5px;
}

.login-h2 {
    color:Black;
    font-size:18px;
    font-weight:bold;
    text-decoration:none;
    padding: 5px;
}