/*------------------------------------------------------------------
 [7.am Custom Stylesheet]
 
 A Stylesheet for the new design created by Jackie Ellse 
 
 Project:	7.am
 Created by:	Jaxon Rice - jaxonr@agilisto.com
 Company:	Agilisto
 ------------------------------------------------------------------*/
/*------------------------------------------------------------------

 [Table of contents]
 
 x - Header
 x.x - Subheader
 x.x.x - Sub Subheader
 x.x.x.x - Sub Sub Subheader
 -------------------------------------------------------------------*/

/* -------------------------------------------------------------- 
   Reset
-------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, 
q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, 
tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; font-weight: 
inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: 
baseline; }
body { line-height: 1.5; background: #fff; margin: 1.5em 0; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
a img { border: none; }
input,textarea { margin: 0; }

/* Removes Firefox imposed outline */
a { outline: none; }

/* Clearing floats without extra markup - there are IE specific styles in the IE7 stylesheet */
.clearfix { display: inline-block; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; 
visibility: hidden; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }


/* -------------------------------------------------------------- 
   Typography
-------------------------------------------------------------- */

/* This is where you set your desired font size. The line-heights 
   and vertical margins are automatically calculated from this. 
   The percentage is of 16px (0.75 * 16px = 12px). */
body { font-size: 75%; }


/* Default fonts and colors. */

body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,input,textarea { 
font-family: Helvetica, Arial, sans-serif; }


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: bold; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; margin-bottom: 1.5em; }
h6 { font-size: 1em; }


/* Text elements
-------------------------------------------------------------- */

p { margin: 0 0 1.5em; }

ul, ol { margin: 0 1.5em 1.5em 1.5em; }
ul { list-style-type: circle; }
ol { list-style-type: decimal; }

dl { margin: 0 0 1.5em 0; }
dl dt { font-weight: bold; }
dl dd { margin-left: 1.5em; }

abbr, acronym { border-bottom: 1px dotted #000; }
address { margin-top: 1.5em; font-style: italic; }
del { color: #000; }

a { color: #4086C8; text-decoration: none; }
a:hover { text-decoration: underline; }

blockquote { margin: 1.5em; }
strong { font-weight: bold; }
em, dfn { font-style: italic; }
dfn { font-weight: bold; }
pre, code { margin: 1.5em 0; white-space: pre; }
pre, code, tt { font: 1em monospace; line-height: 1.5; } 
tt { display: block; margin: 1.5em 0; line-height: 1.5; }


/* Tables
-------------------------------------------------------------- */

table { margin-bottom: 1.4em; }
th { border-bottom: 2px solid #ddd; font-weight: bold; }
td { border-bottom: 1px solid #ddd; }
th,td { padding: 4px 10px 4px 0; }
tfoot { font-style: italic; }
caption { background: #ffc; }


/* Some default classes
-------------------------------------------------------------- */
.smaller {font-size: 0.9em;}
.small { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.loud { font-size: 1.2em;  margin-bottom: 0em;}
.quiet { color: #999; }

.hide { display: none; }
.highlight { background: #ffc; }

.top { margin-top: 0; padding-top: 0; }
.bottom { margin-bottom: 0; padding-bottom: 0; }
.clear {
  clear: both;
  display: block;
  height: 0;
}

/* -------------------------------------------------------------- 
   Forms
-------------------------------------------------------------- */

label { font-weight: bold; }

/* Fieldsets */
fieldset { padding: 1.4em; margin: 0 0 1.5em 0; border: 1px solid #ddd; }
legend { padding: 0 .4em; font-weight: bold; font-size: 1.2em; }

/* Textareas */
textarea { margin: 0.5em 0.5em 0 0; }
textarea { padding: .4em; }


/* hForm
-------------------------------------------------------------- */
form.hform p { margin: 0 0 .5em; }
form.hform p label { float: left; width: 100px; }

form.hform p input { width: 200px; }
form.hform p select { width: 200px; }

form.hform p input.button { width: auto; }
form.hform p input.checkbox { width: auto; }
form.hform p input.radio { width: auto; }

form.hform p.checkbox { margin-left: 100px; }
form.hform p.checkbox label { float: none; }
form.hform p.checkbox input { width: auto; }


/* vForm
-------------------------------------------------------------- */
form.vform p { margin: 0 0 .5em; }
form.vform p.bottom {margin: 0;}
form.vform p label { display: block; }
form.vform p.checkbox label { display: inline; }

/* Tabs
-------------------------------------------------------------- */


ul.tabs { margin: 0; padding: 0; }
ul.tabs li { float: left; list-style: none; margin: 0; padding: 0; }
ul.tabs li a { float: left; display: block; }

/* Clearing floats without extra markup  */
ul.tabs { display: inline-block; }
ul.tabs:after { content: "."; display: block; height: 0; 
clear: both; visibility: hidden; }
* html ul.tabs { height: 1%; }
ul.tabs { display: block; }

/*- 3 - Layout -----------------------------------------------------*/

/* Layout
-------------------------------------------------------------- */
#homepage {width:960px; margin: 0px auto; text-align: left; position:relative; z-index: 1;}
#page {width:960px; margin: 20px auto 0 auto; text-align: left; position:relative;}
#content { width: 655px; float:left} 
#subcontent { width: 285px; float: right;}
#footerwrapper{
	clear:both;
	background: transparent url(/images/7am/footer_background.png) repeat-x top center;
	color: #fff;
	min-height: 100px;
	padding-top:20px;
}
#footer { clear: both; margin: 0px auto 0 auto; width: 960px; padding: 0 5px; text-align: left; }
#footer p { margin:5px 10px; font-size: 0.9em; }
#footer a {color: #fff; text-decoration: underline;}

/*-  3.2 - Home Page -----------------------------------------------*/

body{
	background: #1b486e url(/images/7am/application_background.png) repeat-x top center;
	/*background: #1b486e url(/images/7am/custom_background.jpg) no-repeat top center; */
	color: #fff;
	margin:0;
}



body#home{
	background: #1b486e url(/images/7am/home_background.jpg) no-repeat top center; 
}

body.customtheme{
	background: #1b486e url(/images/7am/custom_background.jpg) no-repeat top center;
}

#header{
	background: transparent url(/images/7am/home_navigation_background.png) repeat-x 0 0;
	height:65px;
}

#headerinner{
	width: 960px;
	margin: 0 auto 20px auto;
	padding:0;
}

#header ul.tabs{
	width:650px;
	margin:0;
	padding:0;
}

#header ul.tabs li div.logo{
	overflow:hidden;
	width: 101px;
	height: 65px;
	text-indent: -1000em;
	background: transparent url(/images/7am/application_logo_small.png) no-repeat 0 0;
}

#header ul.tabs li a.home{
	overflow:hidden;
	width: 88px;
	height: 65px;
	text-indent: -1000em;
	background: transparent url(/images/7am/home_navigation_home_off.png) no-repeat 0 0;
}

body#home #header ul.tabs li a.home{
	background: transparent url(/images/7am/home_navigation_home_on.png) no-repeat 0 0;
}

#header ul.tabs li a.tour{
	overflow:hidden;
	width: 165px;
	height: 65px;
	text-indent: -1000em;
	background: transparent url(/images/7am/home_navigation_tour_off.png) no-repeat 0 0;
}

#header ul.tabs li a.explore{
	overflow:hidden;
	width: 114px;
	height: 65px;
	text-indent: -1000em;
	background: transparent url(/images/7am/home_navigation_explore_off.png) no-repeat 0 0;
}
#header ul.tabs li a.profile{
	overflow:hidden;
	width: 96px;
	height: 65px;
	text-indent: -1000em;
	background: transparent url(/images/7am/application_navigation_profile_off.png) no-repeat 0 0;
}
body#profiles #header ul.tabs li a.profile{
	overflow:hidden;
	width: 96px;
	height: 65px;
	text-indent: -1000em;
	background: transparent url(/images/7am/application_navigation_profile_on.png) no-repeat 0 0;
}

