/* ZVents widget */
.ZventsQuickSearch {
	background-color: #FFF;
	margin: 2px 2px 0 0;
        padding-bottom: 10px;
	width: 280px;
}
.ZventsQuickSearch * {
	font-family: Helvetica,sans-serif;
	font-size: 11px;
}
.ZventsQuickSearch form {
	margin: 0;
	padding: 0;
}
.ZventsDayButton, .ZventsDayButton * {
	display: block;
	text-align: left;
}
.ZventsDayButton {
	color: rgb(91,91,91);
	background-color: rgb(255,166,70);
	border: 1px solid rgb(152, 27, 30);
	/*border-top: 1px solid #d0d0d0;*/
	/*border-left: 1px solid #d0d0d0;*/
	text-decoration: none;
	cursor: pointer;
	line-height: 120%;
	font-weight: bold;
	margin-right: 2px;
	padding: 2px 2px 0 2px;
}
.ZventsDayButton:hover {
	background-color: rgb(255,233,208);
	/*border: 1px solid #c2e1ef;*/
	/*color: #336699;*/
}
.ZventsDayButtonDate {
	font-size: 16px;
}
.ZventsDayButtonDay {
}
.ZventsDayButtonAll {
	margin-right: 0;
	background-color: rgb(255,216,170);
}
.ZventsDayButtonToday {
	color: #900810;
}
.ZventsDayButtonWeekend {
	background-color: rgb(249,196,102);
}

.ZventsEventList {
       margin: 2px 12px 0px 0px;
}

