﻿
body {
	margin: 0px;
	padding: 0px;
	background: #67a5ca;
}
div.masterTop
{
	background: #337591; 
	width: 100%; height: 
	132px; position: absolute;
}

div.masterBody
{
	position: absolute; 
	padding-top: 20px; 
	padding-bottom: 20px;
}

table.masterBody
{
	background: #ffffff; 
	width: 982px; 
	margin-left: auto; 
	margin-right: auto;
}

a {
	color: blue;
	text-decoration: none;
}

a:hover 
{
    color: red;
	text-decoration: underline;
}

.pInnerPanel
{
	/*
    border-left: 1px solid #403f3f; 
    border-right: 1px solid #403f3f; 
    border-bottom: 1px solid #403f3f;	   
    border-top: 1px solid #403f3f;
	*/
    width:100%;
}

.pRows_1
{
	text-align: left; 
	padding-top: 2px;
	padding-left: 2px;
	width: 100%;
	background-color: #f2f2f2; /*#efeded;*/
}

.pRows_2
{
	text-align:left; 
	padding-top:2px;
	padding-left: 2px;
	width: 100%;
	background-color: white;
}


.rowDisplayStyle
{
	background-color: #333021;	
}

.alternateRowDisplayStyle
{
	background-color: #f7f7f7;	
}

.pTableHeader
{
	height: 20px;
	background-color: #dad6d6;
}

.hPanel1
{
	padding-left: 2px;	
}

.hPanel2
{
	padding-right: 2px;	
}

.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.savedRatingStar {
    background-image: url(Images/SavedStar.png);
}

.filledRatingStar 
{
    background-image: url(Images/FilledStar.png);
}

.emptyRatingStar {
    background-image: url(Images/EmptyStar.png);
}
a.BlackLinks
{
    font-family: Arial;
    font-size: small;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    cursor: text;
    background-image: none;
    clear: none;
    border-right: buttonface thin ridge;
    border-top: buttonface thin ridge;
    border-left: buttonface thin ridge;
    border-bottom: none;
    background-color: white;
}
a.BlackLinks:hover
{
    font-family:Arial;
    font-size:small;
    font-weight:bold;
    color:#000000;
    text-decoration:none;
    cursor:text;
    background-image:url(Images/btn1.gif);
}
a.Blue
{
    font-family:Arial;
    font-size:small;
    font-weight:bold;
    color:Blue;
    text-decoration:none;
    background-image:url(Images/btn2.gif);
}

