@charset "UTF-8";
/* CSS Document */

/* Yahoo Reset Sheet
----------------------------------------------- 
Resets all Elements on the globally:
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.3.1 
-----------------------------------------------*/
body {color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,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;}
li {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;font-variant:normal;}
sup,sub {line-height:0;vertical-align: text-top;}
sub {vertical-align:text-bottom;}
input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}
a {cursor:pointer; cursor:hand;}
a:active, a:focus, input {outline:none;}
/*---------------------- Reset CSS --------------------------------------------------------------------*/

.overlay {
	position:fixed;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:#000;
	opacity:.6;
	filter:alpha(opacity=.6);
	z-index:50;
}

.container {
	top:0px;
	position:absolute;
	opacity:1;
	filter:alpha(opacity=1);
	z-index:51;
	width:630px;
	height:547px;
}


.lastActive {
	display:block;
	line-height:21px;
}

.hidden {
    display: none;
}
.clear {
    clear: both;
}
.floatRight {
    float: right;
}
.headerMockup{
	  background-image:url(images_backtile.jpg);
	  background-position: bottom right;
	  background-repeat: repeat-x;
	  background-color: #000000;
}
.footerMockup{
	background-image:url(images_footer.gif);
	height:64px;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#565656;
	height:100%;

}
a { color: #333; text-decoration: none; }
a:hover { text-decoration: none; }
img { border:none; }

/* STATUS BAR STYLES */

.statusText{
	width:630px;
	font-size:15px;
	color:#000c6b;
	line-height:15px;
	padding-top:4px;
}
.statusText .editIconDiv {
	background-position:0 3px;
	padding:4px 5px 0 14px;
}
.profileRatingsBox{
	width:282px;
	height:16px;
	font-size:12px;
	line-height:12px;
	color:#333333;
	border:solid 1px #ebebeb;
	padding:5px 8px 0px 8px;
  text-transform: uppercase;
}
/* END STATUS BAR STYLES */

/* TOP NAV STYLES */
.topNavigation{
    height:24px;
    width: 100%;
    background-image:url(images_top_profile_nav_back.gif);
    float: left;
    text-transform: uppercase;
}
.topNavigation ul {
    float: left;
    background:transparent url(images_top_profile_nav_divider.gif) no-repeat scroll right top;
    margin: 0;
    padding: 0;
    width: 943px;
    height:24px;
    overflow: hidden;
}
.topNavigation li {
    display: inline;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 21px;
}
.topNavigation li.floatLeft {
    background:transparent url(images_top_profile_nav_divider.gif) no-repeat scroll right center;
}
.topNavigation li.floatRight {
    background:transparent url(images_top_profile_nav_divider.gif) no-repeat scroll left center;
}
.topNavigation li.refine_search {
    float: left;
    padding-left: 245px;
}
.topNavigation a {
  font-size:10px;
  font-weight:bold;
  color:#565656;
  text-decoration: none;
}
.topNavigation a:hover {
  text-decoration: underline;
}
.back_arrow { float: left; }
.back_arrow a {
    background:transparent url(images_back_arrows.gif) no-repeat scroll left center;
    padding-left: 20px;
}
.topNavigation .prev_arrow { float: right; }
#profilePicColumn .prev_arrow { float: left; }
.prev_arrow a {
    background:transparent url(images_prev_arrow.gif) no-repeat scroll left center;
    padding-left: 13px;
}
.topNavigation .next_arrow { float: right; }#profilePicColumn .next_arrow { float: right; }
.next_arrow a {
    background:transparent url(images_next_arrow.gif) no-repeat scroll right center;
    padding-right: 13px;
}
/* END TOP NAV STYLES */

/* PROFILE STYLES */
#profileWrapper {
    width: 936px;
    padding-left:8px;
    padding-top: 7px;
    float: left;
    clear: left;
}
.browserIE6 #profileWrapper {
    position: relative;
}
.browserIE6 .profileAreaAdContainer {
    position: absolute;
    right: 0;
    top: 25px;
}
#profileRating {
    width: 232px;
    color: #333333;
    font-size: 12px;
    font-weight:bold;
    font-family:Arial,Helvetica,sans-serif;
    height: 16px;
}

