* 
{
}

body 
{
	font-size: 62.5%;
	color:#666;
	font-family:'lucida grande','lucida sans unicode',tahoma,verdana,geneva,sans-serif;
	margin:0px auto;
	padding:0px;
}

.home
{
	background:url('/images/bannerbg.gif') repeat-x;
}

.wrapper 
{
	margin:0 auto;
	width:936px;
}

	/* begin top navigation */
	
	#header 
	{
		height: 72px;
		width: 936px;
	}
	
	#logo 
	{
		background:url('/images/social42-logo-small.gif');
		float:left;
		height:72px;
		width:152px;
	}
	
	#nav 
	{
		display:inline;
		list-style:none;
		margin:1px 0px 1px 0px;
		padding:0px;
	}

	#nav li
	{
		float:right;
		padding:7px 10px;
		color:#333;
		display:block;
		font-family:arial,tahoma,verdana,geneva,sans-serif;
		font-size:11px;
		font-weight:bold;
		text-decoration:none;
	}

	#nav li.reviewHotline
	{
		background-color:#fffdf3;
	}

	#nav li a, #nav li a:visited {
		color:#333;		
	}

	#nav li a:hover
	{
		text-decoration:underline;
		outline:none;
	}

	/* end top navigation */

	/* begin profile navigation */

	.commands {
		float:right;
		margin: 10px 0px 0px 0px;
		text-align: right;
	}
	
	.tab {
		border: solid 1px #666;
		color: #7A5117;
		font-family:arial,verdana,geneva,sans-serif;
		font-size: 9px;
		line-height: 20px;
		margin: 0px 1px 0px 1px;
		outline: none;
		padding: 2px 10px 2px 10px;
		text-decoration: none;
	}
	
	.inactiveTab {
		background-color: #eee;
		border: solid 1px #666;
		color: #666;
		font-family:arial,verdana,geneva,sans-serif;
		font-size: 9px;
		line-height: 20px;
		margin: 0px 1px 0px 1px;
		outline: none;
		padding: 2px 10px 2px 10px;
		text-decoration: none;
	}

	.inactiveTab:hover {
		background-color: #fff;
	}

	/* end profile navigation */

	/* begin search bar */
	
	#searchbar 
	{
		background-color:#eee;
		border:1px solid #ccc;
		display:block;
		float:left;
		padding:16px 0px 16px 16px;
		width:936px;
	}
	
	#searchbar input
	{
		float:left;
		font-family:arial,tahoma,verdana,geneva,sans-serif;
		font-size:11px;
		font-weight:bold;
	}
	
	/* end search bar */

	/* begin banner */

	
	#bannerWrapper
	{
		background-color:#333;
		height:468px;
		margin:0 auto;
		width:auto;
	}
	
	#banner 
	{
		/*background:url('/images/social42-banner-ahs-winners.jpg') no-repeat;*/
		background:url('/images/social42-banner-human-resources.jpg') no-repeat;
		/*background:url('/images/social42-banner-social-injustice.jpg') no-repeat;*/
		margin:0px;
		padding:0px;
		position:relative;
		height:468px;
		width:936px;
	}
	
	#search 
	{
		left:590px;
		position:absolute;
		top:383px;
	}
	
	#search .box {
		float:left;
		font-family:arial,tahoma,verdana,geneva,sans-serif;
		font-size:11px;
		font-weight:bold;
		height:16px;
		padding:2px 0px 2px 3px;
		width:240px;
	}
	
	/* end banner */
	
	/* begin announce */
	
	#announce
	{
		margin:0px;
		padding:0px;
		height:348px;
		width:936px;
	}
	
	#announce h2 
	{
		color:#743939;
		font-family:'century gothic',arial,sans-serif;
		font-size:36px;
		font-weight:bold;
		line-height:26px;
		margin: 60px 0px 8px 0px;
	}
	
	#announce h3
	{
		color:#743939;
		font-family:'century gothic',arial,sans-serif;
		font-size:18px;
		line-height:18px;
		margin: 0px 0px 0px 0px;
	}
	
	#announce h4
	{
		color:#666;
		font-family:'century gothic',arial,sans-serif;
		font-size:18px;
		line-height:18px;
		margin: 0px 0px 0px 0px;
	}
	
	.elaina
	{
		color:#b05959;
	}
	
	#iphoneApp
	{
		background:url('/images/social42-iphone-app-screenshot.jpg') no-repeat;
		float:left;
		height:348px;
		width:432px;
	}
	
	#description
	{
		float:left;
		height:348px;	
		width:504px;
	}
	
	/* end announce */
	
	/* begin latest reviews */
	
	#latestReviews
	{
		background-color:#fffdf3;
		margin:0px;
		padding:0px 0px 10px 0px;
		width:936px;
		float:left;
	}
	
		.latestReviewWrapper
		{
			float:left;
			height:300px;
			padding: 10px 0px 0px 39px;
			width:140px;
		}
	
		/* reviewed name */
		.latestReviewWrapper h3, .latestReviewWrapper h3 a:link, .latestReviewWrapper h3 a:visited
		{
			color:#cc0000;
			float:left;
			font-family:'lucida grande','lucida sans unicode',tahoma,verdana,geneva,sans-serif;
			font-size:16px;
			font-weight:bold;
			line-height:16px;
			margin: 3px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
		}
		
		.latestReviewWrapper h3 a:hover
		{
			color:#ff0000;
		}
		
		.latestReviewWrapper .type
		{
			color:#333;
			float:left;
			font-size:11px;
			font-weight:bold;
			width:140px;
		}
		
		.latestReviewWrapper .photo {
			background-position: center center;
			display: block;
			float: left;
			height:140px;
			width:140px;
		}
		
		.latestReviewWrapper .comments
		{
			color:#333;
			font-size:10px;
			float:left;
			line-height:12px;
		}
	
		.latestReviewWrapper .readmore
		{
			float:left;
			font-size:9px;
			margin:10px 0px 0px 0px;
			text-align:right;
			text-decoration:none;
			width:140px;
		}
		
		.latestReviewWrapper .readmore:hover
		{
			color:#ff0000;
		}
	
	#latestNews
	{
		float:left;
		padding:24px 0px 0px 0px;
		width:624px;
	}

	/* end latest reviews */
	
	/* begin news */
	
	#latestNews h2, #latestNews h2 a
	{
		color:#743939;
		font-family:'century gothic',arial,sans-serif;
		font-size:28px;
		font-weight:bold;
		margin:20px 0px 0px 0px;
		padding:0px;
	}
	
	#latestNews h3, #latestNews h3 a
	{
		color:#333;
		font-size:11px;
		font-weight:bold;
		margin:0px;
		padding:0px 0px 15px 0px;
	}
	
	#latestNews .summary
	{
		color:#333;
		font-family:'lucida grande','lucida sans unicode',tahoma,verdana,geneva,sans-serif;
		font-size:11px;
		line-height:16px;
		margin:0px;
		padding:0px;
	}
	
	/* end news */

