﻿/* Main */
body
{
	background-repeat: no-repeat;
	color: Silver;
	font-family: Georgia;
	margin: 0px; 
	font-size: small;
}

td
{
	font-size: small;
}

/* Rating */
.ratingStar 
{
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar { background-image: url(Images/FilledStarDark.png); }

.emptyRatingStar { background-image: url(Images/EmptyStarDark.png); }

.savedRatingStar { background-image: url(Images/SavedStarDark.png); }

.cust_calendar .ajax__calendar_container 
	{
    border:1px solid navy;
    background-color: White;
    color: red;
	}

a.linky:link
{
    text-decoration: none;
    color: #990000;
}
a.linky:hover
{
    text-decoration: underline;
    color: #99CCFF;
}
a.linky:visited  
{
    text-decoration: none; 
    color: #990000; 
}
a.linky:visited:hover  
{
    text-decoration: none; 
    color: #99CCFF;
}
a.linky:active 
{ 
    text-decoration: none; 
    color: #990000; 
}
a.linky:active:hover  
{ 
    text-decoration: none; 
    color: #99CCFF;
}

.DynamicPanel
    {
        border-right: darkgray 1px solid;
        border-top: darkgray 1px solid;
        border-left: darkgray 1px solid;
        border-bottom: darkgray 1px solid;
        background-color: #E0E0E0;   
        position: absolute;
        left: 0px;
        top: 0px;
        filter: alpha(opacity=90);
        opacity: 0.9;
    }

.modalBackground 
    {
        background-color: Black;
    }

.admin_button
{
   border: dashed 2px green;
	font-family: Georgia;
	width:100px;
}
.admin_button:hover
{
   color: red;
	cursor:pointer;
}

#floater	
    {
    float:left; 
    height:50%; 
    margin-bottom:-120px;
    }
#content	
    {
    clear:both; 
    height:240px;  
    position:relative;
    }        

