/* CSS  ( 9/23/2010, then 10/12/2020 only changed http: to https: )
-------------------------------------------------------------------- */
	body {
		background:#FFFFFF;
		font:75% Arial, Helvetica, sans-serif;
		margin: 0px;
	}

	#bodyWrap {
		margin:0px auto 0px auto;
		width:1000px;
	}

	#bodyWrapADMIN {
		font:75% Arial, Helvetica, sans-serif;
		margin:0px auto 45px auto;
		float:left;
	}

/*  original
a{text-decoration:none; color:#336699;}
a:hover{text-decoration:underline; color:#000066}
a:active{text-decoration:underline; color:#FF6633} */

a{text-decoration:none; color:#0000FF;}
a:hover{text-decoration:underline; color:#007F00}
a:active{text-decoration:underline; color:#FF6633}

.center{font-size:11px; color:#FFFFCC; font-family: verdana, arial,sans-serif; font-weight: bold;}
a.centerLink{font: 11px verdana; color: #FFFFCC; text-decoration: none; font-weight: bold;}
a.centerLink:hover{font: 11px verdana; color: #FFCC00; text-decoration: underline; font-weight: bold;}
a.centerLink:active{font: 11px verdana; color: #FF6633; text-decoration: underline; font-weight: bold;}

H1{font-size:12px; color:#666666; font-family: arial, helvetica, sans-serif; font-weight: normal;}
H2{font-size:16px; color:#DECFA8; font-family: Arial,Verdana,Helvetica,Lucida Sans Unicode,System; font-weight: bold;}
TD	{font-size:12px; color:#000; font-family: arial, helvetica, sans-serif; font-weight: normal;}
TR.rowhoverhighlight:hover { background: #fffff0;}

.size1{font-size:10px; color:#666666; font-family: verdana, arial,sans-serif}
.tabletitle { color: #ffffcc; font-size: 13px; font-weight: bold; font-family: Helvetica, Verdana, Arial; }
.tabletitlebackground { background-color: #000099; }
.tableheader { color: #000; font-size: 12px; font-weight: bold; font-family: Arial, Helvetica, Verdana; background-color: #cce5FF; }
.blackmedbold { color: #000; font-size: 13px; font-weight: bold; font-family: Arial, Helvetica, Verdana; }
.midblack { color: #000; font-size: 12px; font-family: Arial, "Trebuchet MS"; }
.smlblack { color: #000; font-size: 10px; font-family: Arial, "Trebuchet MS"; }
.smlgrey { color: #666; font-size: 10px; font-family: Arial, "Trebuchet MS"; }
.smlyellow { color: #ffffcc; font-size: 10px; font-family: Arial, "Trebuchet MS"; }
.focus	{ color:#7f0000; font-weight: normal; font-size: 10px;}
.alert	{ color:#cc0000; font-weight: normal;}

.highlight { background-color: #FFFF00;}
.highlightIANA { background-color: #a0ffff;}
.highlightSCAC { background-color: #FDF0E3;}
.highlightCNAME { background-color: #FFFFCC;}
.highlightADMINyellow { background-color: #FFFF00;}
.highlightADMINred { background-color: #f5a4a4;}
.highlightGreenNOTUSED { background-color: #99ff99;}
.footnotes { color: #333333; font-size: 11px; font-family: Arial, "Trebuchet MS"; }

.havepower {color: #000; font-size: 11px; font-family: Arial, "Trebuchet MS"; background-color: #99ff99; }

.loginline {font-size:12px; font-weight:normal; color:#7f0000; font-family:Tahoma; display:inline; }

hr.hrHomePage {
  border:0;
  border-top: 1px solid #DCDCDC;
  height: 0;
  background: #DCDCDC;
  margin-bottom: 15px;
  }

.HomeTeaseBox{ margin: 25px auto 10px 15px;}

.HomeTeaseBoxLeft {
	float:left;
	width: 35%;
}

.HomeTeaseBoxMiddle {
	float:left;
	width: 320px;
	margin-left: 10px;
}
.HomeTeaseBoxRight {
	float:right;
	width: 60%;
}

.FBbox {float:right; clear: none; }

#HomePictureBox {
	text-align:right;
	margin-top:5px;
	}
.HomePictureBoxShadow{
	height:11px;
	background-position:bottom;
	background-image:url(https://www.drayage.com/images/bgShdwBot.gif); background-repeat:repeat;
	}

/* TOP NAV BAR
---------------------------------------------------------------------- */
	#headerWrap {
		width:980px;
		background-color:#333333;
	}

	#header {
		overflow:hidden;
		height:17px;
		position:relative;
		padding-top:4px;
		padding-right:3px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		color:#FFFFCC;
		font-size:10px;
	}

	#header .headerLinks {
		text-align:right;
		margin:0px 0 0;
	}

	#header .headerLinks li,
	.headerLinks li {
		display:inline;
		color:#888888;
		background-position:right 1px;
	}

	.headerLinks li.last {
		background:transparent;
	}

	#header a,
	#header a:link,
	#header a:visited,
	#header li.copy {
		color:#FFFFCC;
		text-decoration:none
	}
	#header a:hover {
		color:#FFCC00;
		text-decoration:underline;
	}
	#header a:active {
		color:#FF6633;
		text-decoration:underline;
	}
	.headerLinks a,
	.headerLinks a:link,
	.headerLinks a:visited,
	.headerLinks li.copy {
		padding:0 5px 0 5px;
	}

.topNavbox{ width:275px; height:17px; text-align:right; display:inline; }

.topNavbox-curve{
	float:left;
	width:720px;
	position:absolute; 
	height:6px;
	bottom:0px;
	background-color:white; background-image:url(https://www.drayage.com/images/curve-blk.gif); background-repeat:no-repeat; background-position:right; }


/* MAIN CONTENT
---------------------------------------------------------------------- */
	#contentMain{
	float:right; }


/* FOOTER
---------------------------------------------------------------------- */
	#footerWrap {
		width:650px;
	}

	#footer {
	overflow:hidden;
	height:180px;
	position:relative;
	background-position:left bottom;
	padding-left:10px;
	padding-top:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#888888;
	font-size:10px;
	float: left;
	}
	#footer .footerLinks {
		text-align:left;
		padding-left:0px;
		margin:0px 0 0;
		padding-bottom:8px;
	}

	#footer .footerLinks li,
	.networkCopy .footerLinks li {
		display:inline;
		color:#888888;
		background-position:right 1px;
	}

	.footerLinks li.last {
		background:transparent;
	}

	#footer a,
	#footer a:link,
	#footer a:visited,
	#footer li.copy {
		color:#336699;
		text-decoration:underline;
	}
	#footer a:hover {
		color:#000066;
	}
	#footer a:active {
		color:#FF6633;
	}
	.footerLinks a,
	.footerLinks a:link,
	.footerLinks a:visited,
	.footerLinks li.copy {
		padding:0 4px 0 4px;
	}

.formcontrol{display:inline; }
.propertyof{padding-bottom:10px; padding-top:5px; display:block; }
.member{padding-bottom:1px; padding-left:0px; display:block;}
.copyright {font-size:10px; font-weight:normal; color:#666666; font-family:Verdana, Arial, Helvetica, sans-serif; padding-left:5px; display:inline; }

.error-nojavascript-icon { background:url(https://www.drayage.com/images/warning.gif) no-repeat; color:red; font-size:1.2em; font-weight:bold; padding-right:3px; padding-bottom:15px; padding-left:20px; display:block; }
.error-nojavascript { font-weight:normal; color:#000000; font-size:0.9em; padding-left:20px; display:inline; }