/* begin heading */

h1 
{
	color:#b05959;
	font-family:'century gothic',arial,sans-serif;
	font-size:22px;
	font-weight:bold;
}

	h1#ProfileName
	{
		color: #666;
		font-size:18px;
		font-weight:bold;
		margin:0px;
		padding:0 0 0px 10px;
	}

h2
{
	color:#666;
	font-family:'century gothic',arial,sans-serif;
	font-size:16px;
	font-weight:normal;
}

h3
{
	color:#999;
	font-family:'century gothic',arial,sans-serif;
	font-size:16px;
	font-weight:normal;
}

h4 {
	color:#666;
	font-family:'century gothic',arial,sans-serif;
	font-size:18px;
	font-weight:normal;
	line-height:18px;
	margin: 0px 0px 0px 0px;
}

/* end heading */

/* begin text */

p {
	font-size:9px;
	line-height:12px;
	margin:0;
	padding:0; 
}

.error {
	background-color:#fffdf3;
	border:solid 2px #ffe98a;
	margin:10px 0px 10px 0px;
	padding:10px;	
	width:936px;
}

.error h3 {
	color:#333;
	display:block;
	font-family:'lucida grande','lucida sans unicode',tahoma,verdana,geneva,sans-serif;
	font-size:14px;
	font-weight:bold;
	margin:5px 0px;
	padding:0px;
}

/* end text */

/* begin footer */

#footer 
{
	color:#999;
	float:left;
	padding:10px;
	text-align:left;
	margin:0;
	width:936px;
}

/* end footer */

a, a:visited {
	color: #333;	
	text-decoration: none;
}

a:hover {
	text-decoration: none;	
}



.clearboth {
	clear:both;
}

.widthauto {
	width:auto;	
}

.strong {
	font-weight: bold;	
}

#content {
	margin:0 275px 0 0 !important;
	margin:0 277px 0 0;
	padding:10px 25px 30px 25px;
}

#content p {
	line-height:25px;
	margin:25px 0;
	font-size:10px;
	word-spacing:2px;
}

#content a {
	text-decoration:none;
	color:#333;
/*	border-bottom:1px solid #eee; */
}

#content a:hover {
	color:#000;
}

/*
#content h2,
#content h1 {
	font-family:'century gothic',arial,sans-serif;
	font-size:11px;
	font-weight:normal;
	margin:15px 0;
	border-bottom:1px solid #f6f6f6;
	padding:5px 0;
	line-height: normal;
}
*/

#content h2 a
#content h1 a {
	color:#444;
	text-decoration:none;
	border:none;
}

.greyBG {
	background-color: #eee;
}