#profileRating span.value {
    float: left;
}

#profileRating span.vote {
    float: right;
}
#profileRating a {
    color: #333333;
}
#profileRatingContainer {
    float: left;
    margin-left: 16px;
    width: 232px;
}
#profileRatingContainer p {
    margin: 1px;
}
#profileWrapper h2.status {
    padding: 9px 0 0 9px;
    margin: 0;
    float: left;
    width: 470px;
    color: #000C6B;
    font-size: 15px;
    line-height: 15px;
    font-weight: normal;
}
#profileWrapper h2.status strong {
    font-weight:bold;
    font-size:15px;
    line-height:15px;
    padding-right: 5px;
}
#profileWrapper .fourth_col {
    float: left;
}
/* INNER PROFILE STYLES */
#innerProfileWrapper {
    float: left;
    width: 684px;
    background:transparent url(images_profile_area_background.gif) no-repeat scroll left top;
}
#innerProfileWrapper .two_col {
     float: left;
}

/* PROFILE PIC COLUMN STYLES */
#profilePicColumn {
    float: left;
    clear: left;
    width: 226px;
    padding: 4px 0 0 9px;
}
#profilePicColumn #profileImages .loader {
    padding-left:  96px;
    padding-top:  134px;
}
#profilePicColumn .profilePicComment {
    padding-top: 12px;
    clear: both;
    text-align: center;
}
#profilePicColumn .profilePicComment .rating {
    display: block;
    color: #333333;
    text-transform: uppercase;
    font-size:12px;
    font-weight: bold;
    line-height:16px;
}
#profilePicColumn .profilePicComment a {
    color: #333333;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
}
#profilePicColumn a {
    color: #363636;
    font-size: 10px;
    line-height: 10px;
    font-weight: bold;
}
#profilePicColumn ul li {
    display: inline;
}
#profilePicColumn a:hover {
    text-decoration: underline;
}
#profilePicColumn .starsDiv {
    clear: both;
    text-align:center;
}
#profilePicColumn .starsDiv a {
    color: #565656;
    line-height: 33px;
    font-size:11px;
    font-weight:bold;
    padding-top:1px;
}
/* END PROFILE PIC COLUMN STYLES */

/* PROFILE INFO COLUMN STYLES */
#profileInfoColumn {
    float: left;
    font-size: 13px;
    padding-top: 9px;
    padding-left: 11px;
}
#profileInfoColumn li{
    width: 236px;
    padding: 5px 0 0;
    line-height: 14px;
}
#profileInfoColumn strong {
    color: #000000;
    font-weight: bold;
    line-height: 13px;
}
#screenName a {
    color: #363636;
    font-size: 18px;
}
#screenName #onlineStatus {
    background:transparent url(images_online_icon.gif) no-repeat scroll left center;
    margin-left: 6px;
    padding-left: 15px;
    color:#020167;
    font-size:12px;
    font-weight:bold;
    padding-top:4px;
}
#screenName span {
    color:#000C6B;
    font-size:11px;
}
#profileInfoColumn #profileLookingFor {
    padding-top: 11px;
}
#profileInfoColumn .profileLocation { padding-top: 7px; }
#profileInfoColumn .profileLocation strong { display: block; padding-bottom: 2px;}
#profileInfoColumn #individualContent { float: left; }
#profileInfoColumn #individualContent .profileInfo { float: left; }
#profileInfoColumn ul.tab { float: left; padding-top:0px; margin-top:0px; }
#profileInfoColumn dl { float: left; }
.profile #profileInfoColumn dl { padding-top: 12px; }
#profileInfoColumn dl dt,
#profileInfoColumn dl dd {
    float: left;
    padding-top: 5px;
    padding-bottom: 3px;
    width: 130px;
    border-bottom:1px solid #CECECE;
    font-size: 12px;
    color: #363636;
}
#profileInfoColumn dl dt { clear: left; font-weight:bold; }
#profileInfoColumn dl dd { width: 106px; }
#profileInfoColumn dl dt.last,
#profileInfoColumn dl dd.last { border-bottom: none; }

