﻿body
{
	font: 12px Arial, Helvetica, verdana sans-serif;
	margin: auto;
	width: 800px;
}

h1	
{
	font-size: 24px;
}
	
h2
{
	font-size:16px;
}

h3
{
	color:#660000;
}

img
{
	border-style: none;
}

a
{
	color:blue;
}

a.smallLabel
{
	color:blue;
	font-size: 11px;
}

a:hover	
{
	color:red;
	text-decoration:underline;
}


div.headerLine
{
	background-color: Black; 
	line-height: 2px; 
	margin-top: 0px; 
	width: 800px;
}

.homeTitle
{
	font-size: 24px; 
	font-weight: bold;
}

.homeSubTitle
{
	font-size: 15px; 
	line-height: 25px;
	font-weight: bold;
}

td.homeLeft
{
	width: 560px;
}

td.homeCenter
{
	width: 20px;
	border-left: dotted 1px #cccccc;
}

td.homeRight
{
	width: 220px;
}

.rantDetailTable
{
	table-layout: fixed;
	background-color: #f5f7f9; 
	border: 1px solid #999999;
}

.rantDetailCellLeft
{
	width: 192px;
	vertical-align: top;
}
.rantDetailCellWrapperLeft
{
	width: 192px;
	overflow: hidden;
}
.rantDetailCellCenter
{
	width: 191px;
	border-left: 1px solid #cccccc;
	vertical-align: top;
}
.rantDetailCellWrapperCenter
{
	width: 191px;
	overflow: hidden;
}
.rantDetailCellRight
{
	width: 206px;
	border-left: 1px solid #cccccc;
	vertical-align: top;
}
.rantDetailCellWrapperRight
{
	width: 206px;
	overflow: hidden;
}

.nounderline	
{
	text-decoration:none;
}

/* Labels */

.labelBlue 
{
	color: #0000FF;
}

.labelBlueSmall
{
	color: #0000FF;
	font-size: 11px;
}

.labelBrown
{
	color: #990033;
}

.labelBrownBold
{
	color: #990033; 
	font-weight: bold; 
}

.labelBold
{
	font-weight: bold;
}

.labelGrayBig
{
	font-size: 15px; 
	color: #666666
}

div.commentsBlock
{
	width: 176px;
	background-color: #ffffff;
}

.divCommentsSuggestion
{
	height: auto; 
	background-color: #ffffff;
}

td.leftSearchResult
{
	width: 612px;
}
td.centerSearchResult
{
	width: 12px;
}
td.rightSearchResult
{	
	width: 176px;
	background-color:#FFFFFF;
}

.commentsTable
{
	border-width: 0px;
}

table.homeRightPanel
{
	background-color:#F1F2F3; 
	padding:8px;
	border:solid 1px #000000;
}

/* ****************** RatingStar ****************** */
.ratingStar
{
	white-space:nowrap;
	/*margin:1em;*/
	height:14px;
}
.ratingStar .ratingItem {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    display: block;
    background-repeat: no-repeat;
	cursor:pointer;
}
.ratingStar .Filled {
    background-image: url(images/rating/ratingStarFilled.png);
}
.ratingStar .Empty {
    background-image: url(images/rating/ratingStarEmpty.png);
}
.ratingStar .Saved {
    background-image: url(images/rating/ratingStarSaved.png);
}

/* ****************** RatingStar(Read Only) ****************** */
.ratingStarReadOnly
{
	white-space:nowrap;
	/*margin:1em;*/
	height:14px;
}
.ratingStarReadOnly .ratingItem {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    display: block;
    background-repeat: no-repeat;
    cursor:auto;
}
.ratingStarReadOnly .Filled {
    background-image: url(images/rating/ratingStarFilled.png);
}
.ratingStarReadOnly .Empty {
    background-image: url(images/rating/ratingStarEmpty.png);
}
.ratingStarReadOnly .Saved {
    background-image: url(images/rating/ratingStarSaved.png);
}

/* ****************** Rate Solution/Suggestion ****************** */
.ratingSolSuggUp
{
	white-space:nowrap;
	/*margin:1em;*/
	height:16px;
}
.ratingSolSuggUp .ratingItem {
    font-size: 0pt;
    width: 16px;
    height: 16px;
    margin: 0px;
    padding: 0px;
    display: block;
    background-repeat: no-repeat;
	cursor:pointer;
}
.ratingSolSuggUp .Filled {
    background-image: url(images/thumb_up.gif);
}
.ratingSolSuggUp .Empty {
    background-image: url(images/thumb_up.gif);
}
.ratingSolSuggUp .Saved {
    background-image: url(images/thumb_up.gif);
}

.ratingSolSuggDown
{
	white-space:nowrap;
	/*margin:1em;*/
	height:16px;
}
.ratingSolSuggDown .ratingItem {
    font-size: 0pt;
    width: 16px;
    height: 16px;
    margin: 0px;
    padding: 0px;
    display: block;
    background-repeat: no-repeat;
	cursor:pointer;
}

.ratingSolSuggDown .Filled {
    background-image: url(images/thumb_down.gif);
}
.ratingSolSuggDown .Empty {
    background-image: url(images/thumb_down.gif);
}
.ratingSolSuggDown .Saved {
    background-image: url(images/thumb_down.gif);
}

/*CollapsiblePanel*/
.collapsePanel 
{
	background-color:white;
	overflow: hidden;
}