.sidebar {
	width:250px;
	float:right;
	clear:right;
	padding:10px;
	margin: 0px 0px 5px 0px;
	border:1px solid #eee;
}

.sidebar label, .sidebar label a
{
	font-family:'century gothic',arial,sans-serif;
	font-size: 20px;
	color: #333;
	display: block;
	padding: 0 0 5px 0;
	text-decoration: none;
}

.sidebar ul {
	list-style:none;
	margin:0 0 20px 0;
}

.sidebar li {
	padding:3px;
	border-bottom:1px solid #f6f6f6;
}

.sidebar li a {
	color:#333;
	text-decoration:none;
}

.sidebar input {
	width:240px;
	padding:5px;
	background:#fdfdfd;
	color:#444;
	border:1px solid #f6f6f6;
	font:11px Verdana;
}

.sidebar input:focus {
	background:#fff;
	border:1px solid #eee;
}

.sidebar li a:hover {
	color:#000;
}

blockquote {
	padding:5px 15px;
	background:#f6f6f6;
	margin:10px 0;
	border:1px solid #eee;
}

#content ul, ol {
	margin:10px 10px 10px 25px;
	border-top:1px solid #eee;
}
#content li {
	padding:10px;
	border-bottom:1px solid #eee;
}

img
{
}

.square {
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
}


a.external {
	background:transparent url('/images/external.gif') no-repeat scroll right center;
	padding-right:12px;
	border-bottom: 1px dotted #999;
}

a.external:hover {
	border-bottom: 1px solid #fc9b4c;	
}

a.more {
	display:block;
	font-size: 9px;
	text-align:right;
	color:#2F460D;
	text-decoration:none;
	margin:10px 0px 0px 0px;
}

a.more:hover {
	text-decoration:underline;
}