.bold { font-weight:600;}
/* END PROFILE INFO COLUMN STYLES */


/* PROFILE NAV COLUMN STYLES */
#profileNavContainer {
    float: left;
    padding-left: 10px;
    padding-top: 6px;
}
#profileNavContainer li {
    display: block;
    height: 28px;
    width: 176px;
    padding-left: 10px;
    background-image: url(images_button_black.gif);
    margin-bottom: 3px;
}
#profileNavContainer li.gray {
    background-image: url(images_button_gray.gif);
}
#profileNavContainer li a {
    color:#FFFFFF;
    text-transform: uppercase;
    font-size:11px;
    line-height: 28px;
}
.icon_im,
.icon_email,
.icon_friendlist,
.icon_in_person,
.icon_similar,
.icon_block,
.icon_abuse{
    padding-top: 3px;
    padding-left: 23px;
}
.icon_im {         background:transparent url(images_icon_im.gif) no-repeat scroll left center; }
.icon_email {      background:transparent url(images_icon_email.gif) no-repeat scroll left center; }
.icon_friendlist { background:transparent url(images_icon_friendlist.gif) no-repeat scroll left center; }
.icon_in_person {  background:transparent url(images_icon_in_person.gif) no-repeat scroll left center; }
.icon_similar {    background:transparent url(images_icon_similar.gif) no-repeat scroll left center; }
.icon_block {      background:transparent url(images_icon_block.gif) no-repeat scroll left center; }
.icon_abuse {      background:transparent url(images_icon_abuse.gif) no-repeat scroll left center; }
.icon_search {     background:transparent url(images_icon_search.gif) no-repeat scroll left center; 
                   padding-top: 20px;
                   padding-left: 18px;
}
.browserIE6 .icon_search,
.browserIE7 .icon_search { padding-top: 0px; }
.icon_search img { padding-top: 2px; }

.askIconDiv {
  font-size:11px;
  padding-bottom:2px;
  padding-top:1px;
  padding-left:10px;
  text-decoration:underline;
  color: #cc0000;
	padding-right:16px;
	background:url(images_icon_question_mark.gif) top right no-repeat;
	position:relative;
	float:right;
}
.star {
	background:url(images_blue_star.gif) center right no-repeat;
  padding-right: 14px;
}

.noteContainer {
    float: left;
    background-image:url(images_note_background.gif);
    height:142px;
    margin-top: 7px;
    margin-left:10px;
    width:186px;
}
.noteContainer h3 {
    float: left;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    padding: 5px 0 0 11px;
    width: 100px;
}
.noteContainer span {
    float: right;
    padding: 2px 7px 0px 0px;
}
.noteContainer form {
    padding-bottom:0;
    padding-left:39px;
    padding-right:10px;
    padding-top:34px;
}
.noteContainer textarea {
	background:none;
	width:135px;
	border:0 none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#565656;
	line-height:15px;
	overflow:hidden; 
	outline:none; 
    resize:none;
}
/* END PROFILE NAV COLUMN STYLES */

.profileAreaAdContainer{
    border: 1px solid #EBEBEB;
    float: left;
    display: inline;
    width:232px;
    height:380px;
    margin-left:16px;
}

/* New Main layout structure styling    ----------------------------------------------*/ 
body {
	line-height:12px;
  font-family: Arial, Helvetica, sans-serif;
  font-size:13px;
  line-height:16px;
  font-weight:normal;
  color:#000000;
}
div.column {
	width:300px;
	margin:0 6px;
	float:left;
	font-size:12px;
}
div.column.last {
	margin:0 0 0 6px;
	float:right;
	clear:right;
}
div.column h3 {
	border-bottom:1px solid #cecece;
	color:#000000;
	font-size:14px;
	font-weight:bold;
	height:16px;
	line-height:14px;
	margin-top:18px;
	margin-bottom:8px;
}
.profileTile {
	clear:both;
	position:relative;
}
.profileTile .askIconDiv {
  color: #CC0000;
  margin-right: 24px;
}
#myVideos ul li,
#similarProfiles ul li {
	display:inline;
	float:left;
	width:100px;
	text-align:center;
	margin-bottom:20px;
}
#similarProfiles ul li {
	min-height:110px;
}


