

/* ---- CUSTOM DEFINED STYLESHEET calendar ---- */ 

.specialDay {
  font-weight: bold;
  font-size: 15px;
}

/* The main calendar widget.  DIV containing a table. */

.calendar {
  position: relative;
  display: none;
  color: #999;
  cursor: default;
  font-family: tahoma,verdana,sans-serif;
  border: 0;
}

.calendar table {
  border: 1px solid #fff;
  font-size: 11px;
  color: #ffffff;
  cursor: default;
  background: #3C7C95;
  font-family: tahoma,verdana,sans-serif;
  height: 220px;
  width: 100%;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;
  padding: 1px;
  border-top: 1px solid #fff;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  border-left: 1px solid #fff;
}

.calendar .nav {
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;
  padding: 1px;
  /*border: 1px solid #DAEAFF;*/
border: 0;
  background: #DAEAFF;
  color: #7D8692;
  text-align: center;
}

.calendar thead .headrow { /* Row TR containing navigation buttons */
}

.calendar thead .daynames { /* Row TR containing the day names */
color: #3C7C95;
}

.calendar thead .name { /* Cells TD containing the day names */
  /*border-bottom: 1px solid #999;*/
border: 0;
  padding: 2px;
  text-align: center;
  background: #FFF;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #FCC14F;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  /*border-top: 2px solid #fff;
  border-right: 2px solid #999;
  border-bottom: 2px solid #999;
  border-left: 2px solid #fff;*/
border: 0;
  padding: 0px;
  background-color: #d8e0e4;
  color: #3C7C95;
  /*font-weight: bold;*/
}

.calendar thead .active { /* Active (pressed) buttons in header */
  padding: 2px 0px 0px 2px;
  /*border-top: 1px solid #999;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #999;
  background-color: #b8c0c4;*/
border: 0;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells TD containing month days dates */
  width: 40px;
  text-align: center;
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #aaa;
}
.calendar tbody .day.othermonth.oweekend {
  color: #faa;
}

.calendar table .wn {
  /*border-right: 1px solid #999;*/
border: 0;
  background: #FFF;
}

.calendar tbody .rowhilite td {
  background: #FF9C42;
  color: #3C7C95;
  font-weight: bold;
}

.calendar tbody .rowhilite td.wn {
  background: #FFD571;
}

.calendar tbody td.hilite { /* Hovered cells TD */
  /*border: 1px solid;
  border-color: #fff #999 #999 #fff;*/
border: 0;
}

.calendar tbody td.active { /* Active (pressed) cells TD */
}

.calendar tbody td.selected { /* Cell showing selected date */
  font-weight: bold;
  font-size: 15px;
  border: 0;
  background: #F6F6F6;
  color: #00f;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #FCC14F;
}

.calendar tbody td.today { /* Cell showing today date */
}

