html, body {
background:#E5DACF !important;
}



/*** default font settings ***/
	p, div, td, blockquote {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		}
	a:link {
		text-decoration: none;
		color: #2A4FB1;
		}
	a:visited {
		text-decoration: none;
		color: #2A4FB1;
		}
	a:hover, a:active {
		text-decoration: underline;
		color: #2A4FB1;
		}
/*** exclusive for owrap - not shared with content well ***/
	a.chnl {
		text-decoration: underline;
		color: #fff;
		}
	a.chnl:hover {
		text-decoration: underline;
		color: #fff;
		}
	span.header {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: bold;
		color: #CC6633;
		}
	td.fstyle {
		font-size: 13px;
		font-family: Arial, Helvetica, sans-serif;
		}
/*** font stylings for shop & save search form ***/
	a.shoplink1 {
		font-family: arial,helvetica,sans-serif;
		font-size: 12px;
		color: #a92929;
		}
	a.shoplink2 {
		font-family: arial,helvetica,sans-serif;
		font-size: 11px;
		}
	table {
		font-size: x-small;
		}
	.error {
		font-family: Arial, Helvetica, sans-serif;
		font-size: x-small;
		color: #FF0000;
		}
	.standardbold {
		font-family: Arial, Helvetica, sans-serif;
		font-size: x-small;
		font-weight: bold;
		}
	.subscriptbold {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
		}
	.headline {
		font-family: Arial, Helvetica, sans-serif;
		font-size: small;
		font-weight: bold;
		}
	.pagetitle {
		font-size: large;
		}
	.mainheadline {
		font-family: Arial, Helvetica, sans-serif;
		font-size: medium;
		font-weight: bold;
		}
	.subscript {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		}
	.subscriptital {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-style: italic;
		}
	.standardital {
		font-family: Arial, Helvetica, sans-serif;
		font-size: x-small;
		font-style: italic;
		}
