﻿.Help 
{
	font-size: 100%;
  font-style:italic;
}

.Welcome 
{
	color: #FFFFFF;
	font-size: 14px;
	font-weight:bold;
}
.LeftTextBold
{
	font-weight: bold;
	text-align: left;
	font-size: 16pt;
	color: #ffffff;
}

.LeftText
{
	text-align: left;
	font-size: 98%;
	color: #ffffff;
}
a.LeftText :link
{
	text-align: left;
	 
 text-decoration:underline;
	color:#ffffff;
}
a.LeftText :visited
{
	text-align: left;
	 
	color:#ffffff;
 text-decoration:underline;
}
a.LeftText :hover
{
	text-align: left;
 	color:#ffffff;
 text-decoration:underline;

}
a.LeftText :active
{
	text-align: left;
	 
	color:#ffffff;
 text-decoration:underline;

}




table.Questions 
{
	
	padding:1,1,1,1;
}

table.Questions th
{
	background-color:#2b609e;
	font-size:larger;
	padding:4px;
	color: #FFFFFF;
	font-weight:bold;
	text-align: left;
}


a.Questions :link
{
	color:#000000;
	text-align: left;
}
a.Questions :visited
{
	background-color: #6666ff;
	color:#000000;
    text-align:left;
}
a.Questions :hover
{
	background-color: #6666ff;
	color:#000000;
    text-align:left;
}
a.Questions :active
{
	background-color: #6666ff;
	color: #ffdf82;
    font-weight:lighter;
    text-align:left;
}

table.Questions td
{
	color:#000000;
	text-align: left;
	vertical-align: middle;
	    font-size: 95%;

}

.FormButtons
{
	border-right: #ffdf82 thin solid;
	padding-right: 2px;
	border-top: #ffdf82 thin solid;
	padding-left: 2px;
	font-size: 99%;
	padding-bottom: 2px;
	margin: 2px;
	border-left: #ffdf82 thin solid;
	padding-top: 2px;
	border-bottom: #ffdf82 thin solid;
	background-color: transparent;
}

/* The 2 classes are used to have a popupmodalextender within a gridview  and to create the opaque background*/
.hidden
{
	visibility:hidden;
}

.modalBackground {
            background-color:Gray;
            filter: alpha(opacity=60);
-moz-opacity: 0.6;
opacity: 0.6;

        }
        
        
/* 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(http://www.pyrasports.com/v2/common_images/FilledStar.png);

}

.emptyRatingStar {
    background-image: url(http://www.pyrasports.com/v2/common_images/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(http://www.pyrasports.com/v2/common_images/SavedStar.png);
}

