
/*
 * color chart:
 *
 * blue: #005D97
 * light blue: #e0ebfc
 * orange: #DA761B
 * light orange: #fbeddf
 * gray: #FDFDFD
 */


.table-style {
	color: #666;
	font-size: 12px;
	font-family: arial;
}

#container {
	padding-left: 15px;
}

#content {
	text-align: left;
	width: 800px;
	min-height: 400px;
	height: auto !important;
	height: 400px;

	font-family: Lucida Grande, Helvetica, Arial, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
	font-size: 14px; 
	cursor: default;
	color: #666;
}
#content div.header { height: 60; }
#content div.header div.logo { float: left; }
#content div.header div.ad {
	float: right;
	max-width: 470;
	max-height: 60;
	overflow: hidden;
	margin: 0 3px 0 0;
	border: 1px solid #DFDFDF;
	background-Color: #000000;
}
#content div.header div.ad img {
	border: none;
	cursor: pointer;
}

#error {
	margin: 0 0 0 75px;
	width: 700px;
	color: #DD0000;
	padding-bottom: 5px;
}

#head {
	width: 500px;
	font-family: Lucida Grande, Helvetica, Arial, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
	font-size: 14px;
	margin: 0 0 0 65px;	
	padding-top: 16px;
	padding-bottom: 16px;
}

#foot {
	padding-top: 15px;
	width: 100%;
	font-family: Lucida Grande, Helvetica, Arial, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
	font-size: 9px;
	text-align: center;
	float: left;
}

#goal_search_results {
	float: left;
	width: 600px;
}
#goal_search_results font {
	color: #DA761B;
}

#index_results {
	float: left;
	width: 760;
}

#index_goals {
	float: left;
	width: 545px;
	padding: 5px;
}
#index_goals font {
	color: #DA761B;
}

#index_users {
	float: left;
	width: 190px;
	padding: 5px;
}
#index_users font {
	float: left;
	margin: 0 0 3px -3px;
	color: #005D97;
}

#invite_box {
	height: 100px;
	width: 200px;
}

#join {
	padding-top: 30px;
	margin: 0 0 0 20px;
	width: 700px;
	color: #888899;
}
#join form table {
	margin: 0 0 0 40px;
	font-size: 15px;
	color: #888899;
}
#join input.wide {
	width: 175px;
}

#login {
	margin: 0 0 0 75px;
	width: 350px;
	text-align: right;
}
#login span input {
	width: 150px;
}
#login a {
	margin-left: 10px;
}

#messages {
	width: 600px;
	margin: 0 0 10px 5px;
}

#messages td {
	cursor: pointer;
}

#messages td.unread {
	font-weight: bold;
}

#msg {
	width: 600px;
	border: 1px solid #CCCCCC;
}

#msg div.msgheader {
	background-Color: #E0EBFC;
	padding: 5px;
}

#msg div.msgheader #sub {
	width: 500px;
}

#msg div.msgheader span {
	font-weight: bold;
	margin: 0 0 10px 0;
}

#msg div.msgheader span.controls {
	float: right;
	font-size: 11px;
}

#msg div.body {
	padding: 5px;
}

#msg textarea {
	height: 400px;
	width: 590px;
}

#msg #people {
	margin: 5px;
	padding: 3px;
	border: 1px solid #CCCCCC;
	background-Color: #FFFFFF;
}
#msg #people b {
	margin-left: 5px;
}

#msg #names {
}

#navbar {
	background-Color: #005D97;
	font-family: Lucida Grande, Helvetica, Arial, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
	font-size: 12px;
}
#navbar a,a:visited,a:active {
	color: white;
	text-decoration: none;
	padding-left: 8px;
}
#navbar a:hover {
	text-decoration: underline;
	padding-left: 8px;
}
#navbar a.login {
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 3px;
	margin-left: 8px;
	border: 1px solid white;
}
#navbar a.login:hover {
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 3px;
	margin-left: 8px;
	text-decoration: underline;
}
#navbar .cc { margin: 0 0 0 0; padding: 5px; padding-bottom: 0px; }
#navbar .le { background: url( 'images/ble.gif' ) 0 0 repeat-y; margin: 0 0 0 0; }
#navbar .re { background: url( 'images/bre.gif' ) 100% 0 repeat-y; margin: 0 0 0 0; }
#navbar .blc { background: url( 'images/bblc.gif' ) 0 100% no-repeat; }
#navbar .brc { background: url( 'images/bbrc.gif' ) 100% 100% no-repeat; }
#navbar .tlc { background: url( 'images/btlc.gif' ) 0 0 no-repeat; }
#navbar .trc { background: url( 'images/btrc.gif' ) 100% 0 no-repeat; }
#navbar .be { background: url( 'images/bbe.gif' ) 0 100% repeat-x; margin: 0 5px 0 5px; }
#navbar .te { background: url( 'images/bte.gif' ) 0 0 repeat-x; }
#navbar .cc {
	padding: 10px;
	margin: 2px -5px 2px -5px;
}

#promo {
	margin: 0 0 30px 10px;
	width: 500px;
}

#user_info {
	padding: 10px;
	margin: 5px;
	width: 95%;
	border: 1px solid #CCCCCC;
}
#user_goals {
	padding-top: 15px;
	margin: 5px 5px 5px 0px;
	width: 775px;
	float: left;
}
#user_goals font {
	color: #DA761B;
}
#user_people {
	padding-top: 15px;
	padding-bottom: 5px;
	margin: 5px 5px 5px 0px;
	width: 775px;
	float: left;
}
#user_people font {
	color: #005D97;
}