.ZventsEventList hr {
	border: 1px solid #e3e3e3;
	margin: 0px;
	padding: 0px;
}
.ZventsEventList img {
	float: left;
	margin-right: 15px;
	padding: 0px;
	clear:both;
}
.ZventsWrapper { width:280px; 20em; margin:0px; padding:0px;
                      border: 1px solid #000; }
.Zventslinks {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 10px;
	text-align: left;
	display:block;
	overflow:hidden;
	margin-bottom:10px;
	border: 1px solid #CCC;
	width: 255px;
}
.Zventslinks ul {
	float:left;
	margin-top:5px;
	margin-right:15px;
	margin-bottom:5px;
	margin-left:15px;
	padding:0px;
	list-style-type:none;
}
.ZventsEvent {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 11px;
	text-align: left;
	margin: 0px;
	padding: 4px;
}
.ZventsWrapper a:link, .ZventsWrapper a:visited {
	color: rgb(152, 27, 30);
	text-decoration: none;
}
.ZventsWrapper a:hover {
	color: #66CC00;
	text-decoration: underline;
}
.ZventsEvent:hover { color: rgb(152, 27, 30); background-color: #e3e3e3; }
/* End ZVents widget */

/* START CAREER BUILDER WIDGETS */

/**
	 * @section Career Builder Items
	 * @notes styles that apply to the Career Builder rail objects either 
	 * when held in a tabbed box or one after the other in the right rail.
	 */
        div.block {width: 300px;}
	div.block div#cb-quicksearch {
                padding:5px 10px 10px;
		/* margin:-5px -5px 10px;*/
                background-color:#FFFFFF;
		background-image:url(http://media.ledger-enquirer.com/static/images/bg-careerbuilder-blocks.gif);
		background-position:bottom left;
		background-repeat:repeat-x;
		border-bottom:0px solid #bbb;
	}
	*+html div.block div#cb-quicksearch { margin:-5px -5px 10px; width:279px; }
	div.block div#cb-topjobs {
                padding:5px 10px 0px;
		/* margin:-10px -5px 10px; */
                background-color:#FFFFFF;
		background-image:url(http://media.ledger-enquirer.com/static/images/bg-careerbuilder-blocks.gif);
		background-position:bottom left;
		background-repeat:repeat-x;
		border-bottom:0px solid #bbb;
	}
	*+html div.block div#cb-topjobs {
		margin:-5px -5px 10px; width:279px;
	}
	div.block div#cb-videos {
		padding:0 !important;
		margin:-10px -10px -5px;
		text-align:center;
		line-height:1px;
		font-size:1px;
		background-image:none;
	}
		div.block div#cb-videos img { border:0; padding:0; margin:0; }
	*+html div.block div#cb-videos { margin:-10px -5px -5px; width:280px; }
	div#cb-quicksearch table label {
		display:block;
		font-weight:bold;
	}
	div#cb-quicksearch table input {
		width:125px;
		padding:3px;
		border:1px solid #ccc;
		font-size:1em;
	}
	div#cb-quicksearch table select {
		width:125px;
		padding:4px;
		border:1px solid #ccc;
		font-size:1em;
	}
	div#cb-topjobs span.icon-rss{
		background-image:url(http://media.ledger-enquirer.com/static/images/icon-rss-careerbuilder.gif);
		background-position:0 0;
	}
	div.careerbuilder {
		background-image:url(http://media.ledger-enquirer.com/static/images/bg-careerbuilder-blocks.gif);
		background-position:bottom left;
		background-repeat:repeat-x;
	}
		div.careerbuilder div.logo {
			margin: 10px 0;
		}
		div.careerbuilder div.header {
			border-bottom:1px solid #006;
			color:#f60;
			padding:4px 0;
			margin:0 0 5px;
			line-height:1em;
                        font-size: 10pt; 
                        font-weight: bold;
		}
		div.careerbuilder div.header a { color:#f60 !important; }
		div.careerbuilder div.othersearches { font-size:10px; line-height:15px; }
		div.careerbuilder ul {
			margin:0;
			padding:0;
		}
		div.careerbuilder ul li {
			margin:0;
			padding:0;
			list-style-type:none;
		}
	.f-left { float:left; line-height:1em; display:inline; margin-right:8px; }
	.f-right { float:right; line-height:1em; display:inline; margin-left:8px; }
/**
	 * @section Table Setting Reset
	 * @notes removes most default styles for tables and applies appropriate ones.
	 */
	table.void {
		margin:0 0 1em;
		padding:0;
		width:100%;
		border-spacing:0;
		border-collapse:collapse;
	}
		table.void td {
			vertical-align:top;
			font-size:1em;
			padding:4px 0;
			margin:0;
			text-align:left
		}
		table.void td.pr {
			padding-right:10px;
		}
		table.void th {
			font-size:1em;
			vertical-align:top;
			font-weight:bold;
			padding:0;
			margin:0;
			text-align:left;
			text-transform:uppercase;
		}
/**
	 * @section Divided UL
	 * @notes creates a list with horizontal lines dividing the list items
	 * last list item should also have the class of LAST applied to it.
	 */
	ul.divided {
		padding:0;
		margin:0;
	}
		ul.divided li {
			line-height:1.5em;
			margin-bottom:0.25em;
			border-bottom:1px solid #ccc;
			list-style-type:none;
			padding:2px 0 !important;
		}
		ul.divided li.last {
			padding-bottom:0;
			margin-bottom:0;
			border-bottom-style:none;
		}

div#cb_border {
        border:1px solid #ACA091;
        overflow:hidden;
        padding:0px;
        width:auto;
	}

/* END CAREERBUILDER WIDGETS */


/* START VMIX WIDGET */

##mmWidgetContainer {
	text-align:center;
}

#mmWidgetContainer .detail {
	text-align:left;
}


