/* CSS Document */
body {
	background-image: url(../img/customerService/header.gif);
	background-repeat: no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#6F0913;
	margin-left: 15px;
	font-size:90%;
	min-width:900px;
}
h2 {
	color:#A72323;
}
h3 {
	color:#A72323;
}
a {
	color:#236730;
	text-decoration:none;
	padding:5px;
}
a:hover {
	background-color:#F4E5A7;
	}
a:active {
	color:#ffffff;
	}

#serviceContent {
	/*position:absolute;*/
	width:70%;
	z-index:1;
	/**left: 216px;**/
	float:left;
	overflow: visible;
	top: 15px;
	padding:10px;
}
#menu {
	/*position:absolute;*/
	width:180px;
	float:left;
	z-index:2;
	left: 15px;
	top: 15px;
	border-style:solid;
	border-width:thin;
	border-color:#6F0913;
	padding:10px;
}
.top {
	font-size:.8em;
	}
/*formatting for content in tables*/
table {
	border-style:solid;
	border-width:thin;
	border-color:#000000;

}
table td {
	color:#000000;
	padding:5px;
	font-size:85%;
	/*border-top: thin solid gray;
	border-bottom: thin solid gray;*/
	
}
.columnheads {
	background-color:#CCCCCC;
	font-weight:bold;
	vertical-align:top;
}
.columntags {
	font-weight:bold;
	color:#333333;
	vertical-align:top;
}
.columntagsrequired {
	font-weight:bold;
	color:#A72323;
	vertical-align:top;
	}
.columnnotes {
	font-size:80%;
	color:A72323;
	vertical-align:middle;
	}
ul,li, .warning {
	color:#FF0000;
	font-weight:bold;
	}
.success {
	color:#339900;
	font-weight:bold;
	}
.tag {
	font-weight:bold;
	}
.enbolden {
	font-weight:bold;
	}
.h3 {
	color:#A72323;
	font-size:1.2em;
	font-weight:bold;
	}
h4 {
	color:#A72323;
	font-size:1em;
	font-weight:bold;
	margin-bottom:1px;
	}
.notOK {
	color:#FF0000;
	}
.OK {
	color:#339900;
}
.highlight {
	background-color:#F4E5A7;
	padding:5px;
}
.inactive {
	color:#AAA;
}
.right {
	text-align:right;
}
.orderPic {
	float:left;
	width:100px;
	height:67px;
}
.smallGrey {
	color:#888;
	font-size:60%;
	line-height:.5em;
}
.orderInput {
	margin-left: 5px;
	text-align:left;
	background-color:#EEE;
	font-size:80%;
	}
div.orderInput input {
	height:80%;
}
.itemNotes {
	margin-left: 105px;
	}
.instructions {
	background-color:#9CC;
	border:none;
}
.confirmed {
	background-color:#EEE;
	border:none;
}
.clearit {
	clear:both;
}