.calendar tbody .disabled { color: #999; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The TR in footer (only one right now) */
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell TD */
  background: #FFF;
  padding: 1px;
  /*border: 1px solid #DAEAFF;*/
border: 0;
  background: #DAEAFF;
  color: #7D8692;
  text-align: center;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  /*border-top: 1px solid #fff;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  border-left: 1px solid #fff;*/
border: 0;
  padding: 1px;
  background: #d8e0e4;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  padding: 2px 0px 0px 2px;
  /*border-top: 1px solid #999;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #999;*/
border: 0;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute;
  display: none;
  width: 4em;
  top: 0px;
  left: 0px;
  cursor: default;
  /*border-top: 1px solid #fff;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  border-left: 1px solid #fff;*/
border: 0;
  background: #d8e0e4;
  font-size: 90%;
  padding: 1px;
  z-index: 100;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .active {
  background: #F6F6F6;
  padding: 0px;
  /*border-top: 1px solid #999;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #999;*/
border: 0;
}

.calendar .combo .hilite {
  background: #048;
  color: #aef;
}

.calendar td.time {
  /*border-top: 1px solid #999;*/
border: 0;
  padding: 1px 0px;
  text-align: center;
  background-color: #FFF;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  /*border: 1px solid #889;*/
border: 0;
  font-weight: bold;
  background-color: #fff;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  /*border-color: #999;*/
border: 0;
  background-color: #667;
  color: #fff;
}

.calendar td.time span.active {
  /*border-color: #FCC14F;*/
border: 0;
  background-color: #999;
  color: #0f0;
}

					

/* ---- CUSTOM DEFINED STYLESHEET default ---- */ 



/* ---- CUSTOM DEFINED STYLESHEET layout ---- */ 

* {
	margin:0px;
	padding: 0px;
}

body {
	margin: 0px auto 0px auto;
	padding: 0;
	width: 960px;
        background-image: url('http://assets.matchbin.com/sites/337/assets/back_body.jpg');
        background-repeat: repeat-x;
        text-align: center;
}
#pt1_branding {
	height: 120px;
	width: 960px;
        padding-left: 0px;
	background: url("/sites/337/assets/header.png") 0 0 no-repeat; 
}

/****************HOME****************/

#pt1_content_container {
	width: 960px;
	_width: 960px;
	min-height: 1000px;
	_height: 1000px;
	margin: 0px auto 0px auto;
        padding: 0;
        background-color: #6D6E72;
margin-top: 0;
}
#pt1a_home_page #community_container .pt1_pane_body {
	min-height: 200px;
	_height: 100%;
}
.pt1_pane .pt1_pane_body {
	background: url("/templates/publication_pods/images/corner_bottom_right.gif")                  bottom right no-repeat;
	padding: 0;
        margin: 0;
	text-align: left;
        width: 960px;
        border: 1px solid white;

}
#pt1a_home_left_column {
	float: left;
	width: 314px;
background-color: white;
        height: 100px;
	text-align: left;
        margin-left: 4px;
        padding: 0;
}
#pt1a_home_middle_column {
	float: left;
	width: 314px;
background-color: green;
        height: 100px;
	text-align: left;
        margin-left: 4px;
        padding: 0;
}
#pt1a_home_right_column {
	float: left;
	width: 314px;
background-color: white;
        height: 100px;
	text-align: left;
        margin-left: 5px;
        padding: 0;
}
#pt1a_home_right_margin{
	float: left;
	width: 5px;
        height: 100px;
	text-align: left;
        margin: 0;
        padding: 0;
}

/****************ADs****************/

.banner_ad {
	width: 310px;
        float: right;
        padding-top: 5px;
        padding-bottom: 5px;
}
/************************* MENU **************************/

#pt1_menu {
        background: url("/sites/337/assets/menu.png") 0 0 repeat-x;
	width: 960px;
}

#pt1_main_menu {
	background: url("/sites/337/assets/menu.png") 0 0 repeat-x;
	clear: both;
	border: 1px solid #E89804;
	width: 960px;
}

#pt1_main_menu .pt1_item, #pt1_main_menu .pt1_item_active {
	padding: 3px 10px 3px 10px;
	border-right: 1px dotted #fff;
	float: left;     
}

#pt1_sub_menu .pt1_item {
	float: left;
	padding: 5px 8px 3px 8px;
	color: #FFF;
}

#pt1_sub_menu .pt1_item a {
	color: #96B7C5;
        text-decoration: none;
}

#pt1_sub_menu .pt1_button {
	float: left;
	padding: 1px 3px 1px 3px;
	margin: 3px 10px 3px 10px;
	border: 1px solid #FFF;
	color: #FFF;
}

#pt1_main_menu .pt1_item_active {
	background: transparent;
	border: none;
}

#pt1_main_menu .pt1_item_active a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 10px 0px 0px;
	border-right: 1px dotted #fff;
}

#pt1_main_menu .pt1_item a {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}