#header ul.tabs li a.phonebook{
	overflow:hidden;
	width: 142px;
	height: 65px;
	text-indent: -1000em;
	background: transparent url(/images/7am/application_navigation_phonebook_off.png) no-repeat 0 0;
}
body#kontacts #header ul.tabs li a.phonebook{
	overflow:hidden;
	width: 142px;
	height: 65px;
	text-indent: -1000em;
	background: transparent url(/images/7am/application_navigation_phonebook_on.png) no-repeat 0 0;
}

#header ul.tabs li a.friends{
	overflow:hidden;
	width: 101px;
	height: 65px;
	text-indent: -1000em;
	background: transparent url(/images/7am/application_navigation_friends_off.png) no-repeat 0 0;
}
body#friends #header ul.tabs li a.friends{
	overflow:hidden;
	width: 101px;
	height: 65px;
	text-indent: -1000em;
	background: transparent url(/images/7am/application_navigation_friends_on.png) no-repeat 0 0;
}

h1#homepitch {
	position:relative;
	background: transparent url(/images/7am/home_pitch.png) no-repeat 0 0;
	text-indent: -1000em;
	float:left;
	width: 674px;
	height: 312px;
	margin:0;
	padding:0;
}
div#userformwrapper{
	background: transparent url(/images/7am/home_form_bottom.png) no-repeat 0% 100%;
	padding-bottom:35px;
	color: #000;
	width: 317px;
	margin: 20px auto 20px auto;
}

div#homeformwrapper{
	position:absolute;
	background: transparent url(/images/7am/home_form_bottom.png) no-repeat 0% 100%;
	padding-bottom:25px;
	color: #000;
	width: 317px;
	left:643px;
	top:50px;
	z-index: 9000;
}
div#homeformouter{
	background: transparent url(/images/7am/home_form_top.png) no-repeat 0% 0%;
	padding-top:35px;
}
div#homeform{
	background: transparent url(/images/7am/home_form_middle.png) repeat-y 0% 0%;
	z-index: 9100;
	padding-left: 50px;
}

div#homeformspacer{
	background: transparent url(/images/7am/home_form_side.png) no-repeat 0 60px;
	padding:0 35px 0 65px;
}

div#homeform p { margin: 0 0 .5em; }
div#homeform p.bottom { margin: 0 }

