﻿
/*  Color Scheme for List Items

	Background:		#ffffff white
	Bookmark Name:	#ff9933  orange

	Author,
	Website:		#8dc3e9  light blue

	Description:	#000000 black

	Topic Name,
	Bookmark Type,
	Date Created,
	Average Rating,
	Number of Votes: #00477f  dark blue

	hr divider:		#cccccc  gray
*/

body 
{
	
}

hr 
{
	padding:0;
	margin:0;
	border: none;
	border-top: solid 1px #cccccc;
	color: Gray;
	height: 1px;
}



#listViewContainer
{
	font-size: x-small;
	font-family: Verdana, Sans-Serif;

}

#itemTemplateDiv
{
	margin: 8px 0 8px 0;

}

.bookMarkImage 
{
	float: left;
	margin: 0 10px 0 15px;

}


.bookMarkName
{ 
	color: #ff9933;
	/*color: #00447f;*/
	font-size: medium;
	font-weight: bold;
	margin-left: 8px;

}

#authorWebsiteBlock
{

	padding: 0;
	display: inline-block;
	zoom:1;
	*display: inline;
	margin-left: 10px;
	margin-top: 5px;
}

.author, .websiteName
{
	color: #8dc3e9;
	font-weight: bold;
	font-size: x-small;
}

.summary
{
	font-size: small;
	display: inline-block;
	margin-left: 85px;
	margin-right: 50px;
}

.typeAddedRatingBlock
{
	width: 500px;
	color: #00477f;
	font-weight: bold;
	display: inline-block;
	margin-left: 85px;
	zoom: 1;
	*display: inline;
}

.topicName, .bookMarkType, .dateCreated, .averageRating, .numberOfVotes
{

	color: #00477f;
	font-weight: bold;
}

#defaultRating
{
	float:left;
	width: 200px;
}


#itemSeparator
{
	padding:0;
	margin: 0 8px;
}

h2
{
	color: #00477f;
}

.rateThisButton
{
	float:left;
	/*margin-bottom: 8px;*/
	width: 252px;
	display: inline;
}

.rateThisPopUp
{
	float:left;
	width: 150px;
	display: inline;
	
}

#rateThisLabelDiv
{
	/*display: inline;*/
}

/*#rateThisExtenderDiv
{
	float:left;
	width: 100px;

}*/

.rateExtenderClass
{
	display: inline;
	float: right;
}


