/* common style regardless of printer or not*/


/* generic classes */
th, td {
 vertical-align: top;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 text-align:left;
}

a {
  text-decoration: none;
  color: rgb(38, 84, 124);
}

a:hover { color: black;   text-decoration: underline;}

input, select, textarea {
  font-size: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: black;
}

input:focus, select:focus, textarea:focus,  .focussy{
  background-color : #FFFF66;
}

img {
  border: 0;
}

.clear {
  height: 0px;
  clear: both;
}

form {
  padding: 0;
  margin: 0;
}

/*  following styles are carry over from webroot */

#content h1 { font: bold 18px/18px helvetica, arial, sans-serif; color: black; margin: 0; padding: 0; padding: 10px 10px 10px 10px; }
#content h1.dlwlogo {
  background: url(/commflreu/common/includes/images/dlw_logo.gif) no-repeat left;
  margin-left: 10px;
  padding-left: 25px;
}
#content h2 { font: bold 12px/13px helvetica, arial, sans-serif; color: black; margin: 0; padding: 0; padding: 10px 10px 0 10px; }
#content h3 { font: bold 10px/13px helvetica, arial, sans-serif; margin: 0; padding: 0; padding: 10px 10px 0 10px; }
#content h4 {  }
#content h5 {  }
#content h6 {  }
#content p { font-size: 11px; line-height: 13px; font-weight: normal; margin: 0; padding: 0; padding: 0 10px 10px 10px; }
#content th { font-size: 11px; line-height: 13px; }
#content td { font-size: 11px; line-height: 13px; }

#content ul li { font-size: 11px; line-height: 13px; font-weight: normal; }

#content blockquote { padding: 10px; text-align: center; font-size: 11px; line-height: 13px; color: #666666; margin: 0px; }
#content cite { font-weight: bold; font-size: 11px; line-height: 13px; color: #666666; text-align: right; font-style: italic; }

#content table.searchResult {
  margin: 0px 5px 15px 10px;
  width: 571px;
}
#content table.searchResult th {
  font-weight: normal;
}
#content .searchResult td, #items td {
  font-size: 9px;
}

div.popover {
  position: absolute;
  z-index: 100;
  border: thin solid gray;
  background-color: white;
  left: 275px;
  top: 140px;
  padding: 10px 10px 10px 10px ;
  margin: 0 0 0 0;
}


table.stdwidth {
  width: 570px;
  margin-left: 10px;
}

td.stdTdwidth {
  width: 95px;
}

#content .c2 h2,
#content .c3 h2 {
 padding-top: 0;
}

.application {
  width: 570px;
  margin-left: 5px;
}
.application td {
  width: 215px;
}

#content .application .head .a1 {
 padding-left: 0px;
 margin-left: 0px;
}
#content .application .head .a2 {
 padding-left: 10px;
 font-weight: normal;
}


.application td ul li, ul.searchCriteria li {
  list-style : none;
/*
  background-image : url(/commflreu/common/includes/images/caret.gif);
  background-position : left center;
  background-repeat : no-repeat;
  padding-left: 8px;
*/
}

ul.searchCriteria, .application td ul {
  margin-left: 5px;
  padding-left: 5px;
}

.searchCriteria span {
  font-weight: bold;
}

#cartForm table {
  padding-left: 10px;
}
#cartForm p.error {
  margin-left: 10px;
}

#contactus th, #cartForm th {
  padding-left: 10px;
}

#cartForm .required th,
#contactus .required th,
#projectreferencerequest .required th {
  background: url(/commflreu/common/includes/images/bck_required.gif) no-repeat top left;
}


#content table.searchResult  {
 border-collapse : collapse;
}
#content table.searchResult .break {
 border-left: 1px solid gray;
}
#content table.searchResult th a {
text-transform : uppercase;
}

#popoverContent h2 {
 font-size: 15px;
 padding-bottom: 5px;
 padding-top: 0px;
}
#popoverContent h1 {
 font-size: 15px;
 padding-bottom: 5px;
 padding-top: 0px;
}

#popoverContent h2 {
 padding-bottom: 5px;
 padding-top: 0px;
 margin-left: 1px;
}
#popoverContent h1 {
 padding-bottom: 5px;
 padding-top: 0px;
}

#content .error, #popUp .error {
background-color: white;
padding: 5px 10px 5px 5px;
margin-left: 5px;
font:  bold 14px/14px helvetica, arial, sans-serif; color: red;
}
#content #didyoumean {
margin-top: 10px;
font:  14px/14px helvetica, arial, sans-serif; color: black;
}

.popoverLink {
  cursor:pointer;
  text-decoration: none;
  color: rgb(38, 84, 124);
}

.popoverLink:hover {
  color: black;
}

.segmentSelected {
background-color: #f0b825; vertical-align: middle; text-align:center;width:100px;height:30px;
}

.segmentDeselected {
background-color: #dadad4; vertical-align: middle; text-align:center;width:100px;height:30px;
}

.projectGallery{
  margin-left: 10px;
}

#signupPopup {
  position: absolute;
  z-index:999;
  background-color:white;
}

#optinTable {
  text-align:center;
  font-size:11px;
  font-weight:bold;
  background-color:#efba21;
  color: #fff;
  width: 768px;
  margin-bottom:10px;
}

#optinTable td {
  vertical-align:middle;
}

#optinTable a {
  color: #fff;
  text-decoration:underline;
}

#optinTable a:hover {
  color: #000;
}