#pt1_sub_menu {
	background: #6D6E72;
	height: 29px;
	clear: both;
}

#pt1_login_controls {
	float: right;
	padding: 3px 10px 0 0;
	width: 240px;
}

#pt1_login_controls a {
	font-weight: normal;
	color: #2B2B2B;
}

#pt1_login_controls div, #pt1_login_controls ul, #pt1_login_controls li {
	padding: 0;
	margin: 0;
}

.userMenu #sign_out {
	margin-left: 30px;
}





.pt1_pane {
	background: #fff;
	margin-bottom: 10px;
}
.pt1_pane .pt1_pane_heading {
        background-image: url('http://assets.matchbin.com/sites/337/assets/news.png');
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
        font-weight: bold;
        vertical-align: top;
	color: #FABE52;
        height: 25px;
        *height: 30px;
	text-align: left;
	padding: 5px 0px 0px 13px;
}
.heading_today_events {
        background-image: url('http://assets.matchbin.com/sites/337/assets/news2.png');
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
        font-weight: bold;
        vertical-align: top;
	color: #545958;
        height: 25px;
        *height: 30px;
	text-align: left;
	padding: 5px 0px 0px 13px;
}
.heading_entertaiment {
        background-image: url('http://assets.matchbin.com/sites/337/assets/news2.png');
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
        font-weight: bold;
        vertical-align: top;
	color: #545958;
        height: 25px;
        *height: 30px;
	text-align: left;
	padding: 5px 0px 0px 13px;
}
.corner {
        background-image: url('http://assets.matchbin.com/sites/337/assets/corner.png')no-repeat;
        height: 30px;
	padding: 8px 0 8px 12px;
        vertical-align: top;
}
.heading, .heading .help, .page_heading, .page_heading a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #ff9900;
	text-align: left;
	border-bottom: 1px solid #DCDCDC;
	padding: 8px 0 8px 0;
	border: 0;
}
#rendered_weather {
	font-family: Arial, Helvetica, sans-serif;
	color: #ff9900
	text-align: left;
	position: absolute;
	z-index: 900;
	margin: 0 auto 0 auto;
	width: 300px;
}

.pt1_feature .pt1_feature_body {
	clear: both;
	width: 280px;
	min-height: 390px;
	_height: 390px;
	/*padding: 5px;*/
	margin: 0;
}
/************************* TOP STORIES ****************************/
.pt1_feature .pt1_feature_header {
	margin: -10px -10px 5px -10px;
	padding: 5px 0 0 0;
	_padding: 5px 0 5px 0;
	border-bottom: 1px solid #DCDCDC;
	height: 30px;
	background: #F6F6F6;
}

.pt1_feature .pt1_feature_header .pt1_item {
	float: left;
	padding: 3px 10px 3px 10px;
}

.pt1_feature .pt1_feature_header .pt1_item a {
	color: #B0B0B0;
	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: #21A31A;
	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: 140px;
	_width: 140px;
	padding: 0 3px 0 0;
        border: 1px solid green;
}

.pt1_top_stories .second_column {
	float: right;
	border-left: 1px solid #DCDCDC;
	padding: 0;
	width: 280px;
	margin: 0;
text-align: left;
}
.pt1_top_stories .second_column object {
  width: 280px;
 _width: 280px;
border: 1px solid red;
}

.pt1_top_stories .second_column div.simple-slideshow-container {
  width: 280px;
  _width: 280px;
  margin: 0;
  padding: 0;
}

.pt1_top_stories .second_column div.simple-slideshow-container img.image_img {
  width: 280px;
  margin: 0;
  padding: 0;
float: left;
}

.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: 3px;
}

.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: 280px;
}

.pt1_top_stories .story_item .video_video .object {
	width: 280px;
	height: 242px;
}

.pt1_top_stories .pt1_read_more_link {
	margin-top: 5px;
	text-align: right;
	clear: both;
}