div#homeform p label { 
	color: #1b4f78;  
	font-weight: normal;
	display:block;
	margin: 0 0 3px 0;
	}

div#homeform p input { 
	width: 205px; 
	padding: 3px 5px;
	font-size: 1em;
	color: #222;
	border:1px solid #9cb8cc;
	}

div#homeform p select { width: 200px; }

div#homeform p input.button { width: auto; }
div#homeform p input.checkbox { width: auto; }
div#homeform p input.radio { width: auto; }

div#homeform p.checkbox { margin: 0.75em 0px 0.5em 0; }
div#homeform p.checkbox label { 
display: block; 
float: left;
line-height:20px;
}

div#homeform p.checkbox input { 
	width: auto; margin: 3px 5px 0 0; 
	float:left; 
	display:block; 
	border: 0;
	line-height:20px;
	}
	
/* Rails field error styles */

div#error-wrapper {
	position:absolute;
	background: transparent url(/images/7am/home_form_bottom.png) no-repeat 0% 100%;
	color: #000;
	width: 317px;
	left:643px;
	top:0px;
	z-index: 9999;
}

div#error-top {
	background: transparent url(/images/7am/home_form_top.png) no-repeat 0% 0%;
	padding: 35px 35px 35px 65px;
}

div.fieldWithErrors label{
	color: #ed1c24;
}

div.fieldWithErrors label.largelabel{
	color: #ed1c24;
}

div#homeform div.fieldWithErrors input {
	border:1px solid #ed1c24;
	color:#222222;
	font-size:1em;
	padding:3px 5px;
	width:205px;
}

div#homeform p.loginerror {
	color: #ed1c24;
	font-weight: bold;
}

h3.homesignup{
	background: transparent url(/images/7am/home_form_signup.png) no-repeat 0% 0%;
	width: 226px;
	height: 32px;
	text-indent: -1000em;
	margin:0 0 5px 0;
	cursor: pointer;
}

h3.homelogin{
	background: transparent url(/images/7am/home_form_login.png) no-repeat 0% 0%;
	width: 226px;
	height: 32px;
	text-indent: -1000em;
	margin:0 0 5px 0;
	cursor: pointer;
}

h3.userlogin{
	background: transparent url(/images/7am/user_form_login.png) no-repeat 0% 0%;
	width: 69px;
	height: 32px;
	text-indent: -1000em;
	margin:0 0 5px 0;
	cursor: pointer;
}
h3.userpassword{
	background: transparent url(/images/7am/user_form_retrievepassword.png) no-repeat 0% 0%;
	width: 218px;
	height: 32px;
	text-indent: -1000em;
	margin:0 0 5px 0;
	cursor: pointer;
}

div#homeform p input.homesignupbutton, a.signupbutton{
	background: transparent url(/images/7am/home_form_button_signup.png) no-repeat scroll 0 0;
	border: 0 none;
	width: 154px;
	height: 0px;
	padding-top: 44px;
	overflow: hidden;
	cursor: pointer;
}

div#homeform p input.homeloginbutton, a.loginbutton{
	background: transparent url(/images/7am/home_form_button_login.png) no-repeat scroll 0 0;
	border: 0 none;
	width: 125px;
	height: 0px;
	padding-top: 44px;
	overflow: hidden;
	cursor: pointer;
}

div#homeform p input.userpasswordbutton{
	background: transparent url(/images/7am/user_form_button_retrievepassword.png) no-repeat scroll 0 0;
	border: 0 none;
	width: 172px;
	height: 0px;
	padding-top: 47px;
	overflow: hidden;
	cursor: pointer;
}

#homesignupform p {
  font-size: 1.2em;
  padding-right: 1em;
}

div.homeloginbuttonmock{
	background: transparent url(/images/7am/home_form_button_login.png) no-repeat scroll 0 0;
	text-indent: -1000em;
	width: 125px;
	height: 46px;
	cursor: pointer;
}
div.homesignupbuttonmock{
	background: transparent url(/images/7am/home_form_button_signup.png) no-repeat scroll 0 0;
	text-indent: -1000em;
	width: 154px;
	height: 56px;
	cursor: pointer;
}

div#homepoints{
	clear:both;
	width:100%;
	height:229px;
	background: transparent url(/images/7am/home_points_background.png) repeat-x 0 0;
	z-index:-1;
}

div#homepoints ul.tabs{
	width:960px;
	margin: 0 auto;
}

div#homepoints ul.tabs li{
	width:225px;
	height:229px;
	text-align: center;
}
div#homepoints ul.tabs li p{
	padding: 110px 20px 0 20px
}
div#homepoints ul.tabs li.sync{
	background: transparent url(/images/7am/home_points_sync.png) no-repeat 0 0;
}

div#homepoints ul.tabs li.connect{
	background: transparent url(/images/7am/home_points_connect.png) no-repeat 0 0;
}

div#homepoints ul.tabs li.locate{
	background: transparent url(/images/7am/home_points_locate.png) no-repeat 0 0;
}

.contenttitle {
  margin-bottom: 0.2em;
}

.statusbody {
  padding: 0.2em 0.4em;
  border: 1px solid #2B7DAF;
}

