/* This is the stylesheet for global styles */ 

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17.5px;
	color: #000;
	background-color: #666;
}

#page_margins {
	margin: 3px auto;
	width: auto;
	min-width: 1002px;
	max-width: 1280px;
	padding: 0px;
}

#page { padding: 0px 3px; }

#main { margin: 0px; border-top: 1px solid #000; }

#col1, #col2 { background-color: #fff; }
#col3 { background-color: #ccc; }

#col1_content { padding: 0px 0px;}
#homepage #col1_content,
#col2_content { padding: 5px 10px 0px;}
#col3_content { padding: 0px 5px; margin-top: -1px;}

/* --- HEADER styles: formatting for top of the page (not navigation) --------------------------- */

#header {
	height: 96px;
	background-color: #ced5e6;
	border-top: 1px solid #000;
	color: #000;
	position: relative;
	margin: 0px 1px 0px 1px;
	padding:0px;
}

#header h1.siteName { width: 328px; height: 67px; margin: 14px 10px 0px 10px; padding: 0px; border: none; position: relative; float: left; font-size: 1px; line-height: 5px; background: url("designImages/ct_logo_full_2010.png") no-repeat top left; }

#header h1.siteName a { width: 328px; height: 67px; margin: 0px; padding: 0px; border: 0px none; position: absolute; top: 0px; left: 0px; text-decoration: none; background: url("designImages/ct_logo_full_2010.png") no-repeat top left; }
#header h1.siteName a:hover { background-position: 0px -67px; }
#header h1.siteName a span { border: none; display: block; text-indent: -9999px; }



/* this is for accessibility, and does not have to be replaced with an image*/
#header p.tagLine {
	position: absolute;
	top: 68px;
	left: 14px;
	height: 10px;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	line-height: 10px;
	letter-spacing: 1.5px;
	text-align:justify;
	display: none;
}

/* search box and button */
#header input.text {
	float: left;
	position: absolute;
	top: 35px;
	left: 378px;
	width: 300px;
	font-size: 13px;
	color: #000;
	border: 1px solid #000;
	padding: 3px;
	margin: 0px;
}

#header input.submit {
	position: absolute;
	top: 35px;
	left: 700px;
}

/*this is the div for the current issue cover and description */
#magazineItems {
	height: 96px;
	width: 250px;
	float: right;
	overflow: visible;
	position: relative;
	background: transparent;
}

#magazineItems #magazineItemsText {
	font-family: Arial, Helvetica, sans-serif;
	height: 84px;
	width: 110px;
	float: left;
	overflow: visible;
	text-align: left;
	padding: 6px 6px 0px;
	z-index: 51;
}
#magazineItems #magazineItemsText a:link { color: #6b2312; }
#magazineItems #magazineItemsText a:visited { color: #6b2312; }
#magazineItems #magazineItemsText a:hover { color: #06f; }

#magazineItems #magazineItemsText p {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	color: #000;
	width: 117px;
	text-align: center;
	height: 34px;
	line-height: 34px;
	position: absolute;
	top: 0px;
	right: 7px;
	z-index: 52;
}

#magazineItems #magazineItemsText p a:link { color: #6b2312;}
#magazineItems #magazineItemsText p a:visited { color: #6b2312;}
#magazineItems #magazineItemsText p a:hover { color: #06f;}

#magazineItems #magazineItemsText ul { margin: 0px; padding-top: 3px;}

#magazineItems #magazineItemsText ul li {
	margin: 0px 0px 9px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #fff;
	text-align: right;
}

#magazineItems #magazineItemsText ul li.cartLink { line-height: 15px; height: 15px; overflow: hidden; }

#magazineItems #magazineItemsText ul li.cartLink a { padding-left: 20px; background: url(designImages/ct_cart_icon.gif) no-repeat 0 0; height: 13px; overflow: hidden; }

#magazineItems #magazineItemsText ul li.cartLink a:hover { background-position: 0px -13px; }

/*  this breaks is ie6 and has a patch to fix it in the patches.css file  */
#magazineItems #magazineItemsImage {
	float: left;
	width: 115px;
	background: transparent url(designImages/ct_cur_cover_bg.gif) no-repeat 0px 30px;
	height: 156px;
	padding: 35px 5px 5px 5px;
	overflow: hidden;
	z-index: 50;
}

/*#homepage #magazineItems #magazineItemsImage { background: transparent url(designImages/ct_cur_cover_bg_home.gif) no-repeat 0px 30px; }*/

#magazineItems #magazineItemsImage a img,
#magazineItems #magazineItemsImage a {
	width: 115px;
	height: 156px;
	border: none;
}

/* --- BREADCRUMB styles ----------------------------------------------------------- */

p.breadcrumb {
	clear: both;
	margin: 0px;
	text-decoration: none;
	color: #666;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	padding: 0px 10px;
}

