/*Small modifications to fix layout when central CMS CSS files get downloaded, please remove when/if better fix is in place. - Kitsap*/

@import url('http://mediaassets.kitsapsun.com/html/adpay_cart_mod.css');

/* GLOBAL RESETS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, colgroup, col {
	margin: 0;
	padding: 0;
	border: 0;
	font-size:inherit;
	font-weight:inherit;     
	outline: 0;
	vertical-align: baseline;
    }
:focus {
	outline: 0;
    }
body {
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
    }
ol, ul {
	list-style: none;
    }
table {
	border-collapse: collapse;
	border-spacing: 0;
    }

caption, th, td {
	text-align: left;
	font-weight: normal;
    }
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
    }
blockquote, q {
	quotes: "" "";
    }
strong {
    font-weight:700;
    }
em {
    font-style:italic;
    }

/* END GLOBAL RESETS */

/* BASE TABLE STRUCTURE */

body {
	background-color: #8c837b;
	height: 100%;
	text-align: center;
}

.TableMain {
	margin-top:0px;
	margin-bottom:0px;
	margin-left: auto;
	margin-right: auto;
	width: 990px;
	background-color: #8c837b;
}

.TableHeader {
	background: url(/Branding/1014/Images/headerbg.jpg) no-repeat 0 15px;
	width: 990px;
	height: 143px;
	margin-top: 15px;
}

#TableBody {
	background: transparent url(/Branding/2133/Images/contentbg.jpg) repeat-y 0 0;
	width: 100%;
	padding: 10px;
}

.LoginStatus {
	background-color: #fff;
	width: 940px;
	*width: 980px;
	padding: 10px 20px 10px 10px;
	*padding-right: 30px;
	margin-left: 10px;	
}

.TableNav {
	margin: 15px 10px 10px 25px;
}

#Login .TableNav, #frmMain .TableNav, #PlaceAd .TableNav {
	width: 0px;
}

#Form1 .TableContent {
	margin:10px 0 15px 5px;
	width:745px;
}

#frmMain .TableContent {
margin: 10px 0 15px 30px;
width:745px;
}

.TableContent {
	width: 700px;
    margin: 15px 0 15px 10px;
}

.TableNavRight {
	width: 11px;
}

#TableNavRight.TableNav {
	width: 11px;
	margin: 0;
	background: transparent;
}

.TableFooter {
	background: url(/Branding/2133/Images/contentbg.jpg) repeat-y 0 0;
	width: 990px;
	height: 100px;
}

.PageFooter {
	background: url(/Branding/2133/Images/contentbg.jpg) repeat-y 0 0;
	width: 990px;
	height: 100px;
}

/* END BASE TABLE STRUCTURE */

/* BASE ELEMENT STYES */

html, body {
	font:12px Arial, Helvetica, sans-serif;
}

img {
	border:none;
}

h1, h2, h3 {
	font-weight:bold;
	color:#74abd7;
}

h1 {
	font-size:21px;
	letter-spacing: -1px;
	clear:both;
}

h2 {
	font-size:15px;
	color:#615e56;
}

h3 {
	font-size:16px;
	letter-spacing: -0.5px;
	margin-bottom:16px;
}

p {
	line-height:18px; 
}

a, a:link, a:active, a:visited {
	color:#305b9f; 
	text-decoration:none;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

a:hover {
	color:#305B9F; 
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
}

h2 a:link, h2 a:visited {
	color:#000000;
}

h2 a:hover {
	color:#bb1323;
}

p a:link, p a:visited {
	color:#000000;
}

p a:hover {
	color:#74abd7;
	text-decoration:underline;
}

td {
	vertical-align: top;
}

hr {
	background-color:#C1C1C1;
	border-width:0;
	color:#C1C1C1;
	height:1px;
}

/* END BASE ELEMENT STYLES */

/* HEADER n NAV */

#site_services {
	width: 932px;
	margin: 0 auto 5px auto;
	padding: 0px 20px;
	font-size: 11px;
}

#site_services a {
	color:#000;
	font-size: 11px;
}

#site_services a:hover {
	color:#fff;
}

#navbar {
	margin-left: 11px;
	width: 979px; 
	height: 45px;
	overflow: hidden;
	padding-top: 0px;
	margin-top: 90px;
}

#navbar ul {
	border-top: 1px solid #ccc;
	margin:0 10px 0 0; 
	padding:0; 
	list-style:none;
	text-align:center;  
	font-size:14px;
	height: 45px;
}

#navbar li {
	float:left;
	width:162px;
	height:45px;
}

#navbar li a {
	display:block; 
	padding: 15px;
	height: 45px;
	margin:0; 
	color:#000000; 
	text-align:center; 
	text-decoration:none;
	font-weight:bold;
	font-size: 1.1em;
	background: url(/Branding/2133/Images/mainnavbg.gif) no-repeat right 0;
}

#navbar li a:hover {
	color:#8c837b;
	height: 45px;
	text-align:center;
	background-position: right -45px;
}

#navbar li.active {
	width: 161px;
}

#navbar li.active a {
	height:15px; 
	display:block; 
	padding:15px;
	color:#8c837b;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	background-position: right -45px;
}

#navbar li.last {
	width: 160px;
}

/* END HEADER n NAV */

/* FOOTER */

#footer {
	color:black;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	text-align:center;
	text-decoration:none;
	padding: 20px 0 0 0;
	border-top:1px solid #b2b2b2;
	background-color: #FFF;
	width:950px;
	margin-left: 20px;
	margin-top: 15px;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	color:#8c837b;
}