.statusbody dt {
  font-size: 1.6em;
  display: inline;
}

.statusbody dd {
  display: inline;
}

.statusmetadata {
  margin: 1em 0.2em;
}

.statusmetadata a,
.statuscommentsmetadata a {
  background: white;
  padding: 0.2em 0.4em;
  font-weight: bold;
}

.profilelink {
  font-size: 1.6em;
  color: white;
  background: transparent url(/images/kontact/icons/back.png) no-repeat 0 50%;
  padding-left: 18px;
  margin-bottom: 1em;
  margin-top: 1.4em;
}

.statuscomments {
  padding: 0.4em 0.4em;
  border: 1px solid #3394CF;
  margin-bottom: 0.4em;
}

.statuscommentform dl {
  margin-top: 1em;
}

.statuscommentform dd {
  margin-left: 0;
}

#loc-results li {
  margin: 0.4em 0;
}

#loc-results li a {
  padding: 0.2em 0.4em;
  background: white;
}

/*  */

.userstatus{
	float:right;
	width: 300px;
	margin-right: 5px;
	text-align:right;
	font-size:1.2em;
	letter-spacing: 1px;
	padding-top:22px;
	line-height:16px;
}

.userstatus .corners{
	display:block;
	width:20px;
	height:20px;
	margin: -5px 0 -8px 0;
}
.userstatus a {
    color: #2B83BA;
	font-weight: bold;
}

.contentboxwrapper{
	background: transparent url(/images/7am/application_whitebox_655_bottom.png) no-repeat bottom left;
	padding-bottom:25px;
	margin-bottom:20px;
	width:655px;
}
.contentboxouter{
	background: transparent url(/images/7am/application_whitebox_655_top.png) no-repeat top left;
	padding-top:25px;
}
.contentbox{
	background: transparent url(/images/7am/application_whitebox_655_middle.png) repeat-y top left;
	padding: 0 25px;
	color: #000;
}

.subcontentboxwrapper{
	background: transparent url(/images/7am/application_whitebox_285_bottom.png) no-repeat bottom left;
	padding-bottom:25px;
	width: 285px;
	margin-bottom:20px;
}
.subcontentboxouter{
	background: transparent url(/images/7am/application_whitebox_285_top.png) no-repeat top left;
	padding-top:25px;
}
.subcontentbox{
	background: transparent url(/images/7am/application_whitebox_285_middle.png) repeat-y top left;
	padding: 0 25px;
	color: #000;
}
h4.addcontact{
	background: transparent url(/images/7am/phonebook_form_addcontact.png) no-repeat 0% 0%;
	width: 144px;
	height: 28px;
	text-indent: -1000em;
	margin:0 0 5px 0;
}
form.addcontactform p { margin: 0 0 .5em; }
form.addcontactform p.bottom { margin: 0 }
form.addcontactform label { 
	color: #1b4f78;  
	font-weight: normal;
	display:block;
	margin: 0 0 3px 2px;
	}

form.addcontactform p input { 
	width: 220px; 
	padding: 3px 5px;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0 0 0 2px;
	color: #222;
	border:1px solid #9cb8cc;
	}
	
p.addcontactbutton button{
	background: transparent url(/images/7am/phonebook_form_button_addcontact.png) no-repeat scroll 0 0;
	border: 0 none;
	width: 150px;
	height: 0px;
	padding-top: 46px;
	overflow: hidden;
	cursor: pointer;
	margin:5px 0 0 0;
}

h4.syncinformation{
	background: transparent url(/images/7am/phonebook_header_syncinformation.png) no-repeat 0% 0%;
	width: 192px;
	height: 32px;
	text-indent: -1000em;
	margin:0 0 5px 0;
}

h2.phonebook{
	background: transparent url(/images/7am/phonebook_header_phonebook.png) no-repeat 0% 0%;
	width: 188px;
	height: 32px;
	text-indent: -1000em;
	margin:0 0 5px 0;
}

/* Jquery listnav styles*/ 
.listNav {
	margin: 20px 0;
} 

.listNav a {
	background: transparent url(/images/7am/phonebook_listnav.png) no-repeat 0% 0%;
    font-size: 1em;
    display: block;
    float: left;
    width: 20px;
	height:24px;
	font-weight:bold;
    margin-right:4px;
	color:#1b486e;
	text-align: center;
    text-decoration: none
} 


.listNav a.ln-last {
	margin-right:0px;
} 

.listNav a:hover {
	background: transparent url(/images/7am/phonebook_listnav.png) no-repeat 0% 0%;
	background-position: 0 -24px;  
}

.listNav a.ln-selected {
   	background: transparent url(/images/7am/phonebook_listnav.png) no-repeat 0% 0%;
	background-position: 0 -24px;
}

.listNav a.all {
	background: transparent url(/images/7am/phonebook_listnav_all.png) no-repeat 0% 0%;
	background-position: 0 -24px;
	width: 30px;
}
.listNav a.allunselected {
	background: transparent url(/images/7am/phonebook_listnav_all.png) no-repeat 0% 0%;
	background-position: 0 0px;
}
.listNav a.allunselected:hover {
	background: transparent url(/images/7am/phonebook_listnav_all.png) no-repeat 0% 0%;
	background-position: 0 0px;
}

 .listNav a.ln-disabled {
    background: transparent url(/images/7am/phonebook_listnav_disabled.png) no-repeat 0% 0%;
} 