p.breadcrumb a:link { color: #6b2312; }
p.breadcrumb a:visited { color: #666; }
p.breadcrumb a:hover { color: #06f; }

p.breadcrumb span.page { color: #000; }

/* --- GENERIC CONTENT styles: articles news etc that will appear in the main column (white bg) -- */

p {
	color: #000;
	font-size: 13px;
	line-height: 17.5px;
	font-family: Arial, Helvetica, sans-serif;
	margin: .5em 0 1em 0;
}
p a:link { color: #6b2312; }
p a:visited { color: #666; }
p a:hover { color: #06f; }

/*------  Lists: ul ol dl --------------------*/
ul, ol {
	color: #000;
	font-size: 13px;
	line-height: 1.35em;
	font-family: Arial, Helvetica, sans-serif;
	margin: .5em 0 1em;
}
div#col1_content ul, div#col1_content ol { margin-top: 0px; }
div#col2_content ul { list-style: disc outside; }

li { margin: 0 0 .5em 25px; }

div#col2_content ol.references { list-style: decimal outside; font-size: 11.5px; margin-top: 0px; }

div#col2_content ol, div#col2_content ol.num { list-style-type: decimal; }

div#col2_content ol.numTwoDigits { list-style-type: decimal-leading-zero; }

div#col2_content ol.roman, div#col2_content ol.romanLower { list-style-type: lower-roman; }

div#col2_content ol.romanUpper { list-style-type: upper-roman; }

div#col2_content ol.alpha, div#col2_content ol.alphaLower { list-style-type: lower-alpha; }

div#col2_content ol.alphaUpper { list-style-type: upper-alpha; }

div#col2_content ul.square { list-style-type: square; }

div#col2_content ul.circle { list-style-type: circle; }

div#col2_content dl { margin-top: -5px; }

div#col2_content dl dt { font-weight: bold; margin-top: 10px;}

div#col2_content dl dd { padding-left: 10px; }

/*------  h1 --------------------*/
h1 {
	font-size: 20px;
	line-height: 22px;
	margin: 0 0 6px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000;
}
/*h1 a:link { color: #000; }
h1 a:hover { color: #06f; }*/

h1 span.oneOf { 
	font-weight: normal;
	font-size: 16px;
	color: #666;
}

h1.listTitle a { padding-left: 5px; 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #06f;
	line-height: 11px;
	margin: 0px;
}
h1.listTitle a img { width: 12px; height: 12px; margin-right: 5px; }
h1.listTitle a:hover:after { content: "Sign up for this RSS Feed"; }
body#homepage h1.listTitle a:hover:after { content: ""; }

/*------  h2 --------------------*/
h2 {
	font-size: 15px;
	line-height: 17px;
	margin: 0 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: bold;
}
h2 a:link { color: #6b2312; }
h2 a:visited { color: #222; }
h2 a:hover { color: #06F; }

/* ------- h3 ------- with no class is for content item sub, subheads*/
h3 {
	font-size: 14px;
	margin: 0px 0px 7px 0px;
	line-height: 16px;
	font-weight: bold;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
}
h3 a:link { color: #6b2312; }
h3 a:visited { color: #222; }
h3 a:hover { color: #06F; }

/* ------- h4 ------- with no class is for mini-titles */
h4 {
	font-size: 11px;
	margin: 0px 0px 5px 0px;
	line-height: 11px;
	font-weight: normal;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

/* ------- h5 ------- is for Author Names */
h5 {
	font-size: 13px;
	margin: 0px 0px 10px 0px;
	line-height: 15px;
	font-weight: normal;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* ------- h6 ------- is the "from" line, like what issue or the posted date */
h6 {
	font-size: 13px;
	margin: 0px 0px 10px 0px;
	line-height: 15px;
	font-weight: normal;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
}
h6 a:link { color: #6b2312; }
h6 a:visited { color: #666; }
h6 a:hover { color: #06F; }

span.from {
	font-size: 13px;
	font-weight: normal;
	color: #73787d;
	font-family: Arial, Helvetica, sans-serif;
}
span.from a:link { color: #6b2312; }
span.from a:visited { color: #666; }
span.from a:hover { color: #06F; }

/* -- other generic styles -- */

sub, sup { vertical-align: baseline; font-size: .75em; line-height: 2px; position: relative; margin-left: 1px; }
sub { top: .25em; }
sup { top: -.5em; }

span.footnote {
	display: block;
	font-size: 11px;
	line-height: 13px;
	color: #666;
	margin: 3px 0px 8px;
	padding-top: 3px;
}

/* ---- form elements default styles  ---- */

textarea { border: 1px solid #666; padding: 3px; font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 16px; }

input.submit {
	font-weight: bold;
	color: #fff;
	background: #6b2312 url(designImages/ct_red_gradient.gif) repeat-x 0 0;
	padding: 2px 3px;
	font-size: 13px;
	border: 1px solid #000;
	cursor: pointer;
}

input.submit:hover { text-decoration: underline; cursor: pointer; }
/*input.submit:active { border: 1px solid #000;}*/

/* --- TERTIARY Nav styles: these should start with the first two sets and override only what is necessary -- */

div.tertiary_nav {
	margin: 0px -1px;
	padding: 0px 1px 5px 1px;
	background: url(designImages/ct_layout_divider.gif) repeat-x 0 100%;
	/*background-color: #ced5e6;*/
}

div.tertiary_nav h1 {
	background: #fff url(designImages/ct_tertiary_arrow.gif) no-repeat 0 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #6b2312;
	padding: 3px 10px 14px 10px;
	margin: 0px;
	font-weight: bold;
}

div.tertiary_nav ul {
	background: url(designImages/ct_tertiary_structure.gif) no-repeat 19px bottom;
	padding: 3px 0px 10px 19px;
	margin: 0px;
	background-color: #ced5e6;
}

div#col1_content div.tertiary_nav ul li { 
	padding: 0px 3px 0px 8px;
	margin: 0px 15px 3px 0px;
	background: url(designImages/ct_tertiary_child.gif) no-repeat 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 22px;
	/*text-indent: -8px;*/
}

/*div#col1_content div.tertiary_nav ul li a {
	padding-left: 9px;
	margin-left:-1px;
}*/

div#col1_content div.tertiary_nav ul li a:link { color: #6b2312; }
div#col1_content div.tertiary_nav ul li a:visited { color: #222; }
div#col1_content div.tertiary_nav ul li a:hover { color: #06f; }

/*tertiary nav current page styles*/
div#col1_content div.tertiary_nav ul li.curr_page {
	color: #6b2312;
	font-weight: bold;
	background: #fff;
	margin-left: 1px;
	text-indent: -8px;
}

div#col1_content div.tertiary_nav ul li.curr_page a {
	padding-left: 9px;
	margin-left:-1px;
	background: url(designImages/ct_tertiary_child_curr.gif) no-repeat 0 0;
}

div#col1_content div.tertiary_nav ul li.curr_page a:link,
div#col1_content div.tertiary_nav ul li.curr_page a:visited { color: #6b2312; }
div#col1_content div.tertiary_nav ul li.curr_page a:hover { color: #06f; }

/* -(end of tertiary nav styles)---------------- */

/* --- TAB styles: this is the ul before an itemList that lets you filter by the different types of content -- */

#col2_content ul.contentFilters { overflow: hidden; display: inline-block; margin: 10px -10px; padding: 0px 10px; background: url(designImages/ct_black_dot.gif) repeat-x 0 100%; width: 100%;}

#col2_content ul.contentFilters li { display: inline; margin: 0px; padding: 0px; }

#col2_content ul.contentFilters li a {
	height: 22px;
	padding: 0px 0px 0px 17px;
	margin: 0 3px 0 0;
	background: url(designImages/ct_content_filter_left.gif) no-repeat 0 -22px;
	float: left;
	/*overflow: hidden; <-- breaks firefox 1 for some reason */
}

#col2_content ul.contentFilters li.curr_page a { background-position: 0 0px; }
#col2_content ul.contentFilters li.curr_page a span { background-position: 100% 0px; /*font-weight: bold;*/ }

#col2_content ul.contentFilters li a span {
	height: 22px;
	padding: 0 17px 0 0;
	margin: 0px;
	background: url(designImages/ct_content_filter_right.gif) no-repeat 100% -22px;
	line-height: 22px;
	text-align: center;
	float: left;
	display: block;
	overflow: hidden;
	cursor: pointer;
}

div.itemList { clear: both; }

/* --- LIST styles: these should start with the first two sets and override only what is necessary -- */

div.itemList { margin: 0px -10px 0px -10px; }

div.itemDeck { margin: 0px; overflow: hidden; }

div.itemDate { overflow: hidden; text-align: left; display: block; padding: 10px 10px 0px; }

div.itemDate h4 { padding: 0px; margin: 0px; }

div.itemDesc { padding: 5px 10px 10px; text-align: left; background: url(designImages/ct_tab_bg.gif) repeat-x 0 100%; }

div.itemDesc h5 { margin: 0px 0px 5px; }

div.itemDeck h2 { margin: 0px 0px 5px; line-height: 20px; }
div.itemDeck h2 a:link { color: #6b2312; }
div.itemDeck h2 a:visited { color: #222; }
div.itemDeck h2 a:hover { color: #06f; }

#main div.itemDeck p { margin: 0px 0px 7px 0px; }

div.itemDeck img { float: left; margin: 3px 6px 6px 0px; border: 1px solid #999; }

/* --- Exceptions to list styles - sponsored, paid, formula etc. ----------- */

div.itemList div.last { margin-bottom: -1px; }

div.itemList div.last div.itemDesc { padding-bottom: 0px; background-image: none; }

div.itemList div.sponsored { background-color: #cdc; }

div.itemList div.sponsored h4 { padding: 10px 10px 0px; font-weight: bold; color: #6b2312; margin: 0px; }

div.itemList div.sponsored div.itemDate h4 { margin: 0px; padding: 0px; font-weight: normal; color: #666; }

div.itemList div.first.sponsored { background: #cdc url(designImages/ct_tab_bg_cdc_top.gif) repeat-x 0 0; margin-top: -5px; padding-top: 5px; }

div.itemList div.sponsored div.itemDesc { background: url(designImages/ct_tab_bg_cdc.gif) repeat-x 0 100%; }

div.itemList div.paid div.itemDesc h2 { background: url(designImages/ct_icon_paid.gif) no-repeat 0% 50%; padding-left: 20px; }

div.itemList div.formula div.itemDesc h2 { background: url(designImages/ct_icon_formula.gif) no-repeat 0% 50%; padding-left: 20px; }

div.itemList div.video.gallery div.itemDesc h2 { background: url(designImages/video_and_photo_icon.png) no-repeat 0% 50%; padding-left: 45px; }

div.itemList div.gallery div.itemDesc h2 { background: url(designImages/photo_gallery_icon.png) no-repeat 0% 50%; padding-left: 25px; }

div.itemList div.video div.itemDesc h2 { background: url(designImages/video_icon.png) no-repeat 0px 4px; padding-left: 20px; }

/* --- MOST Popular styles ----------- */

div#mostReadList {
	margin: 0px;
	padding: 10px;
	background-color: #fff;
}

div#mostReadList h2 { font-weight: normal; margin-bottom: 0px; }

div#mostReadList div.mostReadItem { 
	padding: 3px 0px 0px 0px;
	border-top: 1px solid #666;
	margin: 0px; 
	clear: both;
	overflow: hidden;
	/*display: inline-block;*/ /*move this to ie hacks*/
	/*width: 242px;*/
}

div#mostReadList div.mostReadItem.first { border-top: none; padding-top: 6px; }

div#mostReadList p.mostReadCount { 
	color: #000;
	float: left;
	width: 35px;
	padding: 1px 0px 9px;
	display: inline;
	height: 14px;
	margin: 3px 6px 6px 0px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
	background: url(designImages/most_views_bg.gif) no-repeat 50% 100%;
}

div#mostReadList p.mostReadNum { 
	color: #000;
	float: left;
	width: 30px;
	display: inline;
	margin: 3px 6px 6px 0px;
	text-align: right;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
}

div#mostReadList div.first p.mostReadNum { }

div#mostReadList p.mostReadLink { padding: 0px 0px 0px 42px; margin: 0px 0px 6px 0px; /*width: 200px;*/ }
div#mostReadList p.mostReadLink a:link { color: #6b2312;}
div#mostReadList p.mostReadLink a:visited { color: #222;}
div#mostReadList p.mostReadLink a:hover { color: #06f;}


/* -(end of most read styles)---------------- */

/* --- AD styles: formatting for leaderboard and side ads --------------------------- */

div.ad {
	padding: 15px 0px 10px;
	border-top: 1px solid #000;
	margin: 0px;
	background: url(designImages/advertisment_7x60_h.gif) 50% 4px no-repeat;
}

/* -- this puts a border around any image used in an add -- */
/* -- TO DO: find a way to do this for flash or other non-image based ads -- */
div.ad img { border: 1px solid #000; }

div.ad div { margin: 0px; padding: 0px; overflow: hidden; display: inline-block; border: 1px solid #000; }

div#leaderboardAd {
	padding: 5px 0px;
	height: 92px;
	margin: 0px auto;
	text-align: center;
}

div#leaderboardAd div#innerLeaderboardAd {
	height: 92px;
	width: 730px;
	overflow: hidden;
	display: inline-block;
	margin: 0px auto;
	padding: 0px 0px 0px 10px;
	text-align: center;
	background: url(designImages/advertisment_7x60_v_white.gif) 0px 50% no-repeat;
}

div#leaderboardAd div#innerLeaderboardAd a { width: 730px; height: 92px; }

div#leaderboardAd div#innerLeaderboardAd img { border: 1px solid #000; }

div.sponsoredLogo { width: 230px; text-align: center; background-color: #fff; padding: 10px; border: 1px solid #000; margin: 10px 0px; }

/* ------- Article For Purchase -excerpt only div#excerpt ------------ */

div.excerpt { float: left; width: 100px; margin: 0 10px 0 0; padding: 0px; }

div.excerpt p { margin: 0px; padding: 0px 0px 0px 17px; background: url(designImages/ct_icon_paid.gif) no-repeat 0% 50%; color: #6b2312; font-weight: bold; font-size: 12px; }

p.excerpt { font-weight: bold; }

div#payOptions { margin: 10px -10px 0; padding: 10px; background-color: #ced5e6; }

div#payOptions p { margin: 10px 0px 0px; }

/* ------- print this - email this buttons ------- */
div#buttons {
	margin: 0px 0px 10px 0px;
	line-height: 10px;
	text-align: right;
}

div#buttons a { font-size: 10px; line-height: 13px; }
div#buttons a:link { color: #6b2312; }
div#buttons a:hover { color: #06f; }

div#buttons a.emailThis {
	background: url(designImages/email_icon.gif) no-repeat left bottom;
	padding: 0px 0px 0px 18px; /*this makes room for the icon to the left of the text*/
	margin-right: 10px;
}

div#buttons a.printThis {
	background: url(designImages/print_icon.gif) no-repeat left bottom;
	padding: 0px 0px 0px 18px; /*this makes room for the icon to the left of the text*/
}
/*- (end of buttons) ------ */

/* --- ARTICLE EXTRAS styles: layout and formatting of in-article extras ------------------ */
/* article extras are for additional content for the articles/news items*/

div#articleExtras {
	width: 202px;
	float: right;
	margin: 0px 0px 10px 10px;
	border-color: #666;
	border-style: solid;
	border-width: 1px;
	background-color: #ced5e6;
	padding: 5px 5px 0px 5px;  /*no padding on the bottom.  last items bottom margin will fix that*/
}

/*  applies to both div#image and any div.addOn  */
div#articleExtras div {
	border: 1px solid #666;
	background-color: #fff;
	margin: 0px 0px 5px 0px;
	padding: 6px;
}

div#articleExtras div#articleImage {
	text-align: center; /*for captions and img to be centered*/
	padding: 0px;
} 

/*  this is the caption for the main image  */
div#articleExtras div#articleImage p {
	margin: 0px 0px 0px 0px;
	padding: 6px;
	font-size: 11px;
	line-height: 15.5px;
	border-top: 1px solid #73787d;
}

div#articleExtras div#purchaseArticle h2 { margin: 0px 0px 5px; }

div#articleExtras div#purchaseArticle p { margin:0px; font-weight: bold; }

div#articleExtras div#purchaseArticle p#purchaseLink { margin: 5px 0px 0px; padding: 0px; text-align: center; }

div#articleExtras div#purchaseArticle p#purchaseLink a {
	background: url(designImages/ct_red_gradient.gif) repeat-x 0 0;
	border: 1px solid #000;
	display: inline-block;
	font-weight: bold;
	color: #fff;
	padding: 3px 10px;
	text-decoration: none;
}

div#articleExtras div#purchaseArticle p#purchaseLink a:hover { text-decoration: underline; }

div#articleExtras div#purchaseArticle ul { list-style: none; margin: 0px 0px 10px; }

div#articleExtras div#purchaseArticle ul li { margin: 0px 0px 3px; line-height: 15px; color: #666; }

div#articleExtras div#purchaseArticle ul.articleKeywords { list-style: disc; }

div#articleExtras div#purchaseArticle ul.articleKeywords li { margin: 0 0 3px 15px; }

div#articleExtras div h2 { margin: 0px; padding: 0px; }

div#articleExtras div#gallery h2.gallery { background: url(designImages/photo_gallery_icon.png) no-repeat 0% 50%; padding-left: 25px; }

div#articleExtras div#video h2.video { background: url(designImages/video_icon.png) no-repeat 0px 4px; padding-left: 20px; }

div#articleExtras div ul { margin: 0px 0px 3px 0px; list-style-type: none; }
/*the extra three pixels at the bottom provides breathing room in case the last item has any descenders*/

div#articleExtras div li { margin: .5em 0px 0px 0px; line-height: 1.25em; color: #000; }
div#articleExtras div li a:link { color: #6b2312; }
div#articleExtras div li a:hover { color: #06f; }

/* ------- Sponsored Article Styles ----------- */

div.disclaimer { margin: 0px -10px 10px; padding: 5px 0px; background-color: #cdc; }

div.disclaimer p {
	line-height: 11px;
	font-size: 11px;
	text-transform: uppercase;
	color: #6b2312;
	font-weight: bold;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

div#disclaimer {
	background: url(designImages/ct_layout_divider.gif) repeat-x 0 0;
	padding: 15px 11px 0px;
	margin: 10px -11px 0px;
	clear: both;
}

div#disclaimer p { color: #666; }

div#col3_content div#sponsorInfo { margin-top: 10px; border: 1px solid #000; background-color: #fff; padding: 5px; text-align: center; overflow: hidden; }

div#col3_content div#sponsorInfo h2 { text-align: center; }

div#col3_content div#sponsorInfo img { max-width: 240px; }

div#col3_content div#sponsorInfo h3 { display: inline-block; width: 100%; padding-top: 5px; border-top: 1px solid #000; margin: 10px 0px 2px; text-align: left; }

div#col3_content div#sponsorInfo p { margin: 5px 0px; text-align: left; }


/* --- PAGINATION styles ----------------------------------------------------------- */

div#pagination { margin: 5px 0px; /*float: left;*/ padding: 5px 0px; clear: right; text-align: center; }

/* this is the style for a disabled button, ie previous on page 1 */
div#pagination span { color: #fff; font-size: 11px; line-height: 11px; padding: 2px 5px; background-color: #ccc; border: 1px solid #ccc; text-decoration: none; }

/*this is for the majority of the page #'s */
div#pagination a span { color: #6b2312; background-color: #fff; border: 1px solid #6b2312; text-decoration: none; }

div#pagination a { text-decoration: none; } /*without this it adds an underline below the box which looks really weird*/

div#pagination a:hover span { color: #000; background-color: #ced5e6; text-decoration: underline; }

div#pagination span.curr_page { background-color: #6b2312; border: 1px solid #6b2312; color: #fff; font-weight: bold; }

/* -(end of pagination styles)---------------- */

/* --- RELATED Content styles: should use some of the generic styles  --------------- */

div#related {
	background: url(designImages/ct_layout_divider.gif) repeat-x 0 0;
	padding: 5px 0px 0px;
	margin: 0px -11px 0px;
	clear: both;
	overflow: hidden;
}

div#related div#categoryListWrapper { padding: 10px 11px; border-top: 1px solid #000; margin-top: -1px;}
div#related div#contentItems { padding: 10px 11px; }

div#related div#contentItems h2 { margin: 0px; line-height: 16px; }

div#related div#contentItems ul { margin: 0px; list-style: none; }

div#related div#contentItems ul li { margin: 10px 0px 0px 0px; color: #666; font-size: 11px; font-style: italic; line-height: 15px; font-family: Georgia, "Times New Roman", Times, serif; }

div#related div#contentItems ul li a { color: #6b2312; font-size: 13px; font-style: normal; font-family: Arial, Helvetica, sans-serif; }
div#related div#contentItems ul li a:visited { color: #222; }
div#related div#contentItems ul li a:hover { color: #06f; }

div#related div#categoryListWrapper p#categoryList {
	margin: 0px;
	color: #000;
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
	padding-left: 7.6em; /* this creates a hanging indent the width of "categories:" */
	text-indent: -7.6em;
}

div#related div#categoryListWrapper p#categoryList a { font-weight: normal; color: #6b2312; }
div#related div#categoryListWrapper p#categoryList a:visited { color: #666; }
div#related div#categoryListWrapper p#categoryList a:hover { color: #06f; }

/* --- footer styles --------------------------------------------------------------- */

div#footer { border-bottom: 3px solid #666; position: relative; }

div#innerFooter {
	text-align: center;
	padding: 10px 0px 5px;
	background: #ced5e6;
	clear: both;
	border: 1px solid #000;
}

div#footer p { color: #666; font-size: 11px; }
div#footer p a:link { color: #6b2312; }
div#footer p a:visited { color: #666; }
div#footer p a:hover { color: #06f; }

div#footer p#reportBug { 
	font-size: 9px;
	line-height: 11px;
	text-transform: uppercase;
	text-align: right;
	margin: 0px;
	padding: 6px 10px;
	position: absolute;
	top: 20px;
	left: 1px;
	background-color: #fff;
	font-weight: bold;
}
div#footer p#reportBug a:visited { color: #6b2312; }

/* -(end of footer styles)---------------- */

/* -------- Page-specific Styles -------- */

/* --- Homepage: body#homepage   ------------------------------- */
body#homepage #col1_content { padding: 6px 10px 0px 10px; }
body#homepage #col3_content { padding: 0px; margin: 0px; }

body#homepage #col1_content div#carousel {
	width: 361px;
	margin: -6px -10px 10px;
	border-bottom: 2px solid #000;
}

body#homepage #col1_content div#carousel div.carouselImage {
	width: 200px;
	height: 220px;
	float: left;
	overflow: hidden;
}

body#homepage #col1_content div#carousel div.carouselText {
	width: 141px;
	height: 208px;
	float: left;
	overflow: hidden;
	margin: 0px;
	padding: 6px 10px;
	background-color: #fff;
}

body#homepage #col1_content div#carousel div.carouselText h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
	margin: 0px 0px 6px 0px;
	padding: 0px;
	border: none;
}

body#homepage #col1_content div#carousel div.carouselText h1 a,
body#homepage #col1_content div#carousel div.carouselText h1 a:visited { color: #6b2312; text-decoration: none;}
body#homepage #col1_content div#carousel div.carouselText h1 a:hover { color: #06f; }

body#homepage #col1_content div#carousel div.carouselText p { color: #000; font-size: 12px; line-height: 14px; }
body#homepage #col1_content div#carousel div.carouselText p a,
body#homepage #col1_content div#carousel div.carouselText p a:visited { color: #000; }
body#homepage #col1_content div#carousel div.carouselText p a:hover { color: #06f; }

body#homepage #col1_content div#carousel div.carouselMessage { clear: both; margin: 0px; padding: 0px; border-top: 1px solid #000; }

body#homepage #col1_content div#carousel div.carouselMessage p { padding: 6px; margin: 0px; background-color: #e6e6e9; }

body#homepage #col1_content div#carousel embed { width: 361px; height: 250px; margin: 0px; padding: 0px; }

body#homepage #col1_content div.itemList div.first,
body#homepage #col2_content div.itemList div.first { border-top: 1px solid #000; }

body#homepage #col1_content div.itemList div.last div.itemDesc,
body#homepage #col2_content div.itemList div.last div.itemDesc { background: none; }

body#homepage #col3_content div#upcomingEvents {
	padding: 5px 11px;
	margin: 0px -1px;
	background: url(designImages/ct_layout_divider.gif) repeat-x 0 100%;
}

body#homepage #col3_content div#upcomingEvents ul {
	margin: 0px;
	padding: 0px;
	display: block;
	font-size: 12px;
	list-style: none;
}

body#homepage #col3_content div#upcomingEvents ul li {
	margin: 10px 0px;
	border: 1px solid #000;
	padding: 5px;
	background: #ced5e6 url(designImages/ct_blue_gradient.gif) repeat-x 0 0;
	overflow: hidden;
}

body#homepage #col3_content div#upcomingEvents ul li.last {
	border: 0px none;
	/*margin-bottom: 0px;*/
	font-weight: bold;
	background: transparent;
	padding: 0px;
}

body#homepage #col3_content div#upcomingEvents ul li a {  }

body#homepage #col3_content div#upcomingEvents ul li span { display: block; margin-top: 3px; }

body#homepage #col3_content div#upcomingEvents ul li span.eventDate { margin-top: 0px; font-weight: bold; text-transform: uppercase; color: #000; }

body#homepage #col3_content div#upcomingEvents ul li span.eventTitle {  }

body#homepage #col3_content div#upcomingEvents ul li span.eventLocation { color: #73787d; }

body#homepage #col3_content div#upcomingEvents p { margin: 0px; }

/* -- Reach Q and A module -- */
body#homepage #col3_content div#qaRecent { padding: 10px 10px 5px; }

body#homepage #col3_content div#qaRecent h2 { margin-bottom: 5px; }

body#homepage #col3_content div#qaRecent h4 { margin-bottom: 10px; }

body#homepage #col3_content div#qaRecent dl { font-size: 12px; line-height: 14px; }

/* dt is the question */
body#homepage #col3_content div#qaRecent dl dt {
	font-weight: bold;
	padding: 5px;
	color: #000;
	background: #fff url(designImages/ct_qa_q_sm.gif) no-repeat 5px 5px;
	text-indent: 20px;
	border-style: solid;
	border-color: #000;
	border-width: 1px 1px 0px;
}

/* dd is the answer */
body#homepage #col3_content div#qaRecent dl dd {
	padding: 5px;
	margin-bottom: 10px;
	color: #000;
	background: #fff url(designImages/ct_qa_a_sm.gif) no-repeat 5px 5px;
	text-indent: 20px;
	border-style: solid;
	border-color: #000;
	border-width: 0px 1px 1px;
}

body#homepage #col3_content div#qaRecent p { margin: 5px 0px; }

/* --- REACH QA: body#Regulatory-REACH-REACHRoundtable   actually all of this Section ------------------------ */

#col1_content div#qaNav {
	margin: 0px -1px;
	padding: 5px 11px;
	background: url(designImages/ct_layout_divider.gif) repeat-x 0 100%;
}

#col1_content div#qaNav ul li {
	margin: 5px 0px 0px;
	font-weight: bold;
}

