@charset "UTF-8";

/* CSS Document */

/* app/portal override */
.bodyDiv {
	background-color: #FFFFFF;
}

.bPageBlock .pbBody {
	background-color: #FFFFFF;
	border-bottom: 0;
}

.bPageBlock .pbBottomButtons {
	background-color: #FFFFFF;
}

.bPageBlock .labelCol {
	white-space: nowrap;
}

.bPageTitle .ptBody .content {
	width: 60%;
}

.bPageTitle .ptBody .links {
	width: 30%;
}

.requiredInput .requiredBlock {
	font-size: 1.5em;
}

/* ideas common */
.ideasSection {
	margin-top: 10px;
}

.ideasSectionHeader {
	font-weight: bold;
	margin-bottom: 0;
}

.ideasSectionBodyForInternal {
	background-color: #FFFFFF;
	border-top: 0;
	border-left: 1px;
	border-bottom: 0;
	border-right: 1px;
	border-style: solid;
	border-color: #999999;
}

.ideasPageDesc {
	margin: 20px 0;
}

a.ideaMore {
    text-decoration:none;
}

a.ideaMore:hover {
    text-decoration:underline;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */

/* subtabs */
#ideaSubtabs li {
	cursor: pointer;
	cursor: hand;
}

#ideaSubtabs a, #ideaSubtabs a:visited {
    text-decoration: none;
}

#ideaSubtabs a:hover {
    text-decoration: underline;
}

/* action bar */
.ideaTab .viewCategory {
	font-size: 100%;
	text-align: right;
}

.ideaTab .viewCategory h2 {
	display: inline;
}

#category, #c {
	font-size: 91%;
}

.ideaViewCategory {
	font-weight: bold;
}

.ideaViewStatus {
	font-weight: bold;
}

/* idea list */
.ideaList {
	padding: 0 0 10px 0;
	background-color: #FFFFFF;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	padding-top: 4px;
	margin: 0;
}

.ideaList li {
	padding: 0;
	clear: both;
    margin: 0 0 5px 0 !important;
}

.noIdeas {
	padding-top: 10px;
}

/* layout of the idea with subject, content and comments line */
.ideaSection {
	padding: 15px 0 20px 0;
	clear: both;
}

.ideaSide {
	display: block;
	padding: 0 20px 0 0;
	float: left;
	border-width: 0;
}

.ideaContent {
	margin-left: 118px; /* sync with setWidthsForOverflowWithVoteButton */
	display: block;
}

.ideaContentWidth {

}

.ideaSubject {
	font-weight: bold;
	font-size: 115%;
	display: block;
	overflow-x: hidden;
}

h3.ideaSubject {
    display: inline;
}

.ideaListRCColumn .ideaSubject {
    font-size: 100%;
}

a.ideaSubjectLink {
	text-decoration: none;
}

a.ideaSubjectLink:hover {
	text-decoration: underline;
}

.ideaStatus {
    background-color: #F7F7AB;
    color: #333333;
    font-size: 90%;
    font-weight: bold;
    padding: 2px 8px;
}

.topPadding {
	padding-top: 10px;
}

.ideaBody {
	padding: 10px 5px 10px 0;
	border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
    font-weight: normal;
	font-size: 100%;
	display: block;
	overflow-x: auto;
	overflow-y: hidden;
}

.ideaComment {
	padding-top: 4px;
	font-weight: normal;
	text-decoration: none;
    font-size: 118%;
}

.ideaFooter {
    font-size: 90%;
}

.ideaFooter a {
    color: #015BA7;
    text-decoration: none;
}

.ideaFooter a:hover {
    text-decoration: underline;
}

a.ideaComment, a.ideaComment:visited {
    text-decoration: none;
    font-weight: bold;
    color: #015BA7;
}

a.ideaComment:hover {
    text-decoration: underline;
}