#myPhotos table tr td,
#myVideos table tr td {
	width:100px;
	padding:10px 10px 20px 0;
	text-align:center;
}
#similarProfiles table tr td  {
	padding:10px 0;
	width:94px;
	border-left:4px solid #fff;
	border-right:4px solid #fff;
	text-align:center;
}
#similarProfiles .userName {
	padding-top: 3px;
  display: block;
  width: 100%;
}
#myVideos ul li {
	display:inline;
	float:left;
	width:60px;
	text-align:center;
	padding-right:10px;
}
#detailsAboutMe strong,
#similarProfiles ul li a {
	display:block;
	font-weight:bold;
}
#detailsAboutMe p {
	padding:0 0 18px 0;
}
#similarProfiles a.viewMore {
	float:right;
	clear:both;
	padding:0 0 20px; 
}
/** **/
#surveysDiv ul.content li span{
	width:140px;
	float:left;
	text-align:left;
}
#surveysDiv ul.content li strong {
	width:130px;
	padding-right:20px;
}
/** **/
#myIdealMatchQuickStats {
    float: left;
}
#whatImLookingFor {
    float: left;
    margin-bottom: 18px;
}
#surveysDiv ul.content,
#whatImLookingFor h3,
#whatImLookingFor ul.content,
#myIdealMatchQuickStats h3,
#myIdealMatchQuickStats ul.content {
    float: left;
    width: 300px;
	
}
#surveysDiv ul.content li,
#whatImLookingFor ul.content li,
#myIdealMatchQuickStats ul.content li {
    clear: left;
    float: left;
    width: 300px;
	padding:5px 0;
	overflow:hidden;
	border-bottom:1px solid #eceaeb;
}
#surveysDiv ul.content li strong,
#whatImLookingFor ul.content li strong,
#myIdealMatchQuickStats ul.content li strong {
	width:100px;
	padding-right:20px;
	float:left;
	text-align:left;
}
#whatImLookingFor ul.content li span,
#myIdealMatchQuickStats ul.content li span {
	width:160px;
	float:left;
	text-align:left;
	position:relative;
}
#surveysDiv a.askIconDiv,
#whatImLookingFor ul.content li span a.askIconDiv,
#myIdealMatchQuickStats ul.content li span a.askIconDiv {
	position:absolute;
	top:0;
	right:0;
}

