@charset "utf-8";

/*
Forms stuff
*/

.required_field_tag {
  font-style: italic;
  font-size: 10pt;
  font-weight: normal;
}


.missing_fields_warning {
  border: F99;
  padding: 4px;
  padding-top: 0px;
  margin: 4px;
  margin-left: 0px;
  color: red;
}

.missing_field_warning {
  color: #A00;
  font-size: 10pt;
  font-weight: normal;
}

.missing_field_container {
  background: #FCC;
  padding: 4px;
  padding-left: 1px;
  margin: 4px;
  margin-left: 0px;
}

/* Widget-specific style for jQuery-UI buttons: adds styles for margin, padding, positioning and other rules that make our new button
   widget look good in a particular layout. It's important to never specify any of the framework style attributes (like colors and
   background images) in your widget styles because these will override the theme styles. */
.fg-button { 
  outline: 0; 
  margin:0 4px 0 0; 
  padding: .4em 1em; 
  text-decoration:none !important; 
  cursor:pointer; 
  position: relative; 
  text-align: center; 
  zoom: 1; 
}

/************************ Basics ********************************************/
body { background-color: #fff; color: #333; }

body, p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   13px;
  line-height: 18px;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

a { color: #084F9F; text-decoration: none; }
a:visited { color: #4B8DD7; }
a:hover { color: #BD2020; text-decoration: underline; }
a.negative { color: #FFF; }
a span { cursor: pointer; }

/* .progressBar .border { background-color: white; border: 1px solid #333; width: 100%; }
.progressBar .background { background-color: #333; height: 10px; width: 0%; } */

form {
	margin: 0;
}

.fieldWithErrors {
  padding: 1px;
  background-color: red;
  display: table;
}

#ErrorExplanation {
  width: 400px;
  border: 1px solid #c00;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background: #FFF;
}

#ErrorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#ErrorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
  background: #FFF;
}

#ErrorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

.link {
	font-weight: bold;
	padding: 0;
	padding-left: 15px;
	font-size: 12px;
	background-image: url('/templates/default/images/icons/hyperlink.gif');
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

.linkSmall {
	font-weight: bold;
	padding: 0;
	padding-left: 15px;
	font-size: 10px;
	background-image: url('/templates/default/images/icons/hyperlink.gif');
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

.linkBig {
	font-weight: bold;
	padding: 0;
	padding-left: 15px;
	font-size: 15px;
	background-image: url('/templates/default/images/icons/hyperlink.gif');
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

.linkHuge {
	font-size: 16px;
	font-weight: bold;
	padding-left: 26px;
	background: url('/templates/default/images/icons/hyperlink_big.gif');
	background-repeat: no-repeat;
	background-position: 3px 4px;
}

.linkHuger {
	font-size: 20px;
	font-weight: bold;
	padding-left: 26px;
	background: url('/templates/default/images/icons/hyperlink_big.gif') no-repeat 3px 7px;
}

.infoLink {
	font-weight: bold;
	padding: 0;
	padding-top: 3px;
	padding-left: 20px;
	font-size: 12px;
	background-image: url('/templates/default/images/icons/info_tiny.gif');
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

.questionLink {
	font-weight: bold;
	padding: 0;
	padding-top: 3px;
	padding-left: 20px;
	font-size: 12px;
	background-image: url('/templates/default/images/icons/bubble_tiny.gif');
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
/****************************************************************************/

/************************ Text Styling **************************************/
.font {
	font-size: 11px;
}

.fontMedium {
	font-size: 12px;
}

.fontMediumer {
	font-size: 13px;
}

.fontSmall {
	font-size: 10px;
}

.fontTiny {
	font-size: 9px;
}

.fontBig {
	font-size: 16px;
	line-height: 20px;
}

.fontBigger {
	font-size: 18px;
}

.fontHuge {
	font-size: 25px;
	letter-spacing: -1pt;
	font-weight: bold;
}

.fontHugeSubtle {
	font-size: 25px;
	letter-spacing: -1pt;
	font-weight: bold;
	color: #E7E7E7;
}

.red {
   color: #BD2020;
}

.black {
	color: #000;
}

.informative, .green {
   color: green;
}

.grey {
   color: #A6A6A6;
}

.bold {
	font-weight: bold;
}

.negative {
	color: #FFF;
}

.urgent {
	color: #BD2020;
	font-weight: bold;
}

.subtle {
	color: #626262;
}

.quote {
	color: #EB6508;
	font-style: italic;
	display: block;
}

.quoteSubtle {
	color: #333333;
	font-style: italic;
	display: block;
}

.incidental {
	font-size: 10px;
	color: #A6A6A6;
}

.label {
	font-size: 12px;
	font-weight: bold;
}

.labelSmall, .labelTiny {
	font-size: 12px;
	font-weight: bold;
}

.labelBig {
	font-size: 14px;
	font-weight: bold;
}

.heading {
	font-size: 16px;
	font-weight: bold;
	color: #EB6508;
}

.headingSmall {
	font-size: 12px;
	font-weight: bold;
	color: #EB6508;
}

.discreetHeading {
	font-size: 16px;
	font-weight: bold;
	color: #B2B2B2;
}

.footnote {
	font-size: 11px;
	font-style: italic;
	color: #A6A6A6;
}

.footnoteBig {
	font-size: 13px;
	font-style: italic;
	color: #A6A6A6;
}

.important {
	color: #61A356;
}

/****************************************************************************/

.subtleBorder {
	border: 1px dotted #98917D;
}

/************************ Buttons ********************/

.buttonAdd {
	padding-left: 38px;
	padding-top: 6px;
	font-size: 17px;
	font-weight: bold;
	height: 36px;
	background: url('/templates/default/images/icons/add_item.gif') no-repeat 0 0;
	margin-bottom: 10px;
  cursor: pointer;
}

.buttonAddNewspaper {
	padding-left: 38px;
	padding-top: 6px;
	font-size: 17px;
	font-weight: bold;
	height: 36px;
	background: url('/templates/default/images/icons/add_newspaper.gif') no-repeat 0 0;
	margin-bottom: 10px;
  cursor: pointer;
}

.buttonAddChat {
	padding-left: 38px;
	padding-top: 6px;
	font-size: 17px;
	font-weight: bold;
	height: 36px;
	background: url('/templates/default/images/icons/add_chat.gif') no-repeat 0 0;
	margin-bottom: 10px;
  cursor: pointer;
}

/************************ Specialized Interface Controls ********************/
div.selectTagFlatSelected {
	font-size: 11px;
	font-weight: bold;
	border: 1px dotted #92B78C;
	padding-left: 5px;
	padding-right: 5px;
	background: #F2FFF0 url('/templates/default/images/icons/select_box_down.gif') no-repeat 4px 8px;
	color: #92B78C;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 19px;
	float: left;
}

div.selectTagFlatSelectedActive {
	font-size: 11px;
	font-weight: bold;
	border: 1px dotted #BD2020;
	padding-left: 5px;
	padding-right: 5px;
	color: #BD2020;
	background: #FFE7E7 url('/templates/default/images/icons/select_box_up.gif') no-repeat 4px 8px;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 19px;
	float: left;
}

div.selectTagFlatOptions {
	font-size: 11px;
	border: 1px solid #E4E4E4;
	padding: 5px;
	background: #FFF;
	margin-left: 4px;
	float: left;
	position: absolute;
	margin-top: 30px;
	width: 150px;
}

div.labelInline {
	float: left;
	padding: 3px;
	font-size: 12px;
	margin-right: 4px;
}

div.selectTagFlatOptions ul {
	list-style-type: none;
	margin: 0;
	display: inline;
}

div.selectTagFlatOptions ul li {
	border-top: 1px dotted #D1D1D1;
	margin: 0;
	font-size: 11px;
}

div.selectTagFlatHelp {
	font-size: 10px;
}

div.inline {
	float: left;
	margin-right: 5px;
}

div.inlineFlush {
	float: left;
}

div.inlineRight {
	float: right;
	margin-left: 5px;
}

div.inlineQuarter {
	float: left;
	width: 25%;
}

div.inlineEighth {
	float: left;
	width: 14%;
}

div.inlineHalf {
	float: left;
	width: 48%;
}

div.newline {
	clear: both;
}

pre.captcha {
	font-family: "Courier New",Courier,monospace;
	font-weight: bold;
	background: #FFFADD;
	line-height: 1.2;
}

div.SubtleHR {
	border: 0;
	border-top: 1px dotted #C0C0C0;
	margin-top: 50px;
	margin-bottom: 50px;
}

input.captcha {
	font-size: 18px;
	color: #003395;
	text-transform: uppercase;
}
/****************************************************************************/

/************************ DIV Elements **************************************/
div.buttonIndicatorBar {
	background: url('/templates/default/images/button_indicator_bar.gif') no-repeat right;
	height: 33px;
}

div.fancyHR {
	background: url('/templates/default/images/fancy_hr_bg_blue.gif') repeat-x;
	height: 16px;
}

div.giantBracket {
	background: url('/templates/default/images/giant_bracket.gif');
	background-repeat: no-repeat;
	margin-top: 10px;
	width: 910px;
	height: 104px;
}

div.featuredBox {
	border: 3px solid #EDECEC;
}

div.wedgeBar {
	background: url('/templates/default/images/wedge_bar.gif') no-repeat right center;
	padding: 4px;
}

div.widget, div.widgetNarrowCentered {
	border: 1px solid #EDECEC;
	padding: 3px;
	background: #EAEBEA url('/templates/default/images/widget_bg.gif') repeat-x;
}

div.widgetNarrowCentered {
	width: 500px;
	margin: 0 auto 0 auto;
}

div.widgetBody {
	padding: 15px;
}

div.widgetBody textarea {
	width: 575px;
}

div.widget h1, div.widgetNarrowCentered h1 {
	margin: 0;
	padding: 0;
	padding-bottom: 3px;
	font-size: 15px;
	font-weight: bold;
	color: #FFAA00;
	border-bottom: 1px dotted #FFD045;
}

div.widgetMoney {
	border: 1px solid #92B78C;
	padding: 3px;
	background: #F2FFF0;
  height: auto!important;
	height: 507px;
	min-height: 507px;
	width: 555px;
}

div.widgetMoney h1 {
	margin: 0;
	padding: 0;
	padding-bottom: 3px;
	font-size: 15px;
	font-weight: bold;
	color: #61A356;
	border-bottom: 1px dotted #61A356;
}

div.widgetHighlighted {
	border: 1px solid #EDECEC;
	padding: 3px;
	background: #FFFADD url('/templates/default/images/widget_highlighted_bg.gif') repeat-x;
}

div.features {
  min-height: 507px;
  height: auto;
}

/* Fix for IE */
* html .features {
  height: 507px;
}

div.box {
	border: 1px solid #EDECEC;
	padding: 3px;
	background: #F3F3F3;
}

div.boxHighlighted {
	border: 1px solid #EDECEC;
	padding: 3px;
	background: #FFFBDE;
}

div.note {
	background: #FBFFE4;
	border: 1px solid #A6A6A6;
	padding: 5px;
}

#popup_margin {
	text-align: center;
	margin-left: 200px;
	margin-top: 150px;
}

#popup_outside {
	width: 550px;
	background: #EAEBEA url('/templates/default/images/widget_bg.gif') repeat-x;
}

#popup_inside {
	background: url('/templates/default/images/popup_border.gif') no-repeat top left;
}

#popup_content {
	text-align: left;
	padding: 10px;
	background: url('/templates/default/images/popup_border.gif') no-repeat bottom right;
}

#popup_content h1 {
	margin: 0;
	padding: 0;
	padding-bottom: 3px;
	font-size: 15px;
	font-weight: bold;
	color: #FFAA00;
}

div.none {
	background: #FBFFB9;
	color: #A5A5A5;
	font-size: 11px;
	font-weight: normal;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}

div.help {
	background: #E6EEFF url('/templates/default/images/icons/info_big.gif');
	background-repeat: no-repeat;
	background-position: 3px 3px;
	padding: 10px;
	padding-left: 40px;
	padding-top: 10px;
	border: 1px solid #ADBCDC;
}

div.question {
	background: #EEFFEB url('/templates/default/images/icons/bubble.gif');
	background-repeat: no-repeat;
	background-position: 6px 6px;
	padding: 10px;
	padding-left: 45px;
	padding-top: 15px;
	border: 1px solid #34A430;
}

div.pane {
	background: #EDECEC;
	border: 1px solid #A6A6A6;
	padding: 5px;
}

div.attention {
	background: #FFD4D4;
}

div.hr {
	height: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #A6A6A6;
}

div.spacer {
	padding-bottom: 10px;
}

div.fullScreen {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	background: #FFF;
	opacity: 0.85;
	filter: alpha(opacity=85);
	z-index: 5;
	width: 100%;
	height: 100%;
	padding: 30px;
	text-align: center;
	vertical-align: top;
}

div.photo {
	background: url('/templates/default/images/photo_small.gif');
	background-repeat: no-repeat;
	background-position: center center;
	height: 110px;
}

div.asset {
	background: url('/templates/default/images/asset.gif') no-repeat;
	width: 110px;
	height: 130px;
}

div.assetLink {
	text-align: left;
	padding: 3px 0 2px 5px;
	border-bottom: 1px dotted #6AA0CC;
}

div.assetFilename {
	text-align: center;
	font-size: 11px;
	color: #000;
	font-weight: bold;
	padding: 10px 3px 15px 3px;
}

div.assetFiletype {
	text-align: center;
	font-size: 12px;
	color: #444;
}

div.photoLabel {
	position: relative;
	top: 65px;
	text-align: center;
	font-size: 11px;
	color: #FFF;
}

span.tagCloudLabel {
	font-size: 14px;
	font-weight: bold;
	margin: 3px;
}

span.tagCloudTag {
	margin: 3px;
}

div.indented {
	padding-left: 15px;
}

div.padded {
	padding: 5px;
}

div.paddedMore {
	padding: 15px;
}

div.marginBottom {
	margin-bottom: 10px;
}

div.marginBottomMore {
	margin-bottom: 20px;
}

div.marginTop {
	margin-top: 10px;
}

div.marginTopMore {
	margin-top: 20px;
}

div.marginRight {
	margin-right: 15px;
}

/****************************************************************************/

/************************ Notices *******************************************/
.flashNotice {
	background-image: url('/templates/default/images/icons/alert.gif');
	background-position: left middle;
	background-repeat: no-repeat;
	padding-left: 25px;
	color: green;
	font-size: 12px;
	font-weight: bold;
	width: 500px;
	height: 25px;
	text-align: left;
}
/****************************************************************************/

/************************ Specific Page Elements ****************************/
.bar {
	background: #EDECEC;
	border-bottom: 2px solid #A6A6A6;
}

.buttonDel {
	padding-left: 23px;
	padding-top: 2px;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	background-image: url('/templates/default/images/icons/delete_item_small.gif');
	background-repeat: no-repeat;
	background-position: 0px 3px;
  cursor: pointer;
}

/****************************************************************************/

/************************ Tables ********************************************/

td {
	text-align: left;
}

/*********** Enhanced Table ************/
.enhancedTable{
	border-collapse:collapse;
	border: 1px solid #DFDFDF;
}

.enhancedTableColouredRow{
	background:#EFEFEF;
}

.enhancedTableRowHover{
	background:#DEFFD7;
}

/*.enhancedTableActive{
	background:#FFC2C2;
}*/

.simpleTable, .plainTable {
   border-collapse: collapse;
}

.enhancedTable td, .simpleTable td {
   font-size: 12px;
   vertical-align: top; 
   color: #3A3A3A;
   border: 1px solid #DFDFDF;
   padding: 5px;
}

.enhancedTable tbody td, .simpleTable tbody td {
	background: #FFFFFF;
}

.enhancedTable td.label, .simpleTable td.label {
   font-size: 11px;
   font-weight: bold;
   vertical-align: top;
   padding: 4px;
   border: 1px solid #DFDFDF;
   color: #000;
   background: #FFF8D3;
}

.enhancedTable thead td, .simpleTable thead td, .enhancedTable tfoot td, .simpleTable tfoot td {
   font-size: 12px;
   font-weight: bold;
   vertical-align: top;
   padding: 4px;
   border: 1px solid #DFDFDF;
   color: #5C5C5C;
   background: #FBFBFB;
   background-position: left center;
   background-repeat: no-repeat;
}

.plainTable td {
	font-size: 10px;
}

.plainTable td.border {
   border: 1px solid #DFDFDF;
	padding: 2px;
}

/****************************************************************************/

/********************************** Ads *************************************/

.banner {
	border: 1px solid #DDDDDD;
	width: 750px;
	height: 92px;
	padding: 15px;
	text-align: center;
	vertical-align: middle;
	margin: 5px;
	margin-bottom: 15px;
}

.banner .heading {
	font-size: 23px;
	color: #105CB6;
	margin-bottom: 5px;
}

.banner .verbiage {
	font-size: 11px;
	color: #000;
}

/******************************* RedCloth Textile ***************************/

.h1_textile {
	font-weight: bold;
	font-size: 28px;
	margin-bottom: 10px;
}

.h2_textile {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
}

.h3_textile {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}

.h4_textile {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
}

.h5_textile {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 10px;
}

.h6_textile {
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}

a.help {
  border:0px;
  text-decoration:none;
  color: inherit;
}

.help img {
  border: 0px;
}

.help_dialog {
  border: 1px solid black;
  background-color: white;
  padding: 10px;
  width:350px;
}
/********************** Sites Lists Widgets ************/
table.sites_list tr td {
  font-size: 9px;
  line-height: 10px;
}
table.sites_list tr {
  padding: 0px;
}

div.help_widget {
	position:absolute;
	z-index:1000;
}

a.help_widget {
  border:0px;
  text-decoration:none;
  font-size: 14px;
	font-weight: bold;
  color: #EB6508;
}

/* *********************** VIDEO PLAYLIST MATRIX VIEW ************************ */
  div.playlist_matrix {
    background: #F7F7F7 none repeat scroll 0 0;
    border: 1px solid #E7E7E7;
    float: left;
    height: auto;
    margin: 10px 0px;
    padding: 40px 0;
    width: auto;
  }
  
  div.playlist_matrix li.first { border-left:0 none; }
  
  div.playlist_matrix ul {
    display: inline;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
  }
  
  div.playlist_matrix li {
    border-left:1px solid #e7e7e7;
    display:inline;
    float:left;
    height: 174px;
    margin-left: 24px;
    padding-left: 34px;
  }
  
  div.playlist_matrix a.playlist_anchor {
    background: transparent url(/templates/default/images/playlist_matrix_thumb.png) no-repeat scroll 0 0;
    height: 113px;
    margin: -10px 5px 5px -5px;
    position: absolute;
    width: 147px;
  }
  
  div.playlist_matrix a.playlist_anchor #vid_play_corner {
    background: transparent url(/templates/default/images/vid_play_corner.gif) no-repeat scroll 0 0;
    bottom: 13px;
    height: 27px;
    position: absolute;
    right: 13px;
    width: 32px;
  }
  
  div.playlist_matrix a.playlist_anchor:hover #vid_play_corner {
    background-position: 0 -27px;
  }
  
  div.playlist_matrix a.playlist_anchor:hover {
    background:transparent url(/templates/default/images/playlist_matrix_thumb_over.png) no-repeat scroll left top;
  }
  
  div.playlist_matrix div.playlist_title {
    margin-top: 108px;
    padding-left: 12px;
    width:135px;
  }
  
  div.playlist_matrix div.playlist_title a, div.playlist_matrix div.playlist_title h3, 
  div.playlist_matrix div.playlist_title p, div.playlist_matrix div.playlist_title p.publish_date {
    font-family:arial,sans-serif;
    margin: 0px;
    padding: 0px;
  }
  
  div.playlist_matrix div.playlist_title h3 {
    background: #F7F7F7 none repeat scroll 0 0;
    border: 0;
    color:#313131;
    font-size:14px;
    font-weight:normal;
    line-height:13px;
    padding-bottom:2px;
    text-align:left;
  }
  
  div.playlist_matrix div.playlist_title p {
    color:#8A8A8A;
    font-size:12px;
    line-height:15px;
  }
  
  div.playlist_matrix div.playlist_title p.publish_date { font-size: 8px; }
  
  div.playlist_matrix img.playlist_thumbnail {
    border: medium none;
    display: block;
    height: 87px;
    margin: 13px;
    overflow: hidden;
    width: 121px;
  }
  
  .video_video .matrix { height:347px; width:452px; }
/* *********************************************************************** */





#pt1_home_page #pt1_video_story_pane .image_img {
	width: 300px;
}
div.widgetMoney {
    height: 600px;
}

