*
{
	padding: 0;
	margin: 0;
}

body 
{
	font: normal 100%/1em arial, sans-serif; 
	margin: 10px; 
	color: #333; 
	background-color: #f5f5f5;
	font-size: 0.9em;
}

header, article, footer, section
{
	clear: both;
	display: block;
	margin: 0.5em;
}

header
{
	background-color: #5C9CCC;
    border: 3px double #FFFFFF;
    border-radius: 10px 10px 0 0;
    color: #FFFFFF;
    font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",sans-serif;
    font-variant: small-caps;
    font-weight: bold;
    margin: 0 auto 11px auto;
    padding: 7px;
    text-align: center;
    width: 98%;
    height: 36px;
}

header hr {
	height: 0px;
	color: rgb(255, 255, 255);
}

#navigation {
	height: 21px;
	background-color: rgba(0,0,255, 0);	
	width: 100%;
	line-height: 21px;
}

#navigation ul {
	margin: 0 auto;
}

#navigation ul li a {
	float: left;
	display: block;
	padding: 0 18px;
	color: white;
	text-decoration: none;
}

#navigation ul li a:hover {
	text-shadow: 2px 2px 0 green;
}

#navigation.lte9 ul li a:hover {
	color: yellow;
}

#navigation ul, #navigation ul li {
	list-style-type: none;
	font-size: 13px;
}

.selected-menu-item {
	text-shadow: 1px 1px 0 green;
}

#navigation.lte9 ul li.selected-menu-item a {
	color: yellow;
}

footer
{
	font-size: 0.9em;
	text-align: center;
	padding: 6px;
}

h1
{
	font-size: 1.4em;
	text-shadow: 1px 1px 0 green;
	margin-bottom: 7px;
}

fieldset
{
	padding: 8px 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
}

legend
{
	font-size: 1.2em;
	font-weight: normal;
	padding: 0 1em;
	color: #333;
}

