﻿body
{
	font-family: Arial, verdana, helvetica, sans-serif;
	font-size: 13px;
}
#bluebackfill_1600
{
    background-image: url("images/bluebackfill_1600.gif");
	background-repeat: repeat-y;
	background-position: center center;
}

#bluebackfill_1024
{
    background-image: url("images/bluebackfill_1024.gif");
	background-repeat: repeat-y;
	background-position: center center;
}

#bluebackfill_512
{
    background-image: url("images/bluebackfill_512.gif");
	background-repeat: repeat-y;
	background-position: left center;
}

#bluebackfill_256 
{
    background-image: url("images/bluebackfill_256.gif");
	background-repeat: repeat-y;
	background-position: left center;
}

a:link, a:visited, a:active {color:#000000; text-decoration:none}
a:hover {color:#7777ff; text-decoration:none}

.locations, a.locations:link, a.locations:visited, a.locations:active
{
    width:36px;
    height:22px;
    background-color:#e7efef;
    color:#000000; 
    text-decoration:none
}
a.locations:hover 
{
    display:block;
    background-color:#ff7700; 
    text-decoration:none
}
.modalBackground {
	background-color:Blue;
	filter:alpha(opacity=70);
	opacity:0.7;
}