#pt1_branding {
	height: 110px;
	background: #2B2B2B url('/sites/624/assets/MDJheader.jpg') 0px 0px no-repeat;
	padding-left: 200px;
}

#pt1_biz_branding {
	height: 105px;
	background: #FFFFFF url('/sites/624/assets/cobblinc_logo1.jpg') 0px 0px no-repeat;
	padding-left: 200px;
}

#pt1_car_branding {
	height: 105px;
	background: #FFFFFF url('/sites/624/assets/header_neighborcars.png') 0px 0px no-repeat;
	padding-left: 200px;
}
/************************* MENU ***********************************/

#pt1_menu {
	background: #FFF;
        height: 42px;
}

#pt1_main_menu {
	background-image: url(/sites/624/assets/mainmenu_bg.gif);
	clear: both;
	border-top: 0px solid #FFF;
        height: 20px;
}

#pt1_main_menu .pt1_item, #pt1_main_menu .pt1_item_active {
	padding: 0px 10px 0px 10px;
	border-right: 0px dotted #B2B2B2;
	float: left;
}

#pt1_sub_menu .pt1_item {
	float: left;
	padding: 5px 8px 3px 8px;
}

#pt1_sub_menu .pt1_item a {
	color: #000000;
}

#pt1_sub_menu .pt1_button {
	float: left;
	padding: 1px 3px 1px 3px;
	margin: 3px 10px 3px 10px;
	border: 1px solid #FFF;
	color: #FFF;
	font-weight: bold;
}