/* fieldset */

	#contentWrapper {
		width: 936px;
		clear: both;
		margin:0 auto 10px auto;
		text-align:left;
	}

	fieldset {
		/*border: solid 1px #cccccc;*/
		border: none;
		padding:10px;
	}

	fieldset legend {
		font-family:'century gothic',arial,sans-serif;
		font-size:16px;
		font-weight:bold;
		padding:10px 0px 5px 0px;
	}

	fieldset div label {
		display:block;
		font-family:arial,tahoma,verdana,geneva,sans-serif;
		font-size:11px;
		font-weight:bold;
		width:250px;
	}

	fieldset div span.required {
		background:#ffffff none repeat scroll 0% 50%;
	}

	fieldset p span, fieldset div span {
		display:block; 
		padding:2px;
		width:250px;
	}

	fieldset div span span {
		font-size: 12px;
		font-weight: normal;
	}

	fieldset div span.pin {
		width:70px;
	}

	fieldset div span.pin input {
		width:62px;
	}
	
	input, textarea {
		border:1px solid #A7A7A7;
		font-family:'lucida grande','lucida sans unicode',tahoma,verdana,geneva,sans-serif;
		font-size:10px;
		font-weight:normal;
		padding:2px;
		width:184px;
	}


	fieldset div .formError {
		background:transparent;
		color:#cc0000;
		font-weight:bold;
		padding:0px 4px 4px 4px;
	}

	fieldset div .footNote {
		background:transparent;
		color:#999999;
		font-size:9px;
		line-height: 12px;
		padding:0px 4px 4px 4px;
	}

	fieldset div span select, td select {
		border:1px solid #A7A7A7;
		font-family:'lucida grande','lucida sans unicode',tahoma,verdana,geneva,sans-serif;
		font-size:12px;
		padding:1px;
		width:250px;
	}

	fieldset div span input, fieldset div span textarea, td input {
		border:1px solid #A7A7A7;
		font-family:'lucida grande','lucida sans unicode',tahoma,verdana,geneva,sans-serif;
		font-size:11px;
		font-weight:normal;
		padding:3px;
		width:242px;
	}

	.caption {
		color: #000000;
		font-size: 10px;
		text-decoration: none;
		left: 100px;
		text-align: center;
		background-color: #eeeeee;
		padding:1px 5px 3px 5px;
		position: absolute;
		width: 30px;
		margin-top: 5px;
	}

	.caption:hover {
		background-color: #ffffff;
	}

	.aboutMe {
		width: 200px;
		float: left;
	}

	.infobox {
		width: 400px;
		text-align: left;
		float: right;
		margin-bottom: 10px;
	}

	p.heading {
		font-size: 12px;
		font-weight:bold;
	}
	
	ul.listings
	{
		list-style-type: none;
		padding: 0;
		margin-left: 0;		
	}
	
	li h3.heading a
	{
		font-size: 12px;
		font-weight:bold;
		color:#666666;
		font-family:'lucida grande','lucida sans unicode',tahoma,verdana,geneva,sans-serif;
	}
	
	p {
		margin: 0;
		padding: 0px 0px 10px 0px; 
		line-height: 16px;
		font-size: 11px;
	}

	.imageGalleryWrapper {
		width: 190px;	
	}
	
	.businessMapWrapper {
		float: right;
		width: 190px;	
	}
	
	.previewGalleryWrapper {
	}
	
	
	.thumbnail {
		padding: 0px 3px 0px 0px;
	}
	
	.suggestedThumbnail {
		padding: 0px 3px 0px 0px;
		background-position: bottom center;
	}

	.thumbnailWrapper {
		display: block;
		width: 70px;
		height: 70px;
		padding: 5px;
		float: left;
		position: relative;
	}
	
	.thumbPhoto {
		display: block;
		background-position: center center;
		width: 70px;
		height: 70px;
		padding: 0px 7px 5px 5px;
		float: left;
		position: relative;
	}
	
	.thumbEntityName, .thumbEntityName:link, .thumbEntityName:visited {
		color: #666;
		font-family:arial,tahoma,verdana,geneva,sans-serif;
		font-size:11px;
		font-weight: bold;
		padding: 0px;
	}
	
	.thumbEntityName:hover {
		color: #de422a;
	}
	
	.thumbEntityType {
		float:left;
		font-family:'lucida grande','lucida sans unicode',tahoma,verdana,geneva,sans-serif;
		font-size: 9px;
		color: #666;
		line-height: normal;
		padding: 0px 0px 0px 3px;
		width: 150px;
	}
	
	.thumbSCSMajor {
		font-family:'century gothic',arial,sans-serif;
		font-size:24px;
		font-weight:normal;
		float:left;
		padding: 5px 0px 0px 3px;
		width:auto;
	}
	
	.thumbSCSMinor {
		font-family:'century gothic',arial,sans-serif;
		font-size:9px;
		float:left;
		line-height: 8px;
		width:auto;
		padding: 5px 0px 0px 0px;
		vertical-align:top;
	}
	
	.voteForAsset {
		clear:none;
		display: inline;
		float:left;
		width:16px;
		height:16px;
		/*background-color:#eee;*/
		padding: 0px 3px 0px 3px;
		margin: 0px;	
	}

	.voteAgainstAsset {
		float:right;
		width:16px;
		height:16px;
		padding: 0px 3px 0px 3px;
		margin: 0px;	
	}
	
	.previewWrapper {
		display: block;
		width: 140px;
		height: 140px;
		padding: 3px;
		float: left;
		position: relative;
	}

	.assetWrapper {
		display: block;
		width: 140px;
		height: 140px;
		padding: 5px;
		float: left;
		position: relative;
	}
	
	.socialCreditSummary {
		float: right;
		width: 190px;	
	}
	
	.firstField {
		float:left;
		clear:left;
	}

	.field {
		padding-top: 8px;
		float:left;
		clear:left;
	}

	.photo {
		float:left;
		clear:left;	
	}

	.twoColumn {
		clear:none;
		display:block;
		float:left;
		width:48%;
	}

	.pinColumn {
		clear:none;
		display:block;
		float:left;
		width:100px;
	}
	
	.checkBoxList {
		float: left;	
	}

	.checkBoxList input {
		float: left;
		width: auto;
		border: none;
	}

	.checkBoxList label {
		padding: 3px 0px 0px 0px;	
		font-weight: normal;
	}

	.checkBoxList td {
		width: 190px;	
	}
	
	.action {
		clear:left;
		padding-top:16px;
	}

	.button, .button:visited {
		background-color: #fff;
		border: solid 1px #fc9b4c;
		color: #fc9b4c;
		font-family:arial,verdana,geneva,sans-serif;
		font-size: 11px;
		font-weight: bold;
		line-height: 20px;
		outline: none;
		padding: 2px 10px 2px 10px;
		text-decoration: none;
	}

	.button:hover, .inactiveButton:hover, .smallButton:hover
{
	background-color: #fc9b4c;
	border: solid 1px #fc9b4c;
	color: #fff;
}
	
	.inactiveButton {
		padding: 2px 10px 2px 10px;
		color: #666;
		font-family:arial,verdana,geneva,sans-serif;
		font-size: 11px;
		font-weight: normal;
		outline: none;
		text-decoration: none;
	}

	.smallButton {
		border: solid 1px #ccc;
		color: #666;
		font-family:arial,verdana,geneva,sans-serif;
		font-size: 9px;
		line-height: 20px;
		outline: none;
		padding: 0px 5px 0px 5px;
		text-decoration: none;
	}