.listNav .ln-letterCount {
    text-align: center;
    font-size: 0.8em;
    line-height: 1;
	margin-top:-80px;
    margin-bottom: 1px;
    color: #fff;
}
ul#contactlist{
	margin:0;
	list-style: none;
}
ul#contactlist li{
	margin:0 0 0 0;
	padding-bottom:10px;
	padding-top:10px;
	list-style: none;
	border-bottom: 1px solid #ccc;
	clear:both;
}

ul#contactlist li.vcard .maininfo {
	padding-left:10px;
	width:500px;
	float:left;
	overflow: hidden;
}

ul#contactlist li:hover {
	font-size: 120%;
	cursor:pointer;
}

ul#contactlist li.vcard .primaryinfo{
	width:200px;
	float:left;
	overflow:hidden;
}
ul#contactlist li.vcard .secondaryinfo{
	width:250px;
	float:left;
	overflow:hidden;
}
ul#contactlist li.vcard .vcardavatar{
	width:36px;
	float:left;
	overflow:hidden;
}

ul#contactlist li.vcard .photo{
	width:32px;
	height:32px;
	overflow: hidden;
}

ul#contactlist li.vcard .vcardavatar img{
	width:32px;
	height:32px;
	padding:0;
	margin: 0;
	line-height: 1em;
	overflow: hidden;
}
ul#contactlist li.vcard .fn{
	font-size: 1.2em;
	line-height: 1.2em;
}

ul#contactlist li.vcard .tel{
	font-size: 1.2em;
	color: #333;
	line-height: 1.2em;
	font-weight:bold;
}

ul#contactlist li.vcard .email{
	font-size: 1em;
	color: #777;
	line-height: 1.2em;
}

ul#contactlist li .vcardchoices{
	float: right;
	width:100px;
	font-size:0.9em;
	text-align:right;
}

/* Profile Pages */
 
.biosecondary {
    width: 70px;
	float:left;
	position:relative;
	top: -10px;
	left:-10px;
	margin-bottom: -10px;
} 

.bioprimary {
    width: 165px;
    overflow: hidden;
	float: right;
	position:relative;
	top:-10px;
} 

.bioavatar {
    margin: 0;
	width:74px;
	height: 74px;
} 

.bioavatar img {
    width: 70px;
    height: 70px;
} 

.bioprimary h1 {
    font-size: 1.4em;
    font-weight: normal;
    letter-spacing: 0px;
    margin: 0 0 1px 0;
} 

.bioprimary h3 {
    font-weight: normal;
    font-size: 1em;
    letter-spacing: 0px;
    margin: 0 0 0px 0;
} 
/* jaxon note: track down the following styles and rename them in the app*/

.profileinfo{
	margin: 0;
}
.profilebio{
	font-size: 0.9em;
	margin:10px 0 0 0;
}
.profilebio b{
	font-weight:bold;
}

h4.profilesubheader{
	margin: 10px 0 2px 0;
	font-size: 0.9em;
	font-weight:bold;
}
.about {
    margin: 5px 0;
	}
/* end of note */

/* Status Update
-------------------------------------------------------------- */

.statuslink{
	background: transparent url(/images/7am/status_link_background.png) no-repeat 0% 0%;
	font-size: 0.9em;
	text-align: center;
	width: 112px;
	float:left;
	padding: 3px 0 2px 0;
	margin-left:20px;
	color: #fff;
}