/* END FOOTER */

/* HOMEPAGE */

#search_wrapper {
	width: 933px;
	padding: 20px 15px 0 20px;
	border-bottom:1px solid #b2b2b2;
	float: left;
	background-color: #dfdfdd;
}

#search {
	float: left;
	width: 576px;
	height: 300px;
	margin: 0 15px 0 0; /* for Safari */
	background: url(http://web.knoxnews.com/static/images/kns/realestate/qsearch_bg2.jpg) no-repeat 0px 60px;
}

#search_frame {
	float: left;
}

#search h1 {
	clear: none;
}

#search h2 {
	margin: 0 0 20px 0;
}
#frame {
	height:250px;
}

.big_box {
	float: right;
	width: 336px;
	height: 280px; 
	border: 1px solid #ccc;
	background-color: #fff;
	display: inline;
	text-align: center;
	vertical-align: middle;
}

.big_box.interior {
	height: auto;
}

.big_box td {
	text-align: center;
	vertical-align: middle;
}

#column1 {
	float:left;
	width:212px;
	padding: 20px 10px 0 20px;
	margin: 0 0 20px 0;
}

#column2 {
	float:left;
	width:212px;
	padding: 20px 10px 0 20px;
	margin: 0 0 20px 0;
	background-color: #f6f6f6;
}

#column3 {
	float:left;
	width:212px;
	padding: 20px 10px 0 20px;
	margin: 0 0 20px 0;
}

#column4 {
	float:left;
	width:212px;
	padding: 20px 10px 0 20px;
	margin: 0 0 20px 0;
	background-color: #f6f6f6;
}

#column1 ul, #column2 ul, #column3 ul, #column4 ul {
	margin:0px;
	padding:0px 0px 15px 13px;
	font-size:12px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#column1 li a:link, #column1 li a:visited, #column2 li a:link, #column2 li a:visited, #column3 li a:link, #column3 li a:visited, #column4 li a:link, #column4 li a:visited {
	background:transparent url(http://knoxstudio.com/willwork/AdPay/images/bullet_roll.gif) left 4px no-repeat;
	display:block;
	list-style-type:none;
	margin-left:-13px;
	padding:0px 0px 10px 20px;
	color:#000;
	line-height:18px;
}

#column1 li a:hover, #column2 li a:hover, #column3 li a:hover, #column4 li a:hover {
	background:transparent url(http://web.knoxnews.com/static/images/kns/realestate/bullet_rollover.gif) left 4px no-repeat;
	display:block;
	list-style-type:none;
	margin-left:-13px;
	padding:0px 0px 10px 20px;
	color:#74abd7;
	line-height:18px;
	text-decoration: underline;
}

#column1 li a:active, #column2 li a:active, #column3 li a:active, #column4 li a:active {
	background:transparent url(http://knoxstudio.com/willwork/AdPay/images/bullet_roll.gif) left 4px no-repeat;
	display:block;
	list-style-type:none;
	margin-left:-13px;
	padding:0px 0px 10px 20px;
	color:#000;
	line-height:18px;
}


/* END HOMEPAGE */

/* SEARCH */

#quicksearch_wrap { 
	margin:16px 0px 0px 17px; 
	width:553px; 
}

/* END SEARCH */

/* WIZARD */

#TableContent .ContentHeader {
	background: none;
	font-size: 21px;
	color: #cb480e;
}

#TableContent .ContentHeaderLeft, #TableContent .ContentHeaderRight {
	background: none;
	padding: 0px;
}

.PageInstructions {
	color: #000 !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px !important;
	line-height: 18px !important;
}

.PageInstructions b {
	color: #000 !important;
	font-weight: bold !important;
	font-size: 12px !important;
	line-height: 18px !important;
}

#adCartContainer {
	padding-top: 10px;
	margin-bottom: 20px;
}

#adCartContainer .smallBold {
	padding-bottom: 2px;
}

.smallBoldEmph {
	color: #cb480e;
}

/*
.levelwrap {
	height: 19px;
	background-color: #f5f5f5;
	border-top: 1px solid #c1c1c1;
	border-left: 1px solid #c1c1c1;
	border-right: 1px solid #c1c1c1;
}
*/

.tabstrip li {
	border-top: 1px solid #c1c1c1;
}

.levelwrap {
	border-left: 1px solid #c1c1c1;
	height: 19px;
}

.RadTabStrip_AdPay li.last a {
	margin-right: -5px;
}

.RadTabStrip_AdPay li a, .RadTabStrip_AdPay li a:hover {
	background:none;
	margin-right:0;
	padding-left:0;
	text-decoration:none;
	font-weight: normal;
	color: #000;
}

.RadTabStrip_AdPay li a .innerWrap {
	background-color: #f5f5f5;
	background-image: none;
	padding: 0 7px 0 7px;
	line-height: 18px;
}

.RadTabStrip_AdPay li a.selected .innerWrap {
background-image:none;
background-color: #e6e5e4;
margin-left: 6px;
}

.RadTabStrip_AdPay li a .wrap {
	background: transparent url(/Branding/2133/Images/tabRightMiddleOff.gif) no-repeat right 0;
	padding-right: 6px;
}

.RadTabStrip_AdPay li a.selected .wrap {
	background: transparent url(/Branding/2133/Images/tabRightLast.gif) no-repeat right 0;
	padding-right: 6px;
}