#col1_content div#qaForm { padding: 7px 10px 0px; }

#col1_content div#qaForm form textarea#question { width: 234px; height: 100px; max-width: 242px; max-height: 400px; }

#col1_content div#qaForm form label { display: block; margin: 10px 0px 3px; }

#col1_content div#qaForm form input#name {
	font-size: 13px;
	color: #000;
	border: 1px solid #666;
	padding: 3px;
	margin: 0px;
	width: 234px;
	font-family: Arial, Helvetica, sans-serif;
}

#col1_content div#qaForm form input.submit { margin-top: 10px; }

body#Regulatory-REACH-REACHRoundtable p.thanks_message { padding: 5px; background-color: #ff9; text-align: center; }

body#Regulatory-REACH-REACHRoundtable div#authorInfo {
	float: right;
	margin: 0px 0px 5px 10px;
	background-color: #fff;
	text-align: center;
	border: 1px solid #000;
}

body#Regulatory-REACH-REACHRoundtable div#authorInfo p { font-size: 11px; line-height: 15.5px; margin: 0px; padding: 6px; }

body#Regulatory-REACH-REACHRoundtable div#authorInfo img { width: 150px; }

body#Regulatory-REACH-REACHRoundtable #col2_content dl dt {
	margin: 10px 0px 5px;
	padding: 18px 0px 0px;
	border-top: 1px solid #000;
}