/*
#whatImLookingFor h3 { width: 100% }


#whatImLookingFor ul.flexBank {
	overflow:hidden;
	margin-bottom:10px;
}
#whatImLookingFor ul.flexBank li {
	display:inline;
	float:left;
	margin:5px 0;
}
#whatImLookingFor p {
	clear:left;
	margin-bottom:8px;
}
#whatImLookingFor ul.partner {
	border-bottom:1px solid #eceaeb;
	overflow:hidden;
}
#whatImLookingFor dl {
	clear:both;
}
ul.whatImLookingForInfo li {
	padding:5px 0;
	overflow:hidden;
	border-bottom:1px solid #eceaeb;
}
ul.whatImLookingForInfo li strong {
    clear: left;
	width:110px;
	padding-right:20px;
	float:left;
	text-align:left;
}
ul.whatImLookingForInfo li span {
	width:160px;
	float:left;
	text-align:left;
	position:relative;
}
ul.whatImLookingForInfo li span a.askIconDiv {
	position:absolute;
	top:0;
	right:0;
}
*/
#zodiacCompatibility h3 {
	border:none;
	margin-bottom:0;
}
#zodiacCompatibility #zodiacCompare {
	border-right:1px solid #cfcfcf;
	border-left:1px solid #cfcfcf;
	border-bottom:1px solid #cfcfcf;
    padding: 5px;
    float: left;
    width: 288px;
    position: relative;
}
#zodiacToggle {
    position: relative;
    float: left;
    width: 288px;
	padding:5px;
	border:1px solid #cfcfcf;
}
.browserIE6 #zodiacToggle {
    width: 278px;
}
#zodiacDisplay {
    float: left;
    clear: left;
	border-right:1px solid #cfcfcf;
	border-left:1px solid #cfcfcf;
	border-bottom:1px solid #cfcfcf;
	position: relative;
}
#zodiacDisplay h3 {
    margin: 0;
    padding: 5px;
}
#zodiacA, #zodiacB {
	width: 149px;
	float: left;
	padding-bottom: 10px;
}
#zodiacA p, 
#zodiacB p {
	padding:10px 10px 0 10px;
	font-size:10px;
	line-height:10px;
}
#zodiacA p strong, 
#zodiacB p strong{
	font-size: 14px;
	line-height: 12px;
	font-weight: bold;
}
.zodiacIcon {
    float: left;
	display: block;
	font-size: 10px;
	font-weight: bold;
    padding-top: 10px;
    padding-left: 100px;
    padding-right: 15px;
    padding-bottom: 8px;
    background-repeat: no-repeat;
    background-position: 5px 5px;
}
.browserIE7 .zodiacIcon,
.browserIE6 .zodiacIcon {
    width: 183px;
}
.zodiacIcon.aquarius { background-image: url(images_zodiac_aquarius.gif); }
.zodiacIcon.aries { background-image: url(images_zodiac_aries.gif); }
.zodiacIcon.cancer { background-image: url(images_zodiac_cancer.gif); }
.zodiacIcon.capricorn { background-image: url(images_zodiac_capricorn.gif); }
.zodiacIcon.gemini { background-image: url(images_zodiac_gemini.gif); }
.zodiacIcon.leo { background-image: url(images_zodiac_leo.gif); }
.zodiacIcon.libra { background-image: url(images_zodiac_libra.gif); }
.zodiacIcon.pisces { background-image: url(images_zodiac_pisces.gif); }
.zodiacIcon.sagittarius { background-image: url(images_zodiac_sagittarius.gif); }
.zodiacIcon.scorpio { background-image: url(images_zodiac_scorpio.gif); }
.zodiacIcon.taurus { background-image: url(images_zodiac_taurus.gif); }
.zodiacIcon.virgo { background-image: url(images_zodiac_virgo.gif); }

#zodiacDisplay a {
    clear: both;
	float:right;
	font-size:10px;
	padding:0 10px 0 0;
}

