﻿.pageBackground 
{
    background-image: url(../../assets/images/bg1.gif);
    background-repeat:repeat
}

.headline 
{  
    font-family: Arial;
    font-size: 21px;
    font-weight: bold;
    color: #003399
}


.title 
{  
    font-family: Arial;
    font-size: 32px;
    font-weight: bold
}

.subtitle 
{  
    font-family: Arial;
    font-size: 16px;
    font-weight: bold
}
.category
{  
    font-family:Arial;
    font-size: 11px;
    font-weight: bold    
}
.bodyCopy 
{
    font-family: Arial; 
    font-size: 14px;
    color:#000000 
}

.author
{
	font-family: Arial;
	font-size: 11px;
	color:#5d5c5c;
    font-style:italic 
}

.iconText
{
	font-family: Arial;
	font-size: 12px;
	color:#5d5c5c;
	text-decoration:none
}

.iconText:hover, active
{
	font-family: Arial;
	font-size: 12px;
	color:#5d5c5c;
	text-decoration:underline
}

.footer {
	font-family: Arial;
	font-size: 9px;
	color:#5d5c5c
}

.tabTitle
{
    font-family:Arial;
    font-size: 13px;
    font-weight: bold; 
    color: #ffffff  
}

/* RatingControl */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(../../assets/Images/FilledStar.png);
}

.emptyRatingStar {
    background-image: url(../../assets/Images/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(../../assets/Images/SavedStar.png);
}
/* End-RatingControl */


.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;
}


