﻿/* 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:20px;
    background:White url(images/10px.gif) no-repeat center center;
}

.mastersidebarright
{
    background:White url(images/side.jpg) no-repeat right top;
    width:140px;
}

.masterbodycontent
{
    width:740px;
    vertical-align:top;
    text-align:left;
}

.masterfooter
{
    width:900px;
    height:90px;
    background:White;
    text-align:center;  
    font-size:0.7em;
    vertical-align:bottom;
    background:White url(images/bottom.jpg) no-repeat left bottom;
}

body 
{
    background:#CCCCCC url(images/body_bg.gif) repeat left top;
	font-family:Arial, Sans-serif, Tahoma;
	font-size:0.9em;
	text-align:center;
}

a
{
	text-decoration: none;
}

/* Child Page Layout */
.logintable
{
    width:300px;
    height:321px;
    vertical-align:top;
    background-image:url(images/polaroid_exposure.gif);
    text-align:center;
}

.bodytext
{
    font-family:Arial, Sans-serif, Tahoma;
	font-size:0.9em;
}

.titletext
{
    font-weight:bold;
    font-size:1.1em;  
    color:Blue;  
}

.maxtable
{
    width:100%;
}

.lefttable
{
    width:48%;
    text-align:right;
}

.centretable
{
    width:4%;
}

.righttable
{
    width:48%;
    text-align:left;
}

.contentpanel
{	
	width:670px;	
	padding:30px;
}

.error
{
   color:Red;
}

.hidden
{
    position: absolute;
    left: 0px;
    top: -500px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 25px;
    height: 25px;
    margin: 0px 10px 0px 10px;
    padding: 0px 20px 0px 20px;
    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;
}

/* Textbox Watermark */
.unwatermarked 
{
    height:18px;
	width:148px;
	font-weight:bold;	
}

.watermarked 
{
    height:20px;
	width:150px;
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:Red;
}	