/* START AP VIDEO WIDGET 

#mmWidgetContainer {width: 435px; background-color: #fff; height: 284px;  overflow: hidden}
#mmWidgetContainer ul {list-style-image: none; list-style-position:outside; list-style-type:none; margin: 0px; padding: 0px;}
#mmWidgetNavContainer ul {height:29px; width: 435px; position:relative}
#mmWidgetNavContainer li {display: block; float:left; width: 90px; height: 25px; margin-right: 10px; font-weight: bold; overflow:hidden; text-transform:uppercase;}
#mmWidgetNavContainer li a {background:transparent url(/includes/vmix/images/buttonBg.gif) no-repeat scroll 0px 0px; color:#8C1A24; display:block; font-size:10px; font-weight:bold; height:25px; position:relative; text-decoration:none;}
#mmWidgetNavContainer li a.tab:hover {background:#f8f8f1 url(/includes/vmix/images/buttonBg.gif) no-repeat scroll 0px -30px;}
#mmWidgetNavContainer li a span {cursor:pointer; left:7px; position:absolute; top:6px;}
#mmWidgetNavContainer li a img {display:inline; margin-right:4px; vertical-align: -.2em;}
#mmWidgetNavContainer li.current, #mmWidgetNavContainer li.currentLeft, #mmWidgetNavContainer li.currentRight {height: 30px; margin-bottom: -1px; background:#f8f8f1 url(/includes/vmix/images/bg_tab_current_right.gif) no-repeat scroll right top;}
#mmWidgetNavContainer li.current a, #mmWidgetNavContainer li.currentLeft a, #mmWidgetNavContainer li.currentRight a {color:#949494; height: 30px; margin-bottom: -1px; background:transparent url(/includes/vmix/images/bg_tab_current_left.gif) no-repeat scroll left top;}
#mmWidgetNavContainer li.current a span, #mmWidgetNavContainer li.currentLeft a span, #mmWidgetNavContainer li.currentRight a span {left:15px;}
#mmWidgetNavContainer li.currentRight {background:#f8f8f1 url(/includes/vmix/images/bg_tab_current_last.gif) no-repeat scroll right top; margin-right: 0px;}
#mmWidgetNavContainer li.currentLeft a {background:transparent url(/includes/vmix/images/bg_tab_current_first.gif) no-repeat scroll left top;}
#mmWidgetNavContainer #apvideoTab {margin-right: 0px;}
#mmWidgetNavContainer #apvideoTab a span {left: 17px !important;}
#mmWidgetContentContainer {background-color: #f8f8f1; border: 1px solid #BFC1A7; margin-top:-1px; height: 253px; clear:both}
#mmWidgetContentContainer .preloader {margin-top: 80px; margin-left: 161px; position: absolute}
#mmWidgetContentContainer .length {color:#999; padding-top: 2px;}
#mmWidgetContentContainer div.content {background-color: #f8f8f1; height: 232px; width: 413px; margin: 10px; display: none; clear: both; position: relative; padding: 0;}
#mmWidgetContentContainer div.content span.clear {clear:both; height: 1px; display:block}
#mmWidgetContentContainer div.player {border: 1px solid #BFC1A7; width: 200px; height: 157px; margin-right:10px; margin-bottom: 10px; float: left; text-align:center; overflow:hidden;}
#mmWidgetContentContainer div.list {background-color: #fff; width: 199px; height: 157px; float: left; margin-bottom: 10px; overflow: auto; border: 1px solid #BFC1A7;}
#mmWidgetContentContainer div.list li {margin: 3px 0; display:block; clear:both; padding: 5px;}
#mmWidgetContentContainer div.list img.thumb {width: 50px; float: right; margin-left: 5px;}
#mmWidgetContentContainer div.list a {display: block;}
#mmWidgetContentContainer div.list img.icon {float: left; margin-right: 5px; margin-top:2px;}

#mmWidgetContentContainer div.detail {clear: both; padding: 5px; height: 30px; margin-bottom: 5px; border: 1px solid #BFC1A7; background-color: #fff;}
#mmWidgetContentContainer div.detail .length {font-size: 9px;}
#mmWidgetContentContainer div.footer {clear: both; padding: 2px 5px; text-align: center; height: 12px;}
#mmWidgetContentContainer #mmWidgetApPlayer {height: 228px;}
#mmWidgetContentContainer #mmWidgetApList {height: 228px;}

#mi_ap_vids{
    width:300px;
    height:100px;
    padding:5px;
    margin-bottom:5px;
    clear:both;
}

#hp3_ap_vid{
    padding-left:30px;
}

 END AP VIDEO WIDGET */

/* END:widgets ---------- */



/* ==== START: siteMap styles */

a.titleLink5 {
display:block;
font-weight:bold;
margin-top:6px;
font-size:10px;
}

.contentBlockTitle{
    font-size:12px;
    font-weight:bold;
}


a.siteIndex {
	font-size: 14px;
	color: #114683;
	font-weight: bold;
	margin-left: 420px;	
	margin-bottom: 14px;		
}

.siteMap1 {
	float: left;
	width: 108px;
	margin: 10px 0px 0px 0px;	
}

.siteMap2 {
	float: left;
	width: 108px;
	height: 350px;
	padding-left: 10px;
	border-left: #CCCCE6 solid 1px;	
	margin: 10px 0 10px 10px;
}

.clear {
	clear:both;
}

/* ==== END: siteMap styles */
