body {
	background-color: #C8C8C8;
	font-family: Arial,Times,"Times New Roman",Sans-serif;
	font-size: 12px;
	color: #29385e;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#container {
	padding:0px;
	margin: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    min-height: 100%;
    text-align: center;
    background-color: #FFFFFF;
    padding-bottom: 10px;
	position: relative;
}

/*/////////////// Site-Wide Formatting /////////////////////*/

a {
	text-decoration: none;
	color: #333377;
	font-weight:bold;
}

a:active, a:hover {
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}

hr {

}

/*/////////////////////////////////////////////////////////*/







/*////////////// General Content Formatting //////////////*/

#didyouknow {
	z-index:10;
	position:fixed;
	bottom: 0px;
	right: 0px;
	padding:5px;
	background-color:#FFFF66;
	width:200px;
}

.help_mark {
	height: 20px;
	width: 20px;
	z-index: 1009;
	cursor: pointer;
}

.help_mark_bubble {
	visibility: hidden;
	padding:10px;
	background-color:#FFFF66;
	width:200px;
	position: absolute;
	font-size: 12px;
	float: left;
	z-index:10;
	color: black;
	font-weight: normal;
	font-family: Sans-serif;
	text-align: left;
	cursor: pointer;
}

.content {
	clear: both;
	text-align: center;
	margin-bottom: 20px;
}

.content .title {
	text-align:left;
	font-weight:bold;
	font-size: 14pt;
}

.content .small_title {
	text-align:left;
	font-weight:bold;
	font-size: 12pt;
}

.content .smallest_title {
	text-align:left;
	font-weight:bold;
	font-size: 10pt;
}

.content .small_block {
	width:220px;
	margin:30px;
	float:left;
	text-align:center;
}

.content .small_block .title {
	text-align:center;
	font-weight:bold;
	font-size: 12pt;
}

.form {
	float: left;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}

.form form {
	padding: 5px;
}

.form .error {
	color: red;
}

.form label {
	float: left;
	clear: both;
	margin-bottom: 5px;
	margin-top:7px;
}

.form input, .form select {
	float:right;
	clear: right;
	margin-bottom: 5px;
	width: 140px;	
}

.form input[type="checkbox"] {
	float:left;
	text-align: left;
	margin-top: 8px;
	margin-left: 20px;
	width: 20px;
}

.form input[type="submit"] {
	text-align: center;
	width: 99px;
	height: 34px;
	background: url('../images/form_button.gif');
	
}

.search {
	background-color: #CCCCFF;
	height: 20px;
	width: 98%;
	padding:5px;
	text-align: left;
}

.site_status_msg {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	border: thin solid rgb(250,0,0);
	background-color: #FFFF77;
	padding: 3px;
	margin-bottom: 5px;
}
.report_abuse {
	font-size: 10px;
	float: right;
	clear:both;
	cursor: pointer;
}

/*///////////////////////////////////////*/




/*////////////// TOP //////////////*/
#top {
}

#logospace {
	float: left;
	background: no-repeat center -2px url('../images/top-nav/top_bg.jpg');
	height: 103px;
	width: 100%;
	border-bottom: 3px solid #013870;
	margin: 0px;
	margin-bottom:1px;
	padding:0px;

}

#logo {
	height: 75px;
	width: 173px;	
	float: left;
	border-width: 0px;
	padding: 2px 5px 5px 5px;
	padding-left: 10px;
	font-weight: bold;
}

#logo img {
	height: 60px;
	width: 138px;
	float: left;
}

#logo span {
	color:white;
	font-size:31px;
	float: left;
}

#logo:hover {
	text-decoration: none;
}

#login_info {
	float: right;
	padding: 10px;
	color: white;
}

#login_info a {
	text-decoration: underline;
	padding: 5px;
	color: white;
}

#tagline {
	position: relative;
	clear:right;
	float:right;
    text-align: right;
    padding-right:10px;
	font: 16pt bold;
	top: 45px;
	width: 600px;
	color: white;
}

#top-nav{
	padding: 0px;
	clear: both;
	margin: 0px;
	position: absolute;
	top: 80px;
	margin-top:-5px;
	right: 0px;
}

#top-nav a{
	display: block;
	float: left;
    width: 120px;
	border: 1px solid #013870;
	border-right: 0px;
	font-size: 13px;
	line-height: 28px;
	background-color: #00a2ff;
	color:white;
}
html>body #top-nav a{ line-height:27px; }

#top-nav a:active, #top-nav a:hover {
	background-color: #0072CC;
	text-decoration: none;
}