.ideaCommentIcon {
	background-image: url(/img/ideas/icons/comment_yellow.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 22px;
	font-weight: bold;
	color: #333;
}

.userLink {
    color: #333;
}

a.ideaCategory {
	font-weight: normal;
}

a.ideaCategory:hover {

}

/* recent comments */

.ideaListRC {
    width: 100%;
}

.ideaListRC td {
    padding: 10px 15px;
    line-height: 1.6em;
}

.ideaListRC .ideaContent {
	margin-left: 0;
}

.ideaListRC a.ideaSubjectLink {
    font-weight: normal;
    color: #339900;
    text-decoration: none;
    display: inline;
}

.ideaListRC a.ideaSubjectLink:hover {
    text-decoration: underline;
}

.ideaListRC a {
    color: #105CB6;
    text-decoration: none;
    font-weight: normal;
}

.ideaListRC a:hover {
    text-decoration: underline;
}

.ideaRCLastCommentCreatedDate {
    color: #777777;
}

.ideaListRC a.userLink:hover {
    text-decoration: underline;
}

.ideaListRCHeader {
    margin: 2px;
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px 0;
    background-color: #EEEEEE;
    color: #333333;
    font-weight: bold;
    padding: 3px 15px;
}

.ideaListRCLeftColumn {
    text-align: right;
    padding-right: 15px;
    width: 175px;
    overflow: hidden;
}

.ideaListRCRightColumn {
    text-align: left;
    padding-left: 15px;
}

.ideaListRCColumn {
}

.ideaListOddRow {
}

.ideaListEvenRow {
    background-color: #f6f6f6;
}

.ideaRCLastComment .ideaRCLastCommentBody {
	border: 2px solid #F3F3F3;
	background-color: #F3F3F3;
	cursor: pointer;
	cursor: hand;
}

.ideaRCLastCommentBodyText {
    overflow-x: hidden;
}

.ideaRCLastCommentBodyWidth {
  /* this selector must exist -- it's modified via javascript on IE (see main13.js:setWidthsForOverflowWithRC()) */
}

.ideaPageMessage {
    margin-bottom: 15px;
}

.ideaPageMessage .message .messageText a{
    margin: 0 0;
    font-size: 100%;
}

/* page links */
.pSearchShowMore {
	margin-left: 95px;
	margin-bottom: 10px;
	text-align: right;
}

.pSearchShowMore .pShowMore {
	margin-left: 15px;
}

.pSearchShowMore .pShowLess,.pSearchShowMore .pShowMore {
	display: inline;
}

.ideasJSLink {
	text-decoration: underline;
}

.ideasJSLink,.ideasJSLinkIcon {
	cursor: pointer;
	cursor: hand;
}

/* comments */
#commentsAddLink a {
	text-decoration: underline;
}

.commentList {
	padding: 0 0;
	width: 100%;
}

.commentList td {
	border-bottom: 1px solid #E8E8E8;
	padding: 10px;
}

.commentAction {
	font-weight: bold;
	white-space: nowrap;
}

.commentList td.commentUser {
	width: 20%;
	font-weight: normal;
	padding-top: 0;
	background-position: 4px 7px;
	background-repeat: no-repeat;
	padding-left: 26px;
}

.commentList td.commentContent {
	font-weight: normal;
}

.commentAnchor {
	line-height: 10px;
}

.commentForm {
	padding: 15px 5px 0 8px;
}

.commentCreatedBy {
	font-weight: bold;
}

.pbNoSidePadding .pbBody {
	padding-left: 0;
	padding-right: 0;
}

/* paginator */
.ideaPageLinks {
	background: transparent url(/img/ideas/paging_bg.gif) repeat-x scroll
		left top;
	padding: 0 4px;
}

.ideaPageLinksTop {
	border-bottom: 1px solid #999999;
	border-top: 1px solid #CBC9CA;
	margin-bottom: 4px;
}

.ideaPageLinksBottom {
	border-bottom: 1px solid #CBC9CA;
	border-top: 1px solid #999999;
}

.ideaTab .paginator {
	padding: 4px 2px;
	position: relative;
}

/* ideaNavLinks */
.ideaNavLinks a {
	text-decoration: underline;
}

.ideaNavLinksLabel {
	font-weight: bold;
}

.ideaNavLinksSelected {
	font-weight: bold;
	font-size: 1.2em;
}

/* viewIdea */
.ideaDetail {
	padding: 15px 0 0 0;
}

.fieldCommentBody {
	width: 100%;
	height: 150px;
}

.fieldCommentBody textarea {
	width: 400px;
	height: 150px;
}

.commentDataCol {
	width: 100%;
}

.commentLabelCol {
	width: 90px;
	white-space: nowrap;
}

.commentLabelCol .commentFormLabel{
	white-space: nowrap;
}

/* messaging */
.infoM4,.infoM3 {
	border-color: #3399FF;
}

.warningM4,warningM4 {
	border-color: #F90;
}

.ideasTopMessage .message {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 10px;
}

/* editIdea */

.fieldCommunity {
	font-weight:bold;
	margin-bottom:4px;
}

.fieldIdeaTitle {
	width: 400px;
}

.fieldIdeaTitleContainer .requiredInput{
	display: inline;
}


