

#lightwindow_overlay {
	/* REQUIRED */
	display: none;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 500;
	/* REQUIRED */
}

#lightwindow {
	/* REQUIRED */
	/* Of Note - The height and width of this element are set to 0px */
	display: none;
	visibility: hidden;
	position: absolute;
	z-index: 999;
	line-height: 0px;
	/* REQUIRED */
}

	#lightwindow_container {
		/* REQUIRED */
		display: none;
		visibility: hidden;
		position: absolute;
		/* REQUIRED */
		padding: 0 0 0 0;
		margin: 0 0 0 0;
	}

	/* IE6 needs this or it messes with our positioning */
	* html #lightwindow_container {
		overflow: hidden;
	}

	#lightwindow_contents {
	overflow: hidden;
	z-index: 0;
	position: relative;
	border: 0px solid #ffffff;
	background-color: #ffffff;
	}		

#lightwindow_loading {
	/* REQUIRED */
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 9999;
	position: absolute;
	/* REQUIRED */
	background-color: #f0f0f0;
	padding: 10px;
}

	#lightwindow_loading_shim { 
		display: none;
		left: 0px; 
		position: absolute; 
		top: 0px;
		width: 100%; 
		height: 100%;
	}

	#lightwindow_loading span {
    	font-size: 12px;
		line-height: 32px;
		color: #444444;
		float: left;
		padding: 0 10px 0 0;
	}

	#lightwindow_loading span a,
	#lightwindow_loading span a:link, 
	#lightwindow_loading span a:visited {
		color: #09F;
		text-decoration: none;
		cursor: pointer;
	}

	#lightwindow_loading span a:hover,
	#lightwindow_loading span a:active {
		text-decoration: underline;
	}


	#lightwindow_loading img {
   		float: left;
   		margin: 0 10px 0 0;
	}


/*-----------------------------------------------------------------------------------------------
	I liked the Navigation so much from http://www.huddletogether.com/projects/lightbox2/
	I mean let's face it, it works really well and is very easy to figure out.
-----------------------------------------------------------------------------------------------*/

#lightwindow_navigation {
	/* REQUIRED */
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	/* REQUIRED */
}
	/* We need to shim the navigation for IE, though its more of a sub-floor */
	#lightwindow_navigation_shim { 
		/* REQUIRED */
		display: none;
		left: 0px; 
		position: absolute; 
		top: 0px;
		width: 100%; 
		height: 100%;
		/* REQUIRED */
	}

	#lightwindow_navigation a,
	#lightwindow_navigation a:link,
	#lightwindow_navigation a:visited,
	#lightwindow_navigation a:hover,
	#lightwindow_navigation a:active { 
		/* REQUIRED */
		outline: none;
		/* REQUIRED */
	}

	#lightwindow_previous, 
	#lightwindow_next {
		width: 49%;
		height: 100%;
		background: transparent url(/js/lightwindow/blank.gif) no-repeat; /* Trick IE into showing hover */
		display: block;
	}
	
	#lightwindow_previous { 
		float: left;
		left: 0px;
	}

	#lightwindow_next { 
		float: right;
		right: 0px;
	}

	#lightwindow_previous:hover, 
	#lightwindow_previous:active { 
		background: url(/js/lightwindow/prevlabel.gif) left 15% no-repeat; 
	}

	#lightwindow_next:hover, 
	#lightwindow_next:active { 
		background: url(/js/lightwindow/nextlabel.gif) right 15% no-repeat; 
	}
	
	#lightwindow_previous_title,
	#lightwindow_next_title {
		display: none;
	}
	 	