input, textarea, select
{
	font-family: arial;
	font-size: 1em;
	color: #666;
	margin-bottom: 4px;
}
input[type=text]::-ms-clear { 
	display: none; 
}
.pageTitle {
	margin: 10px auto 10px auto;
	width: 14%;
}
#searchPhone {
	width: 109px;
}
#searchTextField {
	width: 391px;
}
#mapCanvas {
	float: right;
	height: 400px;
	width: 28%;
	border: 1px solid #aaa;
}
#mapEntry {
	float: left;
	width: 70%;
	margin-right: 0.6em;
}
#addressResults {
	width: 100%;
	height: 100%;
}
.divSeparator {
	clear: both;
}
#addRemoveButtons {
	float: left;
	height: 180px;
	margin: 10px;
	padding: 20px 0 0;
    width: 40px;
}
#addRemoveButtons button {
	display: block;
    margin: 5px;
    padding: 0;
    width: 25px;
    height: 25px;
}
#tab2Col1 {
	float: left;
	width: 40%;
}
#tab2Col2 {
	float: left;
	width: 40%;
}
#openDeliveries, #deliveriesInRoute {
	border: 2px solid #ccc;
	list-style-type: none;
	height: 170px;
	width: 100%;
	margin: 0;
	overflow-y: auto;
	overflow-x: hidden;
	font-size: 0.8em;
	font-family: tahoma, sans-serif;
}
#deliveriesInRoute {
	height: 165px;
}
#openDeliveries > li, #deliveriesInRoute > li {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	margin: 0;
	padding-left: 4px;
}
#openDeliveries > li:hover, #deliveriesInRoute > li:hover {
	cursor: pointer;
}
.deliveryItem {
	display: block;
	clear: both;
}
.deliveryItem .orderTime {
	color: black;
	padding: 0 2px;
}
.orderStreet {
	font-weight: bold;
}
.deliveryItem .orderAddress {
	display: block;
	float: right;
	width: 321px;
}
#tab2Col3 {
	float: right;
    width: 12%;
}
#tab2Col3 button {
	float: right;
    margin: 5px;
    width: 110px;
}
#deliveryDriver {
	margin-bottom: 2px;
	font-weight: bold;
	width: 64%;
}
table#acceptedOrders {
	font-size: 0.8em;
	border: 1px solid #39f;
	width: 100%;
	height: 100%;
	border-radius: 0 0 5px 5px;
	border-collapse: separate;
	border-spacing: 0;
}
table#acceptedOrders caption {
	background-color: #5C9CCC;
    color: #FFFF88;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.4em;
    border-radius: 5px 5px 0 0;
    text-shadow: 1px 1px 0 green;
}
table#acceptedOrders thead, table#acceptedOrders tfoot {
	background-color: #E0E5FF;
	color: #000;
}
table#acceptedOrders td, table#acceptedOrders th {
	padding-left: 6px;
	text-align: left;
}
table#acceptedOrders tr:nth-of-type(even) {
	background-color: #E0E5FF;
}
table#acceptedOrders tr:hover {
	background-color: #AAA;
	color: #fff;
	cursor: pointer;
}
table#acceptedOrders tr.selected {
	background-color: #39f;
	color: #fff;
}
div#routeMapCanvas {
	float: left;
	width: 69%; 
	height: 600px;
	border: 1px solid #aaa;
}
div#routeTotals {
	border: 1px solid #aaa;
	float: right;
    width: 30%;
}
div#routeTotals label {
	display: inline-block;
	width: 125px;
	text-align: right;
	margin-right: 7px;
}
div#directionsPanel {
	overflow: scroll;
	float: right;
	clear: right;
	width: 30%;
	height: 600px; 
	border: 1px solid #aaa;	
}
.outOfArea {
	color: red;
}
#usersForm table {
	border-collapse: collapse;
	border: 1px solid #aaa;
	width: 100%;
	height: 100%;
}
#usersForm table th,#usersForm table td {
	border: 1px solid #aaa;
}
#usersForm table td {
	padding-left: 3px;
}
#usersForm table td a {
	text-decoration: underline;
}
.selected {
	background-color: #39f;
	color: #fff;
}
.placeholder {
	height: 20px;
}
#dialog-delete-confirm {
	font-size: 1.1em;
}
#dialog-new-route {
	font-size: 1.1em;
}
#dialog-cancel-delivery {
	font-size: 1.1em;
}
#resultsForm {
    width: 600px;
    background-color: #FFFFCC;
}
#resultsForm label, #resultsForm select, #resultsForm input {
	display: block;
}
#resultsForm textarea {
	width: 177px;
	height: 48px;
}
#otherName {
	width: 160px;
}
.ui-widget {
    font-family: tahoma, sans-serif;
    font-size: 0.7em;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: arial, sans-serif;
    font-size: 0.9em;
}
.col1,.col2 {
    width: 49%;
    height: 100%;
}
.col1 {
    float: left;
}
.col2 {
    float: right;
    background-color: #FD6;
}
#fsLocation .col1 {
    height: 168px;
}
#fsLocation .col2 {
	height: 168px;
}
#fsLocation legend, #fsOrder legend {
	margin-left: -14px;
    padding-left: 13px;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(../images/expanded.gif);
}
#fsOrder .col1 {
	margin-top: 2px;
}
#fsOrder .col1 label {
	width: 79px;
	display: inline-block;
	text-align: right;
	
}
#fsOrder .col1 input {
	width: 54px;
	display: inline-block;
	margin-left: 5px;
}
#fsCustomer .col1 {
    height: 70px;
}
#fsCustomer .col2 {
	height: 70px;
}
#fsCustomer .firstNameInput, #fsCustomer .firstNameLabel {
	float: left;
	width: 55px;
}
#fsCustomer .lastNameInput, #fsCustomer .lastNameLabel {
	float: left;
	clear: both;
	width: 103px;
	margin-right: 4px;
}
#fsCustomer .firstNameLabel {
	margin-left: 4px;
}
.stOuter {
	width: 368px;
}
.stInner {
	width: 351px;
}
#foundCustomers caption {
	font-weight: bold;
}
#fcBody {
	height: 100px;
	overflow-y: scroll;
	background-color: white;
}
#fcBody td {
	padding: 0 2px;
}
#matchedCustomers {
	cursor: pointer;
}
table .fcCol1 {
	width: 38px;
}
table .fcCol2 {
	width: 50px;
}
table .fcCol3 {
	width: 60px;
}
table .fcCol4 {
	width: 196px;
}
#addressDistance {
    font-weight: bold;
}
.phoneLabel {
	width: 72px;
	float: left;
}
.phoneType {
	width: 80px;
	float: left;
}
.phoneInput {
	width: 67px;
	float: left;
	clear: both;
	margin-right: 2px;
}
.phoneTypeInput {
	width: 64px;
	float: left;
}
#resultsForm .commentsLabel{
	float: left;
	clear: both;
}
#statusDiv.statusMessage {
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: #DDD;
	padding: 4px 28px 3px 12px;
}
#selectAddress li:hover {
	border: 1px solid black;
}
#selectAddress .error {
	padding: 12px;
}
#newCustomer > * {
	display: block;
	float: left;
	margin: 2px 2px 8px 2px;
}
#newCustomer span {
	margin-right: 13px;
}