/* results */

	.pagerWrapper {
		float:left;
		clear:both;
		width:100%;
	}

	.currentPage {
		background-color:#fc9b4c;
		border:1px solid #fc9b4c;
		color:#fff;
		display:inline;
		float:left;
		font-family:'lucida grande','lucida sans unicode',tahoma,verdana,geneva,sans-serif;
		font-size:9px;
		font-weight:bold;
		outline-color:-moz-use-text-color;
		outline-style:none;
		outline-width:medium;
		padding:2px;
		text-align:center;
		vertical-align:middle;
		text-decoration:none;
		width: 15px;
		margin-right:3px;
	}

	.pageLink {
		border:1px solid #ccc;
		color:#ccc;
		display:inline;
		float:left;
		font-family:'lucida grande','lucida sans unicode',tahoma,verdana,geneva,sans-serif;
		font-size:9px;
		font-weight:bold;
		outline-color:-moz-use-text-color;
		outline-style:none;
		outline-width:medium;
		padding:2px;
		text-align:center;
		vertical-align:middle;
		text-decoration:none;
		width: 15px;
		margin-right:3px;
		text-decoration:none;
		white-space:nowrap;
	}

	.pageLink:hover {
		background-color: #fc9b4c;
		border: 1px solid #fc9b4c;
		color:#fff;
	}

	.pagerWrapper select {
		margin-left: 4px;
		display:inline;
		float:right;
		font-family:'lucida grande','lucida sans unicode',tahoma,verdana,geneva,sans-serif;
		font-size: 9px;
	}

	.totalRecords {
		float: right;
		width: auto;
	}

	.resultsWrapper {
		clear:both;
	}

	.resultsTable {
		width: 900px;
	}

	.resultsTable .createDate {
		width: 120px;
		vertical-align: top;
	}

	.resultsTable .from {
		width: 70px;
		vertical-align: top;
	}
	
	.resultsTable .fromSquare {
		width: 25px;
		vertical-align: top;	
	}
	
	.resultsTable .reply {
		padding: 0px 0px 0px 15px;	
	}

	.resultsTable .subject {
		width: 300px;
		vertical-align: top;
	}

	.resultsTable .actions {
		width: 120px;
		vertical-align: top;
	}

	.resultsTable .add {
		vertical-align: top;
		width: 50px;	
	}

	.resultsTable .type {
		vertical-align: top;
		text-align: right;
		width: 46px;	
	}

	.resultsTable .photo {
		vertical-align: top;
		width: 140px;	
	}
	
	.resultsTable .entityName {
		vertical-align: top;
		width: 575px;	
	}
	
	.resultsTable .row {
		height: 120px;	
	}
	
	.entityNameLink, .entityNameLink:link, .entityNameLink:visited {
		color:#de422a;
		font-size:11px;
		font-weight: bold;
		width: 200px;
	}
	
	.entityNameLink:hover {
		color:#f5675b;
	}
	
	.entityText {
	}

	.resultsTable .socialScore {
		text-align: left;
		width: 120px;	
		vertical-align: top;
	}
	
	.dotted {
		border-top-style: dotted;
		border-top-width: 1px;
		border-top-color: #999;
		height: 10px;
	}
	
	.modal {
		background-color: #ffffff;
		border: none;
		padding:5px;
	}
	
	.modalLink:link, .modalLink:visited {
		font-size: 9px;
		border-bottom: 1px dotted #0066cc;
		color: #0066cc;
		text-decoration: none;	
	}
	
	.modalLink:hover {
		border-bottom: 1px solid #0066cc;
	}
	
	.modalBackground {
		background-color: #666666;
		opacity: 0.7;
	}
	
	.employee {
		clear: both;	
	}
	
	.employeePhoto {
		float: left;
		clear: none;
		padding: 0px 5px 5px 0px;	
		border: none;
		background: none;
		height: 70px;
		width: 70px;
	}
	
	/* Lock the Rating */
	.lockrating,
	.lockrating .current
	{
		background: url(/images/star-matrix.gif);
	}
	
	.lockrating {
		width:80px;
		height:16px;
		margin-top: 0px;
		float:left;
		padding:0px;
		list-style:none;
		clear:both;
		position:relative;
		background: url(/images/star-matrix.gif) no-repeat 0 0;
	}
	
	ul.lockrating li {
		/*cursor: pointer;*/
		float:left;
		text-indent:-999em
	}
	
	.lockrating a,
	.lockrating .current
	{
		position: absolute;
		top: 0;
		left: 0;
		text-indent: -9000px;
		height: 16px; /* 1 star height */
		line-height: 16px; /* 1 star height */
		outline: none;
		overflow: hidden;
		border: none;
		/* I replaced the pixel-width with an em-width, but must set font size in px */
		font-size: 16px; /* 1 star width */
	}
	
	ul.lockrating li a {
		position:absolute;
		left:0;
		top:0;
		width:16px;
		height:16px;
		text-decoration:none;
		z-index: 200;
	}
	
	/* End Lock the Rating */
	.rating {
		width:80px;
		height:16px;
		margin-top: 0px;
		float:left;
		padding:0;
		list-style:none;
		clear:both;
		position:relative;
		background: url(/images/star-matrix.gif) no-repeat 0 0;
	}
	
	ul.rating li {
	cursor: pointer;
		float:left;
		text-indent:-999em;
	}
		
	ul.rating li a {
		position:absolute;
		left:0;
		top:0;
		width:16px;
		height:16px;
		text-decoration:none;
		z-index: 200;
	}
	
	ul.rating li.one a {left:0}
	ul.rating li.two a {left:16px;}
	ul.rating li.three a {left:32px;}
	ul.rating li.four a {left:48px;}
	ul.rating li.five a {left:64px;}
	
	.lockrating .current
	{
		z-index: 1;
		background-position: left bottom;
	}
	
	.nostar {background-position:0 0}
	.onestar {background-position:0 -16px}
	.twostar {background-position:0 -32px}
	.threestar {background-position:0 -48px}
	.fourstar {background-position:0 -64px}
	.fivestar {background-position:0 -80px}
	
	ul.rating li a:hover {
	z-index:2;
	width:80px;
	height:16px;
	overflow:hidden;
	left:0;
	background: url(/images/star-matrix.gif) no-repeat 0 0
	}
	ul.rating li.one a:hover {background-position:0 -96px;}
	ul.rating li.two a:hover {background-position:0 -112px;}
	ul.rating li.three a:hover {background-position:0 -128px}
	ul.rating li.four a:hover {background-position:0 -144px}
	ul.rating li.five a:hover {background-position:0 -160px}

	dl {
		float: left;
		margin: 0px;
		width: 180px;
		padding: 0px;
	}

	dt {
		float:left;
		text-align:right;
		clear:both;
		padding: 0px 7px 0px 0px;
		width:80px;
		margin-right:0px;
	}

	dd {
		float:left;
		margin: 0;
		height: 17px;
	}
	
	.scs {
		width: 80px;
		height: 30px;
	}
	
	.SCSMajor {
		font-family:'century gothic',arial,sans-serif;
		font-size:24px;
		font-weight:normal;
		float:left;
		padding: 0px 0px 0px 0px;
		width:auto;
	}
	
	.SCSMinor {
		font-family:'century gothic',arial,sans-serif;
		float:left;
		width:auto;
		vertical-align:top;
	}
	
	.basedOn {
		padding: 0px 0px 0px 10px;	
	}
	
	.scsLabel {
		font-size: 12px;
	}
	
	.scsSmallMajor {
		font-family:'century gothic',arial,sans-serif;
		font-size:11px;
		font-weight:normal;
		float:left;
		padding: 7px 0px 0px 7px;
		width:auto;
	}