/*** Added by rdh on 10/6/2005 - required to control marketplace include ***/
	/* DIRECTORY TABS */
	/* Set the outer DIV class for positioning, links, and H1 headers */
	.cn_tab_dir_wrapper {
		position: relative;
		}
	.cn_tab_dir_wrapper h1 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		margin: 0px;
		padding: 2px 0px;
		text-align: center;
		width: 100px;
		}
	/* removed for PC IE incompatibility
	.cn_tab_dir_wrapper a, cn_tab_dir_wrapper a:visited {
		width: 100px;
		text-decoration: none;
		color: #ffffff;
		}
	.cn_tab_dir_wrapper a:hover {
		color: #ffff33;
		}*/
	/* Set the common tab positioning/size here */
	#cn_tab_dir_tab1, #cn_tab_dir_tab2, #cn_tab_dir_tab3 {
		position: absolute;
		top: 0px;
		width: 100px;
		height: 17px;
		overflow: hidden;
		}
	/* required for PC IE compatibility */
	#cn_tab_dir_tab1 a, #cn_tab_dir_tab2 a, #cn_tab_dir_tab3 a {
		text-decoration: none;
		color: #ffffff;
		}
	#cn_tab_dir_tab1 a:hover, #cn_tab_dir_tab2 a:hover, #cn_tab_dir_tab3 a:hover {
		text-decoration: none;
		color: #ffff33;
		}
	#cn_tab_dir_tab1 a:visited, #cn_tab_dir_tab2 a:visited, #cn_tab_dir_tab3 a:visited {
		text-decoration: none;
		color: #ffffff;
		}
	/* Set each unique tab's left/right positioning here */
	/* ***OLD TABS -- REMOVED EVENTS TAB***
		#cn_tab_dir_tab1 {left: 0px;}
		#cn_tab_dir_tab2 {left: 100px;}
		#cn_tab_dir_tab3 {left: 200px;} */
	/* ***NEW TABS -- REMOVED EVENTS TAB*** */
	#cn_tab_dir_tab1 {
		left: 0px;
		}
	#cn_tab_dir_tab2 {
		left: 100px;
		}
	#cn_tab_dir_tab3 {
		left: 200px;
		}
	/* Set the common text area positioning/size here */
	#cn_tab_dir_text1, #cn_tab_dir_text2, #cn_tab_dir_text3 {
		position: relative;
		top: 17px;
		right: 0px;
		width: 298px;
		background-color: #663914;
		background: url(http://www.gjsentinel.com/custom/nospider/impl/images/cn_tab_dir_bg_fade.jpg) no-repeat;
		border-left: 1px solid #BD6A26;
		border-right: 1px solid #BD6A26;
		overflow: hidden;
		}
	/* added to override default link/text colors */
	#cn_tab_dir_text1, #cn_tab_dir_text2, #cn_tab_dir_text3 {
		color: #ffffff;
	}

	#cn_tab_dir_text1 a, #cn_tab_dir_text2 a, #cn_tab_dir_text3 a {
		color: #ffffff;
		text-decoration: none;
	}

	#cn_tab_dir_text1 a:hover, #cn_tab_dir_text2 a:hover, #cn_tab_dir_text3 a:hover {
		color: #ffffff;
		text-decoration: underline;
	}

	#cnTabDirText1 a:visited, #cn_tab_dir_text2 a:visited, #cn_tab_dir_text3 a:visited {
		color: #ffffff;
		text-decoration: none;
	}
	/* Set the classes called by the Javascript for changing tab/text classes */
	#cn_tab_dir_tool .on {
		background: url(http://www.gjsentinel.com/custom/nospider/impl/images/cn_tab_dir_active.gif) no-repeat;
		}
	#cn_tab_dir_tool .off {
		background: url(http://www.gjsentinel.com/custom/nospider/impl/images/cn_tab_dir_inactive.gif) no-repeat;
		}
	#cn_tab_dir_tool .show {
		display: block;
		}
	#cn_tab_dir_tool .hide {
		display: none;
		}
	/* MARKETPLACE TABS */
	/* Set the outer DIV class for H1 headers */
	.cn_tab_mktplc_wrapper H1 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
		margin: 0px;
		padding: 1px 0px;
		text-align: center;
		}
	/* Set the classes called by the Javascript for changing text classes */
	#cn_tab_mktplc_tool .show {
		display: block;
		}
	#cn_tab_mktplc_tool .hide {
		display: none;
		}
	#cn_tab_mktplc_tool .on {
		background: url(http://www.gjsentinel.com/custom/nospider/impl/images/cn_tab_mktplc_active.gif) no-repeat;
		}
	#cn_tab_mktplc_tool .off {
		background: url(http://www.gjsentinel.com/custom/nospider/impl/images/cn_tab_mktplc_inactive.gif) no-repeat;
		}
	/* Set the common tab size/format here */
	#cn_tab_mktplc_text1, #cn_tab_mktplc_text2 {
		width: 194px;
		height: 53px;
		border-left: 1px solid #BD6A26;
		border-right: 1px solid #BD6A26;
		overflow: hidden;
		}
	/* Set each unique tab's size/format here */
	#cn_tab_mktplc_tab1 {
		width: 98px;
		height: 13px;
		overflow: hidden;
		}
		/* #cn_tab_mktplc_tab1.on {background: url(http://www.gjsentinel.com/custom/nospider/impl/images/cn_tab_mktplc_left_active.gif) no-repeat;}
		#cn_tab_mktplc_tab1.off {background: url(http://www.gjsentinel.com/custom/nospider/impl/images/n_tab_mktplc_left_inactive.gif) no-repeat;} */
	#cn_tab_mktplc_tab2 {
		width: 98px;
		height: 13px;
		overflow: hidden;
		}
		/* #cn_tab_mktplc_tab2.on {background: url(http://www.gjsentinel.com/custom/nospider/impl/images/cn_tab_mktplc_right_active.gif) no-repeat;}
		#cn_tab_mktplc_tab2.off {background: url(http://www.gjsentinel.com/custom/nospider/impl/images/cn_tab_mktplc_right_inactive.gif) no-repeat;} */
	/* Set the common tab links here */
	#cn_tab_mktplc_tab1.on a, #cn_tab_mktplc_tab1.on a:hover, #cn_tab_mktplc_tab2.on a, #cn_tab_mktplc_tab2.on a:hover {
		text-decoration: none;
		color: #BD6A26;
		}
	#cn_tab_mktplc_tab1.off a, #cn_tab_mktplc_tab1.off a:hover, #cn_tab_mktplc_tab2.off a, #cn_tab_mktplc_tab2.off a:hover {
		text-decoration: none;
		color: #ffffff;
		}
