/* Updated 6/5/2014 at 1:59pm */
/*New classes for Side Callout integration*/
/*Special Notice Callout*/
.sideSpecialNotice		 {
	border-width: 1px;
	border-style: solid;
	padding: 0px;
	width: 100%;
	margin-bottom: 13px;
}

.sideSpecialNotice h3	 {
	background-repeat: no-repeat;
	background-position: 8px 8px;
	font-weight: bold;
	text-transform: uppercase;
	height: 24px;
	padding: 10px 8px 0 30px;
}

.sideSpecialNotice .inner	 {
	padding: 10px;
}

.sideSpecialNotice .inner p	 {
	line-height: 18px;
	margin-top: 0;
}

.sideSpecialNotice .inner a	 {
	text-decoration: none;
}

.sideSpecialNotice .inner a:hover {
	text-decoration: underline;
}

/*Court Location Callout*/
.courtLocations			 {
	border-width: 1px;
	border-style: solid;
	padding: 0px;
	float: left;
	width: 100%;
	margin-bottom: 20px;
	clear: both;
}

/*Mod for left column*/
.courtLocations .inner	 {
	float: left;
	padding: 10px 10px 5px 10px;
}

.courtLocations .inner a {
	text-decoration: none;
}

.courtLocations .inner a:hover {
	text-decoration: underline;
}

.courtLocations h2		 {
	border: 0;
	font-size: 1.167em;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 5px;
	border: 0 !important;
	padding: 0 !important;
}

/*Video Callout*/
.sideVideo		 {
	border-width: 1px;
	border-style: solid;
	margin-right: 13px;
	clear: both;
	width: 100%;
}

.sideVideo			{
	display: block;
	padding: 0px;
	clear: both;
	margin-bottom: 13px;
}

.sideVideo a {
	text-decoration: none;
}

.sideVideo a:hover {
	text-decoration: underline;
}

/*Mod for leftColumn*/
.sideVideo h3		{
	font-size: 0.917em !important;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
	padding: 0px 10px 5px;
}

.sideVideo .caption	 { 
	padding: 7px; 
}

/*Blue Side Callouts*/
.blueSideCallouts		 {
	border-width: 1px;
	border-style: solid;
	margin-right: 13px;
	clear: both;
	width: 100%;
}

.blueSideCallouts					 {
	display: block;
	padding: 0px;
	clear: both;
	margin-bottom: 13px;
}

.blueSideCallouts .inner			 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.blueSideCallouts .inner a {
	text-decoration: none;
}

.blueSideCallouts .inner a:hover {
	text-decoration: underline;
}

.blueSideCallouts .inner h3		{
	font-size: 0.917em !important;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 8px;
	margin-top: 0px;
	padding: 5px 10px 5px;
}

.blueSideCallouts .inner .content	 {
	padding: 0 10px 10px 10px;
}

.blueSideCallouts .inner .content a {
	text-decoration: none;
}

.blueSideCallouts .inner .content a:hover {
	text-decoration: underline;
}

.blueSideCallouts .inner .generic_content	 {
	padding: 0 10px 10px 10px;
}

.blueSideCallouts .inner .generic_content a {
	text-decoration: none;
}

.blueSideCallouts .inner .generic_content a:hover {
	text-decoration: underline;
}

.blueSideCallouts ul, .blueSideCallouts li {
	list-style-type: none;
	list-style-image: none;
	margin-left: 0 !important;
}

.blueSideCallouts .inner .content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.blueSideCallouts .inner .generic_content ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.blueSideCallouts .inner .content li {
	background-repeat: no-repeat;
	background-position: 3px 5px;
	padding-left: 15px;
	line-height: 18px;
	display: block;
	text-decoration: none !important;
}

.blueSideCallouts .inner .generic_content li {
	background-repeat: no-repeat;
	background-position: 3px 5px;
	padding-left: 15px;
	line-height: 18px;
	display: block;
	text-decoration: none !important;
}