#user_search_results {
	float: left;
	width: 600px;
	margin: 0 0 20px 0;
}
#user_search_results font {
	color: #005D97;
}
.user_token { float: left; width: 160px; margin: 0 5px 5px 0; border: 1px solid #FAFAFA; padding-left: 3px; padding-bottom: 3px; }
.user_token img { margin: 3px 2px 0 0; border: none; cursor: pointer; }
.user_token img.avatar { float: left; width: 35; height: 35; }
.user_token span { margin: 3px 0 0 5px; float: left; font-size: 9pt; }

.info {
	margin: 0px 5px 10px 15px;
	float: left;
}

.user {
	float: left;
	margin: 5px;
	font-size: 11px;
}
.user .le { background: url( 'images/gle.gif' ) 0 0 repeat-y; margin: 0 0 0 0; }
.user .re { background: url( 'images/gre.gif' ) 100% 0 repeat-y; margin: 0 0 0 0; }
.user .blc { background: url( 'images/gblc.gif' ) 0 100% no-repeat; }
.user .brc { background: url( 'images/gbrc.gif' ) 100% 100% no-repeat; }
.user .tlc { background: url( 'images/gtlc.gif' ) 0 0 no-repeat; }
.user .trc { background: url( 'images/gtrc.gif' ) 100% 0 no-repeat; }
.user .be { background: url( 'images/gbe.gif' ) 0 100% repeat-x; margin: 0 5px 0 5px; }
.user .te { background: url( 'images/gte.gif' ) 0 0 repeat-x; }
.user div.control { text-align: right; font-size: 11px; }
.user div.cc { margin: 0 0 0 0; padding: 5px; padding-bottom: 0px; min-height: 100px; }
.user div.cc_tiny { margin: 0 0 0 0; padding: 5px; padding-bottom: 0px; }
.user a { margin: 0 0 0 3px; text-align: center; float: left; cursor: pointer; }
.user a img { height: 75px; width: 75px; }
.user a img.tiny { height: 30px; width: 30px; }
.user img { margin: 3px 3px 3px 0px; cursor: pointer; border: none; }
.user span { height: 36px; }
.user .content { cursor: pointer; }

.goal_g {
	padding: 5px;
	float: left;
	font-family: arial;
	font-size: .8em;
	height: 60px;
	width: 168px;
	cursor: pointer;
	border: 1px solid #FFFFFF;
	word-wrap: break-word;
}
.goal_g b {
	font-size: .9em;
	color: #1c134a;
}
.goal_g font {
	color: #777777;
}

.goal_m {
	padding: 5px;
	float: left;
	font-family: arial;
	font-size: .8em;
	height: 60px;
	width: 168px;
	cursor: pointer;
	border: 1px solid #FFFFFF;
	word-wrap: break-word;
}
.goal_m b {
	font-size: .9em;
	color: #1c134a;
}
.goal_m font {
	color: #777777;
}

.goal_f {
	padding: 5px;
	float: left;
	font-family: arial;
	font-size: .8em;
	height: 60px;
	width: 168px;
	cursor: pointer;
	border: 1px solid #FFFFFF;
	word-wrap: break-word;
}
.goal_f b {
	font-size: .9em;
	color: #1c134a;
}
.goal_f font {
	color: #777777;
}

a,a:visited,a:active {
	color: #005D97;
	text-decoration: none;
	padding-left: 0px;
}
a:hover {
	text-decoration: underline;
}

blockquote {
	border: 1px solid #F0E5E5;
	background-color: #F0FAFA;
	padding: 5px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #DA761B;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #005D97;
}

input.wide {
	margin: 0px 0px 0px 10px;
	width: 200px;
}
input.padding {
	margin: 5px 0px 0px 0px;
}

table.tabular {
	font-family: Lucida Grande, Helvetica, Arial, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
	font-size: 9pt; 
	border: 1px solid #EEEEEE;
}
table.tabular td {
	padding: 3px;
	overflow: hidden;
}
table.tabular td input {
	width: 12px;
	height: 12px;
}
table.tabular td.link {
	width: 572px;
}
table.tabular tr {
	padding: 5px;
	background-Color: #F0F0F0;
}
table.tabular tr.odd {
	background-Color: #FCFCFC;
}
table.tabular tr.header {
	background-Color: #E0EBFC;
}

.bg {
	height: 14px;
	background-Color: #005D97;
	border: 1px solid #BBBBBB;
	border-right: none;
	margin-left: 1px;
	float: left;
}
.bgc {
	height: 14px;
	background-Color: #E0EBFC;
	border: 1px solid #EEEEEE;
	float: left;
}
.progress {
	padding: 3px;
	border: 1px solid #EFEFEF;
	font-size: .8em;
	width: 540px;
}

.construction {
	width: 450px;
	padding-top: 10px;
/*	margin: 0 0 20px 20px; */
	margin: 0 0 20px 5px;
	color: #7E7D7D;
	font-size: 10pt; 
}
.construction b {
	color: #DA761B;
	font-size: 12pt;
	padding-top: 15px;
	padding-bottom: 5px;
}

.error {
	margin: 0 0 0 75px;
	width: 700px;
	color: #DD0000;
	padding-bottom: 5px;
}

.left {
	text-align: left;
}

.fleft {
	float: left;
	width: 100%;
}

.fleft a {
	padding-left: 0px;
}

.hidden {
	display: none;
}

.right {
	text-align: right;
}

.small {
	width: 12px;
	height: 12px;
}


.searchbox {
	float: left;
}

.spacer { font-size: 3px; visibility: hidden; }

.tinytext {
	color: #005d97;
	font-family:helvetica,arial;
	font-size: 8pt;
}

.toggled {
	display: block;
}

.toggled_hidden {
	display: none;
}

.toname {
	cursor: pointer;
}

.login_button {
	font-size: .9em;
	margin-top: 4px;
}