.fieldIdeaBody textarea {
	width: 400px;
	height: 247px;
}

a.ideaSubjectLink.ideaIsRead, a.ideaSubjectLink.ideaIsRead:visited, a.ideaNumCommentsLink.ideaIsRead, a.ideaNumCommentsLink.ideaIsRead:visited {
	color: #666666;
}

a.ideaNumCommentsLink.ideaIsRead:hover, a.ideaSubjectLink.ideaIsRead:hover {
    color: #666666;
    text-decoration: underline;
}

.customFields .data2Col textarea {
	width: 400px;		
}

/* recent votes */
.ideaVoteList {
	list-style-type: none;
	padding: 4px 0 0 0;
	margin: 0 0 0 4px;
}

.ideaVoteList li {
	float: left;
	width: 25%;
	margin: 0;
}

/* custom fields */
.bPageBlock .customFields {
	margin-top: 12px;
}

.bPageBlock .customFields .labelCol {
	font-size: 100%;
}

.ideaTab .bPageBlock .customFields tr td {
	border-color: #E8E8E8;
}

/* ideaNavCommunity */

.ideaNavCommunity {
    background-color:#C2E4FE;
    color:#333333;
	font-weight:bold;
    white-space:nowrap;
    padding:5px;
    vertical-align: middle;
    margin-bottom: 15px;
}

.internalCommunityTag {
    color: #999;
}

.ideaNavCommunityLinksCell {
    text-align:right;
}

.sectionHeaderWithCommunityNavLinks .bPageTitle {
	margin-bottom: 0;
}

.sectionHeaderWithCommunityNavLinks {
    position: relative;
    z-index: 1;
}

.ideaNavCommunityContainer {
	position:relative;
	height:1.5em;
}

.ideaNavCommunityContainer .ideaNavCommunityCommunity {
	position: absolute;
	left: 0;
	width:80%;
	border-spacing: 0;
	border-width: 0;
}

.ideaNavCommunityContainer .ideaNavCommunityProfile {
	position: absolute;
	right: 0;
	text-align:right;
    font-weight: bold;
}

/* drop-down */

.dropDownMenu {
	display: none;
	background-color: #FFFFFF;
	border:1px solid #5c5d61;
	border-bottom:2px solid #5c5d61;
	top: 4px;
	margin: 0;
	padding: 0;
	width:300px;
    z-index: 999;
    position: relative;
}

.dropDownMenu ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.dropDownMenu ul div {
	width:100%;
}

.dropDownMenu ul li {
	color: #000000;
	margin: 0;
	clear:both;
	cursor: pointer;
	cursor: hand;
	padding-left: 0;
	text-decoration: none;
}

.dropDownMenu ul li div {
    padding: 0 8px;
}

#communityDropDown a {
    text-decoration: none;
    padding: 3px 8px;
    border: 0;
    display: block;
    position: relative;
}

#communityDropDown a:hover {
    background-color: #FFEE8B;
    text-decoration: none;
    padding: 3px 8px;
    display: block;
    border: 0;
    position: relative;
}

.dropDownMenuInternal {
	color: #666666;
}

.communityDescription {
	margin:0 40px;
}

.communityIntro {
	margin:12px 0 10px 0;
}

/* search results */

.searchResultsPB {
    margin-top:10px;
}

.mergeDescription {
    padding:10px 0 10px 0;
}

.mergeSearch {
    padding: 10px;
    width: 98%;
    background-color: rgb(217, 217, 217);
    margin-top: 15px;
    margin-bottom: 8px;
}

.mergeSearch label {
    font-weight:bold;
}

/* merge idea */
.bPageBlock .childIdeas {
	margin-top: 12px;
}

.childIdeas .childIdeasList {
	margin-bottom: 10px;
}

.ideaDateColumn {
    width:110px;
}

.normalUserBadge {
    background-image: url(/img/ideas/icons/bw_user.gif);
    background-repeat: no-repeat;
    padding-left:14px;
}

.expertUserBadge {
    padding-left: 21px;
    background-image: url(/img/ideas/icons/expert_badge.gif);
    background-repeat: no-repeat;
}

.ideaListRC .expertUserBadge {
    width: 18px;
    height: 16px;
    padding: 0 3px 0 0;
    margin: 0;
}

.ideaListRC .normalUserBadge {
    width: 10px;
    height: 12px;
    padding: 0 3px 0 0;
    margin: 0;
}

.ideaListRCUserLinkContainer {
    overflow: hidden;
    width: 150px;
    padding-left: 21px;
    white-space: nowrap;
}