div.spamPolicy
{
	margin-top: 10px; 
	font-size:11px; 
	position:absolute; 
	display:none; 
	border: 1px solid black; 
	background-color: #FFF8D9; 
	width: 400px; 
	height: auto; 
	padding: 8px
}

/* ****************** User Acount/Profile ****************** */
.ErrorMsg
{
	font-family:Arial;
	font-weight:normal;
	font-size : 10pt;
	text-decoration:none;
	color: Red;
}
.profileOption
{
	font-size: 11px;
	font-weight: normal;
}

.profileTitle
{
	font-size: 16px; 
	font-weight: bold;
}

.acountOption
{
	font-size: 11px; 
	line-height: 10px;
}

.uploadBody
{
	background-color:White; 
	height:154px; 
	margin:0px; 
	padding:0px;
}

.profileHelpBox
{
	margin-top: 10px; 
	position:absolute; 
	display:none; 
	border: 1px dashed black; 
	background-color: #FFFFF3; 
	width: 300px; 
	height: auto; 
	padding: 8px;
}

div.memberProfileItem
{
	font-weight: normal; 
	border-top: dotted #cccccc 1px;
	padding: 20px 5px 10px 5px;
}

div.memberProfileInput
{
	padding: 2px 0px 5px 0px;
}

/* ****************** Search ****************** */
.searchInfo
{
	font-size: 11px;
	color: rgb(102, 102, 102);
}
.advancedSearchContent
{
	border: 1px dotted #CCCCCC;
	width: 500px;
}
.advancedSearchTry
{
	font-size: 12px;
}
.advancedSearchKeywords
{
	font-weight: normal; 
	padding-top: 10px;
}
.popup
{
	border: 1px dotted black;
	background-color: #FFFFF3 ;
	padding: 8px;
	position:absolute; 
	display:none;  
	width: 400px; 
	height: auto;
}
.popupHome
{
	border: 1px dotted black;
	background-color: #FFFFF3 ;
	padding: 6px;
	position:absolute; 
	display:none;  
	width: 375px; 
	height: auto;
}
.popupTokens
{
	border: 1px dotted black;
	background-color: #FFFFF3 ;
	padding: 8px;
	position:absolute;
	width: 400px; 
	height: auto;
}
.helpPopup	
{
	border: 1px dotted black;
	background-color: #F1F2F3;
	padding: 8px;
	margin-top: 5px; 
	position: absolute; 
	display: none; 
	width: 400px; 
	height: auto; 
	left: 390px; 
	top: 343px;
}

.helpPopupTitle
{
	margin-left: 5px; 
	margin-bottom: 0px;
}
.helpPopupParagraph
{
	margin-left: 8px; 
	margin-top: 0px;
}

/* ****************** Alphabetical Listing ****************** */
.MenuItem
{
	background-image:none;
	width:200px;
	height:20px;
	text-align:center;
	cursor:default;
	font-weight:bold;
	color:#5A5A84;
	text-decoration:none;
	font-size:12px;	
}
.MenuItem_hover
{
	/*background-image:url('Images/menu_active.gif');*/
	background-repeat:no-repeat;
	width:200px;
	height:20px;
	text-align:center;
	cursor:pointer;
	font-weight:bold;
}

/* ****************** Rant Header ****************** */
.rant_header
{
	border: 1px solid rgb(204, 204, 204); 
	padding: 8px; 
	font-weight: normal; 
	margin-bottom: 0px; 
	background-color: rgb(255, 255, 243);
}

/*Popup Control*/
.popupControl{
	background-color:White;
	position:absolute;
	visibility:hidden;
}

/******************* Hint **************************** */
#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: LightYellow;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: normal;
color: navy;
margin: 3px 8px;
text-decoration: none;
}

/******************* Tell To Friend **************************** */
.divTell
{
	border: 1px dashed black; 
	padding: 8px; 
	margin-top: 10px; 
	position: absolute; 
	display: none; 
	background-color: rgb(255, 255, 243); 
	width: 450px; 
	height: auto; 
	left: 170px; 
	top: 404px;
}

.divCloseBox
{
	font-size: 12px; 
	float: right;
}

.anchorCloseBox
{
	font-size: 11px; 
	text-decoration: none;
}

div.notifyMe
{
	width: auto;
	height: auto;
	border:dotted 1px; 
	background-color: #F1F2F3;
	padding-left: 20px;
}

/******************* Manage notification frequency **************************** */
.GridItem
{
	background-image:none;
	cursor:default;
	font-weight:bold;
	color:#5A5A84;
	text-decoration:none;
	font-size:12px;
	padding-top:5px;	
}

div.solution
{
	width: 180px;
	overflow: hidden;
}

/*** COMMON ***/
div.closeBox
{
	font-size: 11px; 
	float: right;	
}

/*** Notification ***/
/* SubmittedSucks.aspx */
div.categoryNotification
{
	border: dotted 1px; 
	background-color: #F1F2F3;
	padding: 10px 24px 10px 24px;
}

/*** Top Solution/Suggestion ***/
.topSolutionSuggestion
{
	font-size: 15px;
	color: #990033;
	font-weight: bold;
}
.addNewSolSugg
{
	font-size: 12px;
	text-decoration: none;
}

/*** Comment List ***/
.commentLabel
{
	font-size: 11px;
	text-decoration: none;
}

a.linkWidgetPreview
{
	font-size: 16px;
	font-family: Arial;
	color: White;
	
}

a.linkWidgetPreview visited
{
	color: White;
}