@charset "UTF-8";
/* 
Notice all the * html [...] rules, they are to make IE 6 play nice.
Don't mess with 'em. Or I'll have your head on a pike. -stv
*/

body {
	background: #50AAC4 url('../img/bg-main-no-profile.jpg') no-repeat top center;
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 10px;
}
.home #wrapper, #content, #footer {
  width: 690px;
}
#wrapper {
  width: 827px;
	margin: 0 auto;
	text-align: left;
	padding: 0;
}
#content {
  position: relative !important;
  font-size: 1.6em;
}
/*********************
	HEADER
*********************/
#wrapper > #header { /* re-adjust for standards-compliant (non-IE) browsers */
  margin-bottom: 10px;
}
#header {
	color: #FFF;
	background: #36869D url('../img/home-header-bg.jpg') repeat-x top left;
	height: 52px;
	position: relative;
}
#header-corner-left, #header-corner-right {
	position: absolute;
	display: block;
	height: 5px;
	width: 5px;
	bottom: 0px;
}
#header-corner-left {
	left: 0px;
	background-image: url('../img/header-corner-left.gif');
}
#header-corner-right {
	right: 0px;
	background-image: url('../img/header-corner-right.gif');
}
#header h1 {
	height: 52px;
	width: 96px;
	margin-left: 10px;
	background: transparent url('../img/logo-main.jpg') no-repeat top left;
	float: left;
}
#header form#login-form {
	padding: 5px;
}
#header form#login-form label.hidden {
	display: none;
}
#header input.text, #header input.password {
	width: 100px;
}
#header #login-form label, #header #login-form a {
	font-size: 11px;
	width: 85px;
	display: inline-block;
}
#header #login-form a:link, #header #login-form a:visited, #header #login-form a:active {
	width: 120px;
	color: #fff;
	text-decoration: none;
}
#header #login-form a:hover {
	text-decoration: underline;
}
#header-search, #profile-links {
  float: right;
  padding-top: 13px;
  padding-right: 8px;
}
#header-search-button {
  background-image: url('../img/button-search-mini.jpg');
  background-repeat: no-repeat;
  background-position: -1px -1px;
  width: 18px;
  height: 21px;
  padding: 0px;
}
#profile-links {
  list-style: none;
  margin: 0;
  padding: 18px 8px 0px;
  font-size: 12px;
  text-align: right;
}
#header #profile-links li {
  display: inline;
  margin: 0px;
  padding: 0px 3px;
}
#profile-links a:link, #profile-links a:visited {
  text-decoration: none;
  color: #fff;
}
#profile-links a:hover {
  text-decoration: underline;
}

/*********************
	FOOTER
*********************/
#footer, #copyright, #footer ul.nav, #footer ul.nav li, #footer a:link {
	margin: 0px;
	padding: 0px;
}
#footer ul.nav li, #footer a:link {
	display: inline-block;	
}
#footer, #footer a:link, #footer a:visited {
	color: #fff;
}
#footer {
	text-align: right;
	font-size: 12px;
	padding: 5px 0px;
}
* html #footer {
  margin-top: -2em; /* fixes extra div output by ASP.NET for rendering in IE6 */
}
#footer #copyright {
	float: left;
	text-align: left;
	padding-left: 6px;
}
#footer ul.nav {
	list-style: none;
}
#footer ul.nav li {
	border-right: 1px solid #fff;
	display: inline;
}
#footer ul.nav li.first {
	padding-left: 0px;
}
#footer ul.nav li.last {
	border: 0px;
	padding-right: 0px;
}
#footer a:link, #footer a:visited {
  text-decoration: none;
  padding: 0px 6px 0px 6px;
  position: relative;
}
#footer > a:link, #footer > a:visited {
	padding: 0px 6px 0px 3px;
}
#footer a:hover {
	text-decoration: underline;
}

