html, body {
	width: 754px;
	margin: 20px auto;
	font: 100% helvetica, arial, sans-serif;
	background: #666 url("../images/rippleback.jpg");
}

a {
	color: #079;
	font-weight: bold;
	text-decoration: none;
} a:hover { text-decoration: underline; }

h1, h2 { font-family: georgia, "times new roman", times, serif; }

#main {
	border: 1px solid black;
	background: #F0F0F0;
}

#top {
	width: 752px;
	height: 150px;
	background: url("../images/dn_button.jpg") top left no-repeat;
	border-bottom: 2px solid black;
}

#breadcrumbs {
	margin: 0px;
	padding: 3px 5px;
	background: #444;
	color: #FFF;
	font: 90% verdana, arial, sans-serif;
	border-bottom: 2px solid black;
}
	
#content {
	margin: 20px 30px 30px 30px;
}

#copyright {
	margin-top: 20px;
	text-align: center;
	letter-spacing: 2px;
	font-size: 90%;
	color: #FFF;
	font-weight: bold;
}

table td {
	margin: 5px;
	padding: 5px;
	vertical-align: top;
}

.fh {
	font: 85% verdana, arial, sans-serif;
	color: #444;
}

.prettysmall {
	font-size: 85%;
}

.dslorder, .dsltable {
	width: 80%;
	border: 1px solid black;
	margin-bottom: 7px;
	padding: 10px 10%;
} .dslorder dt {
	font-weight: bold;
} .dslorder td {
} .dslorder div {
	font: 90% verdana, helvetica, arial, sans-serif;
	color: #444;
}

.dsltablerate {
	font-size: 120%;
	font-weight: bold;
}

.dsleven {
	background-color: #FFF;
}

.dslodd {
	background-color: #CCC;
}

#ordersummary {
	border-top: 1px solid #000;
	border-left: 1px solid black;
} #ordersummary th {
	border-bottom: 2px solid black;
} #ordersummary td {
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}

#customersummary {
	border: 1px solid black;
	background: #FFF;
	font-family: helvetica, arial, verdana, sans-serif;
} #customersummary .s {
	font-weight: bold;
}

.adminitemtable {
	border: 1px solid black;
}

.tlight {
	background: #FFF;
}

.tdark {
	background: #EEE;
}

.req {
	color: red;
}

.tinyText { font-size: 0.7em; }

#dslQuickTest {
	float: right;
	padding: 10px;
	background: #CCC;
	color: #FFF;
	border: 1px dotted orange;
}

.cap {
	font: 85% verdana, arial, sans-serif;
	color: #666;
}

img { display: block; }
