/* @override http://files.affinitiz.dev.s3.amazonaws.com/assets/styles/common-4.4.3.css */

/* Default HTML */
* {
	margin: 0;
	padding: 0;
}
li {
	list-style-type: none;
}
a img {
	border-style: none;
}

input.button {
	overflow:visible;
	padding:0 .25em;
	width:1pt;
}
input.button[class] {
	width:auto;
}
input[type=button] { 
	font-size: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
}
input[type=submit] { 
	font-size: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.left { 
	float: left;
	margin-right: 10px;
}
.right {
	float: right;
	margin-left: 10px;
}

.clear {
	height: 1px;
	clear: both; 
}
.clearAfter:after {
	clear: both; 
	content: "."; 
	display: block; 
	height: 0; 
	visibility: hidden;
}
.clearAfter {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearAfter {height: 1%;}
.clearAfter {display: block;}
/* End hide from IE-mac */

.error {
	color: red;
	font-weight: bold;
}
.errorBox,
.error.box {
	background-color: #FDEEEE;
	border: 1px solid #E01F1F;
	padding: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.information {
	color: #565656;
}
.information a {
	color: #2A2A2A;
}
.success {
	color: green;
	font-weight: bold;
}
.successBox {
	background-color: #F0FFF0;
	border: 1px solid #009900;
	padding: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.content.display .footer button {
	margin-top: -2px;
}
.warning {
	color: orange;
	font-weight: bold;
}
.warningBox {
	background-color: #FFFBE6;
	border: 1px solid #FFCC00;
	padding: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}

/* Content data */
.item .header {
	clear: both;
}
.item .body .data h4 {
	margin-top:5px;
}
.item .body .data {
	clear: both;
}
.item .footer {
	clear: both;
}
.item .body .data .product h4 {
	font-size: 16px;
	margin-bottom: 3px;
}
.item .body .data .product img.thumbnail {
	float: left !important;
	margin-right: 12px !important;
}
.item .body .data .product .note {
	margin-top: 5px;
}
.item .body .data .product .note img {
	margin: 0px !important;
	margin-right: 6px !important;
}
.item .body .data .product .note b {
	color: #555555;
	font-size: 9px;
	font-style: italic;
	font-weight: normal !important;
}
.item .body .data .product .button {
	margin-top: 10px;
}
.text li,
.description li {
	list-style-type: square;
	margin-left: 10px;
	padding: 2px;
}
.list .item .header,
.list .item .body,
.list .item .footer { 
	margin-left: 70px;
}
.list .item.none .header,
.list .item.none .body,
.list .item.none .footer { 
	margin-left: 0px;
}
.list .item .header h2, { 
	padding-bottom: 5px;
}
.list .item .header .thumbnailWrapper { 
	float: left;
	margin-left: -70px;
	margin-bottom: 2px;
}
.list .item .header li.creationDate { 
	margin-top: 2px;
}
#comments.list .item .header,
#comments.list .item .body,
#comments.list .item .footer,
#contents.list .item .header,
#contents.list .item .body,
#contents.list .item .footer,
#favorites.list .item .header,
#favorites.list .item .body,
#favorites.list .item .footer { 
	margin-left: 0px;
}
#activities.list .item .header,
#comments.list .item .header {
	margin-right: 70px;
}
#activities.list .item .header .company.thumbnailWrapper,
#activities.list .item .header .space.thumbnailWrapper,
#comments.list .item .header .thumbnailWrapper { 
	float: right;
	margin-right: -70px;
}
#contents.list .item .header .thumbnailWrapper {
	display: none;
}
#content.display  .item .header .thumbnailWrapper {
	float: right;
	margin-left: 10px;
}
#message.display .item .header .thumbnailWrapper {
	float: left;
	margin-right: 10px;
}

.topicSelect {
	max-width: 73px;
}

#navBar .contents.navbar.right {
	margin-left: 5px !important;
}

#navBar .contents.navbar.left {
	margin-right: 5px !important;
}

#navBar .filters {
	float: left;
	clear: both;
}

/* Contents highlight */
#contentsHighlightPod .item .header .thumbnailWrapper {
	display: none;
}
#contentsHighlightPod .commentCount {
	display: none;
}
#contentsHighlightPod .item .body {
	background: none;
}
#contentsHighlightPod .item .footer {
	display: none;
}