#lightwindow_galleries {
	width: 100%;
	position: absolute;
	z-index: 50; 
	display: none;
	overflow: hidden;
	margin: 0 0 0 10px;
	bottom: 0px;
	left: 0px;
}

	#lightwindow_galleries_tab_container {
		width: 100%;
		height: 0px;
		overflow: hidden;
	}

	a#lightwindow_galleries_tab,		
	a:link#lightwindow_galleries_tab,
	a:visited#lightwindow_galleries_tab {
		display: block;
		height: 20px;
		width: 77px;
		float: right;
		line-height: 22px;
		color: #ffffff;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
		font-size: 11px;
		color: #ffffbe;
		background: url(/js/lightwindow/black-70.png) repeat 0 0 transparent;
	}
	
	* html a#lightwindow_galleries_tab,		
	* html a:link#lightwindow_galleries_tab,
	* html a:visited#lightwindow_galleries_tab {	
		background: none;
		background-color: #000000;
		opacity: .70;
		filter: alpha(opacity=70);
	}

	a:hover#lightwindow_galleries_tab,
	a:active#lightwindow_galleries_tab {
		color: #ffffbe;

	}

	#lightwindow_galleries_tab_span {
		display: block;
		height: 20px;
		width: 63px;
		padding: 0 7px 0 7px;
	}
	
	#lightwindow_galleries_tab .up	{
		background: url(/js/lightwindow/arrow-up.gif) no-repeat 60px 5px transparent;
	}

	#lightwindow_galleries_tab .down {
		background: url(/js/lightwindow/arrow-down.gif) no-repeat 60px 6px transparent;
	}

	#lightwindow_galleries_list {
		background: url(/js/lightwindow/black-70.png) repeat 0 0 transparent;
		overflow: hidden;
		height: 0px;
	}

	* html #lightwindow_galleries_list {
		background: none;
		background-color: #000000;
		opacity: .70;
		filter: alpha(opacity=70);
	}	

	.lightwindow_galleries_list {
		width: 200px;
		float: left;
		margin: 0 0 10px 0;
		padding: 10px;
	}

	.lightwindow_galleries_list h1 {	
		color: #09F;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
		padding: 10px 0 5px 0;
		font-size: 16px;
	}

	.lightwindow_galleries_list li {
		margin: 5px 0 5px 0;
		list-style-type: none;
	}

	.lightwindow_galleries_list a, 
	.lightwindow_galleries_list a:link, 
	.lightwindow_galleries_list a:visited {
		display: block;
		line-height: 22px;
		color: #ffffff;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
		padding: 0 0 0 10px;
		font-size: 11px;
	}

	.lightwindow_galleries_list a:hover, 
	.lightwindow_galleries_list a:active {
		background: #000000;
		color: #ffffbe;
		border-left: 3px solid #ffffbe;
		padding: 0 0 0 7px;
	}
		
#lightwindow_data {
	/* REQUIRED */
	position: absolute;
	/* REQUIRED */
}

	#lightwindow_data_slide {
	/* REQUIRED */
		position: relative;
	display: none;		/* REQUIRED */
	}

	#lightwindow_data_slide_inner {
		background-color: #ffffff;
		padding: 0 10px 10px 10px;
	}

	#lightwindow_data_caption {
	padding: 10px 0 0 0;
	color: #666666;
	line-height: 25px;
	background-color: #ffffff;
	clear: both;
	display: none;
	}

	#lightwindow_data_details {
		background-color: #f0f0f0;
		padding: 0 10px 0 10px;
		height: 20px;
	}
	
	#lightwindow_data_author_container {
		width: 40%;
		text-align: right;
		color: #666666;
	 	font-style: italic;
		font-size: 10px;
		line-height: 20px;
		float: right;
		overflow: hidden;
	}
	
	#lightwindow_data_gallery_container {
		font-size: 10px;
		width: 40%;
		text-align: left;
		color: #666666;
		line-height: 20px;
		float: left;
		overflow: hidden;
	}
	
#lightwindow_title_bar {
	height: 25px;
	overflow: hidden;		
}

	#lightwindow_title_bar_title {
		color: #ffffbe;
		font-size: 14px;
		line-height: 25px;
		text-align: left;
		float: left;
	}

	a#lightwindow_title_bar_close_link,	
	a:link#lightwindow_title_bar_close_link,
	a:visited#lightwindow_title_bar_close_link {
		float: right;
		text-align: right;		
		cursor: pointer;
		color: #ffffbe;
		line-height: 25px;
		padding: 0;
		margin: 0;
	}
	
	a:hover#lightwindow_title_bar_close_link,
	a:active#lightwindow_title_bar_close_link {
		color: #ffffff;
	}

/*-----------------------------------------------------------------------------------------------
	Theme styling stuff
-----------------------------------------------------------------------------------------------*/	

#lightwindow p {
	color: #000000;
	padding-right: 10px;
}




/* Used only in Editor */


.FCKcontent {
	width: 565px;
	padding-left: 20px;
	background-position: -200px 0px;
	padding-bottom: 40px;
	background-image: url(/themes/mmysteries09/images/pageBG.jpg) !important;
	background-repeat: repeat-y !important;
	padding-top: 20px;
}


/* All Syles should start with #content  */

#content , #content tr td {
	font-family: "Myriad Pro", "Trebuchet MS", Tahoma, Verdana;
	font-size: 14px;
	color: #000000;
	line-height: 17px;
}

/* Text Formating , H1 H2 etc */


#content h1 {
	font-size: 28px;
	line-height: normal;
	font-variant: normal;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	color: #d71920;
	text-align: left;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#content h1.galleryheader{
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #fec917;
	padding-bottom: 14px;
	display: block;
	margin-bottom: 10px;
}