.newsTitle {
	font-size:14px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

.newsDate {
	font-weight: bold;
}

.newsItem {
	width: 400px;
	padding: 0px 0px 10px 5px;
}

.SuggestModal
{
	display:none;
	border-color:Gray;
	position:absolute;
	background:White;	
}

.SuggestModalBtn
{
	float:left;
}

.SuggestModalNew
{
	display:none;
}

.SuggestModalRadio input
{
	border: none;
	width:auto;
	float:left;
}

.suggestedItemWrap
{
	clear:both;
}

.suggestedItem:link, suggestedItem:visited
{
	color: #de422a;
	border-bottom: 1px dotted #FC9B4C;
	text-decoration: none;
	display:inline-block;
}

.suggestedItem:hover
{
	border-bottom: 1px solid #F5675B;
}

.suggestedtitle
{
	width:auto;
	float:left;
	display:inline;
	padding:1px 5px 0 0;
}
/* Concern modal */
.btnAddConcern
{
}

.displaynone {
	display:none;	
}

/* Normal Bubble */

.obubble {
}

div.bubble {
	margin: 5px 0px 0px 0px;
	width: 300px;
	font-size:10px;
	line-height: normal;
}

div.bubble blockquote {
	margin: 0px;
	padding: 0px;
	border: 1px solid #c9c2c1;
	background-color: #fff;
	float: left;
}

div.bubble blockquote p {
	margin: 10px;
	padding: 0px;
	float: left;
}

div.bubble dl {
	margin: 0px 0px 10px 20px;	
}

div.bubble cite {
	position: relative;
	margin: 0px;
	padding: 7px 0px 0px 15px;
	top: 6px;
	background: transparent url(/images/tip.gif) no-repeat 20px 0;
	font-style: normal;
}

.outgoingNotification {
	padding: 7px 0px 0px 15px;
}

/* SINGLE PROGRESS BAR */

.progressBar{
	width:100px;
	height:19px;
	background:url(/images/bg_bar.gif) no-repeat 0 0;
	position:relative;
}
.progressBar span{
	position:absolute;
	display:block;
	width:87px;
	height:12px;
	background:url(/images/bar.gif) no-repeat 0 0;
	top:4px;
	left:4px;
	overflow:hidden;
	text-indent:-8000px;
}
.progressBar em{
	position:absolute;
	display:block;
	width:91px;
	height:12px;
	background:url(/images/bg_cover.gif) repeat-x 0 0;
	top:-1px;	
}

.playAudio {
	float:left;
	padding: 4px;
}

.playAudio:hover {
	float:left;
	padding: 3px;
	border:1px solid #ccc;
	background:url(/images/audiocomment.gif) no-repeat 0 0;

}


.playAudio img {
	float:left;
	padding: 0px 5px 0px 0px;
}

.playAudio a {
	padding: 0px 3px 0px 22px;
	float:left;
	outline:none;
}

/*  Import Contact, Copying from twitter */
#import-nav {	
	float: left;
	list-style: none;
	margin: 25px 0px 0px 50px;
	padding: 0px;
	width: 90px;
}
#import-nav li {
	border-bottom: 0px;
	border-left: 0px;
	border: solid rgb(221, 221, 221);
	border-width: 1px;
	cursor: pointer;
	float: left;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 120px;
	z-index: 3;
}
#import-nav li a {
	display: block;
	outline: none;
	padding: 0px 10px 0px 28px;
	text-decoration: none;
}

