/* 
//////////////////////////////////////////////////////////////////
//    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
//	  arrivo scheduling assistant v8.0
//    Mark W. Robbins, Robbins Systems
//    Copyright 2009 by Robbins Systems LLC
//    All Rights Reserved
//    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
//////////////////////////////////////////////////////////////////
*/
table.SiteHeaderPane {
		border-bottom		: 2px solid #A6A6A6;
		/* filter	: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#edf2f5', EndColorStr='#c0ccd6', enabled=true); */
		}

.hdr		{
			font-family		: Cambria, "Times New Roman", Serif;
			font-size		: 16pt;
			font-weight		: bold;
			font-style		: normal;
			color			: #2F4F4F;
			}
.subHdr		{
			font-family		: Cambria, "Times New Roman", Serif;
			font-size		: 11pt;
			font-weight		: bold;
			font-style		: normal;
			color			: #616161;
			margin-bottom	: 3px;
			margin-left		: 7px;
			}

.captionHdr		{
			font-family		: arial, helvetica, "ms sans serif", sans-serif;
			font-size		: 14pt;
			font-weight		: bold;
			font-style		: normal;
			color			: #174573;
			margin			: 10px;
			}

div.logoLink	{
		font				: 10pt 'Segoe UI', arial;
		font-weight			: bold;
		color				: #000000;
		width				: 145px;
		text-align			: center;
		}
a.logoLink	{
		text-decoration		: none;
		color				: #000000;
		font-weight			: bold;
		border				: none;
}
a.logoLink:link	{
		color				: #000000;
		text-decoration		: none;
}
a.logoLink:visited	{
		color				: #000000;
		text-decoration		: none;
}
a.logoLink:hover	{
		color				: #000000;
		text-decoration		: none;
}


div.buttonMenuText	{
		font				: 7.5pt 'Segoe UI', arial;
		color				: #000000;
		}
div.headerLinkButton 	{
		width				: 40px;
		cursor				: hand;
		}

a.headerLink	{
		text-decoration		: none;
		color				: #000000;
		font-weight			: normal;
		border				: none;
		width				: 100%;
		padding				: 2px 4px 2px 4px;
}
a.headerLink:link	{
		color				: #000000;
		text-decoration		: none;
}
a.headerLink:visited	{
		color				: #000000;
		text-decoration		: none;
}
a.headerLink:hover	{
		color				: #000000;
		text-decoration		: none;
}