#statusupdate{
	clear:both;
}
#statuscounter{
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1em;
	margin:0;
	float:right;
	text-align:right;
	width:75px;
}
#statusupdate label{
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1em;
	margin:0;
	color: #fff;
}
#statusupdate textarea{
	width: 601px;
	font-size: 1.3em;
	line-height:1.4em;
	margin:10px 0 0.5em 0;
	padding: 5px;
	height:45px;
	color: #454545;
	border: 2px solid #C1D6E6;
	background-color: #fff;
	overflow:hidden;
}
.statussubmit{
	text-align:right;
	font-size: 1.2em;
}
.statusok{ color: #fff;}
.statuswatch{ color: #777;}
.statuswarning{ color: #000;}
.statuserror{ color: #D40D12;}

div#statusupdate input.statusupdatebutton{
	background: transparent url(/images/7am/status_form_button_updatestatus.png) no-repeat scroll 0 0;
	border: 0 none;
	width: 127px;
	height: 0px;
	padding-top: 36px;
	font-size: 0.7em;
	overflow: hidden;
	cursor: pointer;
	float:right;
}

#status-spinner{
	width:36px;
	height:36px;
	display:block;
	text-align: left;
	background: transparent url(/images/spinner.gif) no-repeat 50% 50%;
	float: right;
	text-indent:-1000em;
}

.transparentboxwrapper{
	clear:both;
	background: transparent url(/images/7am/application_transparentbox_655_bottom.png) no-repeat bottom left;
	width:655px;
	padding-bottom:10px;
	margin-bottom:20px;
}
.transparentboxouter{
	background: transparent url(/images/7am/application_transparentbox_655_top.png) no-repeat top left;
	padding-top:10px;
}
.transparentbox{
	background: transparent url(/images/7am/application_transparentbox_655_middle.png) repeat-y top left;
	padding: 0 20px;
	color: #000;
}

h2.recentactivity{
	background: transparent url(/images/7am/profile_header_recentactivity.png) no-repeat 0% 0%;
	width: 252px;
	height: 37px;
	text-indent: -1000em;
	margin:0 0 5px 5px;
}
.profilemapholder{
	padding: 0 5px;
	margin-bottom: 0px;
}

/* Recent Activity Tileview */

div.tileview ul.lifelist {
    margin: 0px 0 10px 0;
    padding: 0;
    list-style: none;
}

div.tileview ul.lifelist li {
    float: left;
    display: block;
    overflow: hidden;
    width: 150px;
    padding: 0px 4px 0 9px;
    margin: 0 0;
	height: 214px;
}

div.tileview ul.lifelist li div.lifeheader {
    font-size: 0.9em;
	height: 18px;
    font-style: italic;
    color: #777;
    text-transform: lowercase;
    letter-spacing: 1px;
    text-align: right;
    margin:0;
	line-height:12px;
}

ul.dayview {
    margin: 5px 0 0 0;
    padding: 0;
    list-style: none;
}

ul.dayview li.daylist {
    margin: 0;
    position: relative;
    /*float:left;*/
}

ul.dayview li.daylist div.dayviewdate {
    font-family: "Trebuchet MS";
    font-size: 1.3em;
    font-weight: bold;
    color: #454545;
    position: relative;
    left: 5px;
    line-height: 1.3em;
}
div.tileview ul.lifelist li div.lifefooter {
    color: #777;
    font-size: 0.9em;
	padding-top: 3px;
	text-align: left;
	line-height:12px;
}

div.tileview ul.lifelist li .lifeuser {
    font-size: 0.8em;
}

div.tileview ul.lifelist li .lifeuser img {
    width: 16px;
    height: 16px;
    margin-right: 3px;
}

div.tileview ul.lifelist li .lifeuser a {
    color: #999;
}

div.tileview ul.lifelist li.blog_feed div.lifecontent {
    background: transparent url(/images/kontact/formbackground.png) repeat-x 0% 0%;
    height: 101px;
    width: 138px;
    background-color: #fff;
    border: 1px solid #eee;
    text-align: left;
    padding: 5px;
    position: relative;
}

div.tileview ul.lifelist li.comment_feed div.lifecontent {
    height: 103px;
    width: 142px;
    padding: 5px 5px;
    background-color: #454545;
    color: #fff;
    text-align: center;
    position: relative;
}

div.tileview ul.lifelist li.comment_feed div.lifecontent a {
    display: block;
}

div.tileview ul.lifelist li.forum_feed div.lifecontent {
    background-color: #333;
}

div.tileview ul.lifelist li.friend_feed div.lifecontent {
    height: 103px;
    width: 142px;
    padding: 5px 5px;
    background-color: #454545;
    color: #fff;
    text-align: center;
    position: relative;
}

div.tileview ul.lifelist li.status_feed div.lifecontent {
    height: 192px;
    width: 136px;
    padding: 8px;
    background: transparent url(/images/7am/profile_activity_content.png) no-repeat 0% 0%;
    color: #000;
    position: relative;
	text-align: center;
}
div.tileview ul.lifelist li.status_feed div.lifebody {
    height: 154px;
	/*background: transparent url(/images/7am/profile_activity_body_status.png) no-repeat 0% 0%;*/
    color: #454545;
	padding: 0 8px;
	font-size: 1.2em;
	line-height: 1.1em;
	overflow:hidden;
}
div.tileview ul.lifelist li.status_feed div.lifebody p{
  font-size: 0.8em;
	display: table-cell;
    vertical-align: middle;
	height:154px;
	margin:0;
}

div.tileview ul.lifelist li.status_feed div.lifebody a{
    color: #000;
	text-decoration: none;
	}
	
div.tileview ul.lifelist li.blog_feed div.lifecontent div.blog_feed_header p {
    margin: 0;
    font-size: 0.9em;
    text-align: center;
    font-weight: bold;
    line-height: 1.3em;
}

div.tileview ul.lifelist li.blog_feed div.lifecontent div.blog_feed_header a:link {
    color: #454545;
}

div.tileview ul.lifelist li.blog_feed div.lifecontent div.blog_feed_header a:hover {
    color: #37a4d2;
} .friend_feed_name a {
    font-size: 1.1em;
    font-weight: bold;
    display: block;
} .friend_feed_divider {
    font-size: 0.9em;
    color: #fff;
    margin: 5px 0;
}

div.tileview ul.lifelist li.photo_feed div.lifecontent {
	background: transparent url(/images/7am/profile_activity_content.png) no-repeat 0% 0%;
	width:146px;
	height:196px;
	padding:2px;
}
div.tileview ul.lifelist li.photo_feed div.lifecontent img {
    overflow: hidden;
    height: 196px;
	width:145px;
} 

div.tileview ul.lifelist li.photo_feed div.lifeheader {
    font-size: 0.9em;
	height: 18px;
    font-style: italic;
    color: #fff;
	padding: 2px 10px 0 8px;
	background: transparent url(/images/7am/profile_activity_photo_header_background.png) no-repeat top right;
    text-transform: lowercase;
    letter-spacing: 1px;
    text-align: right;
    margin:0;
	line-height:12px;
	position:relative;
	top:-188px;
}


div.tileview ul.lifelist li.photo_feed div.lifefooter {
    background: transparent url(/images/kontact/blackbar.png) repeat scroll 0 0;
    padding: 3px 5px;
	height:20px;
    text-align: left;
    font-size: 0.9em;
    color: #fff;
    width: 140px;
    line-height: 1.3em;
    position: relative;
    top: -60px;
    margin: 0;
}


.tilecomments {
    background: transparent url(/images/7am/profile_activity_icon_comments.png) no-repeat 0 0px;
    float: right;
    margin: 0 0 0 0;
    width: 16px;
	padding-top:1px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 1em;
    text-align: center;
    height: 16px;
    font-size: 0.8em;
    color: #fff;
} 
.tilecomments span {
    display: none;
}
.profilemapholder {
    background: transparent url(/images/7am/profile_map_holder.png) no-repeat 0 0px;
    margin-bottom:10px;
	padding:10px;
} 
h4.friendtitle{
	font-size: 1.4em;
	margin: 5px 0 0px 5px;
	letter-spacing: 1px;
	text-transform: lowercase;
	font-weight:bold;
	color: #f4f4f4;
	position: relative;
	clear:both;
}
.friendlist{
	padding:0 3px 10px 3px;
}
.frienditem{
	width:32px;
	margin: 2px;
	float:left
}

.friendlist img{
	width:32px;
	height:32px;
}
.buttonbar{
	margin: 5px;
	position:relative;
	top: -10px;
	text-align:left;
}
.barbutton{
	padding:5px 7px;
	margin:0 10px 0 0;
	float:left;
	background-color: #333333;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}

/* Thickbox and calendar stuff. Jaxon says: do we really need this? especially the modal*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/ * {
    padding: 0;
    margin: 0;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/ #TB_window {
    font: 12px Arial, Helvetica, sans-serif;
    color: #eee;
} #TB_secondLine {
    font: 10px Arial, Helvetica, sans-serif;
    color: #666666;
} #TB_window a:link {
    color: #666666;
} #TB_window a:visited {
    color: #666666;
} #TB_window a:hover {
    color: #000;
} #TB_window a:active {
    color: #666666;
} #TB_window a:focus {
    color: #666666;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/ #TB_overlay {
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
} .TB_overlayMacFFBGHack {
    background: url(/images/macFFBgHack.png) repeat;
} .TB_overlayBG {
    background-color: #000;
    filter: alpha( opacity = 75);

-moz-opacity:
    0.75;

opacity:
    0.75;
} * html #TB_overlay { /* ie6 hack */
    position: absolute;
    height: expression( document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight:document.body.offsetHeight + 'px');
} #TB_window {
    position: fixed;
    background: black url(/images/top_hearts_black.png) no-repeat;
    border: 10px solid #666;
    z-index: 102;
    color: white;
    display: none;
    text-align: left;
    top: 50%;
    left: 50%;
} #TB_window a {
    color: #e22c6f;
    font-weight: bold;
    text-decoration: underline;
} #TB_window a:hover {
    color: #eee;
} * html #TB_window { /* ie6 hack */
    position: absolute;
    margin-top: expression(0 - parseInt( this.offsetHeight / 2) + (TBWindowMargin =

document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
} #TB_window img#TB_Image {
    display: block;
    margin: 15px 0 0 15px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
} #TB_caption {
    height: 25px;
    padding: 7px 30px 10px 25px;
    float: left;
} #TB_closeWindow {
    height: 25px;
    padding: 11px 25px 10px 0;
    float: right;
} #TB_closeAjaxWindow {
    padding: 7px 10px 5px 0;
    margin-bottom: 1px;
    text-align: right;
    float: right;
} #TB_ajaxWindowTitle {
    float: left;
    padding: 7px 0 5px 10px;
    margin-bottom: 1px;
} #TB_title {
    background-color: #999;
    height: 27px;
    color: #555;
    margin-bottom: 15px;
} #TB_ajaxContent {
    clear: both;
    padding: 2px 15px 15px 15px;
    overflow: auto;
    text-align: left;
    line-height: 1.4em;
} #TB_ajaxContent.TB_modal {
    padding: 15px;
} #TB_ajaxContent p {
    padding: 5px 0px 5px 0px;
} #TB_load {
    position: fixed;
    display: none;
    height: 13px;
    width: 208px;
    z-index: 103;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
} * html #TB_load { /* ie6 hack */
    position: absolute;
    margin-top: expression(0 - parseInt( this.offsetHeight / 2) + (TBWindowMargin =

document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
} #TB_HideSelect {
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    border: none;
    filter: alpha( opacity = 0);

-moz-opacity:
    0;

opacity:
    0;

height:
    100%;

width:
    100%;
} * html #TB_HideSelect { /* ie6 hack */
    position: absolute;
    height: expression( document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight:document.body.offsetHeight + 'px');
} #TB_iframeContent {
    clear: both;
    border: none;
    margin-bottom: -1px;
    margin-top: 1px;
    _margin-bottom: 1px;
}

