﻿body 
{
	font-family:Verdana;
	font-size:medium;
	margin:0;
}

#resultsContainer
{
	/*float:left;*/
	height:300px;
	width:350;
	overflow:auto;
	margin-left:5px;
	margin-right:5px;
}



#bubble_tooltip{
		width:167px;
		position:absolute;
		display:none;
		border:solid 1px black;
		background-color:White;
	}
	#bubble_tooltip .bubble_top{
		/*background-image: url('images/bubble_top.gif');
		background-repeat:no-repeat;*/
		height:16px;	
	}
	#bubble_tooltip .bubble_middle{
		/*background-image: url('images/bubble_middle.gif');
		background-repeat:repeat-y;	
		background-position:bottom left;*/
		padding-left:7px;
		padding-right:7px;
	}
	#bubble_tooltip .bubble_middle span{
		position:relative;
		top:-8px;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		font-size:11px;
	}
	#bubble_tooltip .bubble_bottom{
		/*background-image: url('images/bubble_bottom.gif');
		background-repeat:no-repeat;
		background-repeat:no-repeat;	*/
		height:44px;
		position:relative;
		top:-6px;
	}



#main {
	height: 95%;
	width: 300px;
	
	top: 1%;
	position: relative;
}

.accBody {
	background: #ECF3F6;
}

#gadgetContainer
{
	float:right;
	/*height:350px;*/
	width:276px;
	font-size:small;
}

.synAccordionHeader
{
    /*border: solid 1px #BED6E0;*/
	background-color:#ECF3F6;
}


.synAccordionContent
{
	/*border: solid 1px #BED6E0;*/
}

.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    background-repeat: no-repeat;
    
}

.filledRatingStar {
    background-image: url(Images/FilledStar.png);

}

.emptyRatingStar {
    background-image: url(Images/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(Images/SavedStar.png);
}


/*------------------------------------------------------*/
.ResultsClass 
{
    height:350px;
    width:370px;
    text-align:left;
}

.badSplit
{
   /*padding-left:10px;*/
    margin:0;
    font-size:medium;
}
    
.ResultsCheckBoxList
{
	width:300px;
    text-align:left;
    margin-right:5px;
}
    
/*------------------------------------------------------*/

.blueNames
{
	color:Black;
}
.Pdata
{
	margin-top:2px;
	margin-bottom:2px;
	color:Black;
}

.Titledata
{
	color:green;
}