/** Misc Attributes **/
.required {color:red; font-size:100%; font-weight:bold; margin: 0 0 0 10px;} 
.error {color:red; font-size:100%; font-weight:bold; }
.button {	
	background-color: #0090D0; 
	border: 0; 
	color: #fff; 
	font-weight: bold; 
	margin-left: 10px;
	padding: 3px 5px 5px; 
	height: 25px; 
	cursor: pointer;
}

/** Map Attributes **/
#map { margin-left:15px; }
.dirRow { padding-left:5px; background-color:#999; font-weight:bold; height:25px;}
.dirNum {vertical-align:middle; padding-left:5px; font-weight:bold; }
.dirText {vertical-align:middle; }

/** Standard Form Layouts */
table.sForm { width:100%; margin-left:10px; border-collapse:collapse; }
table.sForm td { vertical-align: top; }
td.sForm { text-align:right; font-weight:bold; }
td.sFormLeft { text-align:left; font-weight:bold; white-space: nowrap;}
td.form-ele { }
tr.row_0 { background:#ccc; height:20px; }
tr.row_1 { background:#fff; height:20px; }
table.sForm th,  table.sForm th a { 
	color: #fff; 
	background:#eb7001;
	text-decoration:none;
	font-weight:bold;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	text-align:left;
}

/** Calendar Monthly View */
table.calendar { border:solid 1px black; width:100%; height:300px; border-collapse:collapse;}
table.sm_calendar { border:solid 1px black; width:100%; height:100px; }
a.cal { text-decoration:none; color:#295ea0; padding-left: 2px; }
a.cal:hover { text-decoration: underline; color:#5394d5; }
a.cal_nav:visited, a.cal_nav:active, a.cal_nav:link { text-decoration:none; color:white; font-weight:bolder;}
a:hover.cal_nav { text-decoration:underline; font-weight:bold; }
tr.cal_heading { font-weight:bold; color:white; background-color:#eb7001; height:15px; border-bottom: 1px solid #c3c3c3; }
tr.cal_dow {	 font-weight:bold; color:white; background-color:#eb7001; height:15px; text-transform: capitalize; }
td.cal_day { border:solid 1px black; padding: 1px 0 0 2px; width:14%; height:15%; }
td.cal_curr { background-color:#B3C1CC; }
td.cal_day_prev {  border:solid 1px black; color:#a4a4a4; font-size:10pt; background-color:#d6d6d6; padding: 1px 0 0 2px; }
td.cal_day_next {  border:solid 1px black; color:#a4a4a4; font-size:10pt; background-color:#d6d6d6; padding: 1px 0 0 2px; }

/** Calendar borders w/curves, could double as a portlet box **/
FORM.events INPUT.eventInput, FORM.events SELECT.eventInput { border: 1px solid #000; padding: 0px 0px;	margin: 2px 0px; }


/* Printer Friendly Attributes */
table.pf { width:650px; margin-left: auto;  margin-right: auto; text-align:left;}
table.pf tr.row { height:40px; }
.pf_label { font-weight:bold; font-size:100%; color:#000; }
.pf_close { border:solid #000 1px; padding:3px; width:80px; text-align:center;}
.pf_content { width:80%; margin-left:10%; margin-right:10%; position:relative; margin-top:50px;  }
.pf_print { border:solid #000 1px; padding:3px; width:80px; text-align:center;}
DIV.printerFriendlyIcon { display: none; }


/* breadcrumbs */
DIV.navigation { text-align: left; padding: 0 0 10px;}

/* site search */
#searchData { 
	font-size: 11pt;
	height: 16px;
	width: 140px;
	color: #0090D0;
	line-height: 18px;
	margin: 0;
	padding: 0;
	font-size: x-small;
}
.search INPUT.button { padding: 0; margin: 0; height: 19px; }
#searchForm { display: inline; }
.search {
	float: right;
	margin: 0;
	padding: 0;
	clear:both;
	color: #fff;
}

/* text size */
#textSize {
	float: right;
	margin: 10px 35px 0 0;
	padding: 0;
	height: 21px;
	color: #fff;
	clear:both;
}
#textSize FORM { display: inline; }
.textSize {
	font-size: 10pt;
}
.text_size_1 {
	font-size: 8pt;
}
.text_size_2 {
	font-size: 10pt;
}
.text_size_3 {
	font-size: 12pt;
}

/** custom Codman view for random list-item rotation (on homepage) **/
.blockHeader { position: relative; margin: 0; padding: 0; z-index: 1000;}
.blockBody { position: absolute; left:0; top:0; width: 900px; }

/* email-a-friend */
.emailFriendField {
	width: 175px;
}

/** custom PRODCATALOG module display **/
#prodcatSearchRes, #quoteView {
	background-color: #fff;
	width:840px; 
	padding: 15px 30px 0; 
	float:left;
	font-size: 9pt;
	line-height: 17px;
}
#prodcatSearchRes .description {
	color: #999999;
	line-height: 17px;
}
#prodcatSearchRes TD.pgTitle {
	color: #aaa;
	font-size: 10pt;
	font-weight: bolder;
	padding: 10px 0 5px 0;
}
#prodcatSearchRes TD.filterRow {
	padding: 10px 0;
}
#prodcatSearchRes TD.filterRow INPUT.input {
	border: 1px solid #ccc;
	padding: 2px;
	width: 250px;
}
#prodcatSearchRes TD.searchTerm, .searchTerm {
	color: #aaa;
	font-size: 13pt;
	padding: 0 0 10px 0;
	font-weight: bolder;
}
TABLE.results TD.title {
	text-align:left;
	color: #0090d0;
	font-weight: bolder;
	padding-bottom: 10px;
	text-transform: uppercase;
}
TABLE.results TD.catName {
	text-transform: capitalize;
}

TABLE.results TD.codeCol {
	padding-right: 10px;
	white-space: nowrap;
	width: 90px;
}
TABLE.results TR.row0 TD {
	border-top: 1px solid #e1e1e1;
	padding-top: 8px;
	vertical-align: top;
}
#prodcatSearchRes TABLE.results TD.footer {
	background-color: #e1e1e1;
	padding: 5px 0 5px 10px;
	font-weight: bolder;
}
IMG.arrow  {
	padding: 6px 10px 0 0;
}
#prodcatSearchRes INPUT.filtBtn {
	vertical-align: bottom;
	padding-bottom: 1px;
}
#prodcatSearchRes .pageNos {
	float:right;
	vertical-align:top;
	text-align: right;
	letter-spacing: 1px;
}
#prodcatSearchRes DIV.filterBox {
	padding: 8px 0 5px;
	float:left;
}
#prodCatPhotos {
	background-color: #fff;
	float:right;
	width: 220px;
	padding-top: 100px;
	position:relative; 
}
#prodCatPhotos IMG {
	padding: 5px 0;
	border: 0;
}