body#Regulatory-REACH-REACHRoundtable #col2_content dl dd {
	margin: 10px 0px 5px;
	padding: 16px 0px 0px;
}

body#Regulatory-REACH-REACHRoundtable #col2_content dl dd span,
body#Regulatory-REACH-REACHRoundtable #col2_content dl dt span {
	width: 35px;
	height: 25px;
	float: left;
	position: relative;
	display: block;
	text-indent: -9999px;
	margin-top: -8px;
}

body#Regulatory-REACH-REACHRoundtable #col2_content dl dt span { background: url(designImages/ct_qa_q.gif) no-repeat 0px 0px; }

body#Regulatory-REACH-REACHRoundtable #col2_content dl dd span { background: url(designImages/ct_qa_a.gif) no-repeat 0px 0px; }

body#Regulatory-REACH-REACHRoundtable #col2_content dl p { text-indent: 0px; margin: 0px 0px 7px; }

/* --- Networking Gateway: body#Networking   ----------------------------------------------------------------- */

body#Networking div#careers {
	background: url(designImages/ct_layout_divider.gif) repeat-x 0 0;
	padding: 15px 11px 0px;
	margin: 10px -11px 0px;
	clear: both;
}

/* --- Networking: CAREERS - Gateway: body#Networking-Careers   --------------------------------------------- */