#top-nav #companies{
	width:120px;
	background: no-repeat 0px 0px url('../images/top-nav/top_left.png') transparent;
	border:0px;
	line-height: 29px;
}
html>body #top-nav #companies{ line-height:28px; }

#top-nav #companies:active,#top-nav #companies:hover {
	background-position: 0px -30px;
	text-decoration: none;
}
#top-nav #users{
	width:100px;
}
#top-nav #rpg{
	width:130px;
}


#top-nav #header_search_form {
 	display: block;
	float: left;
	border: 1px solid #013870;
	border-right: 0px;
	font-size: 13px;
	height: 30px;
    text-align: right;
	padding-right:10px;
	width: 240px;
	padding-top:2px;
	background-color: #00a2ff;
}
html>body #top-nav #header_search_form {
	height:25px;
}

/*///////////////////////////////////////*/




/*////////////// MAIN CONTENT //////////////*/
#main {
	float: left;
	width: 600px;
	padding: 10px;
	position: relative;
}
/*///////////////////////////////////////*/

/*////////////// LEFT //////////////*/

#left {
	float: left;
	clear: both;
	width: 160px;
	padding-right: 5px;
	margin-top: -1px;
	height: 100%;
	min-height: 100%;
	position: relative;
}

#left-nav{
	float: left;
	clear: both;
	width: 140px;
	margin-top: 0px;
	padding-top: 10px;
	background: 0px 0px repeat-y url('../images/left-nav/bg.png');
	border-right: 1px solid #013870;
	position: relative;
	height: 100%;
	min-height: 100%;
}

#left-nav #status_title {
	color: #8888FF;
	font-size: 14px;
	margin: 0px 0px 0px 10px;
	text-align: left;
}

#left-nav #static_status {
	font-family:	Sans-serif;
	font-size: 11px;
	color:#222222;
	width: 90%;
	margin:0px 5px 10px 10px;
	padding: 3px;
	text-align: left;
}

#left-nav #dynamic_status {
	font-family:	Sans-serif;
	font-size:		11px;
	width:			90%;
	margin: 0px 5px 10px 10px;
}

#left-nav a{
	display: block;
	margin: 0px 0px 4px 25px;
	width: 110px;
	height: 17px;
	text-decoration: none;
	position: relative;
	text-indent: 30px;
	text-align: left;
}

#left-ad{
	clear: both;
	width: 90%;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

#left-nav #my_home { background: 0px 0px no-repeat url('../images/left-nav/Feed.png'); }
#left-nav #my_profile { background: 3px 0px no-repeat url('../images/left-nav/Profile.png'); }
#left-nav #my_inbox { background: 0px 0px no-repeat url('../images/left-nav/Messages.png'); }
#left-nav #my_friends { background: 0px 0px no-repeat url('../images/left-nav/Friends.png'); }
#left-nav #my_content { background: 0px 0px no-repeat url('../images/left-nav/Briefcase.png'); }

#left-nav #my_home:hover { text-decoration: underline; }
#left-nav #my_profile:hover { text-decoration: underline; }
#left-nav #my_inbox:hover { text-decoration: underline; }
#left-nav #my_friends:hover { text-decoration: underline; }
#left-nav #my_content:hover { text-decoration: underline; }


#left-nav div {
	color:white;
	margin-top: 30px;
}

#left-nav .plus{
	margin-top: -15px;
	text-align: right;
	padding-right: 0px;
	color: green;
}

#left-nav #divider {
	margin: 10px;
	background: url("../images/left-nav/divider.png") no-repeat;
	height: 1px;
	width:135px;
}

#left-nav #stats {
	text-align: left;
	margin: 0px;
}

#left-nav #stats #title {
	margin: 0px 5px 5px 10px;
	color: #8888FF;
	font-size: 14px;
	font-weight: bold;
	display: block;
	width: 70px;
	height: 15px;
	text-decoration: none;
	text-align: left;
	text-indent: 0px;
}
#left-nav #stats #title:hover {
	text-decoration: underline; 
}

#left-nav #stats .level_title{
	color: #222222;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 5px 2px 15px;
	float: left;
}

#left-nav #stats .level_value{
	color: #222222;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 5px 2px 15px;
	text-align: right;
	float: right;
}

#left-nav #stats #overall{
	font-family: fantasy;
	clear: both;
	color: #8888FF;
	font-size: 18px;
	font-weight: bold;
	margin: 5px 5px 0px 10px;
	text-align: right;
}

/*///////////////////////////////////////*/




/*////////////// RIGHT //////////////*/

#right {
	float: left;
	width: 160px;
	padding-right: 5px;
}