.RadTabStrip_AdPay li.first a.selected .wrap {
	background: transparent url(/Branding/2133/Images/tabRightFirstOn.gif) no-repeat right 0;
	padding-right: 6px;
}

.RadTabStrip_AdPay li.last a .wrap {
	background: transparent url(/Branding/2133/Images/tabRightLastOff.gif) no-repeat right 0;
	padding-right: 6px;
}

.RadTabStrip_AdPay li.last a.selected .wrap {
	background: transparent url(/Branding/2133/Images/tabRightLastOn.gif) no-repeat right 0;
	padding-right: 6px;
}

.RadTabStrip_AdPay li a.selected {
	background: url(/Branding/2133/Images/tabRightFirst.gif) no-repeat 0 0;
	margin-left: -6px;
	font-weight: bold;
}

.RadTabStrip_AdPay li.first a.selected {
	background:none;
	margin-left: -6px;
}


td.ContentHeader {
	border-bottom: solid 1px #b4b4b4;
	vertical-align: bottom;
}
#leftnavigation_RadPanelbar1 {
	border-left: solid 1px #b4b4b4;
	border-top: solid 1px #b4b4b4;
	border-right: solid 1px #b4b4b4;
}

.panelbarItem {
background: url(/Branding/2133/Images/navbullet.gif) #e0dfdd no-repeat 7px 7px;
border-left: 0px;
border-right: 0px;
border-bottom: solid 1px #b4b4b4;
border-top: solid 1px #f5f5f5;
color:#333333;
font-family:Arial,Verdana;
font-size:12px;
height:28px;
text-decoration:none;
}

.panelbarItem td{
	padding: 5px 5px 5px 21px;
}

.panelbarItemHover {
background: url(/Branding/2133/Images/navbulletblack.gif) #e0dfdd no-repeat 7px 7px;border-left: 0px;
border-right: 0px;
border-bottom: solid 1px #b4b4b4;
border-top: solid 1px #f5f5f5;
color:#333333;
font-family:Arial,Verdana;
font-size:12px;
height:28px;
text-decoration:none;
}

.panelbarItemHover td{
	padding: 5px 5px 5px 21px;
}

.panelbarHeaderExpand {
background-color:#e0dfdd;
border-top:1px solid #f5f5f5;
border-bottom: solid 1px #b4b4b4;
color:#333333;
font-family:Arial,Verdana;
font-size:12px;
font-weight:700;
height:28px;
background-image: none !important;
}

.panelbarHeaderExpand td{
padding: 5px 5px 5px 7px;
}

.panelbarHeaderExpand td img {
display: none;
}

.panelbarHeaderCollapsed {
background-color:#e0dfdd;
border-top:1px solid #f5f5f5;
border-bottom: solid 1px #b4b4b4;
color:#333333;
font-family:Arial,Verdana;
font-size:12px;
font-weight:700;
height:28px;
background-image: none !important;
}

.panelbarHeaderCollapsed td{
padding: 5px 5px 5px 7px;
}

.panelbarHeaderCollapsed td img {
display: none;
}

.panelbarHeaderHover {
background-color:#e0dfdd;
border-top:1px solid #f5f5f5;
border-bottom: solid 1px #b4b4b4;
color:#333333;
font-family:Arial,Verdana;
font-size:12px;
font-weight:700;
height:28px;
background-image: none !important;
}

.panelbarHeaderHover td{
padding: 5px 5px 5px 7px;
}

.panelbarHeaderHover td img {
display: none;
}

#MyHome_Text {
	font-weight: bold;
}

#MyMessages_Text {
	font-weight: bold;
}

#MyAd_Text {
	font-weight: bold;
}

#MyShopping_Text {
	font-weight: bold;
}

#MyAccount_Text {
	font-weight: bold;
}

#LogOut_Text {
	font-weight: bold;
}

#adCartContainer td.imageCell {
	padding: 2px 10px 0 0;
}


.AdWizardFieldset {
border:1px solid #c1c1c1;
background-color: #f3f3f3;
clear:both;
padding:10px;
}

.SubContentHeader {
background: none;
font-family:Arial,Verdana;
font-size:12px;
font-weight:bold;
padding:5px;
}

.SubContentHeader td {
border-bottom: 1px solid #c1c1c1;
vertical-align: bottom;
padding: 3px;
}

.AdTotalText {
	color: #000;
}

#Radajaxpanel2 td {
	padding-bottom: 20px;
}

#trPackages td {
	padding-bottom: 10px;
}

#trPackages tr {
	border-bottom: solid 1px #c1c1c1;
}

#trPackages .small {
	font-size: 12px;
}

.item {
	border-bottom: 1px solid #c1c1c1;
}

tr.item {
	background-color: #fff;
}

.item td {
	vertical-align: middle;
	padding: 10px;
	border-bottom: solid 0px #c1c1c1;
}

.item .small, .item .smallBold {
	width: 300px !important;
}

.aItem {
	border-bottom: 1px solid #c1c1c1;
}

tr.aItem {
	background-color: #e6e5e4;
}

tr.aItem td {
	vertical-align: middle;
	padding: 10px;
	border-bottom: solid 0px #c1c1c1;
}

.aItem .small, .aItem .smallBold {
	width: 300px !important;
}

input.button, input.rmButton, input.lmButton {
	border:1px solid #c1c1c1;
	background-color: #e6e5e4;
	font-weight:bold;
	height:30px;
	text-align:center;
	vertical-align:middle;
	padding: 5px;
	margin-left: 10px;
	margin-top: 15px;
}