#zodiacCombo {
	padding:10px 10px 20px 10px;
	width:278px;
	border-top:1px solid #cfcfcf;
	clear:both;
}
#zodiacCombo p a {
	float:right;
	font-size:10px;
	padding:10px 10px 0 0;
}
#sendAflirtBorder {
	border:1px solid #cecece;
	
}
#flirt_s1 {
	overflow:hidden;
	border:none;
	padding-top:2px;
}
#sendAFlirt { 
    margin-bottom: 18px;
}
#sendAFlirt h3 { 
	margin-bottom:0;
	border: none;
}
#sendAFlirt #flirt_s3 {
		display:none;
}
#sendAFlirt #flirt_s1 img.sendFlirtLips,
#sendAFlirt #flirt_s3 img.sendFlirtLips {
	float:left;
	width:81px;
	height:78px;
} 
#sendAFlirt #flirt_s1 p {
	float:left;
	font-size:16px;
	line-height:26px;
	padding:9px 0 0;
	width:152px;
}
#sendAFlirt img.flirtGo {
	float:right;
	margin:3px 50px 0 0;
}
#sendAFlirt #flirt_s3 p {
	float:left;
	width:150px;
	padding:20px 0 0 0;
}
#sendAFlirt #flirt_s2{
	clear:both;
	overflow:hidden;
	padding:0 10px;
}
#sendAFlirt #flirt_s2 p {
	color:#565656;
	font-size:14px;
	padding:0 0 18px 0;
}
#sendAFlirt ul.tabs {
    border-bottom: none;
}
#sendAFlirt ul.tab {
	width:300px;
	overflow:hidden;
	border-top:1px solid #CECECE;
	padding-top:10px;
	padding-bottom:10px;
}
#sendAFlirt ul.tab li{
	float:left;
	width:150px;
}
#sendAFlirt ul.tab li a {
	display:inline;
	float:left;
	font-size:14px;
}
.flirt_icon {
  height: 35px;
  padding-top: 20px;
  padding-left: 70px;
  padding-right: 5px;
  background-position: left top; 
  background-repeat: no-repeat;
}
a.flirt_icon:hover {
  background-position: left -55px; 
}
.flirt_icon.kiss { background-image:url(images_icons_flirt_kiss.gif); }
.flirt_icon.bitch_slap { background-image:url(images_icons_flirt_bitch_slap.gif); }
.flirt_icon.chia { background-image:url(images_icons_flirt_chia.gif); }
.flirt_icon.chocolate { background-image:url(images_icons_flirt_chocolate.gif); }
.flirt_icon.cocktails { background-image:url(images_icons_flirt_cocktails.gif); }
.flirt_icon.hugs { background-image:url(images_icons_flirt_hugs.gif); }
.flirt_icon.poo { background-image:url(images_icons_flirt_poo.gif); }
.flirt_icon.roses { background-image:url(images_icons_flirt_roses.gif); }
.flirt_icon.smiley { background-image:url(images_icons_flirt_smiley.gif); }
.flirt_icon.restraining { background-image:url(images_icons_flirt_restraining.gif); }

.flirt_icon.explicit_blowjob { background-image:url(images_icons_flirt_explicit_blowjob.gif); }
.flirt_icon.explicit_facial { background-image:url(images_icons_flirt_explicit_facial.gif); }
.flirt_icon.explicit_gerbil { background-image:url(images_icons_flirt_explicit_gerbil.gif); }
.flirt_icon.explicit_golden_showers { background-image:url(images_icons_flirt_explicit_golden_showers.gif); }
.flirt_icon.explicit_hot_carl { background-image:url(images_icons_flirt_explicit_hot_carl.gif); }
.flirt_icon.explicit_lapdance { background-image:url(images_icons_flirt_explicit_lapdance.gif); }
.flirt_icon.explicit_rimjob { background-image:url(images_icons_flirt_explicit_rimjob.gif); }
.flirt_icon.explicit_rubber_fist { background-image:url(images_icons_flirt_explicit_rubber_fist.gif); }
.flirt_icon.explicit_spank { background-image:url(images_icons_flirt_explicit_spank.gif); }
.flirt_icon.explicit_strap_on { background-image:url(images_icons_flirt_explicit_strap_on.gif); }

.flirt_icon.smiley,
.flirt_icon.explicit_golden_showers,
.flirt_icon.restraining { 
    height: 42px;
    padding-top: 13px;
}

