﻿body {
}

.RatingControl
{
}


    .foo
    {
		color:red;
		border:solid 1px black;
    }
    
    .RatingControl TD
    {
		text-align:center;
		border:solid 1px black;
    }
    
    #foo
    {
    color:green;
    }



.RatingControl2 a
{
	display: block;
	padding-top: 1px;
	padding-bottom: 1px;
	width: 25px;
	background-color: Olive;
	border-top: 1px solid Black;
	border-left: 1px solid Black;
	border-right: 1px solid Black;
	text-align:center;
	text-decoration: none;

}

#siteNavigation a:link, #navlist a:visited
{
	color: #EEE;
	text-decoration: none;
	border: 1px solid Black;
}

.RatingControl2 a:hover
{
	background-color: #369;
	color: #fff;
	text-decoration: none;
}


.RLabel
{
	text-align:center;
}



.RatingThree
{
	list-style-type: none;
	margin-left:0px;

}



.RatingThree a
{
	display: block;
	
	width: 35px;
	background-color: Olive;
	border-top: 1px solid Black;
	border-left: 1px solid Black;
	border-right: 1px solid Black;
	text-align:center;
	text-decoration: none;
	color:White;

}

.RatingThree .LastA
{
	
	border: 1px solid Black;
	

}
.RatingThree a:hover
{
	background-color: #369;
	color: #fff;
	text-decoration: none;
}

.RatingThree .A10
{
	background-color: #990000;
}

.RatingThree .A10:hover
{
	background-color: #f5e5e5;
}
.RatingThree .A9
{
	background-color: #a41a1a;
	color:#f5e5e5;
}

.RatingThree .A9:hover
{
	background-color: #f5e5e5;
}
.RatingThree .A8
{
	background-color: #ae3433;
	color:#ebcbcc;
}

.RatingThree .A8:hover
{
	background-color: #f5e5e5;
}
.RatingThree .A7
{
	background-color: #b94d4d;
	color:#dfb3b2;
}

.RatingThree .A7:hover
{
	background-color: #f5e5e5;
}
.RatingThree .A6
{
	background-color: #c26666;
	color:#d59998;
}

.RatingThree .A6:hover
{
	background-color: #f5e5e5;
}
.RatingThree .A5
{
	background-color: #cd7f7f;
	color:#b94d4d;
}

.RatingThree .A5:hover
{
	background-color: #f5e5e5;
}
.RatingThree .A4
{
	background-color: #d59998;
	color:#b94d4d;
}

.RatingThree .A4:hover
{
	background-color: #f5e5e5;
}
.RatingThree .A3
{
	background-color: #dfb3b2;
	color:#b94d4d;
}

.RatingThree .A3:hover
{
	background-color: #f5e5e5;
}
.RatingThree .A2
{
	background-color: #ebcbcc;
	color:#ae3433;
}

.RatingThree .A2:hover
{
	background-color: #a41a1a;
	color:#ebcbcc;
}
.RatingThree .A1
{
	background-color: #f5e5e5;
	border: 1px solid Black;
	color:#990000;
}

.RatingThree .A1:hover
{
	background-color: #990000;
	color:#f5e5e5;
}
/*
style="background-color: #990000"
style="background-color: #a41a1a"
style="background-color: #ae3433"
style="background-color: #b94d4d"
style="background-color: #c26666"
style="background-color: #cd7f7f"
style="background-color: #d59998"
style="background-color: #dfb3b2"
style="background-color: #ebcbcc"
style="background-color: #f5e5e5"
*/

