/* News and Events from MyPostings */
/* Listings Pages and Focus Pages Only */

/* CSS Document */

/* @group Main News and Events Listings Pages */

/* changed due to new multi-month calendar listing -sonhoang -9-16-2010 */
div.main_content div#yearly_calendar h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0a75cf;
	font-variant: normal;
	font-weight: bold;
	font-size: 125%;
	padding-left: 2em;
	padding-bottom: .25em;
	margin-top: 1.43em;
	margin-bottom: 0;
	border-bottom: thin solid #5f5d60;
}

div#yearly_calendar table.list {
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* changed due to new multi-month calendar listing -sonhoang -9-16-2010 */
div#yearly_calendar td {
	padding-top: .5em;
	padding-bottom: .5em;
}

div#yearly_calendar tr.odd {
	background-color: #e5e5e5;
}

div#yearly_calendar td.weekday {
/* changed due to new multi-month calendar listing -sonhoang -9-16-2010 */
	width: 4em;
	padding-left: .5em;
}

div#yearly_calendar td.date {
/* changed due to new multi-month calendar listing -sonhoang -9-16-2010 */
	width: 8em;
	padding-left: .5em;
}

div#yearly_calendar td.title {
	padding-left: .5em;
}

/* @group Listing Pages with Toggled Options */

div.calendar_options h2 {
	border-bottom: thin solid #CCCCCC;
}

div.calendar_options h2 img {
	padding: 0;
	margin: 0;
	margin-right: .5em;
}

div.main_content div.calendar_options h3.choices {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: center;
	font-size: 75%;
}

div.calendar_options h3.choices img {
	padding: 0;
	margin: 0;
	margin-left: .5em;
}

div.calendar_options div.feeds {
	display: none;
}

div.calendar_options span.chosen {
	color: #ca6c18;
	text-decoration: underline;
}

div.calendar_options span.unchosen {
	color: #555555;
	cursor: pointer;
}

div.calendar_options span.unchosen:hover {
	color: #ca6c18;
}

div.calendar_options div#google_calendar h4 {
	text-align: center;
}

div.calendar_options div#rss ul li, div#ical ul li {
	list-style-image:url(/business/images/template/icon-rss.png);
}

/* added due to spacing issues -sonhoang 10-12-2010 */
div.main_content div.calendar_options ul {
	margin-left: 2em;
}

div.calendar_options p.big_icon img {
	float: right;
}

/* @endgroup */

/* @endgroup */

/* @group Focus Page */

h1.posting_title {
	color: #9c9c9c;
	font-size: 125%;
	margin-bottom: .5em;
}

div.focus_details div.controls {
	border-top: thin solid #9c9c9c;
	border-bottom: thin solid #9c9c9c;
	padding: .5em;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
/* changed due to new multi-month calendar listing -sonhoang -9-16-2010 */
	font-size: 75%;
}

div.focus_details table.display th {
	display: none;
}

div.focus_details table.results {
	padding-left: 0;
}

div.focus_details td img.icon {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
	max-width: 95%;
}

div.main_content div.focus_details table.display h2 {
	font-size: 140%;
	font-weight: normal;
	margin-top: .5em;
	margin-bottom: .5em;
}

/* @endgroup */