input {
	font-family:Arial,Verdana,sans-serif;
	font-size:14px;
}

#pnlClone .LabelText {
	font-weight: normal;
}

.TableContentDataField {
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
line-height: 16px;
padding-left: 5px;
}

#Table4 {
	margin-left: 5px;
}

#TableContent .GridHeader {
background-color:#e6e5e4;
border-bottom: 1px solid #c1c1c1;
color:#000;
font-size:12px;
font-weight:bold;
height:25px;
padding: 5px 0 0 10px;
}

.RadGrid {
background-color:#e6e5e4;
border:1px solid #c1c1c1;
border-bottom: 0px solid #c1c1c1;
color:#000;
font-size:12px;
}

.eCommPaypalCallout {
background-color:#f3f3f3;
border:1px solid #c1c1c1;
display:block;
font-size:11px;
margin-top:10px;
padding:15px;
}

tr#tblrowExpandedText {
	border-top: dotted 1px #c1c1c1;
	border-bottom: dotted 1px #c1c1c1;
}

#tblrowExpandedText td{
	padding-top: 10px;
}

#txtNewDesc {
	margin-top: 10px;
}

.flabel {
	font-size: 12px;
}

tr#tblrowZip {
	border-bottom: dotted 1px #c1c1c1;
}

tr#tblrowZip td{
	padding-bottom: 20px;
}

tr#tblrowStartDate {
	border-bottom: dotted 1px #c1c1c1;
}

tr#tblrowStartDate td{
	padding-top: 20px;
	padding-bottom: 20px;
}

tr#tblrowStartTime {
	border-bottom: dotted 1px #c1c1c1;
}

tr#tblrowStartTime td{
	padding-top: 20px;
	padding-bottom: 20px;
}

.multiFileUpload {
	background-color: #f3f3f3;
	border: none;
}

input.NoSkinnedFileUnput {
border:1px solid #666666;
height:24px;
margin: 10px;
text-align:center;
vertical-align:middle;
width:280px;
}

.RadUploadClearButton {
border:1px solid #666666;
height:22px;
margin-top:10px;
text-align:center;
vertical-align:middle;
}

.multiFileUploadUpload {
border-top: 1px solid #c1c1c1;
padding: 10px;
}

.PhotoUploadButton {
background-color: #cb480e;
border:1px solid #333;
font-family:Arial,Helvetica,sans-serif;
color: #fff;
font-size:11px;
font-weight:bold;
height:25px;
text-align:center;
vertical-align:middle;
}

.multiFileUploadUpload .small{
color: #cb480e;
}

#SendToPrint td.TableContentDataField {
	border-bottom: 1px dotted #c1c1c1;
	padding-bottom: 30px;
}

.printPreviewInner {
background-color: #fff;
border:2px outset #c1c1c1;
padding:10px;
}

#TableContent .GridRow {
background-color: #fff;
color:windowtext;
font-family:Arial,Helvetica,Sans-Serif;
font-size:smaller;
padding:20px;
}

#TableContent .GridRowAlternate {
	background-image: none;
background-color: #e6e5e4;
color:windowtext;
font-family:Arial,Helvetica,Sans-Serif;
font-size:smaller;
width:100%;
}

#TableContent .GridRow td, #TableContent .GridRowAlternate td {
font-size:9pt;
padding:10px;
}

.ActionsMenu {
background-color: #fff;
border:1px solid #c1c1c1;
}

.promotionCode {
border:1px solid #c1c1c1;
font-size:9pt;
margin-top:0;
padding:10px 5px;
text-align:center;
width: 642px;
}

.promotionCode input.button, .promotionCode input.rmButton, .promotionCode input.lmButton {
margin-top:0px;
}

#TableContent .SubHeaderText {
font-family:Arial,Helvetica,sans-serif;
font-size:10pt;
font-weight:normal;
padding:3px;
}

#TableContent .RadGrid a {
color: #3279B0;
}

.GridRowAdsAlt {
background-image:none;
background-color: #e6e5e4;
}

.GridPager, .GridPager a {
	font-size: 11px;
}

table#tblMain.RadGrid tr {
	padding-top:10px;
}

#lblInstructions.PageInstructions {
	padding: 0 15px;
}

td#tdNewUser table.RadGrid {
	background-color: #f5f5f5;
	padding: 15px;
}

td#tdLogin table.RadGrid {
	background-color: #f5f5f5;
	padding: 15px;
}


td#tdNewUser {
	width: 180px;
}

td#tdOr {
	width: 30px;
	padding-right: 20px;
}

.PrintTabLeft {
	background-image: none;
	display: none;
}

.PrintTabRight {
	background-image: none;
	display: none;
}

.PrintTabMiddle {
	background-image: none;
	display: none;
}

.PrintTabMiddle a{
	color: #305b9f;
	display: none;
}

.PrintTabMiddle a img {
	display: none;
}

/* END WIZARD */

/* LISTINGS */

.SimpleSearchContainer {
background-color:#E0DFDD;
border:1px solid #B4B4B4;
height:44px;
margin:0 0 5px 25px;
padding:0;
width:935px;
}

#ctlSearch {
width: 100%;
}

.divCatTree {
border:1px solid #b4b4b4;
margin-bottom:15px;
margin-left:0;
margin-right:0;
overflow:hidden;
width:180px;
}

.divCatTreeHeader {
background-image: none;
background-color:#E0DFDD;
font-size:12px;
font-weight:bold;
height:21px;
margin-bottom:10px;
padding:10px 0 0 10px;
}