#right-nav{
	clear: both;
	width: 90%;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

#right-nav a{
	text-align: left;
	display: block;
	margin-bottom: 2px;
	padding: 2px;
	border: 1px solid;
	background: #AAAAAA;		
}


/*///////////////////////////////////////*/	



/*////////////// BOTTOM //////////////*/
#bottom {
	clear: both;
	padding-top: 10px;
	text-align: center;
}

#stats {
	padding-top: 10px;
	font-size: 8pt;
}

#copyright {
	font-size: 8pt;
	padding-top: 10px;
}

#bottom-nav{
	clear: both;
	/*float: right;*/
}

#bottom-nav a{
	margin: 10px;
}

/*///////////////////////////////////////*/



/*////////////////////// CACHE HOME //////////////////////////*/

#search_browse_bar {
	clear:both;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#search_browse_bar #selected{
    /*background-color: #CCCCFF;*/
	text-decoration: underline;
}

#sort_bar {
	width: 600px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	clear: both;
}
#sort_bar ul{
	list-style: none;
	list-style-type:none;
	padding: 0.5em 0 0 0;
}
#sort_bar li {
	float:	left;
	line-height: 1.8em;
	font-size: 1.2em;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 2px #0C8FCE solid;
}
#sort_bar .selected a{
	background-color: #BFEFFF;
}
#sort_bar a{
	text-decoration: none;
	padding: 5px 5px 4px 5px;
}


/*/////////////////////////////////////////////////////////*/


/*////////////////////// Cache Browse/Home Search Results //////////////////////////*/

.company_result {
	clear:both;
	float:left;
	text-align:left;
	margin:10px;
	width:100%;
}

.company_result .number {
	float:left;
	width:100px;
	text-align:center;
}
.company_result .info {
	float:left;
	width:300px;
}

.company_result .info .snippet {
	color:#777777;
	font-weight:normal;
}

.company_result .rating {
	float:left;
	width:150px;
	text-align:center;
	margin-top: 20px;
}

/*/////////////////////////////////////////////////////////*/



/*////////////////////// USER NETWORK //////////////////////////*/

.user {
	float: left;
	width:100%;
	text-align:left;
	margin:10px;
	clear:both;
	position:relative;
}

.user .img {
	text-align: center;
	width: 100px;
	float: left;
	display: block;
	height:100px;
	margin-top:auto;
	margin-bottom:auto;
}

.user img {
	border: 0px;
	width: 75px;
}
html>body .user img {
	max-height:100px;
	max-width:100px;
}

.user .name {
	float:left;
	width:200px;
	margin-left:10px;
	margin-top:auto;
	margin-bottom:auto;
}

.user .actions {
	text-align: left;
	float:left;
	width:150px;
	margin-top:10px;
	cursor:pointer;
}

.user .comment {
	color: #777777;
	float: left;
	width: 300px;
	margin-left:10px;
}

/*/////////////////////////////////////////////////////////*/



/*////////////////////// RPG Circles //////////////////////////*/

#rpg_balls {
	position: relative;
	clear: both;
}

#rpg_balls .ball {
	display: block;
	text-decoration: none;
}

#rpg_balls .ball #level {

}
#rpg_balls .ball #badges {

}
#rpg_balls .ball #name {
	font-size: 20px;
	font-weight:800;
	position: absolute;
	color: black;
}
#rpg_balls .ball img {
	border: 0px;
}

#rpg_balls #education {
	position: absolute;
}

#rpg_balls #experience {
	position: absolute;
}

#rpg_balls #overall {
	position: absolute;

}

#rpg_balls #leadership {
	position: absolute;
}

#rpg_balls #social {
	position: absolute;
}

#rpg_balls #initiative {
	position: absolute;
}

/*/////////////////////////////////////////////////////////*/

/*////////////////////// PROFILE TOP //////////////////////////*/


#profile {
	width:		600px;
	text-align:	left;
}

#profile #show_profile_top {
	float: left;
	background: #777FFF;
	font-weight: bold;
	padding: 5px;
	cursor:pointer;
	display: none;
}

#profile #profile_top {
	clear: both;
	float:		left;
	width:		100%;
    margin-bottom: 20px;
	visibility: hidden;
	display: none;
}

#profile_top #top_left {
	float: 			left;
	text-align: 	left;
	width:360px;
}

#profile #profile_top #picture_video {
	width: 125px;
}

#profile #profile_top #picture_video #tabs {
	float: left;
}

#profile #profile_top #picture_video #tabs div{
	float: left;
	padding: 5px;
	background-color: #DDDDDD;
	cursor:pointer;
}

