﻿/*
Serene - #4F87A0
Grey   - #b7b4b0
Ivory  - #fffff0
Pink   - #f7c4b7
*/

body 
{
    background-color:#353535;
    background-position:left top;
    background-repeat:no-repeat;
    font-family:Georgia;
    font-size:11px;
}

.menuOut
{
    cursor:default;
    text-align:center;
    padding:3px;
    color:#4383a0;
    border:solid 1px #b7b4b0;
    background-color:#b7b4b0;
    font-weight:bold;
    font-family:Arial;
}
.menuOver
{
    cursor:hand;
    text-align:center;
    padding:3px;
    color:#4383a0;
    background-color:#a8d7ec;
    border:solid 1px #4383a0;
    font-weight:bold;
    font-family:Arial;
}

.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity:0.7;
}

.modalPopup
{
	background-color:#e4e4e4;
	border: solid 3px #3a4a5a;
	padding: 3px;
	width:550px;
}
