/* =====================================================================
    Left Column  Components
====================================================================== */

#leftColsubnav { display: none; }

#leftColkickers { display: none; }


/* ======================================================================
    Main Content Column
======================================================================= */

#mainCol {
  margin: 20px 0 10px 0;
  float: right;
  /* width: 605px; */
  background: #FFF;
}

#mainContent {
  padding: 0; /* no left-right padding please */
}


#pageheader {
  margin: 0 0 12px 0;
  padding: 0;
}

#pageheader h1 {
  margin: 0;
  padding: 0;
  font-size: 22px;
  color: #000;
}

h2 {
  margin: 20px 0 0 0;
  padding: 0;
  font-size: 14px;
  color: #000;
}

h3 {
  margin: 20px 0 0 0;
  padding: 0;
  font-size: 12px;
  color: #000;
}

/* Lists ------------------------------------- */

#mainContent ul.nobullet { margin: 0 0 12px 0; padding-left: 2.5em; list-style: none; }

#mainContent ul.nobullet li { margin-bottom: 17px; list-style: none; }

#mainContent ul.standard { margin: 0 0 12px 0; padding-left: 2.5em; }

#mainContent ul.standard li { margin-bottom: 17px; }

#mainContent ul.standard ul { margin: 0 0 12px 0; padding-left: 2.5em; }

#mainContent ul.standard li ul li { margin-bottom: 17px; }

#mainContent ol.standard { margin: 0 0 12px 0; padding-left: 2.5em; }

#mainContent ol.standard li { margin-bottom: 17px; list-style-type: decimal; }

#mainContent ol.standard ol { margin: 0 0 12px 0; padding-left: 2.5em; }

#mainContent ol.standard li ol li { margin-bottom: 17px; list-style-type: lower-alpha; }

#mainContent ol.standard ol ol { margin: 0 0 12px 0; padding-left: 2.5em; }

#mainContent ol.standard li ol li ol li { margin-bottom: 17px; list-style-type: lower-roman;}



/* FAQ DL -------------------------------------------- */

#mainContent dl.faq {
  margin: 0 0 19px 0;
}

#mainContent dl.faq dt {
  float: left;
  clear: left;
  width: 12px;
  font-weight: bold;
}

#mainContent dl.faq dd {
  margin: 0 0 6px 18px;
}





blockquote { margin: 12px 20px 12px 20px; }

strong { font-weight: bold; }

em { font-style: italic; }

pre { font-family: courier, sans-serif; }

hr {
  margin: 12px auto 12px auto;
  padding: 0;
  width: 70%;
  height: 1px;
  text-align: center;
  border-top: 1px solid #000;
  border-bottom: none;
}



/* ==========================================================================
    Main Content Components
========================================================================== */

.blueModule {
  margin: 0 auto 18px auto;
  padding-right: 12px;
  /* width: 605px; */
  border: 1px solid #000;
}

div.bmContent {
  margin: 0;
  padding: 0 12px 12px 12px;  /* change back to padding: 12px; for photo inclusion */
}


div.bmContent img {
  margin: 0 12px 0 0;
  float: left;
  border: none;
  display: none; /* remove for inclusion of photos */
}

div.bmContent p.authorBio {
  margin: 0 0 12px 0; /* change back to margin: 0 0 12px 188px; for photo inclusion */
}


div.bmContent p.authorBio a {
  font-weight: normal;
}


/* Branding Image right under page title */
.contentBrandingImg {
  margin: 0 0 12px 0;
  border: none;
}

/* Kicker at the bottom of the content area */
.contentKickerImg { }


/* Author Index page */
img.indexImage {
  margin: 1px 7px 0 0;
  float: left;
  border: none;
  display: none; /* remove for inclusion of photos */
}

p.indexPara {
  margin: 0; /* margin: 0 0 0 87px; */  /* change for inclusion of photos */
  line-height: 1.2em;
  page-break-inside: avoid;
}


div.indexGutter {
  clear: both;
  height: 15px;
}

/* Publisher/Partner/Channel Index page */
div.pubImage {
  margin: 1px 7px 0 0;
  width: 142px;
  float: left;
  border: none;
  text-align: right;
}

p.pubPara {
  margin: 0 0 12px 160px;
  line-height: 1.2em;
  page-break-inside: avoid
}

div.pubGutter {
  clear: both;
  height: 15px;
}



/* Book Titles pages */

div.titlesLeft {
  margin: 17px 40px 20px 0;
  float: left; 
  width: 280px;
}

div.titlesRight {
  margin: 17px 0 20px 0;
  float: left; 
  width: 280px;
}

img.titlesImage {
  margin: 1px 7px 0 0;
  float: left;
  border: none;
}

p.titlesPara {
  margin: 0 0 0 85px;
  line-height: 1.2em;
  page-break-inside: avoid;
}

p.titlesPara a {
  font-weight: bold;
}

div.titlesGutter {
  clear: both;
  height: 20px;
}



/* Blue Frame used on info.php & site-map.php */
.bluFrame {
  display: block;
  /* width: 870px; */
}

.bluFrameTopLeft {
  background-image: url(../images/bluFrame_topLt.gif);
  width: 100%;
  height: 20px;
  float: left;
}

.bluFrameTopRight {
  background: #FFF url(../images/bluFrame_topRt.gif) 100% 0 no-repeat;
  width: 17px;
  height: 20px;
  float: right;
}

.bluFrameCenterLeft {
  background: transparent url(../images/bluFrame_ctrLt.gif) 0 0 repeat-y;
  width: 100%;
  float: left;
}