#content h2{
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 22px;
	font-weight: bold;
	color: #000;
	line-height: 24px;
	font-variant: normal;
	display: block;
	font-style: normal;
	margin-top: 6px;
	margin-bottom: 8px;
}
#content h3
{
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #184583;
	line-height: 18px;
	font-variant: normal;
	display: block;
	font-style: normal;
	margin: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	padding-top: 0px;
	padding-right: 0px;
}


#content h4{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #105586;
	line-height: 18px;
	font-style: normal;
	margin-bottom: 0px;
	margin-top: 0px;
}

:focus  { outline: thick none black }

#content a{
	color: #0066FF;
	text-decoration: none;
	font-weight: bold;
}

#content a:hover{
	color: #006347;
	text-decoration: underline;
}

#content .highlight1{
	font-weight: bold;
	font-variant: normal;
	color: #1D8B28;
}

#content .highlight2{
	font-weight: normal;
	font-variant: normal;
	font-size: 14px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	line-height: 18px;
	color: #006347;
}

#content .highlight3{
	font-weight: normal!important;
	font-variant: normal;
	color: #666666;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 18px;
	line-height: 25px;
	background-repeat: no-repeat;
	display: #333333;
	height: 25px;
	font-style: normal;
	margin-top: 8px;
	margin-bottom: 8px;
	padding-left: 10px;
}
#content .highlight4{
	font-weight: bold;
	font-variant: normal;
	color: #105586;
}
#content .highlight5{
	font-weight: normal;
	font-variant: normal;
	font-size: 10px;
	font-style: italic;
}
#content .highlight6{
	color: #009900;
}
#content .highlight7{
	color: #FF6600;
}
#content .highlight8{
	color: #CC0000;
}

/* Images */

#content img.top{
	margin-top: 5px;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #fec917;
	clear:both;
}
#content img.right, #content img.zoomright{
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 8px;
	border: 1px solid #333333;
	background-image: url(/themes/mmysteries09/images/zoom.jpg);
	background-position: right bottom;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 22px;
	padding-left: 1px;
	background-repeat: no-repeat;
}

#content img.left, #content img.zoomleft {
	padding: 1px;
	margin-top: 2px;
	margin-right: 8px;
	margin-bottom: 2px;
	margin-left: 0px;
	background-color: #FFFFFF;
	border: 1px solid #333333;
}


#content img.centered, #content img.zoomcentered {
	padding: 1px;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 1px solid #333333;
	display: block;
}


/* Lists 

#content ul{
	display: block;
	padding-left: 15px;
}
#content ul li{
	display: block;
	list-style-type: none;
	list-style-position: outside;
	background-image: url(/themes/blue08/images/ul.jpg);
	background-repeat: no-repeat;
	padding-bottom: 3px;
	padding-top: 0px;
	background-position: left 1px;
	padding-left: 16px;
}*/
/*Tables*/
#content table.zoom{
	width: 660px !important;
}
#content table.zoom tr td{
	align: center;
	text-align: center;
}
#content table.zoom img{
	width: 156px !important;
	height: 156px!important;
	background-color: #FFFFFF;
	padding: 1px;
	border: 1px solid #333333;
}
#content table.zoom td.zoomicon{
	background-image: url(/themes/blue08/images/zoomimage.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
#content table.stdtable{
	width: 100%;
}
#content table.stdtable thead tr td{
	font-size: 12px;
	font-weight: bold;
	background-color: #82B39B;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0EEDD;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
}

#content table.stdtable tr td{
	vertical-align: top;
	font-size: 11px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-align: left;
	background-color: #E9F0FF;
}
#content table.stdtable h2{
	font-weight: bold;
	color: #105586;
	font-size: 12px;
	margin: 0px;
}

#content table.upcoming tr td{
	color: #333333;
	background-color: #F7F9FF;
}

#content table.upcoming tr td.smalltext{
	font-size: 10px !important;
	line-height: normal !important;
}

#content table.upcoming h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #105586;
	font-variant: normal;
	display: block;
	font-style: normal;
	margin-bottom: 4px;
}
#content table.upcoming a, #content table.upcoming a:visited {
	text-decoration: none;
}

#content table.upcoming a:hover {
	text-decoration: underline;
	color: #ce6b49;
}

/* Quotes */

#content .quote {
	background-image: url(/themes/blue08/images/q1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 3px;
}

#content .quote td.main{
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 14px;
	font-weight: normal;
	color: #6890B6;
	text-align: left;
	padding: 25px 25px 15px;
	background-image: url(/themes/blue08/images/q2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	line-height: 1.3em;
	letter-spacing: 0.03em;
	font-style: italic;
}

#content .quote td.caption{
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-align: right;
	padding-right: 12px;
	padding-left: 10px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
}
/* Special Links */