.RegPageContentTable {
width: 100%
}

.SimpleSearchTop {
height:60px;
padding:0;
}

.SimpleSearchTopMiddle td {
text-align:left;
}

.SimpleSearchTopLeft {
background-image:none;
height:0;
width:12px;
}

.SimpleSearchTopMiddle {
background-image:none;
}

.SimpleSearchTopRight {
background-image:none;
height:0;
width:0;
}

.SimpleSearchBottom {
height:0;
margin-right:10px;
margin-top:-24px;
}

.SimpleSearchBottomLeft {
background-image:none;
height:0;
width:0;
}

.SimpleSearchBottomMiddle {
background-image:none;
}

.SimpleSearchBottomRight {
background-image:none;
height:0;
width:0;
}

#CNBContainer {
width:100%;
}

a#lbBackToSearch {
font-size: 11px;

}

input#ctlSearch_SimpleSearchTextbox.TextBox {
	width: 160px;
	margin-top: 10px;
	margin-right: 10px;
	_width: 160px !important;
	*width: 160px !important; 
}

#ctlSearch_SimpleSearchButton {
	margin: 0;
}

#ctlSearch_txtZipCode {
	margin: 10px 0 0 0;
	width: 140px;
}

.SimpleSearchContainer .TableContentDataField {
	padding-right: 5px;
}

.SimpleSearchBottom a:link, a:visited, a:active {
color:#305b9f;
}

.TableContentHeaderField {
font-family:Arial,Helvetica,sans-serif;
font-size:14px;
font-weight:bold;
padding-right:10px;
}

.divCatTreeButtons {
border-top:1px dotted #b4b4b4;
padding:0 10px 10px 0;
text-align:right;
}

.divCatTreeSubHeader a:link, a:visited, a:active {
color:#305b9f;
}

.TreeNode {
color:#305b9f;
font-family:Arial,Helvetica,sans-serif;
font-size:8pt;
padding-left:3px;
text-decoration:none;
}

.TreeNodeOver { 
	color:#305b9f;
	font-family:Arial,Helvetica,sans-serif;
	font-size:8pt;
	padding-left:3px;	
	text-decoration: underline; 
	cursor: pointer;
	cursor: hand;
}

.TreeNodeSelect { 
	font-family:Arial,Helvetica,sans-serif;
	font-size: 8pt; 
	color: #305b9f; 
	background: transparent; 	
	cursor: pointer;
	cursor: hand;
	margin-left: 3px;	
}

.TreeNodeSelect a{ 
	text-decoration: underline;	
}

.TreeNodeDisabled { 
	font-family:Arial,Helvetica,sans-serif;
	font-size: 8pt; 
	color: gray;	
	padding-left: 3px;
	text-decoration: none;
	cursor: default;
}



.RegSearchResultsGrid {
border:1px solid #b4b4b4;
}

.RegSearchResultsGridHeader2 td {
	background-color: #e0dfdd;
}

.RegSearchResultsItemTable {
	border-bottom:1px solid #b4b4b4;
	margin-right:0;
	margin-top:0;
}

.RegSearchResultsItemTable td {
	padding-top: 10px;
	padding-right: 10px;
}

#CNBContainer {
margin-top:5px;
}

#CNBHeader {
background-image:none;
font-weight:bold;
height:25px;
}

#CNBHeader td {
color:#CB480E;
font-family:arial,helvetica;
font-size:21px;
font-weight:bold;
}

#CNBContent .photoCell {
height:100%;
padding-top:10px;
text-align:center;
}

#CNBContent .photoCellInner {
border:1px solid #B4B4B4;
width:450px;
}

#CNBContent .photoCellHeader {
background-color:#E0DFDD;
padding:5px;
text-align:right;
width:450px;
}

#CNBContent .thumbsContainer {
margin:10px 0 20px 0;
overflow:auto;
}

#CNBContent .thumbsContainer td {
border:1px solid #B4B4B4;
height:75px;
text-align:center;
vertical-align:middle;
width:85px;
}

.cnbThumb {
border:medium none;
}

#CNBContent .SubContentHeader {
background-image: none;
background-color:#E0DFDD;
font-size:8pt;
font-weight:bold;
height:21px;
padding:5px;
}

#CNBContent td.SubContentHeader {
border: 1px solid #b4b4b4;
}

#CNBContent .menuCell {
padding-top:10px;
}

#TableContent .GridRow {
background-color:#FFFFFF;
color:windowtext;
font-family:Arial,Helvetica,Sans-Serif;
font-size:smaller;
padding:0;
}

#TableContent .GridRow td, #TableContent .GridRowAlternate td {
font-size:9pt;
padding:0;
}

.detailsViewDescription {
	padding:10px 0 0 0;
}

#pnlSearch {
	background: transparent;
}

#pnlSearch td {
	background: transparent;
	margin:0;
}

.AdvancedSearchHeader {
background-color: #fff;
color:#CB480E;
font-size:21px;
}

.AdvancedSearchHeader td {
	border-bottom: 1px solid #b4b4b4;
}

.FieldsetLegend {
font-family:Arial,Helvetica,sans-serif;
font-size:21px;
font-weight:bold;
}

.AdvancedSearchFindResults {
background-color:#fff;
border-bottom: 1px solid #b4b4b4;
margin-bottom: 5px;
}

.AdvancedSearchFindResults .TextBox {
	margin-bottom: 10px;
}

#lblEnhanced {
font-size:11px;
line-height:0;
position:relative;
top:-21px;
}

