/* Start of CMSMS style sheet 'left side' */
/******************************* LEFT AREA ***************************/
#left {
	background-color: white;
	border: solid 1px #A1A1A1;
	width: 173px;
	margin-top: 15px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#left .section {
	position: relative;
	font-size: 10px;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#left a {
	color: #333333;
	text-decoration: none;
	width: 159px;
	padding-left: 14px;
	display: block;
}
#left a:hover {
	text-decoration: none;
	color: white;
	background: #FFAA44;
}
#left .section ul {
	list-style-type: none;
	margin: 0 0 12px 0px;
	padding: 0 10px 0 0;
}
#left .section li {
	margin: 0px;
	font-size: 12px;
	padding-bottom: 3px;
}
#left .section h1 {
	margin: 0px;
	text-transform: uppercase;
	font-size: 14px;
	text-align: right;
	width: 168px;
	height: 48px;
	background: url('/images/layout/bg-section-solid.gif') no-repeat;
	line-height: 48px;
	padding-right: 5px;
}
#left .icon {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 48px;
	width: 48px;
}
#left .tn_selevents_list_bullet {
	display: none;
	visibility: hidden;
}
#left td.tn_selevents_list {
	padding-bottom: 3px;
}
/******************************* EVENTS SECTION ***************************/
#events .icon {
	background: url('/images/layout/icon-events.gif') no-repeat;
}
/******************************* ENTERTAINMENT SECTION ***************************/
#entertainment .icon {
	background: url('/images/layout/icon-entertainment.gif') no-repeat;
}
/******************************* SPORTS SECTION ***************************/
#sports .icon {
	background: url('/images/layout/icon-sports.gif') no-repeat;
}
/******************************* SEARCH SECTION ***************************/
#search .icon {
	top: -1px;
	left: -1px;
	background: url('/images/layout/icon-search.gif') no-repeat;
}
#search.section h1 {
	background-position: 0px -6px;
	height: 42px;
	margin-bottom: 6px;
	line-height: 36px;
}
#search form {
	display: block;
	height: 23px;
	width: 156px;
	margin: 0 auto;
}
#search form .input_text {
	height: 20px;
	width: 123px;
	float: left;
}
#search form .search_image {
	border-collapse: collapse;
	border: solid 1px #A1A1A1;
	height: 23px;
	width: 23px;
	float: right;
}
#search p {
	width: 157px;
	margin: 5px auto 12px;
	color: #3399CC;
	text-align: right;
}

/* End of 'left side' */