#content a.linkbutton, #content a.linkbutton:visited{
	background-image: url(/themes/mmysteries09/images/linkArrow.gif);
	background-repeat: no-repeat;
	color: #036;
	text-decoration: none;
	display: span;
	background-position: 0px 0px;
	padding-left: 18px;
}
#content a.linkbutton:hover {
	text-decoration: none !important;
}

table.imageboxr{
	float:right;
	padding-left:8px;
	padding-top:8px;
	padding-bottom:8px;
}
table.imageboxr tbody tr td.caption {
	background-image: url(/themes/mmysteries09/images/ImageTitle.jpg);
	background-position: right;
	text-align: right;
	height: 22px;
	padding-right: 5px;
	line-height: 22px;
	background-repeat: no-repeat;
	overflow: hidden;
	font-size: 11px;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
table.imageboxr tbody tr td{
	margin: 0px;
	padding: 0px;	
}
table.imageboxr tbody tr td img {
	margin:0px!important;
	padding:0px!important;
	border:0px none #FFF!important;	
}
table.imageboxr tbody tr td img.zoomright, table.imageboxr tbody tr td img.zoomleft, table.imageboxr tbody tr td img.zoom {
	margin:0px!important;
	padding:0px!important;
	padding-bottom: 22px!important;
	border:0px none #FFF!important;	


}

div.mapwrap{
	background-color: #FFF;
	padding: 1px;
	border: 1px solid #333;	
}
#content p{
	margin: 0px;
	padding: 0px;	
}

.sidbox {
	background-image: url(/themes/mmysteries09/images/sideboxBG1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width: 190px;
	margin-right:-200px
}

.sidbox tbody tr td {
	background-image: url(/themes/mmysteries09/images/sideboxBG2.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	font-size: 16px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
}


/* Used only in Editor */


.FCKcontent {
	width: 190px;
	padding-left: 30px;
	background-color: #FFFFFF;
	background-position: left top;
	padding-bottom: 40px;
	background-repeat: no-repeat;
	padding-top: 10px;
}


/* All Syles should start with #content  */

#content , #content tr td {
	font-family: "Myriad Pro", "Trebuchet MS", Tahoma, Verdana;
	font-size: 14px;
	color: #000000;
	line-height: 17px;
}


/* All Syles should start with #content2  */

#content2 , #content2 tr td {
	font-family: "Myriad Pro", "Trebuchet MS", Tahoma, Verdana;
	font-size: 14px;
	color: #000000;
	line-height: 17px;
}
#content2 table.sidbox {
	background-image: url(/themes/mmysteries09/images/sideboxBG1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width: 190px;
}
#content2 table.sidbox tbody tr td {
	background-image: url(/themes/mmysteries09/images/sideboxBG2.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	font-size: 16px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
}











/* Mystories */


#contentwrap {
	float: right;
	width: 775px;
}
#content{
	float:left;
	width:565px;
	padding-top: 10px;
	min-height:600px;
	padding-bottom:30px;
	padding-left: 15px;
}
#content2{
	float:right;
	width:190px;
	min-height:200px;
}









#contentwrap #content {
}
#contentwrap #content #mnav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	display: block;
	width: 150px;
	margin-right: 10px;
	clear: none;
	float: left;
	height: 22px;
	background-image: url(/themes/mmysteries09/images/mmtabsBG.gif);
	text-decoration: none;
	text-align: center;
	line-height: 22px;
	padding-top: 8px;
}
#contentwrap #content #mnav a.selected {
	background-position: -155px 0px;
	color: #000;
}
#contentwrap #content #mnav {
	height: 30px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #ffcb08;
	overflow: hidden;
}
#sidebar .mmlink .mmtitle {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
}
#contentwrap #content2 {
	padding-top: 40px;
}
#sidebar .mmlink .mmtagline {
	font-size: 12px;
	font-weight: normal;
}
#sidebar a.mmlink {
	display: block;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 15px;
	color: #000;
	text-decoration: none;
	padding: 3px;
	width: 155px;
}
#sidebar a.mmlink:hover {
	color: #00A1D0;
	background-color: #D9EDF8;
}
#sidebar {
	padding-top: 40px;
}
#contentwrap #content2 .sblink {
	ydisplay: block;
	height: 50px;
	width: 190px;
	margin-bottom: 15px;
	background-image: url(/themes/mmysteries09/images/sbButtons.jpg);
	background-position: right top;
	display: block;
	color: #000;
	text-decoration: none;
}
#contentwrap #content2 .sblink span {
	height: 50px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	display: block;
	padding-top: 6px;
	padding-right: 15px;
	padding-left: 70px;
}