/*body#Networking-Careers #col2_content { padding: 5px 0px 0px; }*/

body#Networking-Careers div#featuredJob,
body#Networking-Careers div#featuredResume { float: left; border: 1px solid #000; margin-bottom: 10px; background-color:#ced5e6; }

body#Networking-Careers div#featuredJob { width: 49%; margin-right: 10px; }

body#Networking-Careers div#featuredResume { width: 48%; }

div.careerAd {
	background-color: #fff;
	border: 1px solid #666;
	padding: 6px;
	margin: 5px;
}

body#Networking-Careers div#featuredJob *,
body#Networking-Careers div#featuredResume * { padding: 0px 10px; }

body#Networking-Careers div#featuredJob h4,
body#Networking-Careers div#featuredResume h4 { padding-top: 5px; }

body#Networking-Careers div#featuredJob a,
body#Networking-Careers div#featuredResume a { padding: 0px; }

body#Networking-Careers div#featuredJob ul,
body#Networking-Careers div#featuredResume ul { margin: .5em 0 1em; }

body#Networking-Careers div#featuredJob ul li,
body#Networking-Careers div#featuredResume ul li { margin: 0px 0px 7px 15px; padding: 0px; }

/*body#Networking-Careers-JobOpenings #col2_content,
body#Networking-Careers-Resumes #col2_content { padding: 5px 0px; }*/

div.resumeListing,
div.jobPosting {
	background: url(designImages/ct_layout_divider.gif) repeat-x 0 0;
	padding: 15px 11px 0px;
	margin: 10px -11px 0px;
	clear: both;
}

body#Networking-Careers-Resumes #col2_content div.first,
body#Networking-Careers-JobOpenings #col2_content div.first {
	background: none;
	padding: 0px;
	margin: 0px;
}

body#Networking-Careers-Resumes #col2_content div.first h2,
body#Networking-Careers-JobOpenings #col2_content div.first h2 { margin-top: 10px; }

body#Networking-Careers-Resumes #col1_content p,
body#Networking-Careers-JobOpenings #col1_content p { margin: 3px 10px; }

body#Networking-Careers-Resumes #col1_content h2,
body#Networking-Careers-JobOpenings #col1_content h2 { margin: 10px 10px 3px; }


/* --- Events - Gateway: body#Events   ---------------------------------------------------------------------- */

body#Events #col2_content div#nextWebinar,
body#Events #col2_content #recentCoverage {
	background: url(designImages/ct_layout_divider.gif) repeat-x 0 0;
	padding: 10px 11px 0px;
	margin: 10px -11px 0px;
	clear: both;
}


/* --- Events - Calendar of Eventse: body#Events-CalendarofEvents   ------------------------------------------- */

