﻿DIV.OuterBorder
{
	border: 5px solid #000066;
	border-top: none;
}

DIV.MiddleBorder
{
	border: 5px solid #0066CC;
	border-top: none;
}
DIV.TopBorder
{
	border: 5px solid #000066;
	border-top: none;
	border-left:none;
	border-right:5px solid #000066;
}
DIV.TopUpperBorder
{
	border-bottom: 5px solid #0066CC;
}
DIV.InnerBorder
{
	border: 5px solid #FFFFFF;
	background-color: White;
}


/* Home Page */
.HomePageText
{
	font-size: 13px;
	color: #666666;
	line-height: 21px;
	font-family: Arial;	
}
.HomePageStandardText
{
	font-family:Arial; 
	font-size: 11px; 
	line-height: 16px; 
	color: #333333;
}
.AgentLogin
{
	font-family: Arial; 
	font-size: 11px; 
	color: #666666;
	text-align: left;
}
.WhatSortOfShipping
{
	font-family: Lucida Sans; 
	font-size: 14px; 
	color: #FF6600; 
	font-weight: bold;	
}
TD.ShippingTypeBox{
	padding-left: 10px; 
	background-image: url(../Image/middle_button.gif); 
	background-repeat: no-repeat;
	cursor:pointer; 
	width: 211px; 
	height: 31px; 
	font-family: Arial; 
	font-weight: bold; 
	font-size: 12px; 
	color: #000033;
}

.SideBackground
{	
	background-image: url(../Image/bg.gif);
	background-repeat:repeat;
	color: Lime;
}


/* Home Page Outer Cells(boxes) */
TD.TopHomePageBox
{
	background-image: url(../Image/gradient_up.gif); 
	background-position: bottom; 
	background-repeat: repeat-x;
	border-bottom: 1px solid #0066CC;
}
TD.MiddleHomePageBox
{
	border-bottom: 1px solid #0066CC;
}
TD.BottomHomePageBox
{
	background-image: url(../Image/gradient_down.gif); 
	background-position: top; 
	background-repeat: repeat-x;
}
TD.RightBox
{
	width:150px; 
	border-left: 1px solid #0066CC;
}

/* UserControl Styles */
.HelpButton
{
	font-family:Arial;
	font-size: 11px;
	color: #000033;
	font-weight: bold;
}
.HelpButton
{
	font-family:Arial;
	font-size: 11px;
	color: #000033;
	font-weight: bold;
}
.HelpText
{
	font-family:Arial;
	font-size: 11px;
	color: #000033;
}
.ArtComp
{
	font-family: Arial;
	color: #666666;
	line-height: 16px;
	font-size: 11px;
}
.Tab
{
	font-family: Arial;
	font-weight: bold;
	font-size: 10px;
	color: #000033;
}
.Heading
{
	font-family: Lucida, sans serif;
	font-size: 24px;
	font-weight: bold;
	color: #ff6600;
	padding-left: 30px;
}


/*Menus*/
.TopMenu
{
	font-family:Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	color: #0066CC;
	cursor:pointer; 
	width: 70px; 
	vertical-align: bottom; 
	border-right: 1px solid #ffffff;
}
.TopMenuHover
{
	font-family:Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	color: #000033;
	cursor:pointer;
	width: 70px; 
	vertical-align: bottom; 
	border-right: 1px solid #ffffff;	
}
.LeftParentMenu
{
	cursor:pointer; 
	padding-left: 10px; 
	font-size: 8pt; 
	font-family: Arial; 
	font-weight: bold;
	color: #98CCFE; 
	border-bottom: 1px solid #0066CB; 
	background-image: url(../Image/leftmenu_background.gif); 
	height: 23px;
}
.LeftParentMenuHover
{
	cursor:pointer; 
	padding-left: 10px; 
	font-size: 8pt; 
	font-family: Arial; 
	font-weight: bold;
	color: #FFCC33; 
	border-bottom: 1px solid #0066CB; 
	background-image: url(../Image/leftmenu_background.gif); 
	height: 23px;
}
.LeftSubMenu
{
	cursor: pointer; 
	font-size: 8pt; 
	font-family: Arial; 
	color: #0066CB; 
	border-bottom: 1px solid #0066CB; 
	background-color: #99CDFF; 
	height: 23px;
}
.LeftSubMenuHover
{
	cursor:pointer; 
	font-size: 8pt; 
	font-family: Arial; 
	color: #000033; 
	border-bottom: 1px solid #0066CB; 
	background-color: #99CDFF; 
	height: 23px;
}


/* News */
.NewsHeader
{
	vertical-align:top; 
	font-family: Arial; 
	font-weight: bold; 
	font-size: 12px; 
	color: #0066CC;	
}
.NewsTitle
{
	font-family: Arial; 
	font-size: 11px; 
	font-weight: bold; 
	line-height:16px; 
	color: #000033;
}
.Date
{
	font-family: Arial; 
	font-size: 10px; 
	color: #666666;
}

/* Schedule Page */
.ScheduleTab
{
	font-family: Lucida Sans, Arial;
	font-size: 12px;
	color: #0066CC;
	font-weight: bold;
}
.RouteHeader
{
	font-family: Lucida Sans, Arial;
	font-size: 16px;
	color: #0066CC;
	font-weight: bold;
}
.RouteTableHeader
{
	font-family: Lucida Sans, Arial;
	font-size: 14px;
	line-height: 21px;
	color: #000033;
	font-weight: bold;	
}
.RouteTableSubHeader
{
	font-family: Arial;
	font-size: 10px;
	line-height: 21px;
	color: #666666;
}
.RouteTableBorder
{
	font-family: Arial;
	font-size: 10px;
	color: #666666;
	line-height: 21px;
	border-top:solid 1px #8AA9E2;
}

.Form 
{
	width:100%;  
	font-family: Arial; 
	font-size: 11px;
}