/**********************
	COMMON
**********************/
.hidden {
	text-indent: -99999px;
	font-size: 1px;
	line-height: 1px;
	margin: 0;
	padding: 0;
}
label.hidden {
  display:none;
}
.float-right {
	float: right;
}
.float-left {
	float: left;
}
.nofloat {
  float: none !important;
}
.clear {
	clear: both;
}
.clear-left {
  clear: left;
}
.clear-right {
  clear: right;
}
br.clear {
	margin-top: -1px;
}
.center {
  text-align: center;
}
.aright {
  text-align: right;
}
.aleft {
 text-align: left;
}
#content .content, .tabs .tab-body {
  background-color: #FFF;
	color: #625E53;
}
#content .content {
  padding: 10px 20px;
  font-size: 0.8em;
  position: relative;
}
.emphasis, em {
  color: #50aac4;
}
.content a:link, .content a:visited, .content a:active, .tabs .tab-body a:link,  .tabs .tab-body a:visited,  .tabs .tab-body a:active {
  color: #50aac4;
  text-decoration: none;
}
.content a:hover, .tabs .tab-body a:hover {
  text-decoration: underline;
}
.accent {
  background-image: url('../img/flame-bg.gif');
  background-repeat: no-repeat;
  background-position: bottom 90%;
  min-height: 250px;
}
.with-page-nav p {
  width: 70%;
}
div.with-gutter{
  width: 78%;
}
.in-gutter {
  width: 21%;
  float: right;
  margin-right: -10px;
}
.in-gutter h1, .in-gutter h2, .in-gutter h3, .in-gutter h4, .in-gutter-h5, .in-gutter h6 {
	margin: 0.25em 0px;
}
.full-width {
  width: 100%;
}
ol.headings {
  list-style: none;
  margin: 0.5em 1em;
  padding: 0;
}
ol.headings li {
  margin: 1em 0px;
  padding: 0;
}
address {
  font-style: normal;
}
.error p, p.error {
  border: 2px solid #D8140B;
  padding: 0.5em;
  color: #FD140B;
  background-color: #F9C2C8;
}
.pad10 {
  padding: 10px;
}
.pad5 {
  padding: 5px;
}
.pad5v {
  padding-top: 5px;
  padding-bottom: 5px;
}
.pad5h {
	padding-left: 5px;
	padding-right: 5px;
}
a img {
  border: 0px;
}
.half {
  display: inline-block;
  width: 49%;
}
p {
  margin: 0.5em 0em;
}
.breadcrumbs {
  margin-bottom: .5em;
}
#settings_navigation a:link, #settings_navigation a:visited {
  color: #625E53;
  border-right: 1px solid #625E53;
  padding: 0px 0.35em;
}
#settings_navigation a:hover, #settings_navigation a.selected {
  text-decoration: underline;
  color: #50aac4;
}
#settings_navigation a.last {
  border: 0px;
}
.group_navigation, .message_center_navigation {
  /*height: 26px;*/
  margin: 0.5em 0em;
}
.group_navigation a:link, .group_navigation a:visited, .message_center_navigation a:link, .message_center_navigation a:visited {
  color: #625E53;
  padding: 0.4em 0.35em 0.4em 2.25em;
  float: left;
  background-repeat: no-repeat;
  background-position: 0.2em center;
}
.group_navigation a:hover, .group_navigation a.selected, .message_center_navigation a:hover, .message_center_navigation a.selected {
  text-decoration: underline;
}
.group_navigation a.chat, .message_center_navigation a.new-messages {
  background-image: url('../img/icon-chat-bubble.jpg');
}
.group_navigation a.files {
  background-image: url('../img/icon-files.jpg');
}
.group_navigation a.links {
  background-image: url('../img/icon-links.jpg');
  padding-left: 2.65em;
}
.group_navigation a.notifiers {
  background-image: url('../img/icon-notifiers.jpg');
  padding-left: 3.05em;
}
.group_navigation a.permissions {
  background-image: url('../img/icon-permissions.jpg');
  padding-left: 2.8em;
}
.member {
	clear: left;
	position: relative;
	margin-bottom: 2px;
}
.member img {
	float: left;
	margin-right: 2px;
}
.member .message {
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.message_center_navigation a.by-contact {
  background-image: url('../img/icon-user.jpg');
}
.reply-link {
  background-image: url('../img/icon-reply.gif');
  height: 16px;
  width: 16px;
  display:block !important;
}

/*************************
  FORMS
*************************/
.button {
	border: 1px solid;
	font-size: 11px;
	font-weight: normal !important;
	display: inline-block;
	padding: 2px 5px;
	text-decoration: none !important;
	cursor: default;
}
.button-color1 {
	color: #625E53 !important;
	background-color: #FFE59D;
	border-color: #625E53;
}
.rounded {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 4px 5px;
}
form {
  margin: 0;
  padding: 0;
}
input.text, input.password, textarea, select.text {
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
  padding: 2px;
  font-size: 12px;
  line-height: 14px;
  margin: 2px 0px 0px;
}
input.text, input.password, input.button, input.checkbox, label {
  vertical-align: middle;
}
input.large, textarea.medium {
  width: 150px;
}
textarea {
  font-family: "Helvetica Neue", helvetica, Arial, sans-serif;
}
textarea.medium {
  width: 300px;
  height: 180px;
}
textarea.large {
  width: 400px;
  height: 180px;
}
input.hint, #header input.hint, .text-button {
	color: #9CA4A4;
}
.text-button {
	background-color: transparent;
	border: 0px;
	color: #373D2F !important;
}
label.medium {
  width: 100px;
  display: inline-block;
}
.structured_form label {
  clear: left;
  float: left;
  width: 10em;
  margin: 0.25em 0.5em;
  text-align: right;
}
.structured_form input.text {
  float: left;
  width: 15em;
  margin: 0.25em 0.5em;
}
.structured_form label.nofloat {
  text-align: inherit;
}
.structured_form .space-left {
  margin-left: 11em;
  float: left;
  clear: left;
}
.structured_form input.button.space-left {
  margin-left: 13em;
}
textarea.group_message, .message_container textarea.message_text {
  width: 99%;
  height: 3.6em;
  background-color: #C0DDEB;
  border: solid 1px #83848A;
}
/*************************
	TABS
*************************/
/* TAB GENERICS */
.tabs {
	width: 100%;
	display: block;
}
.tabs ul, .text-tabs ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	display: block;
}
.text-tabs ul {
  position: absolute;
  top: 5px;
  right: 0px;
  text-align: right;
  width: 260px;
  font-size: 0.9em;
}
.tabs ul li {
	float: left;
}
.text-tabs li {
  display: inline;
  margin: 0;
  padding: 0;
}
.text-tabs > li {
  display: inline-block;
}
.tabs .tab {
  float: left;
  background-repeat: no-repeat;
  text-decoration: none;
  height: 27px;
}
.tabs a.first {
  margin-left: 10px;
}
.text-tabs a:link, .text-tabs a:visited {
  color: #fff;
  text-decoration: none;
  padding: 0px 5px;
  border-right: 1px solid #fff;
}
.text-tabs .last a {
  border: 0px;
}
.text-tabs a:hover {
  text-decoration: underline;
}
.tabs .tab-body {
	position: absolute;
	top: 27px;
	left: 0px;
	width: 690px;
	line-height: 1.15em;
}
.tabs .top .tab-body {z-index: 9999 !important;}
.tabs .tab-body p {
	padding: 0;
	margin: 20px;
}
.tabs .tab-body .title {
	margin: 20px 20px 10px;
}
.tabs .tab-body .illustration {
	width: 340px;
	height: 100%;
	position: absolute;
	top: 20px;
	right: 20px;
	background-repeat: no-repeat;
	background-position: bottom left;
}
.tabs .tab-body p.with-illustration {
	width: 370px;
	max-width: 370px;
}
/* TAB SPECIFICS */
.address_book .tabs {
  height: 28px;
}
.address_book .tab, .group .tab, .connection_center .tab {
  background-image: url('../img/navigation-secondary.gif');
}
.address_book #tab1.top .tab {
  width: 140px;
  background-position: 0px 0px;
}
.address_book #tab2 .tab {
  width: 90px;
  background-position: -140px 0px;
}
.address_book #tab3 .tab {
  width: 195px;
  background-position: -230px 0px;
}
.home .tabs {
	height: 310px;
}
.home form > .tabs {
  height: 315px;
}
.home .tabs .tab {
  background-image: url('../img/navigation-home.gif');
}
.home #tab1.top .tab {
  background-position: 0 0;
}
.home #tab1 .tab {
  width: 78px;
  background-position: 0px -56px;
}
.home .tab-body {height: 291px;}
.home #tab1 .title {
	background-image: url('../img/home-tab1-title.gif');
	width:385px;
	height: 71px;
	z-index: 100001;
}
.home #tab1 .illustration {
	background-image: url('../img/home-tab1-illustration.jpg');
	height: 271px;
	width: 266px;
}
.home #tab2 .tab {
  width: 133px;
  background-position: -78px 0px;
}
.home #tab2.top .tab {
  background-position: -78px -28px;
}
.home .tab3 #tab2 .tab {
  background-position: -78px -56px;
}
.home #tab2 .title {
  background-image: url('../img/home-tab2-title.gif');
  height: 86px;
  width: 402px;
}
.home #tab2 p {
  margin: 5px 20px;
}
.home #tab2 .illustration {
  background-image: url('../img/secure-circles.jpg');
  height: 271px;
  width: 276px;
}
.home #tab3 .tab {
  width: 92px;
  background-position: -211px 0px;
}
.home #tab3.top .tab {
  background-position: -211px -56px;
}
.home #tab3 .tab-body, .home #content {
  overflow: hidden;
}
.home #tab3.top .tab-body {
  height: 460px;
}
.group #tab1 .tab {
  background-position: 0px -27px;
  width: 140px;
}
.group #tab2 .tab {
  background-position: -140px -27px;
  width: 90px;
}
.group #tab3 .tab {
  background-position: -230px -27px;
  width: 195px;
}
.connection_center #tab1 .tab {
  background-position: 0px -54px;
  width: 140px;
}
.connection_center #tab2 .tab {
  background-position: -140px -54px;
  width: 90px;
}
.connection_center #tab3 .tab {
  background-position: -230px -54px;
  width: 195px;
}