/*** Added by rdh on 10/6/2005 - required to control weather include ***/
	td.wthr {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
		color: #666666;
		text-align: center;
		}
	#desc {
		font-size: 10px;
		}
	#temp {
		font-size: 18px;
		}
/*** Added by mlh on 10/6 - required for Advertisement header display ***/
	span#ad {
		width: 100%;
		color: #666;
		font-size: 11px;
		font-family: Arial,Helvetica,sans-serif;
		text-align: center;
		}
/*** Added by rdh on 10/6 - required for Top Jobs output ***/
	td.topjobs {
		font-size: 11px;
		color: #333333;
		}
/*** Added by rdh on 10/6 - required for Top Jobs Watercooler output ***/
	td.wctopjobs {
		font-size: 11px;
		color: #ffffff;
		}
/***Added by pellani - CONTENT STYLES */
/* General content styles*/
	h1	{
		font-size: 24px;
		margin: 3px 0px;
		}
	h2	{
		font-size: 22px;
		margin: 3px 0px;
		}
	h3	{
		font-size: 18px;
		margin: 3px 0px;
		}
	h4	{
		font-size: 11px;
		margin: 0px 0px;
		}
/* Makes CRT (widgets 1 graph) have large type headline */
	#large_hed span.cxnhdln {
		font-size: 20px;
		font-weight: bold;
		}
	#large_hed .body {
		font-size: 12px;
		font-weight: normal;
		}
/* Lead teases across local & shared */
	.credit {
		font-weight: bold;
		font-size: 11px;
		color: #666666;
		text-align: right;
		/* removed by mrb - 1/30/2006 */
		/* margin: -12px 0px -12px 0px; */
		}
	.caption {
		font-weight: normal;
		font-size: 11px;
		color: #666666;
		margin: 0px 0px;
		}
	.summary {
		font-weight: normal;
		font-size: 12px;
		color: #333333;
		margin: 0px 0px;
		}
/* styles for Inside modules */
	.summary_2 {
		font-weight: normal;
		font-size: 11px;
		color: #333333;
		margin: 0px 0px;
		}
/* Small titles above widgets */
	.header {
		font-weight: bold;
		font-size: 11px;
		color: #CC6633;
		margin: 3px 0px;
		}
		/* For slightly larger headers on one column content pages */
	.header_1col {
		font-weight: bold;
		font-size: 13px;
		color: #CC6633;
		margin: 3px 0px;
		}
	.health_rule	{
		font-weight: bold;
		font-size: 11px;
		color: #CC6633;
		margin: 3px 0px;
		}
	.news_rule	{
		font-weight: bold;
		font-size: 11px;
		color: #CC6633;
		margin: 3px 0px;
		}
/* Graphical titles above widgets */
	.header_2 {
		padding-top: 5px;
		width: 300px;
		height: 18px;
		border-bottom: solid 1px #666666;
		font-weight: bold;
		font-size: 11px;
		color: #CC6633;
		margin: 0px 0px;
		}
	.header_2_img {
		margin: 0px 0px;
		float: left;
		}
/* Most important widgets - bolds heds; normal more link */
	#leadhdln .cxnhdln ul li {
		list-style-image: url(http://img.coxnewsweb.com/C/02/06/69/image_1869062.gif);
		margin: 12px 0px 12px -17px;
		font-weight: bold;
		font-size: 11px;
		}
	#leadhdln .cxnmorehdln ul li {
		list-style: none;
		margin: 12px 0px 12px -17px;
		font-weight: normal;
		font-size: 11px;
		}
/* Other widgets 1 - normal headlines, bold more link */
	#morehdln .cxnmorehdln {
		font-weight: bold;
		font-size: 11px;
		}
	#morehdln .cxnhdln ul li {
		list-style-image: url(http://img.coxnewsweb.com/C/02/06/69/image_1869062.gif);
		margin: 12px 0px 12px -17px;
		font-weight: normal;
		font-size: 11px;
		}
	#morehdln .cxnmorehdln ul li {
		list-style: none;
		margin: 12px 0px 12px -17px;
		font-weight: bold;
		font-size: 11px;
		}