body#Events-CalendarofEvents #col1_content { padding: 0px 10px; }

body#Events-CalendarofEvents #col1_content h2 { margin: 5px 0px 0px; }

body#Events-CalendarofEvents #col1_content p { margin: 5px 0 0; color: #666; }

body#Events-CalendarofEvents #col1_content ul { border-bottom: 1px solid #000; margin: 0 0 10px 0; padding: 0 0 5px 0; }

body#Events-CalendarofEvents #col1_content ul li { margin: 3px 0 5px; }

body#Events-CalendarofEvents #col1_content a:link,
body#Events-CalendarofEvents #col1_content a:visited { color: #6b2312; }
body#Events-CalendarofEvents #col1_content a:hover { color: #06f; }

/* --- Webinars: body#Events-Webinars   -------------------------------- */

body#Events-Webinars div#col1_content { padding: 7px 10px 0px; }

body#Events-Webinars #col1_content ul li { margin-left: 0px; }

body#Events-Webinars div#col2_content { padding-bottom: 10px; }

body#Events-Webinars div#col2_content img.webinarBranding { float: right; border: none; margin: 0px 0px 10px 10px; }

body#Events-Webinars div.speaker {
	clear: left;
	padding: 10px 0px 0px;
	margin: 0px;
	border-top: 1px solid #000;
	display: inline-block;
	overflow: hidden;
}

body#Events-Webinars div#col2_content div.first { border-top: 0px none; padding-top: 0px; }

body#Events-Webinars div.speaker img { float: left; margin: 0px 10px 0px 0px; }

/* --- Magazine Gateway Page: body#Magazine   actually all of the Magazine site Section ------------------------ */

div#col1_content div#subItems {
	margin: 0px -1px;
	padding: 5px 11px;
	background: url(designImages/ct_layout_divider.gif) repeat-x 0 100%;
}

div#col1_content div#recentIssues {
	margin: 0px -1px;
	padding: 5px 11px;
}

div#col1_content div#subItems h2,
div#col1_content div#recentIssues h2 { margin-bottom: 0px;}

div#col1_content div#recentIssues p, 
div#col1_content div#subItems p { margin-top: 0px; }

div#col1_content div#subItems ul li { margin: 0px; }

div#recentIssues ul li.issue {
	/*this should be the same as the other h2's in this column */
	font-size: 15px;
	margin: 0px;
	font-weight: bold;
}

div#recentIssues ul li.issue a:visited { color: #222; }

div#recentIssues ul li.blurbs {
	margin: 0px 0px 15px 0px;
	line-height: 1.25em;
}

/*the 'view more issues' p is getting too much space at the bottom*/
/*div#recentIssues p { margin: 0px; }*/

body#Magazine div#magazineInfo {
	margin: -6px -10px 0px -10px;
	padding: 6px 10px;
}
body#Magazine div#currentIssue, 
body#Magazine div#comingSoon {
	background: url(designImages/ct_layout_divider.gif) repeat-x 0 0;
	padding: 15px 11px 0px;
	margin: 10px -11px 0px;
	clear: both;
}

body#Magazine div#currentIssue h1 a:visited {color: #222; }
body#Magazine div#currentIssue h1 a:hover {color: #06f; }

body#Magazine div#currentIssue a.currentIssueCover {
	height: 173px;
	width: 117px;
	margin: 0px 0px 4px 10px;
	float: right;
	background: url(designImages/si_view_toc_text.gif) no-repeat 50%;
}

body#Magazine div#currentIssue a.currentIssueCover img { border: 1px solid #000; }

body#Magazine div#currentIssue a.currentIssueCover:hover { background-position: 50% 100%;}
 
body#Magazine div#comingSoon div {
	width: 209px;
	float: left;
	padding: 0px 0px 0px 10px;
	margin-left: -1px;
	border-left: 1px solid #000;
}

body#Magazine div#comingSoon div.nextIssue {
	border-left: none;
	border-right: 1px solid #000;
	padding: 0px 10px 0px 0px;
	margin: 0px;
}

body#Magazine div#comingSoon div img {
	float: left;
	width: 115px;
	margin: 0px 10px 0px 0px;
}

body#Magazine div#comingSoon div h2 { margin: 0px; }

body#Magazine div#comingSoon div p {
	margin: 7px 0px 2px 0px;
	line-height: 15px;
	color: #73787d;
}

body#Magazine div#comingSoon h2.subOffer {
	margin: 10px 0px;
	display: block;
	clear: both;
}
/*body#Magazine div#comingSoon h2.subOffer a:link { color: #41464b;}
body#Magazine div#comingSoon h2.subOffer a:hover { color: #06F;}*/

/* --- International Editions --- body#Magazine-InternationalEditions   ---------------------------- */

body#Magazine-InternationalEditions #col2_content #ctLA,
body#Magazine-InternationalEditions #col2_content #ctBrazil {
	background: url(designImages/ct_layout_divider.gif) repeat-x 0 0;
	padding: 15px 11px 0px;
	margin: 10px -11px 0px;
	clear: both;
}

/* --- Past Issues -------------------------------------------------------------------------------- */

div#pastIssues p.jumpMenu {
	margin: 6px 0px 10px 0px;
	font-size: 14px;
	color: #000;
}

div#pastIssues div.issueYear {
	clear: left;
	overflow: hidden;
	margin: -1px 0px 0px;
	width: 707px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 6px 0px 15px;
}

div#pastIssues div.issueYear h2 { margin: 0px; line-height: 15px; }

div#pastIssues div.issueYear div {
	width: 229px;
	float: left;
	background: #fff url(designImages/cover_art_bg_153.gif) no-repeat 1px 1px;
	height: 158px;
	margin: 10px 10px 0px 0px;
}

div#pastIssues div.issueYear div:hover { background-color: #ddd; }

div#pastIssues div.issueYear div img { float: left; border: 1px solid #000; width: 115px; margin: 0px 6px 0px 0px; }

div#pastIssues div.issueYear div h2 { margin: 0px; padding: 2px 0px 0px 122px; line-height: 17px; }

div#pastIssues div p {
	margin: 7px 0px 2px 0px;
	font-size: 11px;
	line-height: 11px;
	color: #000;
	padding: 0px 2px 0px 122px;
}

div#pastIssues div.issueYear div.issue3,
div#pastIssues div.issueYear div.issue6, 
div#pastIssues div.issueYear div.issue9,
div#pastIssues div.issueYear div.issue12 {
	margin-right: 0px;
}

div#pastIssues div.issueYear div.issue4,
div#pastIssues div.issueYear div.issue7, 
div#pastIssues div.issueYear div.issue10 {
	clear: left;
}

/* --- TOC Styles -------------------------------------------------------------------------------- */

div.issueNavigation {
	margin-bottom: 5px;
	float: right;
	width: 200px;
	overflow: hidden;
}

div.issueNavigation p.prevIssue {
	margin: 0px;
	float: left;
	text-transform: uppercase;
}

div.issueNavigation p.nextIssue {
	margin: 0px;
	float: right;
	text-transform: uppercase;
}

/*  this is a temp fix until we kill all br.clearfloats  */
div#TOC { padding-bottom: 10px; }

div#TOC h2 { margin: 15px 0px 6px 0px; padding-top: 6px; border-top: 1px solid #000;}

div#TOC div#issueExtras #webExclusives h3,
div#TOC h3.articleTitle {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	font-weight: normal;
}
/*div#TOC div#issueExtras #webExclusives h3 a:link, div#TOC h3.articleTitle a:link { color: #5D776D; }
div#TOC div#issueExtras #webExclusives h3 a:hover, div#TOC h3.articleTitle a:hover { color: #06F; }*/

