﻿/* Master Page Layout */
.masterheader
{   
    width:900px;
    height:179px;
    background:White url(images/header.jpg) no-repeat center top;
}

.masterbody
{
    width:900px;
    height:500px;
    background-color:White;   
}

.mastersidebarleft
{
    width:100px;
    background:White url(images/left_side.jpg) no-repeat center top;
}

.mastersidebarright
{
    width:100px;
    background:White url(images/right_side.jpg) no-repeat center top;
}

.masterbodycontent
{
    width:700px;
    vertical-align:top;
    text-align:left;
    padding:20px;
    background:White;
}

.masterfooter
{
    width:900px;
    height:60px;
    background:White;
    text-align:center;  
    font-size:0.7em;
    vertical-align:bottom;
    background:White url(images/footer.jpg) no-repeat center top;
}

body 
{
    background:#CCCCCC url(images/body_bg.gif) repeat left top;
	font-family:Arial, Sans-serif, Tahoma;
	font-size:0.9em;
	text-align:left;
}

.disclaimer
{
    font-size:0.8em;
}

a
{
	text-decoration: none;
}

/* Child Page Layout */
.maxtable
{
    width:100%;
}

.lefttable
{
    width:48%;
    text-align:right;
}

.centretable
{
    width:4%;
}

.righttable
{
    width:48%;
    text-align:left;
}

.altcol
{
    background-color:#CCCCCC;   
}

.alttable
{
    border-collapse:collapse;  
}

/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 25px;
    height: 25px;
    margin: 0px 40px 0px 40px;
    padding: 0px 0px 0px 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar 
{
    background-image: url(Images/star_yellow.gif);

}

.emptyRatingStar 
{
    background-image: url(Images/star_grey.gif);
}

.savedRatingStar 
{
    background-image: url(Images/star_red.gif);
}

.ratingText
{
    font-size:0.8em;
}