#profile #video_url_instructions {
	color: #777777;
	width: 150px;
	cursor:pointer;
	clear:both;
	position:absolute;
	top:70px;
	left:0px;
	font-weight:bold;
}

#profile .video_intro {
	width: 150px;
	clear:both;
	position:absolute;
	top:50px;
	left:10px;
}

#profile #video_url_static {
	color: #777777;
	width: 150px;
	cursor:pointer;
	clear:both;
	float: left;
	font-weight:bold;
	position: absolute;
	left: 100px;
	top: 30px;
}

#profile #video_url_dynamic {
	color: 			#777777;
	font-family:	Sans-serif;
	font-size:		12px;
	width:			100px;
	cursor:pointer;
	float:left;
	clear:both;
	position:absolute;
	top:50px;
	left:0px;
	font-weight:bold;
}

#profile_top #top_left .picture {
	clear: both;
	float:			left;
	border:			#333377 solid 1px;
}

#profile_top #top_left .picture img {
        width: 125px;
}

#profile_top #top_left #short_bio {
	float:			left;
	padding-left: 	20px;
	padding-top:	10px;
	width:200px;
}

#profile_top #top_left #short_bio #name {
	font-weight: 	bold;
	font-size: 15px;
	width:200px;
}

#profile_top #top_left #short_bio #level {
	font-weight: 	bold;
	font-size: 13px;
	padding: 2px;
	background-color: #EEEEEE;
	width:200px;
}

#profile_top #top_left #static_status {
	color: #777777;
	width: 200px;
}

#profile_top #top_left #current_positions {
	width:200px;
} 
#profile_top #top_left #current_positions .item {
	padding-top:5px;
}


#profile_top #top_right #action_links {
	float: 		right;
	position:	relative;
	width:		215px;
	padding:	5px;
	margin: 5px;
	background: #CCCCFF;
	border: 1px solid #CCCCFF;
	border-top: 2px solid #333377;
	text-align:	left;
}
#profile_top #top_right #action_links .item{
	padding:5px;
	float:left;
	clear:both;
	width:200px
}
#profile_top #top_right #action_links img{
	padding-right:5px;
	margin-top:0px;
	float:left;
	width:15px;
}

#profile_top #middle {
	position:relative;
	clear:both;
	top:5px;
}


#profile_top #middle #common_friends {
	float:		right;
	position:	relative;
	width:		215px;
	padding:	5px;
	margin: 5px;
	text-align:	left;
	border: 1px solid #CCCCFF;
	border-top: 2px solid #333377;
}

#profile_top #middle #common_friends #title{
	background: #CCCCFF;
	width:215px;
	margin-top:-5px;
	margin-left:-5px;
	text-align:left;
	font-size:12px;
	font-weight:bold;
	padding:5px;
}

#profile_top #middle #common_friends div {
	font-size:9px;
	display:inline;
	text-align: center;
	float: left;
	width: 66px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#profile_top #middle #common_friends a{
	color:black;
}

#profile_top #middle #interest {
	float:		left;
	clear:		both;
	text-align:	left;
	padding: 	10px;
	background: #CCCCFF;
	border: 1px solid #CCCCFF;
	border-top: 2px solid #333377;
	width: 		340px;
	position:	relative;
	top:		5px;
	font-size: 11px;
	color:black;
}

#profile #tab_body {
	float:		left;
	clear: both;
	font-size: 	16px;
	text-align:	left;
	margin-top: 10px;
	margin-left:20px;
	width: 500px;
	height:22px;
}

#profile #tab_body a{
	display: block;
	float:		left;
	font-size: 	14px;
	text-align:	center;
	padding:	5px;
	border-right: 1px black;
	width:60px;
	line-height:12px;
	margin-left:5px;
	color:#333377;
	background: 0px 0px no-repeat url("../images/profile/tab.png");
}

#profile #tab_body #selected{
	background-position: 0px -22px;
	color:#FFFFFF;
}

#section {
	float: left;
	clear: both;
	padding-right: 20px;
	width: 577;
	height: 24px;
	line-height:16px;
	background: repeat-x url("../images/profile/tab_bg.png");
}

#section a{
	display: block;
	float: left;
	padding: 5px;
	color:#AAAAAA;
}
#section #selected {
	color:#FFFFFF;
}

#section form {
	display: inline;
	margin: 2px;
	margin-bottom: 1px;
}

#profile #body {
	float:		left;
	clear:		both;
	border:	#333377	solid	1px;
	width:		575px;
	padding: 0px 10px 0px 10px;
}

/*//////////////////////////////////////////////////////*/



/*///////////////////////// RPG /////////////////////////*/