div#TOC h3.paid { background: url(designImages/ct_icon_paid.gif) no-repeat 0 0; line-height: 17px; }

div#TOC h5 {
	border: none;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	font-size: 11px;
	font-style: italic;
	color: #666;
} 

div#TOC div#issueExtras {
	width: 212px;
	margin: 0px 0px 10px 10px;
	float: right;
	clear: right;
	background-color: #fff;
}

div#TOC div#issueExtras img {
	float: right;
	margin: 0px 0px 10px 0px;
	width: 200px;
	height: 271px;
	padding: 0px;
	border: 1px solid #000;
}

/*  --  CT might not use Web Exclusives, if so, kill these, otherwise the default is skin inc's styles -----  */
/*div#TOC div#issueExtras #webExclusives {
	border: 1px solid #666;
	background-color: #fff;
	float: right;
	width: 198px;
	margin-bottom: 10px;
}

div#TOC div#issueExtras #webExclusives h2 {
	font-size: 15px;
	line-height: 25px;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: bold;
	background-color: #666;
	text-align: center;
	border: none;
}

div#TOC div#issueExtras #webExclusives h3 {
	padding: 0px 6px;
	margin: 10px 0px;
}*/

/* --- Magazine - Advisory Board body#Magazine-AdvisoryBoard  -------- */

body#Magazine-AdvisoryBoard #col2_content h2 { margin-bottom: 0px; clear: right; padding-top: 10px; border-top: 1px solid #000;}
body#Magazine-AdvisoryBoard #col2_content p { margin-top: 0px; }
body#Magazine-AdvisoryBoard #col2_content img { float: right; margin: 0px 0px 10px 10px;}

/* --- Formula Tables - table#formula   ------------------------------------------- */

table#formula { border-collapse: separate; margin-bottom: 10px; width: 100%; }

table#formula tr td { padding: 5px; }

table#formula tr td.part { padding: 10px 0px 0px 0px; background-color: #fff; }

table#formula tr td.part strong { background-color: #000; color: #fff; display: block; padding: 5px; }

table#formula tr td.ingredient { border-style: solid; border-color: #000; border-width: 0px 0px 1px 1px; }

table#formula tr td.amount { border-style: solid; border-color: #000; border-width: 0px 1px 1px 0px; width: 75px; text-align: right; }

table#formula tr td.odd { background-color: #fff; }

table#formula tr td.even { background-color: #ccc; }

/* --- sortable Tables -- used in CalendarofEvents  -------------------------------- */

table.sortableTable { width: 100%; margin-bottom: -1px; }

table.sortableTable td { 
	border-style: solid;
	border-color: #000;
	padding: 6px;
	font-size: 12px;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

/* ------- table header-width styles --------- */
table.sortableTable tr.header td#calName { width: auto; }
table.sortableTable tr.header td#calType { width: 100px; }
table.sortableTable tr.header td#calLocation { width: 151px; }
table.sortableTable tr.header td#calDate { width: 102px; text-align: center; }

/* ------- table header styles --------- */
table.sortableTable tr.header td {
	border-width: 1px;
	background-color: #ced5e6;
	color: #000;
	/*text-align: center;*/
	font-weight: bold;
	padding: 0px;
}

table.sortableTable tr.header td a:link,
table.sortableTable tr.header td a:visited { color: #000; }

table.sortableTable tr.header td a:hover { color: #06f; }

table.sortableTable tr.header td a { padding: 7px 0px; display: block; width: 100%; text-indent: 7px; }

table.sortableTable tr.header td#calDate a { text-indent: 0px; }

table.sortableTable tr.header td.ascending a span {
	background: url(designImages/gci_sort_arrow_up.gif) no-repeat right 60%;
	position: absolute;
	height: 12px;
	width: 15px;
}

table.sortableTable tr.header td.descending a span {
	background: url(designImages/gci_sort_arrow_down.gif) no-repeat right 55%;
	position: absolute;
	height: 12px;
	width: 15px;
}

/*  since date is the only centered header, and the span is not counted towards this, we must move it all over by half the width of the sorted arrow  */
table.sortableTable tr.header td#calDate.ascending a,
table.sortableTable tr.header td#calDate.descending a { text-indent: -7px; }

/* ------- table event:row1 styles --------- */

table.sortableTable tr.eventListingLine1 td { padding-top: 10px; }

table.sortableTable tr.eventListingLine1 td.eventTitle { font-weight: bold; color: #6b2312; }
table.sortableTable tr.eventListingLine1 td.eventTitle a:link { color: #6b2312; }
table.sortableTable tr.eventListingLine1 td.eventTitle a:visited { color:#222; }
table.sortableTable tr.eventListingLine1 td.eventTitle a:hover { color: #06f; }

table.sortableTable tr.eventListingLine1 td.eventType {
	/* same as an h4 */
	font-size: 11px;
	margin: 0px 0px 5px 0px;
	line-height: 11px;
	font-weight: normal;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

table.sortableTable tr.eventListingLine1 td.eventDate { text-align: center; font-weight: bold; }

/*--  this is for the 'add to my calendar' lilnk inside of the date field  --*/
/*table.sortableTable tr.eventListingLine1 td.eventDate a { padding-left: 12px; background: url(designImages/gci_plus.gif) no-repeat 0% 80%; font-size: 10px; font-weight: normal; }*/

/* ------- table event:row2 styles --------- */

table.sortableTable tr.eventListingLine2 td { border-bottom-width: 1px; padding-bottom: 10px; }

table.sortableTable tr.eventListingLine2 td.eventDescription { padding-left: 16px; }

table.sortableTable tr.eventListingLine2 td.eventContactInfo {  }

/* ------- highlighting allured events --------- */

table.sortableTable tr.alluredEvent td { background-color: #f2f2f5; }

/* --- Google SEARCH Results page: body#Search   ------------------------------------------------ */

body#Search div#col2_content iframe { width: 100%; }

/* --- Advertising page: body#Advertising   -------------------------------- */

body#Advertising div#col1_content { padding: 7px 10px; }

body#Advertising div#col2 div.adSection {
	background: url(designImages/ct_layout_divider.gif) repeat-x 0 0;
	padding: 15px 11px 0px;
	margin: 10px -11px 0px;
	clear: both;
}

body#Advertising div#col2 div#mediakit {
	width: 180px;
	padding: 10px;
	text-align: center;
	margin: 15px 0px 10px 10px;
	float: right;
	border: 1px solid #000;
	clear: both;
}

body#Advertising div#col2 div#mediakit a { text-decoration: none; }
body#Advertising div#col2 div#mediakit a span { text-decoration: underline; font-size: 11px; }
body#Advertising div#col2 div#mediakit p { margin-bottom: 0px; font-size: 11px; }
body#Advertising div#col2 div#mediakit p a { text-decoration: underline; }

body#Advertising div#col2 div#mediakit img {
	float: none;
	margin: 0px;
	clear: none;
	border: 1px solid #000;
	text-decoration: none;
}

body#Advertising div#col2 div.adExample {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
	text-align: center;
}

body#Advertising div#col2 div.last { border-bottom: 0px none; margin-bottom: 0px; }

body#Advertising div#col2 div.adExample img { border: 1px solid #000; }

body#Advertising div#col2 div.contacts div.column1,
body#Advertising div#col2 div.contacts div.column2 {
	display: inline-block;
	width: 200px;
	float: left;
	overflow: hidden;
}

/* --- Contact Us page: body#ContactUs   ------------------------------------------------ */

body#ContactUs div.contactGroup {
	background: url(designImages/ct_layout_divider.gif) repeat-x 0 0;
	padding: 15px 11px 0px;
	margin: 10px -11px 0px;
	clear: both;
}

/* --- feedback form Report div#feedbackForm   ------------------------------------------------ */

body#ContactUs #col1_content { padding: 7px 10px; }

body#ContactUs #col1_content form p.thanks_message {
	font-weight: bold;
	text-align: center;
	color: #6b2312;
	background-color: #ff9;
	padding: 3px;
	margin: 0px 0px 10px;
}

body#ContactUs div#col1_content form div#feedbackForm label { font-size: 13px; font-weight: bold; display: block; }

body#ContactUs div#col1_content form div#feedbackForm input {
	margin-bottom: 10px;
	padding: 3px;
	width: 200px;
	border: 1px solid #000;
	color: #000;
	font-size: 13px;
	display: block;
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
}

body#ContactUs div#col1_content form div#feedbackForm input#emailAddy { margin-bottom: 0px; }

body#ContactUs div#col1_content form { margin-bottom: 10px; }

body#ContactUs div#col1_content form p { clear: both; margin: 5px 0px;}

body#ContactUs div#col1_content form div#feedbackForm { margin-top: 10px; }

body#ContactUs div#col1_content form div#feedbackForm p { font-size: 11px; margin: 0px 0px 10px 0px; }

body#ContactUs div#col1_content form textarea {
	width: 234px;
	max-width: 236px;
	max-height: 300px;
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 3px;
	border: 1px solid #000;
	margin-bottom: 10px;
	color: #000;
}