/* Image wrapper */
.iconThumbnailWrapper { 
	clear: both;
	float: left; 
	height: 16px; 
	margin-right: 4px;
	overflow: hidden;
	width: 16px; 
}
.thumbnailWrapper {
	border: 1px solid #DDDDDD;
	height: 60px; 
	overflow: hidden;
	width: 60px; 
}

/* Gallery */
.gallery li {
	float: left;
	font-size: 9px;
	margin-right: 1px;
	margin-bottom: 1px;
}
.gallery:after {
	clear: both; 
	content: "."; 
	display: block; 
	height: 0; 
	visibility: hidden;
}

.gallery {display:inline-block;}
/* Hides from IE-mac \*/
* html .gallery  {height:1%;}
.gallery {display:block;}
/* End hide from IE-mac */

/* Preview */
.preview .thumbnailWrapper {
	float: left;
	margin-right: 10px;
}
.preview li {
	clear: left;
	min-height: 60px;
	padding-bottom: 10px;
}
/*.preview li img {
border: 1px solid #DDDDDD;
}*/
.preview:after {
	clear: both; 
	content: "."; 
	display: block; 
	height: 0; 
	visibility: hidden;
}

.preview {display:inline-block;}
/* Hides from IE-mac \*/
* html .preview  {height:1%;}
.preview {display:block;}
/* End hide from IE-mac */

/* Levels */
.noneLevel {
	background: url("levels/none.gif") 0% 100% no-repeat;
	line-height: 14px;
	margin-bottom: 2px;
	margin-top: 2px;
	padding-left: 25px;
}
.lowLevel {
	background: url("levels/low.gif") 0% 100% no-repeat; 
	line-height: 14px;
	margin-bottom: 2px;
	margin-top: 2px;
	padding-left: 25px;
}
.mediumLevel {
	background: url("levels/medium.gif") 0% 100% no-repeat;
	line-height: 14px;
	margin-bottom: 2px;
	margin-top: 2px;
	padding-left: 25px;
}
.highLevel {
	background: url("levels/high.gif") 0% 100% no-repeat;
	line-height: 14px;
	margin-bottom: 2px;
	margin-top: 2px;
	padding-left: 25px;
}

.paging {
	padding-bottom: 10px;
	padding-top: 10px;
}
li.affinitiz { 
	background:url("/assets/images/content_share_16.gif") no-repeat top left;
	padding:2px 0 3px 20px; 
	height:16px; 
}
li.facebook { 
	float: left;
	padding-right: 5px;
}
li.twitter {}
li.abuse{
	background:url("/assets/images/red_card_16.png") no-repeat top left;
	padding:2px 0 3px 20px; 
	height:16px; 
}
li.print{
	background:url("/assets/images/printer_16.png") no-repeat top left;
	padding:2px 0 3px 20px; 
	height:16px; 
}

/* Tags */
.tagSmallest { 
	font-size: 90%; 
}
.tagSmall { 
	font-size: 110%; 
}
.tagMedium { 
	font-size: 140%; 
}
.tagLarge { 
	font-size: 160%; 
}
.tagLargest { 
	font-size: 180%; 
}

/* CSS Buttons */
button {
	background:url("buttons/default_right.gif") no-repeat top right;
	border:0;
	cursor:pointer; 
	font-weight:bold; 
	height:22px;
	line-height:22px;
	margin-bottom:1px;
	margin-top:1px;
	overflow:visible; /* IE */
	padding:0 5px 0 0;
	white-space: nowrap;
}
button span {
	background:url("buttons/default_left.gif") no-repeat top left;
	color:#000; 
	display:block; 
	font:bold 10px/22px Arial;
	height:22px; 
	line-height:22px; 
	padding:0 5px 0 10px;
	_padding:3px 5px 3px 10px;
	_height: 12px;
}
button:hover,
button.large:hover {
	background-position:bottom right;
}
button:active,
button.large:active {
	/*color: red;
	background-position:top left;*/
	/*background-position:bottom right;*/
}
button:hover span,
button.large:hover span {
	background-position:bottom left;
}
button img {
	vertical-align: middle;
	padding-right:4px;
}
button.large { 
	background:url("buttons/large_right.gif") no-repeat top right;
	height:40px;
	line-height:40px;
}
button.large span {
	background:url("buttons/large_left.gif") no-repeat top left;
	font:bold 12px/40px Arial;
	height:40px; 
	line-height:40px;
	_padding:5px 10px 5px 10px;
	_height: 30px;
}
/*button.icon span {
padding:0px 0px 0px 5px;
}*/
button.icon img {
	padding-right: 0px;
	padding-top: 4px;
}