#pt1_main_menu .pt1_item_active {
        background: url(/sites/624/assets/hover_blue.gif);
	/*background: #D50202;*/
	border: 0px solid #D50202;
}

#pt1_main_menu .pt1_item_active a {
	color: #FFFFFF;
	font-weight: normal;
        font-size: 10pt;
}

#pt1_main_menu .pt1_item a {
	color: #FFFFFF;
        font-size: 10pt;
}

#pt1_sub_menu {
	background: #94c0ff;
	height: 22px;
	clear: both;
}

#pt1_login_controls {
	float: right;
	padding: 3px 10px 0 0;

}

#pt1_login_controls a {
	font-weight: normal;
	color: #2B2B2B;
	/* color: #97D1FF; */
}

#pt1_login_controls div, #pt1_login_controls ul, #pt1_login_controls li {
	padding: 0;
	margin: 0;
}

.pt1_login_controls {
	float: right;
	padding: 3px 10px 0 0;

}

.pt1_login_controls a {
	font-weight: normal;
	color: #2B2B2B;
	/* color: #97D1FF; */
}

.pt1_login_controls div, #pt1_login_controls ul, #pt1_login_controls li {
	padding: 0;
	margin: 0;
}

.userMenu #sign_out {
	margin-left: 30px;
}


/******************** SEARCH **************************/
#pt1_search_bar_container {
	float: right;
}

