﻿/* Default Page*/



.ItemMenu
{
	font-family: Tahoma;
	font-size: 14px;
	color: #0E96C4;
	text-decoration: none;
	border-width: 0;
}
.error
{
	color: Red;
}

.ratingStar
{
	padding-right: 0px;
	display: block;
	padding-left: 0px;
	font-size: 0pt;
	padding-bottom: 0px;
	margin: 0px;
	width: 13px;
	cursor: pointer;
	padding-top: 0px;
	background-repeat: no-repeat;
	height: 12px;
}
.filledRatingStar
{
	background-image: url(../Images/ratingStarFilled.png);
}
.emptyRatingStar
{
	background-image: url(../Images/ratingStarEmpty.png);
}
.savedRatingStar
{
	background-image: url(../Images/ratingStarSaved.png);
}


.yellowNote1
{
	background: #FFFFCC left top;
	padding: 3px;
	border: 1px dashed #999999;
	font-size: 11px;
	color: #4d4d4d;
	text-align: left;
	font-weight: bold;
	display: block;
	text-align: right;
	height: auto;
	margin: 0px;
}

.yellowNote
{
	background: #FFFFCC left top;
	padding: 3px;
	border: 1px dashed #999999;
	font-size: 11px;
	color: #4d4d4d;
	text-align: left;
	font-weight: bold;
	display: block;
	text-align: left;
	height: auto;
	margin: 0px;
}
.yellowNote A
{
	font-weight: bold;
	text-decoration: underline;
}
.yellowNote .info
{
	color: #579f3a;
	padding-top: 10px;
}
.yellowNote .error
{
	color: #ce0000;
}

.ItemMenu:hover
{
	color: #C37A12;
	font-family: Tahoma;
	font-size: 14px;
	border-width: 0;
	text-decoration: none;
}

.SelectedItemMenu
{
	color: #C37A12;
	font-family: Tahoma;
	font-size: 14px;
	border-width: 0;
	text-decoration: none;
}

.SubmitVote
{
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 14px;
	text-decoration: none;
}

.HomeLinks
{
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: none;
}

.HomeLinks:hover
{
	color: #f3ce09;
	font-family: Tahoma;
	font-size: 12px;
	border-width: 0;
	text-decoration: none;
}

.AnswerList
{
	padding-right: 8px;
	font-family: Tahoma;
	color: #42A2CF;
	font-size: 9pt;
	vertical-align: middle;
}

.HomeNewsTitle
{
	font-family: Tahoma;
	font-size: 12px;
	color: #0E96C4;
	text-decoration: none;
}

.HomeNewsDate
{
	font-family: Tahoma;
	font-size: 8pt;
	color: #FF8A2E;
	text-decoration: none;
}

.HomeNewsDescription
{
	font-family: Tahoma;
	font-size: 8pt;
	color: #959697;
	text-decoration: none;
}
.NumberPaging
{
	color: #078DC3;
	font-family: Tahoma;
	font-size: 12px;
}

.ColoumnPaging
{
	color: orange;
	font-family: Tahoma;
	font-size: 12px;
}
.DatalistView
{
	margin-top: 0px;
}

/* Noor - Fix Firefox underlining links */
a
{
	text-decoration: none;
}

.emailtext
{
	direction:ltr;
	text-align:right;	
}