#myHistory {
	clear:both;
}
#myHistory h3{
	margin-bottom:0;
}
#myHistory dl dt,
#myHistory dl dd{
	width:150px;
	float:left;
	color:#6a6a6a;
	font-size:10px;
	border-bottom:1px solid #efefef;
	padding:6px 0;
}
#myHistory dl dd{
 	text-align:right;
}
.sideAds {
  margin-top: 20px;
}
#myTags h3,
#mySiteTags h3 {
	margin-bottom:0;
	width: 300px;
}
#myTags form,
#mySiteTags form {
	background-color:#f5f5f5;
	padding:5px;
	position:relative;
	border-left:1px solid #d9d9d9;
	border-right:1px solid #d9d9d9;
}
#myTags form label,
#mySiteTags form label {
	width:120px;
}
#myTags form input#addMyTag,
#mySiteTags form input#addSiteTag {
	width:140px;
	border:1px solid #d7d7d7;
}
#myTags #addTags input#submitAddTag,
#mySiteTags #addTags input#submitAddTag{
  padding-top: 5px;
	width:16px;
	height:16px;
	position:absolute;
	right:5px;
	top:4px;
}
#myTags #submitMyTag {
    position: relative;
    top: 3px;
}
#myTags,
#mySiteTags {
    float: left;
}
#mySiteTags {
    margin-bottom: 18px;
}
#myTags ul,
#mySiteTags ul   {
    float: left;
	border-left:1px solid #d9d9d9;
	border-right:1px solid #d9d9d9;
	border-bottom:1px solid #d9d9d9;
	padding:10px 5px;
    width:288px;
}
#myTags ul li,
#mySiteTags ul li {
  padding-right: 5px;
  display: inline;
  float: left;
}
#myTags ul li a { font-size: 16px; }
#mySiteTags ul li a:hover { text-decoration: underline; }
#mySiteTags ul li.small { 
    font-size: 18px; 
    line-height:18px;
    padding-bottom:6px;
}
#mySiteTags ul li.medium { 
    font-size: 22px; 
    line-height:18px;
    padding-bottom:6px;
}
#mySiteTags ul li.large { 
    font-size: 26px; 
    line-height:18px;
    padding-bottom:6px;
}


#compatibilityChart h3 span.compatabilityPercentage {
	text-align:right;
	background:url(images_green_checkmark.gif) top left  no-repeat;
	color:#6a843f;
	padding-left:17px;
	float:right;
}
table.padTop8 td {
	background-color:#f8f8f8;
	border-bottom:none;
}
#compatibilityChart table {
	text-align:center;
}
#compatibilityChart .compUpgrade {
  padding: 17px 0px;
}
.browserIE7 #compatibilityChart .compUpgrade a.rightTxt,
.browserIE6 #compatibilityChart .compUpgrade a.rightTxt {
  padding-right:14px;
  margin-right:14px;
}
#compatibilityChart tr {
  height: 27px;
}
#compatibilityChart td {
	border:1px solid #ebebeb;
}
#compatibilityChart td.compColumn2,
#compatibilityChart td.compColumn3 {
	width: 41px;
}
#compatibilityChart table.marginCenter {
	margin-left:24px;
}
#compatibilityChart table.compatibilityChartTable {
	margin-left:24px;
}
.browserIE8 #compatibilityChart table.marginCenter,
.browserIE7 #compatibilityChart table.marginCenter,
.browserIE6 #compatibilityChart table.marginCenter {
	margin-left:0px;
}
.browserIE6 #compatibilityChart table.compatibilityChartTable {
	margin-left:24px;
}