#pt1_search_links {
	float: left;
	font-size: 9pt;
	padding: 5px 20px 0 0;
}

#pt1_search_links a {
	color: #000;
}

#pt1_search_controls {
	float: right;
	padding-top: 6px;
        padding-bottom: 12px;
}


/* ******************BRADS STUFF ******************* */
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	text-align: center;
}

.headerchange {
	background-color: #aab7c1;
	width: 960px;
	height: 105px;
	margin-right: auto;
	margin-left: auto;
}

.storybox_video {
	background-image: url(/sites/624/assets/storybox_mdjvideo.png);
	width: 310px;
	height: 237px;
	float: left;
}

.storybox_calendar {
	background-image: url(/sites/624/assets/storybox_calendar.png);
	width: 300px;
	height: 494px;
}

.storybox_photo {
	background-image: url(/sites/624/assets/storybox_mdjphoto.png);
	width: 310px;
	height: 237px;
        float: right;
}

.storybox_blogs {
	background-image: url(/sites/624/assets/storybox_cobbblogs.png);
	width: 310px;
	height: 237px;
        float: right;
}

.storybox_poll {
	background-image: url(/sites/624/assets/storybox_mdjpoll.png);
	width: 310px;
	height: 237px;
        float: left;
}

.storybox_apvideo {
	background-image: url(/sites/624/assets/storybox_apvideo.png);
        background-repeat: no-repeat;
	width: 205px;
	height: 237px;
        padding-right: 7px;
        float: left;
}