ul.horizontalButtons li {
	float:left;
	display:inline;
	margin-right: 2px;
}
ul.horizontalButtons:after {
	clear: both; 
	content: "."; 
	display: block; 
	height: 0; 
	visibility: hidden;
}

ul.horizontalButtons {display:inline-block;}
/* Hides from IE-mac \*/
* html ul.horizontalButtons  {height:1%;}
ul.horizontalButtons {display:block;}
/* End hide from IE-mac */


/* Content rating */
.contentRatingStarWrapper {
	float: right;
	height: 48px;
	width: 70px;
}
.contentRatingSystem {
	float: right;
}
.contentRatingStar_on {
	background: url("/assets/images/content_rate_star_26.png"); 
	float: left;
	height: 26px;
	width: 26px;  
}
.contentRatingStar_off {
	background: url("/assets/images/content_rate_star_26.png") bottom left;
	float: left;
	height: 26px;
	width: 26px;
}
.contentRatingLabel {
	clear: left;
}
.contentRatingStarWrapper.rating0 {
	background:url("/assets/images/content_rating_star_0_48.gif") no-repeat top left;
}
.contentRatingStarWrapper.rating1 {
	background:url("/assets/images/content_rating_star_1_48.gif") no-repeat top left;
}
.contentRatingStarWrapper.rating2 {
	background:url("/assets/images/content_rating_star_2_48.gif") no-repeat top left;
}
.contentRatingStarWrapper.rating3 {
	background:url("/assets/images/content_rating_star_3_48.gif") no-repeat top left;
}
.contentRatingStarWrapper.rating4 {
	background:url("/assets/images/content_rating_star_4_48.gif") no-repeat top left;
}
.contentRatingStarWrapper.rating5 {
	background:url("/assets/images/content_rating_star_5_48.gif") no-repeat top left;
}
.contentRatingStarAverageDiv {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	float: right;
	line-height: 50px;
	text-align: center;
	width: 46px;
}

.contentRatingVoteWrapper {
	border: 1px solid #BBBBBB;
	float: right;
	font-size: 9px;
	padding: 10px;
	text-align: center;
}
.contentRatingVoteWrapper .contentRatingVoteCountDiv {
	padding: 5px;
	
}
.contentRatingVoteWrapper .contentRatingVoteCountDiv span {
	font-size: 26px;
	padding-bottom: 0px;
}
.contentRatingVoteWrapper .contentRatingVoteButtonDiv {
	font-style: italic;
}
.contentRatingVoteWrapper .contentRatingStatusDiv {
	padding-top: 10px;
}

.dropdown {
	display: inline-block;
	position: relative;
	z-index: 2;
}

.dropdown dd, .dropdown dt, .dropdown ul { 
	margin:0px; padding:0px; 
}

.dropdown dd { 
	position:relative; 
}

.dropdown a, .dropdown a:visited { 
	color:black !important; 
	text-decoration:none; 
	outline:none;
}

.dropdown a:hover { 
	color: black;
}

.dropdown dt a:hover { 
	color: grey; 
	border: 1px solid #d0c9af;
	text-decoration:none;
}

.dropdown dt a {
	background:#EEE url("/assets/styles/dropdown/arrow.png") no-repeat scroll right center; 
	color: black !important;
	display:block; 
	padding-left:5px;
	padding-right:18px;
	line-height: 18px;
	border:1px solid #BBB; 
	width:150px;
}

.dropdown dt a span {
	cursor:pointer; 
	display:block; 
	padding:5px;
}

.dropdown dd ul { 
	background:#FFF none repeat scroll 0 0;
	border:1px solid #BBB; 
	display:none;
	left:0px; 
	line-height: 15px;
	padding:2px 0px; 
	position:absolute; 
	top:2px; 
	width:auto; 
	min-width:170px; 
	list-style:none;
}

.dropdown span.value { 
	display:none;
}

.dropdown dd ul li a { 
	color:black !important;
	display:block;
	padding:5px; 
}

.dropdown dt a:hover { 
	background-color:#DDD;
}

.dropdown dd ul li a:hover { 
	background-color:#DDD;
}

.dropdown img.flag { 
	border:none; 
	vertical-align:middle; 
	margin-left:10px; 
}