/******************
  EXPANDED BODY FOOTER
******************/
div.expanded, div.expandable {
  position: relative !important;
  border-top: 4px solid #50AAC4;
  color: #fff;
  background-color: #7CC3D7;
}
* html div.expanded {
  margin-top: 2px;
}
div.expanded {
  margin-top: 0px;
}
div.expandable {
  margin-top: 0px;
  margin-bottom: 0.5em;
}
* html div.expandable {
  margin-bottom: 1em;
}
#expand-button {
  position: absolute;
  top: -4px;
  left: 50px;
  width: 26px;
  height: 13px;
  background: transparent url('../img/triangle.gif') no-repeat top left;
}
.expanded a:link, .expanded a:visited, .expanded a:active {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.expanded a:hover {
  text-decoration: underline;
}
.expanded p, .expanded h2, .expanded h3, .expanded h4 {
  margin: 0;
  padding: 0;
}
.expanded .view-all {
  font-weight: normal !important;
  font-size: 0.8em;
}

/* EXPANDED SPECIFICS */
#getting-started {
  background-image: url('../img/home-lower-bg.jpg');
  background-repeat: no-repeat !important;
  height: 130px;
  font-size: 12px;
}
#content > #getting-started {
  margin-top: 2px;
}
* html .home #getting-started {
  height: 90px;
}
#getting-started .section {
  float: left;
  padding: 18px 10px 10px;
  clear: none;
}
#getting-started h4 {
  background-repeat: no-repeat;
  background-position: top left;
  height: 28px;
}
#getting-started .create {
  width: 105px;
  padding-left: 15px;
}
* html #getting-started .create {
  width: 130px;
}
#home-create {
  width: 93px;
  background-image: url('../img/home-create.jpg');
}
#getting-started .search {
  width: 265px;
}
* html #getting-started .search {
  width: 285px;
}
#home-search {
  width: 163px;
  background-image: url('../img/home-search.jpg');
}
#getting-started .search input.text {
	width: 250px;
}
#getting-started .explore {
  width: 251px;
}
* html #getting-started .explore {
  width: 271px;
}
#home-explore {
  width: 251px;
  background-image: url('../img/home-explore.jpg');
}
.expanded .letters {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0 auto;
  width: auto;
  text-align: center;
  color: #3D3C2D;
  font-size: 0.7em;
}
.expanded div.letters a:link, .expanded div.letters a:visited {
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  margin: 0px 3px 0px 5px;
}
.expanded div.letters a:hover {
  text-decoration: underline;
}
#address-book-search-extension input.text {
  width: 180px;
}
#address-book-search-extension > input.text {
  width: 190px;
}
* html #address-book-search-extension {
  margin-bottom: 1.5em;
}
#content > div#address-book-search-extension {
  margin-top: 0px !important;
}
/****************
  TABLE STYLES
****************/
table.headings-left, table.headings-top, table.contact-list, table.group-list, table.message-list, table.files-list, table.links-list {
  width: 100%;
}
table.headings-left th , table.headings-left td, table.headings-top th, table.headings-top td {
  vertical-align: top;
  padding: .25em;
}
table.headings-left th {
  text-align: right;
}
table.headings-top th {
  text-align: left;
}
table.contact-list th, table.contact-list td, table.group-list th, table.group-list td, table.message-list td, table.message-list th {
  border: 0px !important;
  padding: 2px;
  color: #000;
}
table.contact-list td, table.contact-list th, table.group-list th, table.group-list td, table.message-list td, table.message-list th, table.links-list th, table.links-list td, table.files-list th, table.files-list td, table.alternating th, table.alternating td {
  background-color: #C3EEF1;
}
table.contact-list .alt td, table.contact-list .alt th, table.group-list .alt th, table.group-list .alt td, table.message-list .alt td, table.message-list .alt th, table.files-list .alt th, table.files-list .alt td, table.links-list .alt th, table.links-list .alt td, table.alternating .alt th, table.alternating .alt td {
  background-color: #fff;
}
table.contact-list th, table.group-list th, table.message-list th, table.files-list th, table.links-list th, table.alternating th {
  font-weight: normal;
  color: #6E6D68;
  text-align: left;
  background-color: #fff;
}
table.search-results th {
	text-align: center;
}
table.contact-list a, table.group-list a, table.message-list a, table.files-list a, table.links-list a, table.alternating a {
  color: #000 !important;
}
table.links-list .link, table.files-list .file {
  padding-left: 0px;
}
table.links-list td.link {
}
table.files-list td.file {
}