.RadGrid .TableContentHeaderField {
	padding: 5px;
}

.RequiredField {
background-color:#d9eaf7;
border:1px solid #b4b4b4;
font-family:Arial,Verdana,sans-serif;
font-size:11px;
padding:2px;
}

.RadGrid .RequiredField {
	margin-top: 5px;
}

.SubHeaderText .RequiredField {
	position: relative;
	top: -1px;
	padding: 0;
}

.PageGuardContainer {
background-color: #E6E5E4;
margin-left:50px;
margin-top:20px;
padding:0 10px;
width:600px;
text-align:center;
}

#tbemailaddress.RequiredField {
	margin-left: 5px;
}

.NonRequiredField {
background-color:#E6E5E4;
border:1px solid #b4b4b4;
font-family:Arial,Verdana,sans-serif;
font-size:11px;
padding:2px;
}

.RadGrid .NonRequiredField {
	margin-top: 5px;
}

.NewUserError {
background-color:#E6E5E4;
border:1px solid #CB480E;
color:#CB480E;
font-size:11px;
font-weight:bold;
height:14px;
margin-left:10px;
margin-top:5px;
padding:1px 6px 3px 3px;
}

.PageGuardHeaderNote {
color:#CB480E;
}

#div1yes {
	margin-top: 6px;
	margin-left: 10px;
}

tr#trPhone td.TableContentDataField {
	padding: 3px 0 10px 1px;
}

.panelbarLeftNav {
background-color:#E0DFDD;
border-bottom:1px solid #B4B4B4;
border-top:1px solid #F5F5F5;
color:#333333;
font-family:Arial,Verdana;
font-size:12px;
font-weight:700;
height:28px;
}

.panelbarLeftNav td {
padding:5px 5px 5px 7px;
}

.SearchResultsOnlineAd a, .SearchResultsOnlineAd a:hover, .RegSearchItemTitle a:visited {
	color: #000 !important;
	text-decoration: none;
}

a.RegSearchItemTitle, a:hover.RegSearchItemTitle, a:visited.RegSearchItemTitle {
	font-size: 16px;
	font-weight: bold;
	color: #305B9F !important;
}

#FooterBug {
	display: none;
}

.RegSearchItemPaperName {
	display: none;
}

#Table5 .LabelText {
	padding-top: 5px;
}

#Table5 input.button, #Table5 input.rmButton, #Table5 input.lmButton {
	margin-top: 0;
}

#rgLineItems .GridRow td {
	padding: 10px;
}

#rgLineItems .GridRowAlternate td {
	padding: 10px;
}

#TableContent .MasterTable .GridRow td {
	padding: 10px;
}

#TableContent .MasterTable .GridRowAlternate td {
	padding: 10px;
}

#RadGridMyAdsOnline .GridRow td {
	padding: 10px;
}

#RadGridMyAdsOnline .GridRowAlternate td {
	padding: 10px;
}

.pseudoWindow2 {
border:1px solid #B4B4B4;
}

.pseudoWindowTitleBar2 {
background-color:#E0DFDD;
background-image: none;
color:Black;
font-family:Tahoma;
font-size:10pt;
font-weight:bold;
height:21px;
padding-left:5px;
padding-top:3px;
position:relative;
text-align:left;
}

#txtFriendEmail {
	margin-bottom: 10px;
}

#txtYourName {
	margin-bottom: 10px;
}

#txtYourEmail {
	margin-bottom: 10px;
}

.pseudoWindowButtonBar2 {
background-color:#E0DFDD;
background-image: none;
height:60px;
padding-right:10px;
padding-top:2px;
position:relative;
text-align:right;
}

.AdCart {
border:1px solid #B4B4B4;
font-size:11pt;
margin-right:20px;
margin-top:15px;
width:200px;
}

.AdCartHeader {
background:#E0DFDD none repeat scroll 0 0;
border-bottom:1px solid #B4B4B4;
border-top:1px solid #FFFFFF;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:bold;
height:23px;
padding:5px 0 0 7px;
text-align:left;
}

#PlaceAd .TableContent {
margin:15px 15px 15px 10px;
width:550px;
}

.AdCartPrice {
color:#CB480E;
font-weight:bold;
}

#leftnav {
	border-left:1px solid #B4B4B4;
	border-right:1px solid #B4B4B4;
	border-top:1px solid #B4B4B4;
	width:150px;
	margin: 0 15px 0 15px;
}

.leftnavitem a, .leftnavitem a:hover, .leftnavitem a:visited, .leftnavitem a:active {
	display: block;
	background-color:#E0DFDD;
	border-bottom:1px solid #B4B4B4;
	border-top:1px solid #F5F5F5;
	color:#333333;
	font-family:Arial,Verdana;
	font-size:12px;
	font-weight:700;
	height:22px;
	*height: 28px;
	text-decoration: none;
	padding: 4px 0 0 7px;
}

#lblTitle {
	display: block;
	width: 450px;
	overflow: hidden;
}


/* Storefront page fixes */
#wrapperOuter {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 0px;
	background: transparent;
	width: 990px;
}
#wrapperInner {
	margin: 0px 10px;
	overflow: hidden;
	background-color: #fff;
}
.marginLeft {
	margin-left: 11px;
}
.marginRight {
	margin-right: 11px;
}
.StoreFrontTableMain {
	background-color: #FFF;
	width: 970px;
	margin-left: 10px;
	padding-right: 50px;
	border-collapse: separate;
}
.StoreWizardNavTable{
	padding: 0px 30px 0px 0px;
	border-collapse: separate;
}
.StoreFront {
	padding-right: 30px;
}
table.StorefrontSearchTable {
	background-color: #365d98;
	border: 1px none #365d98;
}
/* END Storefront page fixes */