#import-nav li img
{
	border:none;
	left: 7px;
	position: absolute;
	top: 5px;
}
#import-wrapper
{
	/* Designer will decide */
}
#import-wrapper table
{
	width:400px;
	border-spacing: 2px 2px;
	border-color: gray;
	border-collapse: collapse;
	margin-bottom:25px;
	display: table;
}

#import-wrapper table td,
#import-wrapper table th
{
	border-bottom: 1px solid rgb(238, 238, 238);
	font-size:10px;
	padding: 5px;
	vertical-align: middle;
}

#import-wrapper table td input,
#import-wrapper table th input
{
	width:15px;
	border:none;
}
#import-wrapper table td .importname
{
	width: 40%;
}

#import-wrapper table td .importabout
{
	padding-right: 18px;
	width: 60%;
}

/*  Help Me find */
a.profilename
{
	width:100px;
	display:block;
	clear:left;
	text-align:left;
}
div.helpmefindresults
{
	padding: 25px 10px 25px 10px;
}
ul.helpmefindreplywrap
{
	margin-left: 0;
	padding: 0;
	list-style: none;	
}
li.helpmefindreplyli
{
	margin-left: 0; 
	border-top-style:dotted;
	border-top-width:1px;
}
div.helpmefindreply
{
	padding: 12px 20px 14px 13px;
}
div.helpmefindreplyuser
{
	display: inline;
	float: left;
	text-align: center;
	width: 74px;
	margin-right: 25px;
}
div.Helpmefindreplyusername
{
	display: block;
	overflow: hidden;
	text-align: center;
	width: 74px;	
}
div.helpmefindreplycontainer
{
	background: none;
	clear: right;
	overflow: hidden;
}
div.helpmereplycontent
{
	margin-bottom: 0.2em;
}
div.helpmereplyanswer
{
	padding:20px 0 0 0;
}
div.helpmereplyanswer label
{
	float:left;
	margin-right: 15px;
	display:inline-block;
}
div.helpmereplyanswer .helpmefindreplyuser
{
	display:inline-block;
}
div.helpmereplymeta
{
	color: rgb(102, 102, 102);
	font-size:11px;
	margin: 1em 0px 1.2em;
}
h3.helpmefindsubject
{
	border: 0px;
	color: black;
	font-weight: bold;
	line-height: 1.1;
	margin: 0px 0px 2px 0px;
	padding: 0px;
}
div.helpmefindreplyheader
{
	border-style:solid;	
	border-color:GrayText;
	border-width:1px;
	padding: 25px 50px 25px 50px;
}
/* End Help me find */

/* Global Search */
.globalSearch {
	float:left;
	width: 300px;
	font-size: 11px;
	border-top:1px solid #aaa;
	border-bottom:1px solid #aaa;
	border-left:1px solid #aaa;
	border-right:none;
	margin:0px 0px 0px 0px;
	padding:2px 0px 2px 2px;
}

.globalSearchActive {
	float:left;
	width: 300px;
	font-size: 11px;
	font-weight: bold;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	border-left:1px solid #999;
	border-right:none;
	padding:2px 0px 2px 2px;
}

.globalSearchButton {
	border: none;
	float:left;	
	width:100px;
	height:16px;
	padding: 0px 0px 0px 0px;
}

.dashboardBG {
	/*background-image:url('/images/dashboardbg.gif');*/
	width:760px;
	height:600px;
	position:relative;
}
/* end global search */

.autowidth {
	width: auto;	
}


/*Profile Page */



fieldset#ProfileWrapper
{
	width:610px;
}