#quizzes h3{
	margin-bottom:0;
}
#quizzes #quizzFrame {
	border-left:1px solid #d7d7d7;
	border-right:1px solid #d7d7d7;
	border-bottom:1px solid #d7d7d7;
}
.textFooter {
	clear:both;
	display:block;
	overflow:hidden;
	padding:20px 0;
	text-align:center;
}
.textFooter li{
	display:inline;
	color:#000;
}
.textFooter li a{
	color:#000;
	text-decoration:none;
	font-size:12px;
}
/*Flex Buttons ---------------------------------------------------*/
p.tabs_header {
    padding-bottom: 3px;
}
ul.tabs {
float: left;
display: block;
width: 100%;
border-bottom:1px solid #CECECE;
margin:0px;
padding:0px;
}
ul.tabs li { 
    float: left;
    margin-right: 4px; 
    width: auto; 
    height:18px; 
    padding:0px; 
    margin-top:0px !important;
	margin-bottom:0px !important;
}
ul.tabs li a { float: left;color:#333; }
ul.tabs li a span { font-size: 13px; line-height: 13px; }

a.flexBtn {
	background:url(images_flexBtn_left.gif) top left no-repeat;
	height:20px;
	float:left;
	padding:0 0 0 7px;
	margin-bottom:5px;
	margin-right:5px;
}
a.flexBtn span{
	background:url(images_flexBtn_right.gif) top right no-repeat;
  color: #333;
	height:16px;
	width:auto;
	float:left;
	padding:2px 7px 2px 0;
}
a.flexBtn.Blue { color: #ffffff; background-position: left -20px; }
a.flexBtn.Blue span{ color: #ffffff; background-position: right -20px; }
a.flexBtn.Black { color: #ffffff; background-position: left -40px; }
a.flexBtn.Black span{ color: #ffffff; background-position: right -40px; }
a.flexBtnSquare {
	background:url(images_flexTab_left.gif) top left no-repeat;
  height: 16px;
	padding:4px 0px 0px 3px;
	margin-bottom:0;	
}
a.flexBtnSquare span{
	background:url(images_flexTab_right.gif) top right no-repeat;
    height: 17px;
	padding: 3px 10px 2px 7px;
}
.browserIE7 a.flexBtnSquare {
    padding-bottom: 2px;
    height: 14px;
    
}
a.flexBtnSquare.Blue { color:#fff; background-position: left -21px}
a.flexBtnSquare.Blue span{ background-position: right -21px}
a.flexBtnSquare.Black { color:#fff; background-position: left -42px}
a.flexBtnSquare.Black span{ background-position: right -42px}

#sendAflirtBorder ul.tab li {
	padding-top:0px; margin-top:0px;
}

#sendAflirtBorder ul.tab {
	padding-top:0px; margin-top:0px;
}

/**** START IM container ****/
#imContainer {
    position: fixed;
    bottom: 0px;
    right: 15px;
    width: 237px;
    height: 255px;
    background-color: #fff;
    border: 1px solid #cccccc;
    z-index: 41;
}
#imContainer dt {
    background-image: url(images_note_header_tile.gif);
    background-repeat: repeat-x;
    height: 20px;
    display: block;

    overflow: hidden;
    position: relative; 
}
#imContainer dt .title {
    color: #ffffff;
    font-weight: bold;
    padding-left: 5px;
    line-height: 20px;
}
#imContainer dt .close {
    background-image: url( images_note_x.gif );
    background-repeat: no-repeat;
    background-position: center right;
    display: block;
    width: 16px;
    position: absolute;
    right: 5px;
    top: 2px;
}
#imContainer dd {
    padding: 5px;
}
#imContainer dd .imInfo img {
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 5px;
    margin-bottom: 5px;
}
#imContainer dd .imInfo .screenname {
    font-weight: bold;
}
#imContainer dd .convo {
    display: block;
    clear: left;
    border: 1px solid #cccccc;
    height: 140px;
	overflow-x: hidden;
}
#imContainer dd .convo .screenname {
    color: #ff0000;
    font-weight: bold;
}
#imContainer dd .txtImMessage {
    width: 166px;
    margin-top: 5px;
}

/**** END IM container ****/

/*** Start Page Footer ***/

.pagefooter
{
	margin-bottom: 30px;
	padding-top:8px;
	clear: both;
}

.pagefooter li {display:inline; padding-left:55px;}

.pagefooter li a:link, .pagefooter li a:active, .pagefooter li a:visited
{
	text-decoration:none;
	text-transform: uppercase;
	color:#969696;
	font-size:11px;
	font-weight: bold;
}

.pagefooter li a:hover
{
	text-decoration:underline;
	text-transform: uppercase;
	color:#565656;
	font-size:11px;
}

.pagefooter li b {
	color:#565656;
	font-size:10px;
	font-weight:bold;
}

.footer_2257
{
	width:1024px;
	text-align:center;
	color:#868686;
	font-size:11px;
}

.footer_2257 b {color:#767676;}

.footer_2257 div {padding-top:8px;}

.footer_2257 a:link, .footer_2257 a:active, .footer_2257 a:visited
{
	text-decoration:underline;
	color:#565656;
}
.footer_2257 a:hover
{
	text-decoration:underline;
	color:#565656;
}
/*** End Page Footer ***/