.storybox_blotter {
	background-image: url(/sites/624/assets/storybox_blotter.png);
	width: 205px;
	height: 237px;
        float: left;
}

.storybox_sorter {
	background-image: url(/sites/624/assets/storybox_sorter.png);
	width: 205px;
	height: 237px;
        float: right;
}

.generic_gutter {
	width: 630px;
	height: 20px;
}

.topmenu a{
	background-color: #FFFFFF;
	font-weight: normal;
        font-family: verdana;
	color: #2B2B2B;
	width: 960px;
	height: 23px;
	margin: 0;
	text-align: right;
        padding: 3px 10px 0 0;
}

.mainmenu {
	/*background-image: url(/sites/624/assets/mainmenu_bg.gif);*/
	width: 960px;
	height: 20px;
	margin-right: auto;
	margin-left: auto;
}

.submenu {
	background-color: #95c0ff;
	width: 757px;
	height: 22px;
	margin-left: auto;
	margin-right: auto;
}

.headercolor {
	/*background-image: url(/sites/624/assets/header_news.png);*/
	width: 639px;
	height: 105px;
}

.logo{
	background-image: url(/sites/624/assets/logo.gif);
        background-repeat: no-repeat;
	width: 470px;
	height: 105px;
        float: left;
}

.archivebox {
	background-color: #7c7c7c;
	width: 203px;
	height: 22px;
	margin-left: auto;
}

