table.mod_login input.button, table.contentpane input.button { 
	border: 1px solid #000000; color:#000000; 
}

.transMenu .item  { text-align: left; }

/* newsletter styles -- see /home/content/s/d/c/sdcweb1/html//templates/biztemplate/css/template_css.css */
table.news img.right-bottom { margin: 0 10px 8px 0; }*/
table.news img.bottom-left { margin: 0 0 8px 10px; }
table.news img.top-bottom-left { margin: 8px 0 8px 10px; }
table.news img.top-right-bottom { margin: 8px 10px 8px 0; }
table.news img.col-top-spacer { margin: 25px 0 0 0; }

/* these are for the greeting visible to registered users */
#greeting-tbl { height: 25px; }
#greeting-tbl a { color: white; text-decoration: none; }
#greeting-tbl a:hover  {text-decoration: underline; }
#greeting-tbl td {font-weight: 600; color: white;}
#greets { padding-left: 10px; width: 64%; background: url(../images/redbarHome.jpg); font-variant: small-caps; }
td.greets { width: 12%; background: url(../images/redbarHome.jpg); }

/* these are for the publicly-visible greeting */
#anon-greet p.style1 { font-family:"trebuchet MS"; font-size:12px; padding: 20px 0 0 8px; margin-top: 0px; align: left; }
#anon-greet { background-color: white; width: 975px; }
#hidden1-module { margin-bottom: 0px; }
/* #hidden1-module > tr > td { vertical-align: top; background-color: white; } */
#hidden1-module td { background-color: white; }
#hidden1-module tr { background-color: white; }

#greeting-tbl-2 { height: 57px; margin-bottom: 20px; }
#greeting-tbl-2 td { padding-left: 16px; font-family:Verdana,Arial,Helvetica,sans-serif; color: black; font-weight: bold; }
#greeting-tbl-2 td.greet2-dk { background: url(../images/gray-bar-top-left.png); }
#greeting-tbl-2 td.greet2-dk a { font-variant: small-caps; color: black; font-style: small-caps; font-size: 14px; text-decoration: none; }
#greeting-tbl-2 td.greet2-dk a:hover { text-decoration: underline; }
#greeting-tbl-2 td.greet2-lt { background: url(../images/gray-bar-top-right.png); }
#greeting-tbl-2 td.greet2-dk-btm { font-size: 14px; font-veriant: small-caps; background: url(../images/gray-bar-bottom-left.png); }
#greeting-tbl-2 td.greet2-lt-btm { background: url(../images/gray-bar-bottom-right.png); }
#greeting-tbl-2 a { text-decoration: none; }
#greeting-tbl-2 a:hover { text-decoration: underline; }

/* fixes button styling throught the CB templates */
.button {
	border:1px solid #000000;
	color:#000000;
	font-family:Verdana,Arial,Helvetica,sans-serif;
}


/* styles for the report */
p, h3, form { margin: 10px 0 25px 15px; }

button { 
	color: #ffffff; background-color: #999999; margin: 7px 0 0 0; 
	font: bold Arial; border-color: #b10020; font-variant: small-caps;
}

#report-tbl { 
	border: solid 1px black; border-collapse: collapse; 
	margin: 0 0 25px 15px; empty-cells: show;
}
	
#report-tbl td { border: solid 1px black; }

/* located in demo.css and creates a little calendar icon
 * instead of a text link for "Choose date"
 */
a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(/images/calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}