﻿body {
}

.topMenu
{
	clear: both;
    background: url(../images/bg_menu.png);
	margin-left: 150px;
	width: 962px;
	height: 38px;
}

.lnkTop, .lnkTop a
{
    font-size: 9px;
	color: #787878;
	font-weight: bold;
	text-decoration: none;
}

.txtTop
{
    border: 1px solid #c7c7c7;
	font-family: Tahoma,Verdana;
    font-size: 10px;
	color: Black;
}

.watermarked 
{
    border: 1px solid #c7c7c7;
    font-size: 10px;
	font-weight: bold;
	color: Silver;
}

.txt600
{
	width: 600px;
}

.UpdateTable
{
    font: bold 12px Arial;
	color: #a3432c;
    border: 1px solid #6a96b0;
    width: 100%;
}

.pnl
{
    font: bold 12px Arial;
	color: #a3432c;
    border: 1px solid #6a96b0;
    padding: 10px 10px 10px 10px;
    margin: 10px;
}

/* parent element "stretch" to contain its floated children in FF */
.pnl:after
{ 
	content: "."; 
	display: block; 
	line-height: 1px; 
	font-size: 1px; 
	clear: both;
}

.tbl td
{
	border: dotted 1px Silver;
}

.Grid
{
	text-align: left;    
    font-size: 11px;
    border-collapse: collapse;
    border: 1px solid #6a96b0;
    margin: 5px 0 15px 0;
}

.Grid td
{
    margin: 0;
    padding: 6px 3px 2px 5px;
}

.Grid td a{
	color: #a3432c;
	text-decoration: none;
}

.Grid tr.normal:hover, .Grid tr.alternate:hover
{
   background-color: #ddeeff;
}

.GridHead
{
	font: bold 13px Arial, Verdana, Helvetica, sans-serif;
	color: #a3432c;
	text-align: center;
    height: 21px;
    margin: 0;
    padding: 6px 3px 2px 5px;
    white-space: nowrap;
    background: url(../images/gradient-table.gif);
}

.GridHead a
{
	color: #a3432c;
}

.GridPager
{
    font-size: 12px;
    color: Black;
	text-decoration: none;
}

.GridPager a
{
    font-size: 12px;
	color: #a3432c;
	text-decoration: none;
}

.GridList
{
	background: #F4F4F4;
	text-align: left;    
    font-size: 11px;
	margin-top:5px;
    border: none;
}

.GridList caption
{
    font-size: 12px;
}

.GridList td
{
    margin: 0;
    padding: 15px 3px 2px 5px;
    border: none;
    border-bottom: 1px solid #E3E3E3;
}

.GridList td a
{
	color: #a3432c;
	text-decoration: none;
}

.GridList tr.normal:hover, .GridList tr.alternate:hover
{
	background-color: #ddeeff;
}

.GridHeadRecent
{
	font-size: 11px;
	font-weight: normal;
	text-align: center;
    margin: 0;
    white-space: nowrap;
    background: url(../images/bar_recent.png);
}

.GridHeadRecent td
{
	border-left: 1px solid #900603;
}

.GridHeadRed
{
	font-size: 11px;
	font-weight: normal;
	text-align: center;
    height: 27px;
    margin: 0;
    white-space: nowrap;
    background: url(../images/bar_grid.png);
}

/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0;
    padding: 5px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}
.filledRatingStar {
    background-image: url(../images/Star.png);
}
.emptyRatingStar {
    background-image: url(../images/StarGr.png);
}
.savedRatingStar {
    background-image: url(../images/SavedStar.png);
}

/*Modal Popup*/
.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;
}

.signup
{
	margin-left: 160px;
}

.SearchPager
{
    background-image: url(../images/List.png);
    background-position: bottom;  
    background-repeat: no-repeat;
}

.SearchPager table
{
	border-collapse:separate;
}


.SearchPager, .SearchPager td, .SearchPager td table
{
    font-size: 12px;
    color: Black;
	text-decoration: none;
	border: 0;
}

.SearchPager td a
{
    font-size: 12px;
	color: White;
	text-decoration: none;
}