.bluFrameCenterRight {
  background: transparent url(../images/bluFrame_ctrRt.gif) 100% 0 repeat-y;
  width: 100%;
  height: 100%;
  float: right;
}

.bluFrameBottomLeft {
  background: transparent url(../images/bluFrame_botLt.gif) 0 0 no-repeat;
  width: 100%;
  float: left;
}

.bluFrameBottomRight {
  background: #FFF url(../images/bluFrame_botRt.gif) 100% 0 no-repeat;
  width: 17px;
  height: 20px;
  float: right;
}
	
	
.bluFrameMidLeft {
  background: transparent url(../images/bluFrame_midLt.gif) 0 0 no-repeat;
  width: 100%;
  float: left;
}

.bluFrameMidRight {
  background: #FFF url(../images/bluFrame_midRt.gif) 100% 0 no-repeat;
  width: 17px;
  height: 20px;
  float: right;
}

.bluFrameContent {
  margin: 0 14px 0 14px;
  padding: 23px 25px 23px 25px;
}

.bluFrameContent p {
  margin: 0 0 12px 0;
  padding: 0;
  line-height: 1.3em;
}



/* Site Map Lists */
.siteMap { color: #6690b2; }

h2.sitemaphdr {
  padding-bottom: 3px;
  font-size: 11px;
  font-weight: bold;
}

ul.smapcategory {
  margin-left: 0;
  padding-left: 2.5em;
  list-style: disc;
}

ul.smapsubcategory {
  margin-left: 0;
  padding-left: 2.5em;
  margin-bottom: 4px;
  list-style: disc;
}

ul.smapcategory li { margin-bottom: 20px; }

ul.smapcategory li li {
  margin-bottom: 0;
}

ul.smapsubcategory li { }

.subcathdr {
  padding: 0 10px 3px 0;
  background: transparent;
  list-style: disc;
}

.subsubdiv {
  padding: 0 10px 3px 15px;
  background: transparent;
  list-style: none;
}

.subsubend {
  padding: 0 10px 3px 15px;
  list-style: none;
}

.subcatnull {
  padding: 0 0 3px 0;
}




/* Promo Kickers on the Try Safari page */

#promokickers {
  margin: 12px 0 20px 0;
}

#promokickers img {
  float: left;
  border: none;
}


/* ==========================================================================
    Bread Crumb Row
========================================================================== */

#breadcrumb { display: none; }




/* ==========================================================================
    Forms
========================================================================== */

input, textarea, select {
  font-size: 12px;
  /* border: 1px solid #477AA3; */
}

.RFI_form {
  margin: 12px 0 0 0;
}

.RFI_form, .RFI_form td {
  border: none;
  border-collapse: collapse;
}

.RFI_label {
  padding: 2px 7px 0 0;
  width: 150px;
  font-weight: bold;
  text-align: right;
  vertical-align: top;
}

.RFI_label_notreq {
  padding: 2px 12px 0 0;
  width: 150px;
  font-weight: bold;
  text-align: right;
  vertical-align: top;
}

.RFI_element {
  padding: 0 0 12px 0;
  width: 379px;
}


.RFI_field {
  padding: 2px 0 2px 0;
  /* width: 230px; */
  width: 100%;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #000;
}

.RFI_selfield {
  padding: 2px 0 2px 0;
  width: 100%;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #000;
  font-size: 12px;
}


.RFI_field_sm {
  padding: 2px 0 2px 0;
  width: 80px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #000;
}


.RFI_textarea {
  padding: 7px;
  width: 100%;
  height: 200px;
  border: 1px solid #000;
}


.note {
  font-weight: normal;
  font-size: 10px;
}

.RFI_button {
  padding: 0 18px 0 0;
  text-align: right;
}

#rfi_button { display: none; }



/* =================================================================
    Standard Data Tables
================================================================= */
table.standardTable {
  margin: 12px;
  font-family: verdana, sans-serif;
  border: 1px solid #000;
  border-collapse: collapse;
}

table.standardTable tbody { background: #FFF; }


table.standardTable th, table.standardTable td {
  padding: 5px;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  vertical-align: bottom;
}

table.standardTable th {
  color: #000;
  text-align: left;
  background: #FFF;
}

table.standardTable th.cornerstone { color: #000; }


/* Column Widths ---------------------------------- */
table.standardTable th.rowheader { width: 170px; }

table.standardTable th.onehalfR { width: 200px; }
table.standardTable th.onehalf2 { width: 290px; }

table.standardTable th.onethirdR { width: 130px; }
table.standardTable th.onethird3 { width: 190px; }

table.standardTable th.onefourthR { width: 95px; }
table.standardTable th.onefourth4 { width: 140px; }

table.standardTable th.onefifth5 { width: 90px; }


table.standardTable td.null { background: #ADC4D6; }

table.standardTable td.check { background: transparent url(../images/icon_checkmark.gif) 5px 5px no-repeat; }

table.standardTable tr td.caption {
  display: table-cell;
  padding: 15px 5px 5px 5px;
  color: #000;
  font-weight: bold;
  background: #FFF;
  text-align: left;
  vertical-align: bottom;
  border: 1px solid #000;
}

.tableGutter { height: 15px; }

.tableContainer {
  padding: 0;
  background: #FFF;
}


/* =================================================================
    Misc.
================================================================= */

.clearfloats {
  clear: both;
  height: 1px;
}

.required {
  display: none;
}

.imgctr { text-align: center; }

.imgctr img { margin: auto 0; }