/* Community pages fixes */
#headerBkgdHolder {
	height: 133px;
	width: 990px;
	overflow: hidden;
	background:transparent url(/Branding/1014/Images/headerbg.jpg) no-repeat scroll 0 0px;	
}
.textAlignLeft {
	text-align: left;
}
#wrapperInner .LoginStatus {
	width: 745px;
	*width: 785px;
	padding: 10px 20px 10px 10px;
	*padding-right: 30px;
	float: right;
	overflow: hidden;
}
/* End Community page fixes */





/*AdEntry fixes */
#lblStepTitle {
	margin: 25px 0 15px 6px;
	float: left;
}
#lblStep1Package {
	margin-top: 25px;
}
#lblStep1Message {
	width: 528px;
}
.rlbGroup {
	height: 270px;
}
.RadListBox {
	width: 250px !important;
}
#pnl1 #cartbox {
	top: 185px;
	right: 28px;
}
#rap1Panel {
	width: 515px;
}
#pnl1 p {
	width: 515px;
	margin-top: 21px;
}
#cartbox p {
	width: auto;
}
#cartbox {
	width: 255;
}
#insideright #cartbox {
position: relative;
top: 0;
right: 0;
width: 265px;
}
#pnl1 {
	background-color: #c8c8c8;
	border: 1px solid #555;
/*	padding: 18px;
*/	margin: 15px 7px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
	border-radius: 5px; 
}
#pnl1 h3 {
	font-size: 14px;
	float: left;
	color: #777;
	margin: 0 3px 10px 4px;
	
}
#category_selection {
	margin: 20px 0 30px;
}
#pnlClone1 {
	font-size: 13px;
}




table #dlPackages {
	width: 515px;
	vertical-align: top;
}
.packageIcons {
	display: none;
}

.package_title {
	margin-bottom: 5px;
}
.package_highlight {
	font-weight: bold;
}
.package_list {
	margin-left: 5px;
}


#lblCheckoutInstructions {
	margin: -8px 2px 8px 0;
	float: right;
	font-size: 13px;
}
.AdCartPayment {
	background: -moz-linear-gradient(100% 100% 90deg, #DFDFDF, #FEFEFE) repeat scroll 0 0 transparent;
	border: 1px solid #A9A9A9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
	border-radius: 5px; 
	margin-top: 20px;
	padding-left: 10px;
}
.hopFrame {
	width: 740px;
	height: 600px;
}
.AdCartPayment iframe {
	border: none;
}

/* popup window - login  */

.ui-dialog {
	width: 400px !important;
	text-align: left;
}
#dialogLogin {
	height: auto !important;
	padding: 25px 45px 20px;
}
#dialogLogin div {
	margin-bottom: 10px;
}
#AdEntryLabelTop {
	padding: 9px 0 4px;
}
#aForgotPassword {
	font-size: .75em;
	margin-left: 69px;
}
#txtLoginEmail,
#txtLoginPassword {
	width: 250px !important;
}
.ui-widget-header {
	background-image: none;
	* thanks to http://blog.fakedarren.com/2010/01/cross-browser-css-gradients/ */
	/* and http://www.puremango.co.uk/2010/04/css-gradient/ */
	    /* fallback (Opera) */
	    background-color: #5b82b9;
	    /* Mozilla: */
	    background: -moz-linear-gradient(top, #5b82b9, #436aa3);
	    /* Chrome, Safari:*/
	    background: -webkit-gradient(linear,
	                left top, left bottom, from(#5b82b9), to(#436aa3));
	    /* MSIE */
	    filter: progid:DXImageTransform.Microsoft.Gradient(
	                StartColorStr='#5b82b9', EndColorStr='#436aa3', GradientType=0);
	color: #fff;
}
.ui-dialog-titlebar {
	color: #fff;
}
#dialogCalendar {
	padding: 25px 50px 20px;
}
#rpd1_wrapper {
	margin: auto !important;
	display: block !important;
}


.CommonButton {
	font-size: 13px;
	font-family: Arial,Verdana,sans-serif;
}


/* packages design */
.AdEntryPackageSelected,
.AdEntryPackage:hover {
	border: 3px solid #606060 !important;
	background-color: #FFF;
}
.AdEntryPackage {
	width: 237px;
	height: auto;
	margin: 0 12px 12px 0;
	padding: 0px;
	background-image: none;
	background-color: #FFF;
	border: 3px solid #e6e6e6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
	overflow: visible;
}
.packageSiteLogo {
	width: 220px;
	height: 35px;
	margin: 0 7px 0 6px;
	border-bottom: 2px solid #6a2d22;
	clear: both;
}
.ecpSiteLogo {
	background: url(/Branding/1014/Images/ecp_site_logo.jpg) no-repeat 0 0;
}
.gleanerSiteLogo {
	background: url(/Branding/1014/Images/gleaner_site_logo.jpg) no-repeat 0 0;
}
.packageTypeTag {
	width: 78px;
	height: 38px;
	float: right;
	margin: -6px 4px 0 0;
}
.AdEntryPackage ul {
	margin: 8px 2px 10px 20px;
	font-size: .9em;
	line-height: 1.2em;
	height: 140px;
}
.packageCheckbox {
	background: transparent url(/Branding/1014/Images/package_checkbox.jpg) no-repeat 0 0;
	width: 27px;
	height: 27px;
	float: right;
	margin: 3px 8px 0 0;
}
.AdEntryPackageSelected .packageCheckbox {
	background: transparent url(/Branding/1014/Images/package_checkbox.jpg) no-repeat 0 -27px;
}
.packagePriceLabel {
	width: 237px;
	height: 34px;
	margin-bottom: 5px;
}
.ecpBestbkgd {
	background-color: #b33e27;
}
.ecpBestTypeTag {
	background: transparent url(/Branding/1014/Images/package_type_ad.png) no-repeat 0 0;
}
.ecpBetterbkgd {
	background-color: #d59a4e;
}
.ecpBetterTypeTag {
	background: transparent url(/Branding/1014/Images/package_type_ad.png) no-repeat 0 -38px;
}
.ecpOObkgd {
	background-color: #aaa;
	
}
.onlineOnlyPkgDisplay {
	background-color: #aaa; 
	height: 26px;
	padding: 5px 10px 0 10px;
	font-size: 18px;
	float: right;
	color: #fff;
	text-shadow: 0.1em 0.1em #777;
	margin: -6px 4px 10px 0;
  -moz-box-shadow:    2px 2px 3px 0 #777;
  -webkit-box-shadow: 2px 2px 3px 0 #777;
    box-shadow:         2px 2px 3px 0 #777;
}

.ecpGoodbkgd {
	background-color: #b7a88e;
}
.ecpGoodTypeTag {
	background: transparent url(/Branding/1014/Images/package_type_ad.png) no-repeat 0 -76px;
}
.gleanerBestbkgd {
	background-color: #46830a;
}
.gleanerBestTypeTag {
	background: transparent url(/Branding/1014/Images/package_type_ad.png) no-repeat 0 -114px;
}
.gleanerBetterbkgd {
	background-color: #92b546;
}
.gleanerBetterTypeTag {
	background: transparent url(/Branding/1014/Images/package_type_ad.png) no-repeat 0 -152px;
}
.gleanerGoodbkgd {
	background-color: #979e8e;
}
.gleanerGoodTypeTag {
	background: transparent url(/Branding/1014/Images/package_type_ad.png) no-repeat 0 -190px;
}
#pnl1 .packagePriceLabel p {
	float: right;
	text-align: right;
	margin: 8px 10px 0 0;
	color: #fff;
	width: auto;
	font-size: 18px;
}
#pnl2 h3,
#pnl3 h3 {
	float: right;
	font-size: .9em;
	margin-bottom: 8px;
	margin-right: 18px;
}



