
/* -- Default page style -- */
body
{
	padding-top: 10px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    margin: 0px;

	background-color: #ffffff;
    color: #000099;

    font-family: Verdana;
/*    font-size: 10pt; */
}

/* -- Default link style -- */
a
{
    color: #000099;
}

/* -- Hovered link style -- */
a:hover
{
}

font.LiveData
{
/*	font-size: 14pt; */
    color: #33CC33;
}

font.AddLiveData
{
	font-size: 11pt;
}

/* -- Default cell style -- */
td
{
    color: #000000;

/*	font-size: 10pt; */
}

/* -- Title cell style -- */
td.PopupTitle
{
    font-weight: bold;
/*	font-size: 12pt; */

    text-align: right;
}

/* -- Title cell style -- */
td.CarParkCapacity
{
	font-size: 10px;
    text-align: right;
}

th.InfoTitle
{
    font-weight: bold;
    text-align: center;
}

th.InfoHeading
{
    background-color: #e6e6e6;
    font-weight: bold;
}

/* -- Information Titles cell style -- */
td.InfoHeading
{
    background-color: #e6e6e6;
    font-weight: bold;
}

/* -- Information Values cell style -- */
td.InfoData
{
/*    background-color: #a6c4e1;*/
    background-color: #d8ebf5;
/*    text-align: right;*/
}

/* -- Information Titles cell style -- */
td.InfoListHeading
{
    background-color: #e6e6e6;
    font-weight: bold;
    text-align: left;
}

/* -- Information Values cell style -- */
td.InfoListData
{
/*    background-color: #a6c4e1;*/
    background-color: #d8ebf5;
    text-align: left;
}

/* -- Information Values cell style -- */
td.IncidentPanelCol1Data
{
/*    background-color: #a6c4e1;*/
    background-color: #d8ebf5;
    text-align: left;
}

/* -- Information Values cell style -- */
td.IncidentPanelCol2Data
{
/*    background-color: #a6c4e1;*/
    background-color: #d8ebf5;
    text-align: left;
}

/* -- Information Values cell style -- */
td.JourneyTimesPanelCol1Data
{
/*    background-color: #a6c4e1;*/
    background-color: #d8ebf5;
    text-align: left;
}

/* -- Information Values cell style -- */
td.JourneyTimesPanelCol2Data
{
/*    background-color: #a6c4e1;*/
    background-color: #d8ebf5;
    text-align: left;
}

/* #AccidentTypeHeading
{
    background-color: #a8ebf5;
    text-align: left;
}
*/

/* -- Link Reload Style -- */
td.ReloadLink
{
    align: left;
}

/* -- Link Close Style -- */
td.CloseLink
{
    align: right;
}

