/* POPunited Shipment Tracking System */

* {
	padding: 0;
	margin: 0;
}

body {
	font-size: 14px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #231F20;
	text-align: center;
	background: url(../img/bg.gif) repeat-x;
}

.clear {
	clear: both;
}

br.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
	height: 0;
}

a {
	color: #5d717e;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	outline: none;
	border: none;
	text-decoration: none;
}

#page {
	width: 980px;
	margin: 0 auto 2px auto;
	text-align: left;
}

h1#logo {
	float: left;
	width: 20%;
	height: 190px;
}

#header {
	float: right;
	width: 80%;
	text-align: right;
	height: 190px;
	color: #231F20;
	font-size: 1.5em;
	line-height: 7.3em;
}

#center_column {
	width: 980px;
	margin: 0 0 30px 0;
	float: left;
	text-align: center;
}

/* Table from PHP */

TD, INPUT {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 16px;
}

INPUT.submit {
	border: 1px solid #A1A1A1;
	background-color: #FC6900;
	padding: 2px;
	width: 135px;
	color: #FFFFFF;
}

TABLE {
	margin: 1px;
	border: 1px solid #DDDDDD;
}

TD {
	padding: 2px;
}

TD.content {
	background-color: #FFFFFF;
}

TR.trackH {
	background-color: #FC6900;
	color: #FFFFFF;
}

TR.trackC {
	background-color: #E2793B;
	color: #FFFFFF;
}

.subtitle {
	background-color: #FC6900;
	font-size: 16px;
	color: #FFFFFF;
}