.breaking_news {
	background-image: url(/sites/624/assets/breaking_news_bar.png);
	width: 630px;
	height: 0px;
        visibility: hidden;
	/*height: 0px; */
}

.strike {
	background-image:url(/sites/624/assets/column_strike.gif);
	width: 203px;
	height:100%;
	float:left;
}

.eedition {
	background-image: url(/sites/624/assets/e-edition.png);
	width: 300px;
	height: 250px;
}

.ethumb {
        float: left;
        margin-left: 6px;
        margin-top: 6px;
        border: 1px solid #000;
        height: 237px;
        width: 126px;
}

.ethumb .image_img{
  width: 126px;
  height: 237px;
}
/************************* TOP STORIES ****************************/
.pt1_feature .pt1_feature_header {
	margin: -10px -10px 5px -10px;
	padding: 5px 0 0 0;
	_padding: 5px 0 5px 0;
	border-bottom: 0px solid #DCDCDC;
	height: 30px;
	background: url('/sites/624/assets/top_story_header_blue.png') 0px 0px no-repeat;
}

.pt1_feature .pt1_feature_header .pt1_item {
	float: left;
	padding: 3px 10px 3px 10px;
}

.pt1_feature .pt1_feature_header .pt1_item a {
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
}

.pt1_feature .pt1_feature_header .pt1_selected {
	border: 0;
	margin: 0;
}