.loginStatusHeader {
	float: left;
	margin-top: -4px;
}
.login {
	padding-top: 5px;
}
#pnlCustomFields .main .mid .content,
#pnlCustomFields .main .content, 
#inside .main .content,
#insideright #cartbox .main .mid .content, 
#insideright #cartbox .main .content, 
#cartbox .main .mid .content, 
#inside .main .mid .content, 
.main .mid .content, 
.main .content {
	margin-right: 0px;
}
.main {
	margin: 0;
}
#aVideo, 
#aMap, 
#lbOnlinePreview {
	text-decoration: underline;
}
#lbOnlinePreview {
	font-size: .95em;
}
#cartbox .main {
	margin: 8px;
}
#TableMain .TableHeader {
	background-color: transparent;
}



.PrintAdPreviewCanvas {
	background-color: #FFF;
	padding: 5px;
	width: 219px;
}
#divPrintContainer {
	line-height: 13px;
	font-family: Arial, sans-serif !important; 
	font-size: 9pt !important;
	text-align: justify;
}
img#imgPrintPreviewImage1 {
		display: block;
	padding: 0;
	width: 100px;
	margin: auto;
}
.PrintContainerNoBorder {
	border: 2px solid #FFF !important;
	width: 205px !important;
	padding: 5px;
	background-color: #fff;
}
.PrintContainerBorder {
	width: 205px !important;
	padding: 5px;
	background-color: #fff;
}
#spnPrintPreviewFD {
	margin-right: 4px;
}
#divPrintTextContainer {
	text-indent: -7px;
	margin-left: 7px;
	margin-bottom: 5px;
}
.GridRowAdsAlt td,
.GridRowAds td {
	font-size: .95em;
}

#dlPackages td {
text-align: center;
vertical-align: top;
}
#dlPackages tr {
text-align: center;
vertical-align: top;
}

.AdEntryPackage h3 {
	float: right;
	font-size: 18px;
	font-color: #333;
}

#insideright {
position: relative;
width: 275px;
float: right;
}

#insideright #cartbox {
position: relative;
top: 0;
right: 0;
width: 290px;
}

#upsell {
width: auto;
margin: 50px 0 0 0;
}
.mapContent {
background-color: white;
}
.mapHeader {
background-color: #DDD;
}
.SimpleSearchTopMiddle {
padding-top: 0;
}
#lblFeatureAdTopAdMessage {
	float: left;
	display: block;
	font-size: 20px;
	margin: -30px 0 15px 0;
}
#pnlFeatureAd {
	display: block;
	margin: 20px 0 0 0;
}
.UpsellDisplay {
	margin: 15px 0 5px 0;
	display: block;
}
#pnlVideo {
	margin-bottom: 5px;
}
.aMap {
	margin-bottom: 7px !important;
}
.topnavbutton  {
    display: none;
}