table img.specialpstyle {
	float: left;
}

/****************
  PAGE STYLES
****************/
h2.contact-name {
  margin: 0px;
  font-size: 2.25em;
  font-weight: normal;
  padding-right: 1em;
}
#update-link {
  display: block;
  margin: 1.0em 1.5em;
  color: #000;
}
.content > #update-link {
  margin-top: 1.5em;
}
.contact-info {
  margin-bottom: 1em;
}
.contact-info .phone, .contact-info .email {
  font-size: 1.5em;
}
#global_message {
  margin-top: 1em;
  clear: left;
  position: relative;
  height: 120px;
  width: 350px;
  background-color: #82B4C1;
  border: 1px solid #82B4C1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-align: right;
}
#global_message .hint, #global_message textarea {
  position: absolute;
  top: 5px;
  right: 5px;
  left: 5px;
  bottom: 10px;
  text-align: left;
}
#global_message .hint {
  z-index: 1000;
}
#global_message textarea {
  background-color: transparent;
  border: 0px;
  height: 105px;
  width: 340px;
  overflow: hidden;
}
/*
* html #global_message textarea {
  height: 105px;
  width: 340px;
} */
#global_message .hint h3, #global_message .hint p {
  margin: 0px;
  padding: 0px;
}
#global_message input.message-send {
  position: absolute;
  bottom: 5px;
  right: 10px;
  width: 6em; /* height and width to handle rendering bug in IE7. */
  height: 2em;
}
#global_message div > input.message-send /*, * html #global_message input.message-send */ {
  width: auto;
  height: auto;
}
#global_message div.quote-triangle {
  height: 11px;
  width: 11px;
  background-image: url('../img/triangle-chat.gif');
  background-repeat: no-repeat;
  position: absolute;
  bottom: -12px;
  left: 30px;
}
#global_message div.spacer {
	height: 120px;
}
#global_message span.char-count {
	margin-left: 
}
#last-updated-time {
  float: right;
}
.contact-list .controls a.icon, .member .message {
  float: left;
  text-indent: -99999px;
  height: 16px;
  width: 16px;
  margin: 2px;
  background-image: url('../img/contact_actions.gif');
  background-repeat: no-repeat;
}
.contact-list .controls .unfollow {
  background-position: -51px 0px;
}
.contact-list .controls .follow {
  background-position: -51px -34px;
}
.contact-list .controls .follow-disabled {
  background-position: -51px -17px;
}
.contact-list .controls .message, .member .message {
  background-position: 0px 0px;
}
.contact-list .controls .message-disabled {
  background-position: 0px -17px;
}
.contact-list .controls .public-profile {
  background-position: -34px -17px;
}
.contact-list .controls .public-profile-disabled {
  background-position: -17px -17px;
}
#connection_center_squares {
  background: #fff url('../img/connection-center-bg.gif') no-repeat center center;
}
#connection_center_squares div.square {
  width: 285px;
  height: 225px;
  margin: 15px 20px 10px;
  float: left;
  border-bottom: solid 1px #fff;
}
* html #connection_center_squares div.square {
  position: relative;
}
.messages_container div.message {
  padding: .25em;
  background-color: #C3EEF1;
  position: relative;
}
.messages_container div.message.alt {
  background-color: #fff;
}
div.message img.icon {
  vertical-align: middle;
  margin-right: .25em;
}
.message .name, .message .said, .message .date {
  font-style: italic;
}
.message .name a:link, .message .name a:visited {
  font-weight: bold;
  color: #625E53;
}
.message .date {
  position: absolute;
  top: 0.5em;
  right: 0.25em;
}
div.message span.message_text {
  display:block;
}
.post_link, .file_upload {
  background-color: #C0DDEB;
  border: 1px solid #66737A;
  width: 65%;
  margin: 0.5em auto;
}
.admin_controls_container {
	/*border: 2px solid #50AAD9;*/
	margin: 0.5em 0px;
	width: 125px;
}
.admin_controls_container a {
	display:block;
	padding: 0.25em 2%;
	margin: 0px auto;
	width: 96%;
	float: left;
}
.admin_controls_container a:hover {
	background-color: #50AAD9;
	color: #fff;
	text-decoration: none;
}

/******************
  ADS
******************/
#adverts {
  padding: 10px;
  position: absolute;
  top: 0px;
  right: -185px;
  max-width: 160px;
  text-align: center;
  z-index: 999;
}
.advert {
  margin: 5px 0px;
}
.advert img {
	z-index: 1001;
}
/*****************
  MODAL DIALOGS
*****************/
div.modal-dialog {
  position: fixed;
  top: 25%;
  bottom: 25%;
  left: 23%;
  right: 27%;
  min-width: 410px;
  min-height: 210px;
  max-width: 625px;
  border: solid 5px #000;
  background-color: #50AAC4;
  color: #625E53;
  text-align: center;
  z-index: 99999;
}
div.modal-dialog div.pad10 {
  background-color: #fff;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
}
div.hidden-modal {
  top: 0px;
  height: 1px;
  width: 1px;
  position: fixed;
  left: -99999px;
}
/******************
	IE6 FIXES
******************/
* html div.content h2 {
	position: relative;
}