/* Other widgets 2 - normal headlines, bold more link */
	#morehdln_2 .cxnhdln ul li {
		list-style-image: url(http://img.coxnewsweb.com/C/02/06/69/image_1869062.gif);
		margin: 12px 0px 12px -17px;
		font-weight: normal;
		font-size: 11px;
		}
	#morehdln_2 .cxnmorehdln ul li {
		list-style: none;
		margin: 12px 0px 12px -17px;
		font-weight: bold;
		font-size: 11px;
		}
/* Covers widgets not wrapped with IDs above */
	.cxnhdln ul li {
		list-style-image: url(http://img.coxnewsweb.com/C/02/06/69/image_1869062.gif);
		margin: 12px 0px 12px -17px;
		font-weight: normal;
		font-size: 11px;
		}
/* styles for inside entertainment tabs (dining, events, movies) */
	#movies_tab {
		font-family: arial,helv;
		font-weight: bold;
		font-size: 12px;
		color: #ffffff;
		padding: 10px 10px;
		}
	#dining_tab {
		font-family: arial,helv;
		font-weight: bold;
		font-size: 12px;
		color: #ffffff;
		}
/* style wraps pages with only one tdl; puts padding around the content well */
	#padding_shell {
		padding: 0px 15px 15px 0px;
		}
/* Border Styles */
	.cnborderbottom {
 	 	border-bottom: 1px dashed #ccc;
	}
	.cnbordertop {
	  	border-top: 1px dashed #ccc;
	}
	.cnborderleft {
	  	border-left: 1px dashed #ccc;
	}
	.cnborderright {
	  	border-right: 1px dashed #ccc;
	}
	.cnborderright img {
		margin:5px 0;
	}
	.cnborderbottomleft {
	  	border-left: 1px dashed #ccc;
	  	border-bottom: 1px dashed #ccc;
	}
	.cnborderbottomright {
	  	border-right: 1px dashed #ccc;
	  	border-bottom: 1px dashed #ccc;
	}
	.cnfooter p {
	  font-size:11px;
	  text-align:center
	}
	/* For treatment of the in content topjobs container */
	#horiz_topjobs {
		color: #666666;
		font-size: 11px;
		background: #FCF7F4;
		border-top-width: 1px;
		border-top-style: dashed;
		border-top-color: rgb(204, 204, 204);
		border-bottom-width: 1px;
		border-bottom-style: dashed;
		border-bottom-color: rgb(204, 204, 204);
		}

/*Our Front Homepage module*/
  #cnOurFront {
    width: 280px;
    }
  #cnOurFront table {
    width: 100%;
    padding: 0px;
    }
  #cnOurFront td.outerLeft {
    width: 135px;
    }
  #cnOurFront td.outerRight {
    width: 145px;
    }
  #cnOurFront td.innerLeft {
    width: 12px;
    padding-top: 10px;
    }
  #cnOurFront td.innerRight {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding: 10px 5px 5px 0px;
    }