.cartQuickView {
	position: absolute;
	top: 20px;
	left: 615px;
	width: 94px;
	height: 26px;
	margin-left: 84px;
	margin-top: 10px;
	background: #fff url(/binary/themes/CODMAN/images/cart-details.gif) no-repeat top left;
	padding: 10px 0 0 84px;
	color: #6d6d6d;
	text-decoration: underline;
	cursor: pointer;
}
H2.quoteView {
	color:#6d6d6d;
	font-size: 13pt;
	font-weight: bolder;
	margin-bottom: 5px;
}
#quoteBox {
	width: 650px;
	background-color:#F0F0F0;
	margin-bottom: 30px;
}
#quoteBox TD.title {
	height: 50px;
	background-color: #E4E4E4;
	color:#737373;
	font-size: 13pt;
	font-weight: bolder;
	padding-left: 30px;
	text-transform: uppercase;
}
#quoteBox TD.form {
	padding: 2px 0 2px 30px;
}
#quoteBox TD.form2 {
	padding: 10px 0 0 30px;
}
#quoteBox INPUT.text, #quoteBox SELECT, INPUT.qnty {
	background-color: #ffffff;
	border: 1px solid #B2B2B2;
	padding-left: 3px;
}
#quoteBox INPUT.req {
	background-color: #D6EDF9;
	border: 1px solid #B2B2B2;
}
