﻿body 
{
		background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.Help 
{
	font-size: 90%;
  font-style:italic;
}
.Welcome 
{
	color: #FFFFFF;
	font-size: 14px;
	font-weight:bold;
}
.LeftTextBold
{
	font-weight:bold;
	text-align: left;
	font-size: 95%;
	color:#ff6600;
}

.LeftText
{
	text-align: left;
	font-size: 90%;
	color: #330000;
}
a.LeftText :link
{
	text-align: left;
	font-size: 90%;
 text-decoration:underline;
	color:#330000;
}
a.LeftText :visited
{
	text-align: left;
	font-size: 90%;
	color:#330000;
	text-decoration:none;
}
a.LeftText :hover
{
	text-align: left;
	font-size: 90%;
	color:#330000;
		text-decoration:none;

}
a.LeftText :active
{
	text-align: left;
	font-size: 90%;
	color:#330000;
		text-decoration:none;

}


.MiddleText 
{
	text-align: left;
	font-size: 90%;
	color:black;

}
a.MiddleText :link
{
	text-align: left;
	font-size: 90%;
 text-decoration:underline;
	color:black;
}
a.MiddleText :visited
{
	text-align: left;
	font-size: 90%;
	color:black;
	text-decoration:none;
}
a.MiddleText :hover
{
	text-align: left;
	font-size: 90%;
	color:black;
		text-decoration:none;

}
a.MiddleText :active
{
	text-align: left;
	font-size: 90%;
	color:black;
		text-decoration:none;

}



table.Questions 
{
	
	padding:1,1,1,1;
}

table.Questions th
{
	background-color: #ff6600;
	color: #FFFFFF;
	font-weight:bold;
	text-align: left;
	font-size: 95%;
}


a.Questions :link
{
	background-color: #6666ff;
	color: #ff6600;
	text-align: left;
}
a.Questions :visited
{
	background-color: #6666ff;
	color: #ff6600;
    font-weight:lighter;
    text-align:left;
}
a.Questions :hover
{
	background-color: #6666ff;
	color: #ff6600;
    font-weight:lighter;
    text-align:left;
}
a.Questions :active
{
	background-color: #6666ff;
	color: #ff6600;
    font-weight:lighter;
    text-align:left;
}

table.Questions td
{
	color:Black;
	text-align: left;
	vertical-align: middle;
	    font-size: 95%;

}

.FormButtons
{
	border-right: #ff6600 thin solid;
	padding-right: 2px;
	border-top: #ff6600 thin solid;
	padding-left: 2px;
	font-size: 99%;
	padding-bottom: 2px;
	margin: 2px;
	border-left: #ff6600 thin solid;
	padding-top: 2px;
	border-bottom: #ff6600 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);
}

        