html,body {
	margin:0;
	padding:0;
	height:100%; 
	max-height:100%;
	background: transparent;
	font-family: Arial;
	font-size: 11px;
	color:#000000;
}
a
{
	font-size:11px;
	color:#000;	
}

DIV#container 
{
    margin: 0px auto;
    text-align: left;
    width: 1005px;
    height:700px;
}
DIV#topbanner 
{
    width: 100%;
    height: 88px; 
	background:#ffffff url("/images/Master/headerRepeatGray.jpg") top left repeat-x;
}
DIV#leftbar 
{
    float: left;
    width: 13px;
    height: 417px;
	background: url("/images/Master/leftDropGray.jpg") top left no-repeat;
}
DIV#centralbar 
{
    float: left;
    width: 979px;/*Container width minus 26 (Side gradient bars)*/
    margin:auto;
    height: auto;
}
DIV#content 
{
	margin:auto;
    width: 100%;
    height: auto;
}
#MainContentTD
{
	border:solid 1px #999999;
	vertical-align:top;
}
DIV#rightbar 
{
    float: right;
    width: 13px;
    height: 417px;
	background: url("/images/Master/rightDropGray.jpg") top left no-repeat;
}
DIV#leftHeaderImage
{
	float:left;
	width:350px;
	height:88px;
	background: transparent url("/images/Master/leftImageInsideGray.jpg") top left no-repeat;
}
DIV#rightHeaderImage
{
	float:right;
	text-align:right;
	width:180px;
	margin-right:0px;
	height:54px;
	/*background: transparent url("/images/Master/rightImageInside.gif") top right no-repeat;*/
}

.adHeight 
{
	padding:3px;
	text-align: center;
	margin: 0px auto;
	border:none;
}

#LogIn
{
	clear:both;
	margin:14px 4px 0 0;
	z-index:5;
	font-size:10px;
}

A.smallprintlink {
	color: #FF0000;
	font-family:tahoma,arial,helvetica,san-serif;
	font-size:9px;
	text-decoration:none;}
A.smallprintlink:visited {
	color: #FF0000; }
A.smallprintlink:hover {
	color: #FF0000;
	text-decoration: underline;}

A.hoverback {
	color: #000000;
	width:100px;
	height:23px;
	padding:4px;
	font-family:tahoma,arial,helvetica,san-serif;
	font-size:11px;
	text-decoration:none;}
A.hoverback:hover {
	width: 100px;
	height: 23px;
	color: #000000;
	text-decoration: none;
}
A.hoverback:visited {
	color: #000000;}
A.hoverback:link{
	color: #000000;
}

input 
{
	font-size:11px;	
	font-family:Arial;
}

select
{
	font-size:11px;
	font-family:Arial;
}

textarea
{
	font-size:11px;
	font-family:Arial;
}

.LeftColumnForm
{
	text-align:right;
	padding-right:4px;
}
.LeftColumnFormBold
{
	text-align:right;
	padding-right:4px;
	font-weight:bold;
}

.cursor
{
	cursor:pointer;
}

.cursor:hover 
{
	background-color:#ff0000;	
}

.insideTableBorder
{
	background-color: #FFFFFF; 
	border:solid 1px #9F291D; 
	width:100%;
}

/*START TABS*/
.hotLinkStyle
{
	text-decoration: none;
	color: #444444;
	font-size: 10px;
	font-weight:bold;
	display: block !important;
	font-family: Arial;
	text-align: center;
	background:url("/images/tabHot.gif") top left no-repeat;
    cursor: pointer;
    line-height:17px;
}

.coldLinkStyle
{
	text-decoration: none;
	color: #444444;
	font-size: 10px;
	font-weight:bold;
	display: block !important;
	font-family: Arial;
	text-align: center;
	background:#e3e3e4 url("/images/tabCold.gif") top left no-repeat;
    cursor: pointer;
    line-height:17px;
}

.coldLinkStyle:hover 
{
	background:#ad7979 url("/images/tabCold.gif") top left no-repeat;
}

.tab
{
	width: 84px;
	height: 16px;
	float: left;
	text-align: center;
	cursor:pointer;
	position: relative; 
	z-index:4;
	color: #87898c !important;
	font-family: Verdana;
	font-size: 10px !important;
	font-weight: bold;
}
/*END TABS*/

/*START MENU*/
	#menu a	{Color:#000;}
	#menu {position:absolute; top:51px; left:300px; z-index:99;}
	li a{text-decoration:none;}
	div#menu ul li ul{left:0px;	border:solid 1px #7F0C00; border-top:none;}
	div#menu ul
	{
		list-style:none; 
		margin:0 0px 0 0px; 
		padding:0; 
		float:left; 
		width:100px;
		color:#fff;
		font-weight:bold;
		font-family:Arial;
		text-align:center;
		font-size:11px;
	}
	div#menu li{position:relative;}
	div#menu ul ul{position:absolute; z-index:500; display:none; width:119px;}
	
	div#menu li:hover{cursor:pointer;z-index:100;}
	
	div#menu li:hover ul ul,
	div#menu li li:hover ul ul,
	div#menu li li li:hover ul ul{display:none;}
	
	div#menu li:hover ul,
	div#menu li li:hover ul,
	div#menu li li li:hover ul{display:block;}

	div#menu li ul li a 
	{
		font: bold 10px arial;
		display:block; 
		color:#000; 
		margin:0px; 
		text-decoration:none; 
		padding-left:2px; 
		text-align:left;
		background-color:#F3F3F4;
	}
	div#menu li ul li a:hover {background:#FFF; color:#000;}
	
	
/*END MENU*/

@media print 
        {
          #header
          {
            display:none;
          }
          #LogIn
          {
          	display:none;
          }
          #menu
          {
          	display:none;
          }
          .tab
          {
          	display:none;
          }
          #ShipperMateMenu
          {
          	display:none;
          }
          #MainContentTD
          {
            position:absolute;
            top:0px;
            left:0px;
            border:none;	
          }
          #footer
          {
            display:none;	
          }
          body
          {
          	margin:0px;
          	padding:0px;
          }
        }