.pt1_feature .pt1_feature_header .pt1_selected a {
	color: #ffde00;
	margin: 0;
}

.pt1_feature .pt1_feature_body {
	clear: both;
	width: 600px;
	min-height: 390px;
	_height: 390px;
	padding: 5px;
	margin: 0;
}

.pt1_top_stories .story_item {
	font-size: 13px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	margin: 3px;
}

.pt1_top_stories .story_item em {
	font-size: 11px;
}

.pt1_top_stories .story_item h2 {
	margin: 0;
	padding: 0;
}

.pt1_top_stories .lead_story, .pt1_top_stories .secondary_story {
	border-bottom: 1px solid #DCDCDC;
}

.pt1_top_stories .first_column {
	float: left;
	width: 280px;
	_width: 270px;
	padding: 0 3px 0 0;
}

.pt1_top_stories .second_column {
	float: right;
	border-left: 1px solid #DCDCDC;
	padding: 0 0 0 10px;
	width: 290px;
	margin: 0 0 0 5px;
}

.pt1_top_stories .second_column {
  _margin-left: 0;
}

.pt1_top_stories .second_column object {
  width: 255px;
 _width: 247px;
}

.pt1_top_stories .second_column div.simple-slideshow-container {
  width: 255px;
  _width: 247px;
  margin: 0;
  padding: 0;
}

.pt1_top_stories .second_column div.simple-slideshow-container img.image_img {
  width: 100%;
  margin: 0;
  padding: 0;
}

.pt1_top_stories .lead_story .story_item_headline, .pt1_top_stories .photo_story .story_item_headline {
	font-size: 20px;
	font-weight: bold;
}

