﻿/* CSS Document */
body{ font-family:Verdana; font-size:smaller; }


/* 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);
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

/* PagingBulletedList */
.selectIndex 
{
    font-size:large;
    font-weight: bold;
    text-decoration:none;
}
.unselectIndex {
    font-size:large;
    font-weight:normal;
    text-decoration:underline;
}

/* Stuart's pathetic attempt at formatting */
.userIdLink
{
    color:Olive;
    text-decoration:none;
}

.userIdLink:hover
{
    font-weight:bold;    
}

.tagLink
{
    color:Maroon;
    text-decoration:none;
}

.tagLink:hover
{
    font-weight:bold;    
}

.itemsList
{
    color:Navy;
    text-decoration:none;
}

.itemsList:hover
{
    font-weight:bold;    
}