.ideaProfileSidebarItem {
    background-color: white;
    border-bottom: 1px solid #ccc;
    padding: 4px 0 3px 3px;
    font-weight: bold;
}

.ideaProfileSidebarItemCurrent {
    background-color: #69BDFD;
    color: white;
}

.ideaProfileSidebarItem a, .ideaProfileSidebarItem a:hover, .ideaProfileSidebarItem a:visited {
    color: #015BA7;
    text-decoration: none;
}

.ideaProfileSidebarItem a:hover {
    text-decoration: underline;
}

.ideaProfilePhoto {
    border: 1px solid #eaeaea;
    padding: 12px 10px 10px;
    margin-bottom: 5px;
    background: url(/img/ideas/ideas_gradient.png) repeat-x;
    font-size: 1em;
    color: #333;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.ideaProfilePhoto img{
    border: 1px solid #ccc;
}

.activityFeed {
    display: block;
    padding-left: 20px;
}

.activityFeed a, .activityFeed a:visited, .activityFeed a:hover {
    color: #015BA7;
    text-decoration: none;
}

.activityFeed a:hover {
    text-decoration: underline;
}

.activity {
    display: block;
    margin-bottom: 5px;
    padding-bottom: 3px;
    border-bottom: 1px solid #ccc;
}

.activityFeed li, .activityFeed ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.activitySection {
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    border-bottom: 1px solid #AAA;
    padding-bottom: 3px;
    display: block;
}

.activityFirstLine {
    color: #444;
    padding-bottom: 3px;
}

.activitySecondLine {
    color: #777;
    padding-bottom: 3px;   
}

.activitySpacer {
    height: 2em;
}

.activityFeed .userLink a, .activityFeed .userLink a:hover, .activityFeed .userLink a:visited {
    font-weight: normal;
}

.commentActivity {
    background-image: url(/img/ideas/icons/ideasCommented16.gif);
    padding-left: 20px;
    background-repeat: no-repeat;
}

.activityCommentSnippet blockquote {
    background-image: url(/img/ideas/icons/openquotes16.gif);
    padding-left: 40px;
    background-repeat: no-repeat;
    background-position: 20px;
    margin: 0;
}

.activityCommentSnippet blockquote span {
    background-image: url(/img/ideas/icons/closequotes16.gif);
    width: 20px;
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 20px;
}

.voteActivity {
    background-image: url(/img/ideas/icons/voted16.gif);
    padding-left: 20px;
    background-repeat: no-repeat;
}

.submittedActivity {
    background-image: url(/img/ideas/icons/posted16.gif);
    padding-left: 20px;
    background-repeat: no-repeat;
}

.communityNicknameCaption {
    padding: 0.5em 0 0 0;
    text-align: center;
    overflow: hidden;
    width: 120px;
}

.newReplies {
	background-image: url(/img/ideas/icons/newReplies16.gif);
	background-repeat: no-repeat;
	padding-bottom: 20px;
	padding-right: 10px;
	padding-left: 20px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}

.newRepliesBkgd {
   background-color:yellow
}

.newRepliesCaption {
    font-weight: bold;
    color: #333;
}

.feedIcon {
	background-image: url(/img/ideas/icons/rss.png);
	background-repeat: no-repeat;
	text-decoration: none;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
	height: 16px;
	width: 16px;
	color: #333;
    display:block;
    clear:both;
}

.feedIcon a {
	text-decoration: none;
}

.feedIcon a:hover {
	text-decoration: none;
}

.ideaListHelpMessage {
    margin-bottom: 0.75em;
}

/* vote component */

.onlyShowTotalPoints .voteButtons {
    display:none;
}

.onlyShowTotalPoints .voteStatusBlock {
    background-color: #f9f9f9;
    border:1px solid #c4c9da;
    padding-top:5px;
}

/* suggested duplicates */

.similarResultsContainer {
    display:none;
}

.similarResultsNone {
    padding:4px 0px 0px 12px;
    color:#555;
    display:block;
}

.similarResults {
    padding-top:4px;
}

.similarResults ul {
    list-style-type: square;
    margin: 5px 0 5px -4px;
    padding: 0;
}

.similarResultsTitle {
    color: rgb(51, 51, 51);
    font-weight: bold;
    margin-right:4px;
}

.similarResultsDesc {
    font-size: 85%;
}

.similarResultsLoading {
    display:none;
}

a.pseudoLink, a.pseudoLink:hover  {
    text-decoration:none;
    cursor:text;
}