.pt1_top_stories .secondary_story .story_item_headline {
	font-size: 16px;
	font-weight: bold;
}

.pt1_top_stories .story_item .story_item_info {
	color: #B0B0B0;
	clear: both;
	padding: 3px 0 0 0;
}

.pt1_top_stories .story_item .story_item_info div {
	float: left;
}

.pt1_top_stories .story_item .story_item_summary {
	clear: both;
	padding-top: 15px;
}

.pt1_top_stories .more_stories ul {
	margin: 0;
	padding-left: 15px;
}

.pt1_top_stories .photo_story {
	float: right;
}

.pt1_top_stories .image_image {
	margin-bottom: 10px;
}

.pt1_top_stories .image_img {
	width: 290px;
}

.pt1_top_stories .story_item .video_video .object {
	width: 290px;
	height: 242px;
}

.pt1_top_stories .pt1_read_more_link {
	margin-top: 5px;
	text-align: right;
	clear: both;
}
/************************pane stuff******************************************/

.pt1_pane {
	background: #FFF url('/templates/publication_pods/images/corner_top_left.gif') top left no-repeat;
	margin-bottom: 10px;
}

.pt1_pane .pt1_pane_heading {
	font-size: 20px;
	font-family: Helvetica;
	color: #296ba7;
	text-align: left;
	border-bottom: 0px solid #DCDCDC;
	padding: 8px 0 8px 12px;
}

.pt1_pane .pt1_pane_body {
	background: url('/templates/publication_pods/images/corner_bottom_right.gif') bottom right no-repeat;
	padding: 10px;
	text-align: left;
}

.pt1_pane_special {
	background: #2B2B2B url('/templates/publication_pods/images/corner_dark_top_left.gif') top left no-repeat;
	margin-bottom: 10px;
}

.pt1_pane_special .pt1_pane_heading {
	font-size: 20px;
	font-family: Helvetica;
	color: #FFF;
	text-align: left;
	padding: 8px 0 8px 12px;
}

.pt1_pane_special .pt1_pane_body {
	background: #FFF url('/templates/publication_pods/images/corner_bottom_right.gif') bottom right no-repeat;
	padding: 10px;
	text-align: left;
}

.pt1_pane_subtle {
	background: #F0F0F0 url('/templates/publication_pods/images/corner_medium_top_left.gif') top left no-repeat;
	padding-top: 8px;
	margin-bottom: 10px;
}

.pt1_pane_subtle .pt1_pane_heading {
	font-size: 16px;
	font-weight: bold;
	font-family: Helvetica;
	color: #BABABA;
	text-align: left;
	border-bottom: 0px solid #DCDCDC;
	padding: 0 0 8px 10px;
}

.pt1_pane_subtle .pt1_pane_body {
	background: #F0F0F0 url('/templates/publication_pods/images/corner_medium_bottom_right.gif') bottom right no-repeat;
	padding: 10px;
	text-align: left;
}

.pt1_button {
	padding: 3px;
	border: 1px solid #D50202;
	color: #D50202;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
}

.pt1_top_stories .story_item .story_item_info div.signature_line {
  float: none;
}

.pt1_top_stories div.only_column .story_item .story_item_info div.signature_line {
  clear: right;
}


/************************* For NEW BD **********************/


#pt1_business_directory_page #pt1_right_column.new_layout {
  float: right;
}

#pt1_business_directory_page #pt1_main_column_results {
  _width: 610px;
  max-width: 630px;
  width: 610px;
  float: left;
}

#pt1_right_column div.playlist_matrix {
  _width: 300px;
  padding-top: 13px;
  _padding-top: 16px;
  padding-bottom: 0px;
}

#pt1_right_column div.playlist_matrix li.first {
  margin-left: 0px;
}

#pt1_right_column div.playlist_matrix li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
  margin-right: 0px;
  border-left: none;
  _padding-left: 5px;
  height: 160px;
}

#pt1_right_column div.playlist_matrix li a {
  margin: -10px 0px 0px 0px;
}


/***********************Ridiculous tweaks*******************/


#push_lead_story_left_column_container .image_img {
        margin-bottom: 10px;
}

.story_item_headline {
        padding-bottom: 7px;
}


.story_item_info {
        line-height: 20px;
}

