﻿/** Bill add all your css stuf here no matter what it is */
/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    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);
}

.FirstRead
{
	border: 1px solid #C0C0C0;
	color: #FFFFFF;
	font-size: 10px;
	font-family: 'trebuchet MS';
	width: auto;
	height: 20px;
	position: relative;
	float: right;
	margin-right: 10px;
	background-color: #515f6e;
	cursor: pointer;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	
}
.FirstRead:hover
{
	border: 1px solid #C0C0C0;
	color: #515f6e;
	font-size: 10px;
	font-family: 'trebuchet MS';
	width: auto;
	height: 20px;
	position: relative;
	float: right;
	margin-right: 10px;
	background-color: #eef7f9;
	cursor: pointer;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor: pointer;
}

.BtnDetail
{
	border: 1px solid #C0C0C0;
	color: #FFFFFF;
	font-size: 10px;
	font-family: 'trebuchet MS';
	width: auto;
	height: 20px;
	position: relative;
	float: left;
	margin-right: 10px;
	background-color: #515f6e;
	cursor: pointer;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	
}
.BtnDetail:hover
{
	border: 1px solid #C0C0C0;
	color: #515f6e;
	font-size: 10px;
	font-family: 'trebuchet MS';
	width: auto;
	height: 20px;
	position: relative;
	float: left;
	margin-right: 10px;
	background-color: #eef7f9;
	cursor: pointer;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor: pointer;
}
.NS_View_Book_List_Accordian
{
	border-color: #C0C0C0;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	position: relative;
	float: none;
	background-color: #fafafa;
	clear: both; /*-webkit-box-shadow: 3px 3px 3px #C0C0C0; /* Safari */ /*box-shadow: 3px 3px 3px #C0C0C0;*/
	width: 98%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;		
}

.bookListAccordionHeader
{
	background-position: left top;
	position: relative;
	width: 200px;
	float: left;
	background-image: url(    '../Images/explanation_help_image.png' );
	background-repeat: no-repeat;
	height: 25px;
	padding-left: 30px;
	font-family: 'trebuchet MS';
	font-size: 12px;
	font-weight: bold;
	color: #515f6e;
	clear: both;
	margin-top: 5px;
	margin-left: 5px;
	padding-top: 5px;
	cursor: pointer;
}

.booklistAccordionHeaderSelected
{
	background-position: left top;
	position: relative;
	width: 200px;
	float: left;
	background-image: url(    '../Images/help_image_active.png' );
	background-repeat: no-repeat;
	padding-top: 5px;
	height: 30px;
	padding-left: 30px;
	font-family: 'trebuchet MS';
	font-size: 12px;
	font-weight: bold;
	color: #515f6e;
	clear: both;
	margin-top: 5px;
	margin-left: 5px;
	cursor: pointer;
}