fieldset div.profilegeneralinfo
{
	width:220px;
	float:left;
}

fieldset div.profilesuggestedinfo
{
	width:380px;
	float:left;
}

div.profilecomponent
{
	/*border: solid 1px #ccc;*/
	width:260px;
	float:right;
	padding: 0px 0px 10px 0px;
}

div.profilecomponent .rightprofilewrapper
{
	width:235px;
}

div.profilecomponent .entityType
{
	float:left;
	width:120px;
}

div.profilecomponent label
{
	width:200px;
}

div.profilecomponent .footNote
{
	width:200px;
}

fieldset#ProfileWrapper div.profilegeneralinfo .field,
fieldset#ProfileWrapper div.profilegeneralinfo .firstField
{
	padding-left:7px;
}

fieldset#ProfileWrapper div.profilesuggestedinfo .field
{
	padding:5px 10px 5px 10px;
	width:375px;
	clear:both;
}

div.profilecomponent .field
{
	padding: 7px 0px 0px 5px;
	clear:both;
}

fieldset#ReviewWrapper
{
	width:610px;	
}

fieldset#ReviewWrapper div.firstField,
fieldset#ReviewWrapper div.field,
fieldset#ReviewWrapper div.action
{
	margin:0 0 0 10px;
}

fieldset#ReviewWrapper div.firstField
{	
	padding: 20px 0 0 0;
	border-top: 1px dotted #de422a;
}
fieldset#ReviewWrapper .heading
{
	padding: 0 0 3px 5px;
	margin:0 0 5px 0;
}
fieldset#ReviewWrapper div.rightpanelwrapper
{
	float:right;
	padding-left:25px;
	width:300px;
}

fieldset#ReviewWrapper div.reviewcomment
{
	padding-top:0;
	float:left;
	width:350px
}

fieldset#ReviewWrapper div.reviewcomment span
{
	width:300px; 
}

fieldset#ReviewWrapper div.ratingwrapper
{
	padding-top:0;
	float:left;
	width:175px;
	clear:none;
}

fieldset#ReviewWrapper fieldset.onereview
{
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #999;
}

span.claimButton
{
	background:#fff url('/images/claimbuttonbar.gif') no-repeat scroll center;
	height:28px;
	width:189px;
	text-align:center;
	padding:10px 0 0 0;
}
a.claimButton
{
	font-family:'lucida grande','lucida sans unicode',tahoma,verdana,geneva,sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

.thought {
	width:200px;
}

.clickable {
	cursor: pointer;	
}

/*Directory Type*/
ul.directorylist
{
	display:inline;
}

ul.directorylist li
{
	display:inline;
	padding:0 4px 0 4px;
}

ul.directorylist li a
{
	text-decoration: none;
}

ul.directorylist li a:hover
{
	text-decoration: underline;
}

/*blogger index */
tr.articlerow td
{
	border-bottom: 1px dotted #ccc;
}
td.edit
{
	padding:0 5px 0 0px;
	vertical-align:top;
}
td.article
{
	padding:0 10px 0 0px;
}
td.article label
{
	font-weight:bold;
}

/* General Attribute */
div.Attribute dl
{
	display:inline-block;
	padding:0 20px 0 10px;
	margin:0;
	width:600px;
}

div.Attribute dt
{
	clear:both;
	float:left;
	margin:0 0 5px 10px;
	text-align:left;
	width:150px;
}
div.Attribute dd
{
	display:inline-block;
	float:left;
	margin:0 0 5px 10px;
	width:250px;
	height:auto;
}

div.EditAttribute dl
{
	display:inline-block;
	padding:0 20px 0 10px;
	margin:0;
	width:500px;
}

div.EditAttribute dt
{
	clear:both;
	float:left;
	margin:0 0 5px 10px;
	text-align:right;
	width:150px;
}
div.EditAttribute dd
{
	display:inline-block;
	float:left;
	margin:0 0 5px 10px;
	width:190px;
	height:auto;
}

div.EditAttribute .ButtonWraps
{
	display:block;
	text-align:right;	
}
/*
a.editAnchor
{
	font-size: 9px;
	border-bottom: 1px dotted #0066cc;
	color: #0066cc;
	text-decoration: none;
	display:inline-block;
}

a.editAnchor:hover {
	border-bottom: 1px solid #0066cc;
}*/
label.AttributeTitle
{
	width:135px;
	float:left;
	display:inline;
	padding:1px 5px 0 0;
}

/*Photo Gallary CSS*/
.PhotoView
{
	padding:10px 20px 10px 20px;
	width:250px;
	float:left;
}

.PhotoProfileName
{
	
}

.claimPhoto
{
	margin:0px 0px 5px 0px;
	display:block;
	float:left;
	border-style:none;
	color:#fff;	
	clear:right;
}

.claimPhoto img
{
	border-style:none;
}