/* Collaboration app */
*html #collaborationDiv { /* IE6 Hack - Fixed Positioning to the Bottom */
	margin-top: -1px; /* Prevents IE6 from having an infinity scroll bar - due to 1px border on #footpanel */
	position: absolute;
	top:expression(eval(document.compatMode && document.compatMode == 'CSS1Compat') ? documentElement.scrollTop + (documentElement.clientHeight - this.clientHeight) : document.body.scrollTop + (document.body.clientHeight - this.clientHeight));
}

#collaborationDiv {
	bottom: 0; 
	position: fixed;
	right: 0;
	width: 100%;
	z-index:1;
}

/* Images */
#sideBar .rss a.content,
#sideBar2 .rss a.content { background: url("/assets/images/content_rss_16.gif") 0% 100% no-repeat; }
#sideBar .rss a.comment,
#sideBar2 .rss a.comment { background: url("/assets/images/comment_rss_16.gif") 0% 100% no-repeat; }
#sideBar .rss a.space,
#sideBar2 .rss a.space { background: url("/assets/images/space_rss_16.gif") 0% 100% no-repeat; }
#sideBar .rss a.member,
#sideBar2 .rss a.member { background: url("/assets/images/member_rss_16.gif") 0% 100% no-repeat; }

#main #commentsPod li { background: url("/assets/images/comment_16.gif") no-repeat top left;}
#main #contentsPod li { background: url("/assets/images/content_16.gif") no-repeat top left; }
#main #favoritesPod li { background: url("/assets/images/favorite_16.png") no-repeat top left;}

#comments .icon { background: url("/assets/images/comment_32.gif") no-repeat top left; float: left; height:32px; margin-left: -55px; width: 32px; }
#contentAddress .icon { background: url("/assets/images/content_type_address_32.gif") no-repeat top left; float: left; height:32px; margin-left: -55px; width: 32px; }
#contentAudio .icon { background: url("/assets/images/content_type_audio_32.gif") no-repeat top left; float: left; height:32px; margin-left: -55px; width: 32px; }
#contentChat .icon { background: url("/assets/images/content_type_chat_32.gif") no-repeat top left; float: left; height:32px; margin-left: -55px; width: 32px; }
#contentDiscussion .icon { background: url("/assets/images/content_type_discussion_32.gif") no-repeat top left; float: left; height:32px; margin-left: -55px; width: 32px; }
#contentEvent .icon { background: url("/assets/images/content_type_event_32.gif") no-repeat top left; float: left; height:32px; margin-left: -55px; width: 32px; }
#contentFile .icon { background: url("/assets/images/content_type_file_32.gif") no-repeat top left; float: left; height:32px; margin-left: -55px; width: 32px; }
#contentImage .icon { background: url("/assets/images/content_type_image_32.gif") no-repeat top left; float: left; height:32px; margin-left: -55px; width: 32px; }
#contentImageCollection .icon { background: url("/assets/images/content_type_imagecollection_32.gif") no-repeat top left; float: left; height:32px; margin-left: -55px; width: 32px; }
#contentLink .icon { background: url("/assets/images/content_type_link_32.gif") no-repeat top left; float: left; height:32px; margin-left: -55px; width: 32px; }
#contentMailing .icon { background: url("/assets/images/content_type_mailing_32.gif") no-repeat top left; float: left; height:32px; margin-left: -55px; width: 32px; }
#contentOpinion .icon { background: url("/assets/images/content_type_opinion_32.gif") no-repeat top left; float: left; height:32px; margin-left: -55px; width: 32px; }
#contentNews .icon { background: url("/assets/images/content_type_news_32.gif") no-repeat top left; float: left; height:32px; margin-left: -55px; width: 32px; }
#contentPoll .icon { background: url("/assets/images/content_type_poll_32.gif") no-repeat top left; float: left; height:32px; margin-left: -55px; width: 32px; }
#contentTask .icon { background: url("/assets/images/content_type_task_32.gif") no-repeat top left; float: left; height:32px; margin-left: -55px; width: 32px; }
#contentVideo .icon { background: url("/assets/images/content_type_video_32.gif") no-repeat top left; float: left; height:32px; margin-left: -55px; width: 32px; }
#contentWidget .icon { background: url("/assets/images/content_type_widget_32.gif") no-repeat top left; float: left; height:32px; margin-left: -55px; width: 32px; }