body#ContactUs div#col1_content form input#feedbackSubmit { margin: 0px; width: 70px; display: block; }

body#ContactUs div#col1_content form input#feedbackSubmit:hover { border-color: #666; cursor: pointer; }

/* --- Allured Bookstore page: body#Bookstore   ------------------------------------------------ */

body#Bookstore div#featured {
	background: url(designImages/ct_layout_divider.gif) repeat-x 0 0;
	padding: 15px 11px 0px;
	margin: 10px -11px 0px;
	clear: both;
}

body#Bookstore div#featured div.book { overflow: hidden; clear: both; margin-top: 20px; border-bottom: 1px solid #000; }

body#Bookstore div#featured div.book img { float: left; margin: 0px 10px 7px 0px; }

body#Bookstore div.orderLink { text-align: center; padding-top: 10px; }

/* --- FAQ page: body#FAQ   ------------------------------------------------ */
body#FAQ dl { padding: 0px; margin: 0px 0px 15px 0px; }

body#FAQ dl dt { font-size: 15px; line-height: 17px; }

body#FAQ dl dd { margin-bottom: 10px; }

/* --- Sitemap page: body#Sitemap   ------------------------------------------------ */

body#Sitemap #col2_content h2 a:link, 
body#Sitemap #col2_content h2 a:visited { color: #363636; }
body#Sitemap #col2_content h2 a:hover { color: #06f; }

body#Sitemap div.mapColumn { float: left; margin-right: 10px; width: 225px; }

/* all of the uls */
body#Sitemap div.mapColumn ul { list-style-type: none; margin: 0px 0px 15px 0px; }

/*primary nav */
body#Sitemap div.mapColumn h2 { margin-bottom: 6px; }

/* rss logo after all h2's */
body#Sitemap div.mapColumn h2 a img { height: 12px; width: 12px; margin-left: 5px; }

/*secondary nav */
body#Sitemap div.mapColumn ul li { font-weight: bold; margin: 0px 0px 2px 0px; }

/*tertiary nav */
body#Sitemap div.mapColumn ul ul li { font-weight: normal; margin: 0px 0px 2px 0px; }

body#Sitemap div.mapColumn ul ul { margin: 0px 0px 0px 15px; }

/* --- E-newsletter and RSS Feeds page: body#Newsletter-RSS   -------------------------------- */

body#Newsletter-RSS #col1_content,
body#Newsletter-RSS #col3_content { margin: 0px; padding: 6px 10px; }

body#Newsletter-RSS #col3_content ul { }

body#Newsletter-RSS #col1_content ul li,
body#Newsletter-RSS #col3_content ul li { margin-left: 0px; }

/* ----------- form for E-Newsletter --------- */

body#Newsletter-RSS div#info { width: 420px; overflow: hidden; display: inline-block; margin-bottom: 10px; }

body#Newsletter-RSS div#col2 form input.checkbox { display: none; }

body#Newsletter-RSS div#info label {
	font-size: 13px;
	font-weight: bold;
	float: left;
	clear: left;
	padding: 5px 10px;
	text-align: right;
	width: 140px;
}

body#Newsletter-RSS div#info input#email,
body#Newsletter-RSS div#info input#firstname,
body#Newsletter-RSS div#info input#lastname,
body#Newsletter-RSS div#info input#company,
body#Newsletter-RSS div#info input#title,
body#Newsletter-RSS div#info input#city,
body#Newsletter-RSS div#info input#state,
body#Newsletter-RSS div#info input#country { 
	float: left;
	margin-bottom: 10px;
	clear: none;
	padding: 3px;
	width: 225px;
	border: 1px solid #000;
	color: #000;
	font-size: 13px;
	position: static;
}

body#Newsletter-RSS div#info input#nlSubmit {
	clear: both;
	float: none;
	margin: 0px;
	position: relative;
	left: 323px;
	width: 70px;
	display: block;
}

body#Newsletter-RSS div#col2_content p.thanks_message { text-align: center; background-color: #ff9; padding: 5px; }

/* --- Directory Pages: body#directory   ---------------------------------------------------- */

body#directory { background-color: #666; }

body#directory p#logoutLink { position: absolute; top: 10px; right: 14px; margin: 0px; }

/* --- LINK styles -------------------------------------------------------------------------------- */

a:link { color: #6b2312; text-decoration:underline; }

a:visited { color: #666; }

a:hover { color: #06f; }

a img { border: none; }

/* -(end of links)---------------- */

/* -------- Dev Info Styles -------- */

div#devHeader { text-align: center; display: block; width: 100%; background-color: #CED5E6; background-color: rgba(206,213,230,.95); position: fixed; top: 0px; z-index: 1000; }

div#devHeader p#devDivClose { position: absolute; top: 5px; right: 10px; margin: 0px; }
div#devHeader p#devDivClose a:link, div#devHeader p#devDivClose a:visited { color: #900; }
div#devHeader p#devDivClose a:hover { color: #06f; }

div#devHeader h1 { font-size: 18px; }

div#devHeader p#toggleText { font-size: 11px; line-height: 13px; margin: 0px 0px 7px; }

div#devHeader p#toggleText a#toggleLink { background-position: 0px 1px; background-repeat: no-repeat; background-image: url(designImages/expand_icon.gif); padding-left: 15px; margin-right: 10px; }

div#devHeader div#collapse { display: none; text-align: left; padding: 5px 0px 7px; width: 500px; clear: right; margin: 0px auto; border-top: 1px solid #000; }

div#devHeader div#collapse div { display: inline-block; width: 230px; padding: 5px; background-color: #CED5E6; vertical-align: top; }

div#devHeader div#collapse div#devStylesheets { margin-right: 10px; }

div#devHeader div#collapse div ul { margin-bottom: 0px; } 

div#devHeader div#collapse div ul li { margin-left: 15px; }

div#devHeader div#collapse p { border-top: 1px solid #000; display: block; margin: 7px 0px 0px; padding-top: 5px; }

/* -------- debugging Styles -------- */

h1.debug { color: red; font-size: 12px; }

code { font-family:"Courier New", Courier, monospace; color: #160; font-weight: bold; }