#profile #rpg {
	padding: 10px;
}

#profile #rpg .rpg_image {
	margin: 10px;
	font-size: 14px;
	text-align: center;
}

/*/////////////////////////////////////////////////////////*/



/*/////////////////// HOME ///////////////////////////*/


#my_home_view .nav {
	width:100%;
}

#my_home_view .nav a {
	display:block;
	float:left;
	padding: 5px;
	border-top: 3px solid;
	border-right: 1px solid white;
	color:white;
	font-weight: normal;
}
#my_home_view .nav .selected {
	background-color:red;
}

#my_home_view .section {
	clear:both;
	margin-bottom:25px;
}

#my_home_view #quests .small_title { color: #136fb0; }
#my_home_view #quests .nav a { background-color: #1991cf; border-top-color: #136fb0}
#my_home_view #quests .section_content { border-color: #1991cf}
#my_home_view #companies .small_title { color: #38b013; }
#my_home_view #companies .nav a { background-color: #34cf19; border-top-color: #38b013}
#my_home_view #companies .section_content { border-color: #34cf19}
#my_home_view #persons .small_title { color: #b01313; }
#my_home_view #persons .nav a { background-color: #cf3918; border-top-color: #b01313}
#my_home_view #persons .section_content { border-color: #cf3918}



#my_home_view .section .section_content {
	border: 1px solid;
	clear:both;
	height:160px;
}
#my_home_view .section .section_content .item {
	height:140px;
	width:250px;
	float:left;
	margin:10px;
}
#my_home_view .section .section_content .item img {
	border: 0px;
	bottom:0px;
	width:50px;
}
html>body #my_home_view .section .section_content .item img {
	max-height: 100px;
	max-width: 90px;
	
}

#my_home_view .section .section_content .item .left{
	float:left;
	width:105px;
	height:140px;	
}
#my_home_view .section .section_content .item .right{
	float:left;
	width:145px;
	height:140px;
	text-align:left;
}
#my_home_view .section .section_content .item .right .snippet{
	font-size:11px;
	color:#888888;
}
#my_home_view .section .section_content .item .right .link{
	font-size:11px;
}
/*///////////////////////////////////////////////////////*/



/*/////////////// AUTOCOMPLETER/////////////////////*/


ul.autocompleter-choices
{
	position:				absolute;
	margin:					0;
	padding:				0;
	list-style:				none;
	border:					1px solid #7c7c7c;
	border-left-color:		#c3c3c3;
	border-right-color:		#c3c3c3;
	border-bottom-color:	#ddd;
	background-color:		#fff;
	text-align:				left;
	font-family:			Verdana, Geneva, Arial, Helvetica, sans-serif;
	z-index:				50;
	background-color:		#fff;
}
ul.autocompleter-choices li
{
	position:				relative;
	margin:					-2px 0 0 0;
	padding:				0.2em 1.5em 0.2em 1em;
	display:				block;
	float:					none !important; 
	cursor:					pointer;
	font-weight:			normal;
	white-space:			nowrap;
	font-size:				1em;
	line-height:			1.5em;
}
ul.autocompleter-choices li.autocompleter-selected
{
	background-color:		#444;
	color:					#fff;
}
ul.autocompleter-choices span.autocompleter-queried
{
	display:				inline;
	float:					none;
	font-weight:			bold;
	margin:					0;
	padding:				0;
}
ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried
{
	color:					#9FCFFF;
}


/*/////////////////////////////////////////////*/



/*/////////////// LERTS /////////////////////*/

#lertOverlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
}
#lertContainer{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	margin-top: 70px;
}
#lertWindow {
	border:1px solid #aaa;
	width:400px;
	margin:0 auto;
	padding:10px;
	background:#FFF url(../images/lert/grad.gif) top left repeat-x;
}
#lertMessage {
	font-weight:normal;
	font-size:11px;
	font-family: Tahoma, Verdana, Sans;
	clear:right;
	padding-bottom:15px;
	width:80%;
	text-align:left;
	margin-left:52px;
}
#lertIcon {
	float:left;
	padding:10px;
}
#lertButtons {
	clear:both;
	text-align:right;
	margin-bottom:5px;
}
.lertButton {
	height:20px;
	background:#DDD;
	padding:1px 4px;
	margin: 0px 5px;
	border:2px solid #AAA;
	color:#000;
	text-decoration:none;
	font: normal 11px/10px Verdana, Tahoma, sans;
}
.lertButton:hover {
	background:#FFC;
}
#lertDefaultButton {
	font-weight:bold;
}


/*//////////////////////////////////////////////*/

