﻿body 
{
    font-family:calibri;
    font-size:medium;
    font-weight:normal;
}

div.ControlBay
{
	border-bottom:solid 1px blue;
	border-left:solid 1px blue;
	border-right:solid 1px blue;
	background-color:#e1ffff;
}

div.TravelControlBay
{
	border-bottom:solid 1px blue;
	border-left:solid 1px blue;
	border-right:solid 1px blue;
	background-color:#e1ffff;
}

div.ControlHeader
{
	background-image:url(../img/ButtonBlend.png);
	background-repeat:repeat-x;
	height:25px;
	color:Navy;
	font-family:Calibri;
	font-style:italic;
	font-size:16pt;
	font-weight:bold;
	padding-left:5px;
	text-align:left;
}

div.TravelControlHeader
{
	background-image:url(../img/ButtonBlend.png);
	background-repeat:repeat-x;
	height:25px;
	color:Navy;
	font-family:Calibri;
	font-style:italic;
	font-size:16pt;
	font-weight:bold;
	padding-left:5px;
	text-align:left;
}

div.ControlContent
{
	background-image:url(../img/quarterball.png);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:4px;
	padding-right:4px;
}

div.TravelControlContent
{
	background-image:url(../img/metros.png);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:4px;
	padding-right:4px;
}
div.BaySpacer
{
	height:10px;
}
td.Copyrights
{
	font-family:Verdana;
	font-size:10px;
	color:#000000;
}
td.LowerMenu{
	font:italic 9px Verdana;
	color:#000000;
}

font.Required
{
    font-family:Verdana;
    font-size:9pt;
    color:#ff0000;
}

font.ControlInvisible
{
    font-family:Verdana;
    font-size:6pt;
    color:#e1ffff;
}

table.contact 
{
    font-family:calibri;
    font-size:small;
    font-weight:bold;
}

font.prominent
{
    font-size:large;
    color:Red;
}

a
{
    color:Navy;
    font-weight:bold;
    text-decoration:none;
}
/*Accordion*/
div.HeaderPanel
{
    background-color:white;
    color:Navy;
    vertical-align:middle;
    font-family:calibri;
    font-size: 16px;
    overflow:visible;
    font-weight: bold;    
    padding-top: 3px;
    padding-bottom: 3px;
    margin-top: 5px;
    cursor: pointer;
    border-top:1px solid Navy;
}

div.ContentPanel
{
    font-family:calibri;
    font-size: 15px;
    color:Black;
    overflow:visible;
    background-color:Transparent;
    overflow:hidden;
    border-top: 1px solid white;
    padding-top: 3px;
    padding-bottom: 3px;
    border:solid 1px Black;
    margin-left:10px;
}
/*Accordion*/