/* Added 2005/11/28 by Dave Nelson for UClick Pages */
#cnhdruclick {background-image: url(http://www.gjsentinel.com/custom/nospider/impl/images/hdr_uclick_gjsentinel.jpg); background-color: #fff; background-repeat:  no-repeat;}
#cnhdruclick {font-size: 13px; font-family: Arial, Helvetica, sans-serif;}
#cnhdruclick th {background: #BD6A26; color: #fff; font-size: 13px; font-family: Arial, Helvetica, sans-serif; text-align: left; font-weight: bold;}
#cnhdruclick a, .fstyle a:link, .fstyle a:visited {color: #000; text-decoration: none;}
#cnhdruclick a:hover, .fstyle a:active {color: #000; text-decoration: underline;}
#cnhdruclick .cnmenuback {background: #EFEFEF; color: #000;}
p.cnpuzzlefoot {width: 800px; text-align:center; font-size:11px;}
a .cnpuzzlefoot, .cnpuzzlefoot a:link, .cnpuzzlefoot a:visited {color: #336699; text-decoration: none;}
.cnpuzzlefoot a:hover, .cnpuzzlefoot a:active {text-decoration: underline;}

/* Added 2006/03/13 by Dave Nelson for NIE Pages */
#cnnienav {background: #bd6a26; color: #fff; font-family: sans-serif; font-size: 10px; padding: 4px; border-top: 1px solid #fff;}
#cnniehed #cnnienav a:link, #cnniehed #cnnienav a:visited {color: #fff;}
#cnniehed #cnnienav a:hover, #cnniehed #cnnienav a:active {color: #fff;}
#cnniehed {padding-bottom: 4px;}
#cnniefooter {width: 600px; text-align: center; padding: 4px 0 10px 0; border-top: 1px solid #000;}
#cnniefooter p {color: #000; font-size: 11px;}

/* Added 2006/03/20 by Rob Hazelwood for Clickability and TypeSize */
#clickability {margin-top: 10px; padding-bottom: 0px; width: 100%;}
#clickability span {padding: 0px 20px 10px 20px; height: 20px;}
#clickability #email {background: url(http://www.wacotrib.com/shared-custom/nospider/impl/images/clickability_email.gif) no-repeat;}
#clickability #print {background: url(http://www.wacotrib.com/shared-custom/nospider/impl/images/clickability_print.gif) no-repeat;}
#clickability #most_emailed {background: url(http://www.wacotrib.com/shared-custom/nospider/impl/images/clickability_most_emailed.gif) no-repeat;}
#clickability #popular {background: url(http://www.wacotrib.com/shared-custom/nospider/impl/images/clickability_popular.gif) no-repeat;}
#clickability #typesize {color: #2A4FB1; font-weight: bold; text-decoration: none; font-size: 11px; margin-left: -21px; padding-top: 10px;}
#typesize img {vertical-align:top}


/* Added 2007/10/19 by Jae Moon for Most Popular Stories Clickability */
#mostpopular .header_story {
	text-align:left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	color:#336f31;
	font-size: 11px;
	padding-left:0px;
	padding-bottom:5px;
	border-bottom: 1px #CCCCCC solid;
}
#mostpopular ul li{
	list-style-image: url(http://img.coxnewsweb.com/C/02/06/69/image_1869062.gif);
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: -5px;
	font-weight: normal;
	font-size: 11px;
	text-align:left;
	padding-right: 10px;
}	

/* Added 2008/1/1 by chris froese to fix display on events search results page */
span.ev_UserTaskInstructions
{
	display: block;
	clear: both;
}

/* Added 2008/2/19 by Chris Froese for displaying quick reads in stories */
pre.quickread
{
	display: block;
	width: 660px;
	background-color: #EEE;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 9px;
	background-color: ;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

/*sms help pages*/

#access h2.header {
	font-size: 30px;
	border-bottom: 1px solid #CCCCCC;
}

/*nyt feeds added 06192008*/

.nytCredit {
	font-size: 9px;
	text-align: right;
	color: #909090;
	margin-bottom: 3px;
	width:100%;
}

.nytCaption {
	color: #666;
	font-size: 91.6%;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
}

/*added 06192008 acap div style*/
.cnfooterAcap {
	text-align: center;	
}

/*golf channel styles*/

body#gj_golfchannel {
	background-color: #d9f3d5 !important;
}

/*agrotourism channel styles*/

body#gj_agrotourism {
	background-color: #78845e !important;
}

body#gj_agrotourism .cnfooter a, body#gj_agrotourism .cnfooter a:link, body#gj_agrotourism .cnfooter a:active {
	color: #fff;
}

body#gj_agrotourism .cnborderright {
	background-image: url(http://www.gjsentinel.com/custom/nospider/impl/images/agrotourism/cx_content_background.jpg);
	background-repeat: repeat-y;
	background-position: right; 
	border: none;
}

body#gj_agrotourism #cxContent {
	padding-right: 15px;
}

				
body#gj_agrotourism #cxRightRail {
	width: 320px;
}

body#gj_agrotourism #cxRightRail .cxRightRailAdPosition, .cxRightRailTease {
	margin: 10px 5px;
}

body#gj_agrotourism #cxSubHeader {
	margin: 10px 0;
}

body#gj_agrotourism #cxSubHeader #cxSubHeaderAd {
	float: left; 
	width: 730px; 
	text-align: center;
}

body#gj_agrotourism #cxSubHeader #cxSubHeaderWeather {
	float: left;
	width: 200px;
}