/*datepicker*/
/* Main Style Sheet for jQuery UI date picker */
#ui-datepicker-div, .ui-datepicker-inline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0;
	margin: 0;
	background: #333;
	width: 185px;
}
#ui-datepicker-div {
	display: none;
	border: 1px solid #777;
	z-index: 100; /*must have*/
}
#ui-datepicker-div td, #ui-datepicker-div th{
	padding: 0;
}
.ui-datepicker-inline {
	float: left;
	display: block;
	border: 0;
}
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-dialog {
	padding: 5px !important;
	border: 4px ridge #ddd !important;
}
.ui-datepicker-disabled {
	position: absolute;
	z-index: 100;
	background-color: white;
	opacity: 0.5;
}
button.ui-datepicker-trigger {
	width: 25px;
}
img.ui-datepicker-trigger {
	margin: 2px;
	vertical-align: middle;
}
.ui-datepicker-prompt {
	float: left;
	padding: 2px;
	background: #ddd;
	color: #000;
}
* html .ui-datepicker-prompt {
	width: 185px;
}
.ui-datepicker-control, .ui-datepicker-links, .ui-datepicker-header, .ui-datepicker {
	clear: both;
	float: left;
	width: 100%;
	color: #fff;
}
.ui-datepicker-control {
	background: #454545;
	padding: 2px 0px;
}
.ui-datepicker-links {
	background: #000;
	padding: 2px 0px;
}
.ui-datepicker-control, .ui-datepicker-links {
	font-weight: bold;
	font-size: 80%;
}
.ui-datepicker-links label { /* disabled links */
	padding: 2px 5px;
	color: #888;
}
.ui-datepicker-clear, .ui-datepicker-prev {
	float: left;
	width: 34%;
}
.ui-datepicker-rtl .ui-datepicker-clear, .ui-datepicker-rtl .ui-datepicker-prev {
	float: right;
	text-align: right;
}
.ui-datepicker-current {
	float: left;
	width: 30%;
	text-align: center;
}
.ui-datepicker-close, .ui-datepicker-next {
	float: right;
	width: 34%;
	text-align: right;
}
.ui-datepicker-rtl .ui-datepicker-close, .ui-datepicker-rtl .ui-datepicker-next {
	float: left;
	text-align: left;
}
.ui-datepicker-header {
	padding: 1px 0 3px;
	background: #333;
	text-align: center;
	font-weight: bold;
	height: 1.3em;
}
.ui-datepicker-header select {
	background: #333;
	color: #fff;
	border: 0px;
	font-weight: bold;
}
.ui-datepicker {
	background: #ccc;
	text-align: center;
	font-size: 100%;
}
.ui-datepicker a {
	display: block;
	width: 100%;
}
.ui-datepicker-title-row {
	background: #777;
}
.ui-datepicker-days-row {
	background: #eee;
	color: #666;
}
.ui-datepicker-week-col {
	background: #777;
	color: #fff;
}
td.ui-datepicker-days-cell {
	color: #000;
	border: 1px solid #ddd;
	text-align: center;
}
.ui-datepicker-days-cell a{
	display: block;
}
td.ui-datepicker-week-end-cell {
	background: #ddd;
	text-align: center;
}
.ui-datepicker-title-row td.ui-datepicker-week-end-cell {
	background: #777;
	text-align: center;
}
.ui-datepicker-days-cell-over {
	background: #fff;
	border: 1px solid #777;
}
.ui-datepicker-unselectable {
	color: #888;
}
.ui-datepicker-today {
	background: #fcc !important;
}
.ui-datepicker-current-day {
	background: #999 !important;
}
.ui-datepicker-status {
	background: #ddd;
	width: 100%;
	font-size: 80%;
	text-align: center;
}

/* ________ Datepicker Links _______

** Reset link properties and then override them with !important */
#ui-datepicker-div a, .ui-datepicker-inline a {
	cursor: pointer;
	margin: 0;
	padding: 0;
	background: none;
	color: #000;
}
.ui-datepicker-inline .ui-datepicker-links a {
	padding: 0 5px !important;
}
.ui-datepicker-control a, .ui-datepicker-links a {
	padding: 2px 5px !important;
	color: #eee !important;
}
.ui-datepicker-title-row a {
	color: #eee !important;
}
.ui-datepicker-control a:hover {
	background: #fdd !important;
	color: #333 !important;
}
.ui-datepicker-links a:hover, .ui-datepicker-title-row a:hover {
	background: #ddd !important;
	color: #333 !important;
}

/* ___________ MULTIPLE MONTHS _________*/

.ui-datepicker-multi .ui-datepicker {
	border: 1px solid #777;
}
.ui-datepicker-one-month {
	float: left;
	width: 185px;
}
.ui-datepicker-new-row {
	clear: left;
}

/* ___________ IE6 IFRAME FIX ________ */

.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*/
}