/* 
	common.css (24,993), 
	styles.css (13,279), 
	_content.css (2,665), 
	special.css (1,311)
 */

/* --------- COMMON.CSS --------- */
 
/***
 * overrides from skins/common
 */
.br, 
.clear {
	clear: both;
}
#pageTags {
	clear: none;
}
div.pageTagList div.item {
	padding: 0px;	
}
div.comments {
	overflow: hidden;
}
/***
 * Enterprise styles
 */
html {
	font-family:  "Lucida Grande", Verdana, Arial, Sans-Serif;
	height: 101%; /* force vertical scrollbar always */
}

body {
	/* background-color: #dbe2f2; */
	background-color: #00677F;
	/* DEV BACKGROUND 
	background-color: green;*/
}

strong {
	font-weight: bold;
}
div.wrap {
	padding: 0 5px;
	min-width: 770px;
	/*max-width: 994px;*/
	max-width: 990px;
	min-height: 40px;
	margin: 0 auto;	
}
a span.more {
	padding-right: 10px;
	background: url(/skins/common/icons/icon-more.png) no-repeat center right;	
}
#header {
	/* background: #fff; */
	overflow: hidden;
	font-size: 11px;
}

	#header #header_global {
		position:relative;
		width:1000px;
		margin:0px auto;
		background-color:#fff;
	}

	#header #header_global div.search {
		display: none;
		float: right;
		text-transform: uppercase;
		font-size: 10px;
		font-weight: bold;
		padding-left: 10px;
		color: #F16123;
	}
	#header #header_global div.search legend {
		display: inline;
	}
	#header #header_global div.search input[type="text"] {
		border-width: 1px;
		border-style: solid;
		margin-left: 4px;
		background-color: #fff;
		font-size: 11px;
		padding: 3px;
		font-weight: normal;
		width: 200px;
	}
	
	#header #header_global div.search button {
		display: none;
	}

	#header #header_global div.logo {
		float: left;
		margin:0px;
	}
	
		#header #header_global div.logo a {
		}
	
			#header #header_global div.logo a img {
				position:relative;
				bottom:-3px;
				display:block;
			}

	#header #header_global div.logotext {
		float: left;
		width: 332px;
	}
	
		#header #header_global div.logotext a {
			margin:0px;
			padding:0px;
			
			font-size:0px;
			line-height:0px;
		}
	
			#header #header_global div.logotext a img {
				display:block;
			}

	#header #header_global div.logotextwp {
		float:left;
		width:180px;
		margin:34px 0px 0px;
		padding:0px;
	}
	
		#header #header_global div.logotextwp a {
			margin:0px;
			padding:0px;
			
			font-size:0px;
			line-height:0px;
		}
	
			#header #header_global div.logotextwp a img {
				display:block;
				
			}

	#header #header_global div.menubar {
		float: left;
		/* background: url('/skins/deucebeta/rftw/bigorange.gif') no-repeat scroll center center; */
		/* width: 410px; */
		position: relative;
		width:863px;
		height: 44px;
		margin:0px 0px 0px 5px;
	}
	
		#header #header_global div.menubar ul,
		#header #header_global div.menubar ul li {
			margin:0px;
			padding:0px;
			list-style:none;
		}
		
		#header #header_global div.menubar ul {
			position:relative;
			height:100%;
			
			background-color:#f26225;
		}
	
			#header #header_global div.menubar ul li {
				display:inline-block;
				padding-top:6px;
				
				/* silly ol' ie */
				*display:inline;
				*zoom:1;
			}
	
				#header #header_global div.menubar ul li a {
					display:block;
					padding:0px 20px;
				
					border-right:1px solid #fff;
					
					font-weight:normal;
					line-height:30px;
				}
	
				#header #header_global div.menubar ul li.one {
					margin-left:6px;
				}
	
				#header #header_global div.menubar ul li.four {
				}
	
					#header #header_global div.menubar ul li.four a {
						border:none;
					}
	
				#header #header_global div.menubar ul li.five {
				}
	
					/* "edit your team's page" button */
					#header #header_global div.menubar ul li.five a {
						position:absolute;
						top:6px;
						right:20px;
						
						width:203px;
						height:33px;
						padding:0px 0px 0px 0px;
						border:none;
						
						background-color:transparent;
						background-image:url('http://wiki.reachforthewall.com/skins/deucebeta/rftw/btn_rftw3_sprite.png');
						background-repeat:no-repeat;
						background-position:0px 0px;
						cursor:pointer;
						
						color:#fff;
						font-size:13px;
						font-weight:bold;
						text-decoration:none;
						text-align:center;
					}

						#header #header_global div.menubar ul li.five a:hover,
						#header #header_global div.menubar ul li.five a:focus {
							background-position:0px -33px;
						}
					
						#header #header_global div.menubar ul li.five a:active {
							background-position:0px -66px;
						}
		
		#header #header_global div.menubar span.corn {
			display:block;
			position:absolute;
			width:10px;
			height:10px;
			background-image:url('http://wiki.reachforthewall.com/skins/deucebeta/rftw/sprite_v3.1.gif');
			background-repeat:no-repeat;
			
			font-size:0px;
			line-height:0px;
			zoom:1;
		}
		
			#header #header_global div.menubar span.corn.ul {
				top:0px;
				left:0px;
				background-position:0px 0px;
			}
		
			#header #header_global div.menubar span.corn.ur {
				top:0px;
				right:0px;
				background-position:-10px 0px;
			}
		
			#header #header_global div.menubar span.corn.ll {
				bottom:0px;
				left:0px;
				background-position:0px -10px;
			}
		
			#header #header_global div.menubar span.corn.lr {
				bottom:0px;
				right:0px;
				background-position:-10px -10px;
			}
		
	#header #header_global #swimsearch {
		position:absolute;
		bottom:48px;
		right:10px;
	}
			
		#header #header_global #swimsearch #tsearch {
			width:200px;
			height:18px;
			padding:2px;
			
			border:1px solid #ccc;
			
			font-size:13px;
		}
			
			#header #header_global #swimsearch #tsearch.filler {
				color:#555;
				font-style:italic;
			}
			
		#header #header_global #swimsearch #btn_tsearch {
			display:none;
		}

/* 2010.05.21 JBeam - remove if this is over two months old
#header div.swimouter {
	float: left;
	background: url(/skins/deucebeta/rftw/searchorange.gif) no-repeat scroll center center;
	padding-left: 30px;
	width: 200px;
	height: 50px;
	color: #fff;
	position: relative;
	bottom: 10px;
}
*/
#header div.editReg {
	float: left;
	background: url(/skins/deucebeta/rftw/editorange.gif) no-repeat scroll center center;
	padding-left: 0px;
	width: 120px;
	height: 50px;
	color: #fff;
	position: relative;
	bottom: 10px;
	vertical-align: center;
}
#header div.editReg a:new {
	color: #fff;
	font-size: 12px;
	position: relative;
	top: 15px;
	left: 6px;
	font-weight: bold;
}
#header div.editReg a:visited {
	color: #fff;
	font-size: 12px;
	position: relative;
	top: 15px;
	left: 6px;
	font-weight: bold;
}
#header div.editReg a {
	color: #fff;
	font-size: 12px;
	position: relative;
	top: 15px;
	left: 6px;
	font-weight: bold;
}

#wrapper_contentarea {
	width:1000px !important;
	margin:0px auto;
	padding-left:0px;
	padding-right:0px;
}

#sitenav {
	overflow: hidden;
	
	color: #fff;
	font-size: 11px;
}

	#sitenav a,
	#sitenav a:visited {
		display: block;
		padding: 3px;
		
		color:#fff;
		font-size:11px;
		font-weight:normal;
		text-decoration: none;
	}
	
		#sitenav a:focus,
		#sitenav a:hover,
		#sitenav a:active {
			text-decoration:underline;
		}
		
	#sitenav ul {
		padding:0px;
		margin:0px 4px;
	}
	
		#sitenav ul li {
			float:left;
			margin:0px;
			margin-right:10px !important;
			padding:0px;
			
			list-style-type:none;
		}

	#sitenav div.site {
		float:right;
	}

/* 2010.05.24 JBeam - moved this outside of "#sitenav", scroll down
#sitenav div.user a {
	font-weight: normal;
}
#sitenav div.user span.deki-deuce-loggedin {
	padding-right: 2px;
}
#sitenav div.user a span.username {
	font-weight: bold;
	background: transparent url(/skins/common/icons/icon-user-s.gif) no-repeat scroll left center;
	padding-left: 14px;
}
#sitenav ul {
	padding: 0; 
	margin: 0 4px;
}
#sitenav ul li {
	float: left;
	list-style-type: none;
	padding: 0; 
	margin: 0;
}
#sitenav div.user {
	float: right;
}
#sitenav div.site ul li {
        margin-right: 10px;
}
#sitenav div.user ul li {
	margin-top: 3px;
	margin-left: 10px;
}
*/

/* login/reg module */
#loginreg {
	float: right;
	margin:4px 10px 0px 0px;
}

	#loginreg ul,
	#loginreg ul li {
		/*
		margin-top: 3px;
		margin-left: 10px;
		*/
		margin:0px;
		padding:0px;
		list-style:none;
	}
	
		#loginreg ul li {
			display:inline-block;
			
			/* silly ol' ie */
			*display:inline;
			*zoom:1;
		}
		
	#loginreg span.separator {
		color:#1b7c9c;
		font-weight:bold;
	}
	
	#loginreg a {
		color:#1b7c9c;
		font-size:12px;
	}
	
	#loginreg a span.username {
		font-weight: bold;
		background: transparent url(/skins/common/icons/icon-user-s.gif) no-repeat scroll left center;
		padding-left: 14px;
	}
	
	#loginreg span.deki-deuce-loggedin {
		padding-right: 2px;
	}

div.menubar {
	color: #fff; 
}
div.menubar a {
	color: #fff;
	font-weight: bold;
	font-size: 12px;
}
div.menubar td {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
	border-top: 0;
	border-bottom: 0;
}
div.bodyheader {
	height: 5px;
	line-height: 5px;
}
div.bodyheader div.spacer {
	height: 5px;
	width: 5px;
	line-height: 5px;
	float: right;
}
div.bodyfooter {
	width:1000px;
	height: 5px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	line-height: 5px;	
}
div.bodyfooter div.spacer {
	height: 5px;
	width: 5px;
	line-height: 5px;
	float: right;
}

#body {
	width:1000px;
}

#body div.body {
	padding-top:10px;  /* for top leaderboard ad */
	padding-left:  159px;
}
#body div.nav {
	width:  159px;
	float: left;
	/* margin-top: 41px; */  /* pourquoi? */
}
#body div.pagebar {
	display:none;  /* RFTW3 redesign */
	height: 42px;
	font-size: 11px;
}
#body div.pagebar ul,
#body div.pagebar dl,
#body div.pagebar dt,
#body div.pagebar dd {
	margin: 0;
	padding: 0;	
}
#body div.pagebar ul li {
	float: left;
	list-style-type: none;
	padding: 0; 
	margin: 0;
}
#body #deki-page-alerts form.options li {
	float: none;
}
#body span.hierarchy {
	font-size: 11px;
	padding: 6px 12px;
}
#body span.redir, 
#body span.redir a {
	font-style: italic;
	font-size: 11px;
	font-family:  Verdana, Arial, Sans-Serif;
	font-weight: normal;
}
#body div.modified {
	font-size: 11px; 
	margin-left: 4px;
}
#body div.title div.restricted, 
#body div.title div.talkpage {
	float: left;
	margin-right: 4px;
}
#body div.options {
	float: left;
}
/*this is for the Restrict Access page */
body.page-special #body div.options {
	float: none;
}
#body div.options ul {
	margin-left: 9px;
}
#body div.options ul li {
	margin-top: 3px;
	margin-right: 4px;
	padding-right: 6px;
}
#body div.options ul li.last {
	background: none;
}
#body div.options ul li.pageoptions {
	margin-right: 0px;
	padding-right: 0px;
	background: none;
}
#body div.options ul li a,
#body div.info dl dd a {
	text-decoration: none;
	display: block;
	margin-top: 3px;
	padding: 5px 2px;
}
#body div.options ul li a span {
	display: block;
	margin-right: 5px;
	float: left;
	width: 16px;
	height: 16px;
	position: relative;
	top: -1px;
}
#body div.options ul li.pagemore a span {
	float: none;
	margin 0px;
	width: auto;
	height: auto;
	padding-right: 10px;
	background: url(/skins/common/icons/icon-more.gif) no-repeat center right;
	top: 0px;
}
#body div.options ul li.pagemore a.disabled span {
	background: url(/skins/common/icons/icon-more-disabled.gif) no-repeat center right;
}
#body #attachFiles a.actionmenu {
	background: url(/skins/common/icons/icon-more.gif) no-repeat center right;
	color: #000; 
	padding-right: 10px;
	text-decoration: none;
	font-size: 11px;
}
#body div.options ul li a.disabled:hover {
	background: none;
	border: none;
}
#body div.options ul li.pagecreate a span {
	background: url(/skins/common/icons/icons.gif) no-repeat 0px -688px;
}
#body div.options ul li.pagecreate a.disabled span {
	background: url(/skins/common/icons/icons.gif) no-repeat 0px -672px;
}
#body div.options ul li.pageedit a span {
	background: url(/skins/common/icons/icons.gif) no-repeat 0px -560px;
}
#body div.options ul li.pageedit a.disabled span {
	background: url(/skins/common/icons/icons.gif) no-repeat 0px -544px;
}
#body div.info dl dt {
	display: none;
}
#body div.info dl dd {
	float: left;
	margin-top: 4px;
	margin-right: 6px;
	padding-right: 9px;
}
#body div.info dl dd.pageimages {
	background: none;	
}
#body div.info dl dd a {
	text-decoration: none;
	display: block;
	padding: 6px 3px 6px 6px;
	margin: 1px;
}
#body div.info dl dd.pagecomments a span {
	background: url(/skins/common/icons/silk/comments.png) no-repeat center right;
	padding: 6px 21px 6px 0;
}
#body div.info dl dd.pagefiles a span {
	background: url(/skins/common/icons/silk/pagefiles.png) no-repeat center right;
	padding: 6px 21px 6px 0;
}
#body div.info dl dd.pageimages a span {
	background: url(/skins/common/icons/silk/picture.png) no-repeat center right;
	padding: 6px 21px 6px 0;
}
#body div.info {
	float: right;
}
#body div.content {
	padding: 12px 18px;
	font-size: 12px;
	line-height: 1.6em;
	font-family:  "Lucida Grande", Verdana, Arial, Sans-Serif;
}
#body div.content div.text {
	overflow: visible;
}
#body div.modes {
	clear: right;
	float: right;
	text-transform: lowercase;
	padding: 6px 12px;
	font-size: 11px;
}
#body div.modes ul {
	margin: 0;
	padding: 1px 0 0 0;
}
#body div.modes ul li {
	list-style-type: none;
	float: left;
	margin-right: 8px;
}
#body div.modes ul li.end {
	background: none;
	padding-right: 0px;	
}
#body div.modes ul li a.disabled {
	text-decoration: none;
	cursor: default;	
}
#body div.modes ul li.active a {
	font-weight: bold;
	text-decoration: none;
}
#body div.pageToc {
	font-size: 11px;
}
#body div.pageToc ol li {
	list-style-type: none;
}
#body div.pageToc h5 {
	padding: 2px 6px;
	margin: 0;
}
#body div.pageToc div.tocdata {
	padding: 6px;	
}
#body div.pageinfo {
	padding: 15px 20px 10px 20px;
	overflow: hidden;
	font-size: 11px;
}
#body div.pageinfo ul {
	overflow: hidden;
	padding: 0;
	margin: 0;
}
#body div.pageinfo ul li {
	list-style-type: none;
	padding: 0;
	margin: 0 8px 0 0;
	float: left;
}
#body div.pageinfo div.update {
	display: inline;
	font-weight: normal;
	font-size: 10px;
}
#body div.pageinfo a {
	text-decoration: none;
}
#body div.pageinfo a:hover {
	text-decoration: underline;
}
#body div.pageinfo dl dt {
	font-weight: bold;
	clear: left;
	float: left;
	width: 150px;
	text-transform: lowercase;
}
#body div.pageinfo dl dd {
	padding-left: 150px;
	margin-bottom: 9px;
}
#body div.pageinfo dl dd.tags div.relatedpages {
	display: none;
}
#body div.pagemeta {
	padding: 10px 20px;
	font-size: 11px;
	width: 515px;
}
#body #attachTable table td.col1,
#body #attachTable table td.col2 {
	border-right: none;
	padding-right: 0px;
}
#body #attachTable table td.col3 {
	padding-left: 4px;
}
#body div.attachments p.add {
	font-size: 12px;
	font-weight: bold;
	float: right;
	margin: 28px 4px 0 0;
}
#body div.pagemeta h2 {
	font-size: 24px;
	font-family:  "Lucida Grande", Verdana, Arial, Sans-Serif;
}
#footer {
	margin: 8px 6px;
	padding-bottom: 12px;
	overflow: hidden;
	font-size: 11px;
}
#footer div.product {
	float: right;
}
#footer div.product a {
	text-decoration: none;
}
#footer div.product a span {
	text-decoration: underline;
	font-weight: bold;
}
#footer div.sitenav {
	float: left;
}
#footer div.sitenav a {
	text-decoration: none;
	color: #fff;
}
#footer div.sitenav a span.text {
	padding-left: 6px;
}
#footer div.sitenav ul {
	margin: 0;
	padding: 0;	
}
#footer div.sitenav ul li {
	float: left;
	margin-right: 12px;
	list-style-type: none;
}
#siteNavTree {
	width:  159px;
	font-family:  Verdana, Arial, Sans-Serif;
	font-size: 10px;
}
#siteNavTree div.node {
	width:  159px;
}
#siteNavTree div.node a {
	width:  159px;
	height: 25px;
	font-size: 10px;
	text-decoration: none;
	display: block;
	padding: 0px;
}
#siteNavTree div.node a span {
	margin-left: 8px;
}
#siteNavTree div.sibling a {
	color: #444;
}
#siteNavTree div.selected {
	font-weight: bold;
}
#siteNavTree div.moreNodes {
	height: 20px;
	font-size: 10px;
}
#siteNavTree div.moreNodes span.more {
	display: none;
}
/* Menus */
div.menu, 
div.dmenu {
	width: 172px;	
	padding: 4px 0px;
}
div.menu ul,
div.dmenu ul {
	margin: 0;
	padding: 0;
}
div.menu ul li,
div.dmenu ul li {
	list-style-type: none;
}
div.menu a ,
div.dmenu a {
	display: block;
	padding: 3px 8px;
	text-decoration: none;
	margin: 0 1px;
}
div.menu a.disabled,
div.dmenu a.disabled {
	cursor: default;
}
div.menu ul li.spacer span,
div.dmenu ul li.spacer span {
	font-size: 3px;
	line-height: 3px;
	display: block;
	margin: 2px 4px;
}
div.menu div.header,
div.dmenu div.dmenu-top {
	width: 172px;
	height: 6px;
	line-height: 6px;
	font-size: 6px;
}
div.menu div.body,
div.dmenu div.dmenu-body {
	font-size: 11px;
}
div.menu div.footer,
div.dmenu div.dmenu-bottom {
	width: 172px;
	height: 6px;
	line-height: 6px;
	font-size: 6px;
}
div.menu ul li a span.text,
div.dmenu ul li a span.text {
	padding-left: 6px;
	position: relative;
	top: -2px;
}
#menuoptions ul li.pageEdit,
#menuoptions ul li.pageAdd,
#menuoptions ul li.pageAttach, 
#menuoptions ul li.pageTags {
	display: none;
}

.menuvisible {
	display:block;
}
.menuhidden {
	display:none;
}
.yui-ac-input {
	position:relative;
	top: 2px;
	margin:0 6px 0 4px;
}
.inputSearch {
	position: relative;
	top: 5px;
	margin:0 6px 0 0;
}

#pageGalleryWrap .offset {
	margin:8px 0;
}
/***
 * Pagination controls
 */
div.pagination {
	text-align: center;	
	margin: 4px 0;
	font-size: 11px;
}
div.pagination span.prev {
	margin-right: 16px;
	padding-left: 14px;
	background: url(/skins/common/icons/arrow-l.gif) no-repeat center left; 
}
div.pagination span.next {
	margin-left: 16px;
	padding-right: 14px;
	background: url(/skins/common/icons/arrow-r.gif) no-repeat center right; 
}
div.pagination span.info {
	font-weight: bold;
	font-size: 12px;
}
/***
 * table styles
 */
div.table {
	width: 98%;	
	margin: 4px auto;
}
.atable {
	width: 100%;	
	margin: 0 auto;
}
table.table {
	padding: 0;
	margin: 0 1px;
}
table.table th {
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	padding: 6px 8px 6px 8px;
	white-space: nowrap;
	font-family:  Verdana, Arial, Sans-Serif;
}
table.table th.noright {
	border-right: none;
}
table.table td {
	font-size: 12px;
	vertical-align: top;
	padding: 6px 8px 6px 8px;
	font-family:  Verdana, Arial, Sans-Serif;
}
html>body .table td {
	overflow: auto;	
}
#commentForm {
	margin-top: 6px; 
}
#comments {
	margin-top: 8px;
}
#comments div.comment-deleted {
	font-size: 12px;
	font-style: italic;	
}
#comments div.comment {
	margin: 0 auto;
	padding: 12px 0;
	overflow: hidden;
	background-color: #fff;
	font-family:  "Lucida Grande", Verdana, Arial, Sans-Serif;
}
#comments div.commentMore {
	font-size: 12px;
	margin: 4px 0;
}
#comments div.commentNum {
	float: left;
}
#comments div.commentActions {
	float: right;
}
#comments div.commentActions form {
	display: inline;
}
#comments div.commentNum a {
	display: block;	
	padding: 8px;
	text-decoration: none;
}
#comments div.commentText {
	float: right;
	padding-top: 0px;
	padding-left: 6px;
	width: 92%;
}
#comments textarea {
	margin: 8px 0;
	min-width: 245px;
	width: 90%;
	height: 85px;
}
#comments div.commentContent {
	padding-top: 4px;
	font-size: 12px;
}
#comments div.commentContent div.commentPosted {
	padding-top: 4px;
	font-size: 11px;
}
#comments div.commentHeader {
	font-size: 16px;
	font-weight: bold;	
}
#pageGallery {
	float: left;
}
#pageGalleryWrap {
	overflow: hidden;
}
noscript div.noscript {
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	background-color: #fff;
	padding: 4px 8px;
}
/***
 * messages
 */
 
div.systemmsg {
	font-size: 14px;
	margin: 4px 0;
}
div.systemmsg {
	margin: 10px 0px;
}
div.systemmsg div.inner ul {
	padding-left: 42px;
}
div.systemmsg ul {
	margin: 4px 0;
	padding: 4px 0 4px 40px;	
}
div.systemmsg ul li {
	list-style-type: none;
}
div.errormsg div.inner,
div.conflictmsg div.inner {
	font-weight: bold;
}
div.successmsg div.inner ul {
	padding-left: 42px;
}
/***
 * Subnavigation elements
 */
#body div.contentviews, 
div.deki-page-subnav, 
div.deki-returnto {
	overflow: auto;
}
div.deki-page-subnav, 
div.deki-returnto {
	overflow: hidden;
	font-size: 11px;
	padding: 4px 18px;
}
div.deki-returnto {
	padding-left: 0px;
}
div.deki-page-subnav form input, 
div.deki-page-subnav form select {
	font-size: 11px;
}
div.deki-page-subnav ul,
div.deki-page-subnav ul li {
	display: inline;
	margin: 0;
	padding: 0;
}
div.deki-page-subnav ul li {
	list-style-type: none;
	margin: 0;
	padding: 0 8px;
}
div.deki-rc-feeds {
	float: right;
	padding: 4px 0;
}
form.deki-rclanguages,
div.deki-rc-allchanges {
	float: left;
}
div.deki-rc-allchanges {
	padding: 4px 0;
}

/***
 * Breadcrumbs 
 */
 
/*  2010.05.24 JBeam - if this is over two months old, remove it
#body div.breadcrumbs {
	padding: 0px 8px;
	font-size: 14px;
	font-weight: bold;
}
#body div.breadcrumbs ol {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#body div.breadcrumbs ol li {
	float: left;
	padding-right: 14px;
	padding-left: 3px;
	list-style-type: none;
	background: url(bg-arrows.gif) no-repeat center right;
}

#body div.breadcrumbs ol li.last {
	background-image: none;
}
#body div.breadcrumbs ol li.first {
	background: url(bg-arrows.gif) no-repeat center right;
}
#body div.breadcrumbs ol li a, 
#body div.breadcrumbs ol li span {
	display: block;
	padding: 4px;
}
#body div.breadcrumbs div.toc {
	font-size: 11px;
	float: right;
	padding: 4px;
}
*/

#breadcrumbs {
	/* width:976px; */
	width:986px;
	margin:0px auto;
	padding:6px 7px;
	background-color:#fff;
}

	#breadcrumbs ol,
	#breadcrumbs ol li {
		margin:0px ;
		padding:0px;
		list-style:none;
	}
	
	#breadcrumbs ol li {
		display:inline-block;
		
		/* silly ol' ie */
		*display:inline;
		*zoom:1;
	}
	
		#breadcrumbs ol li a {
			font-size:12px;
			line-height:normal;
		}
	
			#breadcrumbs ol li.last a {
				font-weight:bold;
			}

		#breadcrumbs ol li span.separator {
			padding:0px 4px;
			
			color:#1b7c9c;
			font-size:11px;
			font-weight:normal;
		}

			#breadcrumbs ol li.last span.separator {
				display:none;
			}

#body div.pagemetalinks {
	float: right; 
	font-size: 11px;
	padding: 4px;
}
#body div.pagemetalinks ul,
#body div.pagemetalinks ul li {
	margin: 0;
	padding: 0;
}
#body div.pagemetalinks ul li {
	list-style-type: none;
	display: inline;
	padding-left: 8px;
}
div.content div.toc {
	float: right;
}
/***
 * Unsafe styling
 */
div.deki-unsafe-alert {
	border: 1px solid #999;
	color: #555;
	background-color: #fafafa;
	padding: 4px;
	margin: 4px 0;
	font-size: 11px;
}
div.deki-unsafe-alert ul {
	background: url(/skins/common/icons/silk/bullet_error.png) no-repeat center left;
	margin: 0; 
	padding: 0 0 0 20px;
}
div.deki-unsafe-alert li {
	display: inline;
	margin: 0;
	padding: 0 6px 0 0;
	list-style-type: none;
}
div.deki-unsafe-alert li.deki-unsafe-warning {
	font-weight: bold;
}
/*** 
 * Notifications styling
 */
#body div.pagebar #deki-page-alerts {
	float: none; /* inherited */
}
#body div.pagebar #deki-page-alerts div.toggle {
	border: none;
	padding: 0;
	margin: 0;
	background: none;
}
#body div.pagebar #deki-page-alerts div.legend {
	font-weight: bold;
	padding: 3px 6px;	
}
#body div.pagebar #deki-page-alerts ul li  {
	padding: 2px 4px;
}
#body div.pagebar #deki-page-alerts ul li label {
	position: relative;
	top: -1px;
	padding-left: 0px;
}
#body div.info dl dd #deki-page-alerts a {
	padding-left: 21px;
}
/* top ad */
#body div.topAd {
	position: relative;
}
/* search bar */
.ac_results
{
        border: 1px solid #AAA;
        background-color: #EEE;
        padding: 0;
        margin: 0;
        list-style: none;
        position: absolute;
        z-index: 10000;
        display: none;
        font-size: 12px; 
}

.ac_results li {
        padding: 2px 5px;
        white-space: nowrap;
        color: #101010;
        text-align: left;
        list-style-type:none;
}

.ac_over {
        cursor: pointer;
        background-color: #F26225;
}

.ac_match {
        text-decoration: underline;
        color: black;
}

/* follow widget */
#body div.modified {
	height:34px;
	margin-left:0px !important;
	padding:10px;
	
	border:1px solid #00677F;
	background-color:#ddd;
}

#body div.modified .rftwscroller {
	width:566px !important;
	height:34px !important;
	border-left:2px solid #bbb;
	border-right:2px solid #bbb;
	
	color:#777;
	font-family:"Times New Roman", Times, serif;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-style:normal;
	font-weight:bold;
}

	#body div.modified .rftwscroller div {
		height:100%;
		
		line-height:32px;
	}

#body div.modified #rftwfollow {
	display:block;
	width:203px;
	height:33px;
	padding:0px 0px 4px 0px;
	border:none;
						
	background-color:transparent;
	background-image:url('http://wiki.reachforthewall.com/skins/deucebeta/rftw/btn_rftw3_sprite.png');
	background-repeat:no-repeat;
	background-position:0px 0px;
	cursor:pointer;
	
	color:#fff;
	font-size:13px;
	font-weight:bold;
}

	#body div.modified #rftwfollow:hover,
	#body div.modified #rftwfollow:focus {
		background-position:0px -33px;
	}

	#body div.modified #rftwfollow:active {
		background-position:0px -66px;
	}

/* ADS */
#rftw_ad_topleaderboard {
	margin:10px 0px 5px;
	text-align:center;

}



/* --------- STYLES.CSS --------- */
 

/* base styles */
a
{
	color: #444;
}

a:hover
{
	color:  #000;
}

div.menubar a, div.menubar a:hover, div.menubar a:visited, div.menu a:active {
	color: #fff;
}

/* base layout */
div#wrapper_content
{
	width:1000px;
}

.disabled,
#header div.search {
	color:  #aaa;
}
#header div.search #searchInput {
	border-color:  #aaa;	
}

div.bodyheader {
	background: #fff url(bodyheader-bg.png) no-repeat top left;
}
div.bodyheader div.spacer {
	background: url(bodyheader-spacer.png) no-repeat center center;
}
div.bodyfooter {
	background: #fff url(bodyfooter-bg.png) no-repeat top left;
}
div.bodyfooter div.spacer {
	background: url(bodyfooter-spacer.png) no-repeat center center;
}
#body {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: #fff url(body-bg.png) repeat-y;
}

/* top leaderboard ad */
div.topAd
{
	padding:6px 0px;
	text-align:center;
}

/* wiki edit controls bar */
#body div.pagebar {
	background: url(pagebar-bg.png) repeat-x;	
}
#body span.hierarchy {
	color: #888;
}
#body span.redir, 
#body span.redir a {
	color:  #aaa;
}
#body div.modified {
	color: #777;
}
#body div.options ul li {
	background: url(pagebar-separator.png) no-repeat center right;
}
#body div.options ul li a,
#body div.info dl dd a {
	color: #000;
}
#body div.options ul li a:hover,
#body div.info dl dd a:hover {
	color: #004A80;
}
#body div.options ul li a.disabled {
	color:  #aaa;
}
#body div.info dl dd a.disabled {
	color: #aaa;
}
#body div.info dl dd.pagemain a.disabled,
#body div.info dl dd.pagetalk a.disabled {
	color: #000;
	font-weight: bold;
}
#body div.info dl dd {
	background: url(pagebar-separator.png) no-repeat center right;
}
#body div.info dl dd.last {
	background: none;	
}
#body div.info dl dd a {
	color: #000;
}
#body div.info dl dd a.disabled {
	color:  #aaa;
}
#body div.contentviews, 
div.deki-page-subnav,
div.deki-returnto {
	background-color: #737373;
	color: #ddd;
}
#body div.deki-returnto a.returnto {
	background: url(bg-returnto.gif) no-repeat center left;
	padding-left: 21px;
}
div.deki-page-subnav form,
div.deki-page-subnav div.fauxform {
	padding: 4px;
}
div.deki-page-subnav a {
	color: #ddd;
}
div.deki-page-subnav a:hover {
	color: #fff;
}
div.deki-rc-feeds a {
	padding-left: 21px;
	background: url(/skins/common/icons/silk/feed.png) no-repeat center left;
}
#body div.contentviews a {
	color: #ddd;	
}
#body div.modes ul li a.disabled {
	color:  #aaa;
}
#body div.content div.toc {
	background-color: #fff;	
}
#body div.pageToc {
	border: 1px solid  #aaa;
	background-color: #eee;
	background-color: #fff;	
}
#body div.pageToc h5 {
	background-color: #737373;
	color: #fff;
}
#body div.pageinfo {
	background-color: #737373;
	color: #fff;
	width: 515px;
}
#body div.pageinfo a {
	color:  #aaa;
	color: #fff;
}
#body div.pageinfo a:hover {
	color: #ff0;
}
#body div.pageinfo a:visited {
	color: #ececec;
}
#body div.attachments p.add a {
	text-decoration: none;
	color: #000;
	background: url(/skins/common/icons/silk/pagefiles.png) no-repeat center left;
	padding: 0 0 0 18px;
}
#body div.attachments p.add a.disabled {
	text-decoration: none;
	color:  #aaa;
	background: url(/skins/common/icons/silk/pagefiles-disabled.gif) no-repeat center left;
	padding: 0 0 0 18px;
}
#footer div.product a {
	color: #707070;
}
#footer div.product a span {
	color: #9e0b0e;
}
#siteNavTree {
	border-top: 1px solid #d9d9d9;
}
#siteNavTree div.node a {
	color: #000;
	border-bottom: 1px solid #d9d9d9;
}
#siteNavTree div.node a:hover {
	color: #eea110;
}
#siteNavTree div.sibling {
	background: #ebebeb url(nav-bg-g.png) repeat-y;
}
#siteNavTree div.dockedNode {
	background: #ebebeb url(nav-bg-g2.png) repeat-y;
}
#siteNavTree div.sibling a {
	color: #444;
}
#siteNavTree div.selectedChild {
	background: #fcfcfc url(nav-bg.png) repeat-y;
}
#siteNavTree div.selected {
	background: url(nav-bg-active.png) no-repeat top center;
	color: #000;
}
#siteNavTree div.moreNodes {
	background: url(text-nav-more.png) no-repeat;
}
div.menu a ,
div.dmenu a {
	color: #000;
}
div.menu a.disabled,
div.dmenu a.disabled {
	color:  #aaa;
}
div.menu a:hover,
div.dmenu a:hover {
	background-color: #eaeaea;
}
div.menu a.disabled:hover,
div.dmenu a.disabled:hover {
	background-color: #fff;
}
div.menu ul li.spacer span,
div.dmenu ul li.spacer span {
	background: url(bg-dots.gif) repeat-x;
}
div.menu div.header,
div.dmenu div.dmenu-top {
	background: url(menu-header.png) no-repeat;
}
/* Hide menu items */
div.menu ul li.Templatelist,
div.menu ul li.Userlist,
div.menu ul li.deki-desktop-suite {
	display: none;
}
#sitenav div.site ul li.help {
	display: none;
}
/* end of hiding */

div.header {
	overflow:hidden;
	line-height:0;
}
div.menu div.body,
div.dmenu div.dmenu-body {
	background: url(menu-bg.png) repeat-y;
}
div.menu div.footer,
div.dmenu div.dmenu-bottom {
	background: url(menu-footer.gif) no-repeat;
}
table.table {
	width: 98%;	
}
table.table th {
	color: #333;
}
table.table td {
	color: #444;
}
/***
 * Pagination controls
 */
div.pagination {
	color: #888;
}
div.pagination span.info {
	color: #333;
}
#body div.breadcrumbs {
	border-bottom: 1px solid #d9d9d9;
	background-color: #fff;
}
#body div.breadcrumbs, 
#body div.breadcrumbs a {
	color: #15657E;
	font-weight: bold;
}
table.table {
	border-left: 1px solid  #aaa;
	border-bottom: 1px solid  #aaa;
}
table.table th {
	color: #4f6b72;
	border-right: 1px solid  #aaa;
	border-top: 1px solid  #aaa;
	border-bottom: 1px solid  #aaa;
	background: url(bg-tbl-header.gif) no-repeat;
	background-color: #D9D9D9;
}
table.table td {
	border-right: 1px solid  #aaa;
	background: #fff;
	color: #4f6b72;
}
table.table td.bg2, 
table.table tr.bg2 td {
	background-color: #ececec;	
}
#comments div.comment-deleted {
	color: #888;
}
#comments div.comment {
	border-bottom: 1px solid #eee;
}
#comments div.commentNum a {
	background-color: #efefef;	
	color:  #aaa;
}
#comments div.commentContent div.commentPosted {
	color: #888;
}
noscript {
	color: #9d0a0e;
}
span.pagehistory,
span.pagehistory a {
	color: #888;
}
/***
 * messages
 */
div.systemmsg {
	border: 1px solid #aba000;
	background: #fff9ae url(bg-yellow.gif) repeat-x; 
}
div.successmsg div.inner {
	border: 1px solid #fff;
	background: url(/skins/common/icons/icon-32-success.gif) no-repeat 4px 0px; 
}
div.searchmsg div.inner {
	background: url(/skins/common/icons/icon-32-search.gif) no-repeat 3px 3px; 
}
div.errormsg div.inner,
div.conflictmsg div.inner {
	color: #9d0a0e;
	background: url(/skins/common/icons/icon-32-error.gif) no-repeat 4px 0px; 
}

/* Inside team page layout */
#pageText .left-side {
        border-right: 1px solid rgb(204, 204, 204);
	margin-right: 244px;
}
#pageText .right-side {
        width: 240px;
        float: right;
}

div.text div.lhs_results
{
	width:446px !important;
	padding-right:0px !important;
}

/* 2009.08.07 JBeam - temp fix for broken layout on resize */
div#body div.body {min-width:823px;}
div#header div.wrap {width:990px;}
div#pageText {width:797px;}

/* 2009.12.15 GLavallee - json data table classes */
table.api-data {
	margin: 0 0 1em 0;
}

table.api-data caption {
	background: transparent url(/skins/deucebeta/rftw/bluetable775.gif) no-repeat scroll center center;
	font-variant: small-caps;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
}

table.api-data caption a {
	color: #ffffff;
}
	
table.api-data caption.w440 {
	background: transparent url(/skins/deucebeta/rftw/bluetable440.jpg) no-repeat scroll center center;        
	font-size: 1.2em;
}

table.api-data caption.w240 {
	background: transparent url(/skins/deucebeta/rftw/bluetable.gif) no-repeat scroll center center;        
}
  
table.api-data th {
	color: #F46307;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 1em;
	border-bottom: 1px solid #ccc;
	vertical-align: bottom;
	text-align: center;
}

table.api-data tr.even {
	background-color: #E0FAFF;
}

table.api-data tr td.win {
	font-weight: bolder;
}

table.api-data td.finish, table.api-data th.finish {
	width: 10px;
	border-right: 1px solid #ccc;
	text-align: right;
}

table.api-data td.swimmer, table.api-data th.swimmer {
	width: 160px;
	border-right: 1px solid #ccc;
	padding-left: 5px;
}      

table.api-data td.age, table.api-data th.age {
	width: 35px;
	border-right: 1px solid #ccc;
	text-align: center;
}

table.api-data td.league, table.api-data th.league {
	text-align: center;
}

table.api-data td.team, table.api-data th.team {
	width: 45px;
	border-right: 1px solid #ccc;
	text-align: center;
}

table.api-data td.seedtime, table.api-data th.seedtime,
table.api-data td.swimtime, table.api-data th.swimtime,
table.api-data td.swimresult, table.api-data th.swimresult {
	border-right: 1px solid #ccc;	
	width: 60px;
	text-align: center;
}
/* added 5/20/10 eh for swimmerseason table */
table.swimmerseason {
	border-left: 1px solid #ccc;
	border-bottom:  1px solid #ccc;
}
table.swimmerseason caption{
	border-left: 0px;
}

/* added 5/14/10 eh after making all meet results look like HS version */
table.api-data tbody.all-meets td{

	border-right: 1px solid #ccc;	
	padding: 0px 2px 0px 2px;


}
table.api-data tbody.all-meets td.last{
	border-right: 0px;
		
}
table.api-data tbody.all-meets td.division{
	text-align:center;
}
table.api-data td.points, table.api-data th.points {
	width: 20px;
	text-align: center;
}
#seestats{

	background-color: yellow;
	text-align: center;
	font-weight: bold;
	margin: 6px 0 6px 0;

}
.rftwscroller{
	float:left;
}
.rftwpoint{
	cursor: default;
	
}
/* msg box */
#rftwmsg{
	/* background-color: #ffc;
	color: #D54E21;
	font-weight:bold;
	border: 1px solid #913434;
	display: none;
	padding:10px;
	width: 200px;
	height: 50px;
	position:absolute;
	*/
	display:none;
	position:absolute;
	padding:10px 40px;
	height: 50px;
	
	background-color:#ddd;
	border:4px solid #00677f;
	
	color:#777;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	line-height:50px;
}
/* end msg box */

/* formatting for fake links on top times */
.rftw_toptimes_links{
	color:#15657E;
	text-decoration:none;
	cursor: default;	
	
}

/* end of eh add */
table.api-data tr.meet-info th, table.api-data tr.about th {
	width:84px;
	text-align: left;
	vertical-align: top;
}
  
table.api-data tbody.schedule tr.last td, table.api-data tbody.schedule tr.last th {
	border-bottom: 1px solid black;
}

table.api-data tr.meet-info p {
	margin: 0;
}
/* added eh 5/21/10 for closest meets table, which is a bastard size */
table.api-data td.closest_diff,table.api-data th.closest_diff {
	width: 40px;
	text-align:center;
	border-right: 1px solid #ccc;
}
table.api-data td.closest_date,table.api-data th.closest_date {
	width: 80px;
	border-right: 1px solid #ccc;
	text-align:center;
}
table.api-data td.closest_div,table.api-data th.closest_div {
	width: 140px;
	border-right: 1px solid #ccc;
	padding: 0 6px 0 6px;	

}
table.api-data td.closest_cell,table.api-data th.closest_cell {

	width:150px;
	border-right: 1px solid #ccc;
	padding: 0 6px 0 6px;	
	
}

/* end of eh add */


/* box score */
table.api-data td.scoring-breakdown, table.api-data th.scoring-breakdown {
	text-align: left;
	width: 200px;
}

table tbody.box-score td {
	border-bottom: 1px solid #ccc;
}

table.api-data td.box-team {
	text-align: center;
}

table.api-data td.box-team-final {
	text-align: center;
}

/* individual results */
table.api-data tbody.individual-results td,
table.api-data thead.individual-results th {
	border-right: 1px solid #ccc;
}

table.api-data tbody.individual-results td.finish,
table.api-data thead.individual-results th.finish {
	text-align: center;
}

table.api-data tbody.individual-results td.meet {
	padding-left: 5px;
}

/* team pages */

table.api-data tbody.about th, 
table.api-data tbody.schedule th {
	border-bottom: none;
}

table.api-data td.dive-score, table.api-data th.dive-score {
        border-right:1px solid #CCCCCC;
        text-align:center;
}

/* Top Times */
table.top-times th, table.top-times td {
	border-right: 1px solid #ccc;
	padding-left: 3px;
}
table.top-times th.last, table.top-times td.last {
	border-right: none;
}
/* added 6/25/10 eh for jskit formatting */
/* hide avatar from the form for inputting new comments*/
.js-kit-miniProfile-avatar,.js-kit-avatars-wrapper {
display: none;
}
/* move the next div to the hidden div position */
.js-kit-miniProfileDataWrap {
margin-left: 0px !important;
}

.js-kit-nonLoggedUserInfo {
margin-left: -75px;
}


 
/* Hiding avatar from comments thread */
/* hide avatar from the thread */
.js-singleCommentAvatar {
display: none;
}

/* move the comment content position */
.jsk-ItemBody {
margin-left: -48px;
}

/* move timestamp position */
.jsk-ItemFooter {
margin-left: -48px;
}
/* Hiding the 'Share' button */
.js-kit-lcf-toField {
background-color:#FFFFFF;
border:1px solid #BBBBBB;
display:none;
}
/* /Hiding the 'Share' button */


/* end eh 6/25 add */




#edit_me {
        width: 200px;
	height: 100px;
        display: block;
        text-align: center;
        background: url(edit_me.gif) repeat center center;
}
#edit_me p a {
	line-height: 100px;
	font-size: 16px;
}


/* --------- _CONTENT.CSS --------- */
body {
	font-family: "Lucida Sans", Verdana, Arial, Sans-Serif;	
	font-size: 12px;
	line-height: 18px;
}
blockquote {
	margin: 0 3em;	
}
a {
	color: #15657E;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #1B7C9C;
	font-size: 12px;
}
a.new,
a.new:visited {
	font-size: 12px;
	color: #15657E;
	text-decoration: none;
}
a.new:hover {
	color: #15657E;
	border-bottom: 1px solid #790000;
}

p, 
blockquote, 
pre,
h2, 
h3, 
h4, 
h5, 
h6, 
ol, 
ul, 
dl {
	margin: 0.75em 0 0 0;
}

ol, 
ul, 
dd {
	padding-left: 3em; 
}
ol li {
	list-style-type: decimal;
}
div.wiki-toc ol li {
	list-style-type: none;
}
ul li {
	list-style-type: disc;
}
ul ul, 
ul ol, 
ol ul, 
ol ol {
	margin-top: 0;
	margin-bottom: 0;
}
ol ul, 
ul ul	{
   list-style-type: circle;
}

ol ol ul, 
ol ul ul, 
ul ol ul, 
ul ul ul {
	list-style-type: square;
}
blockquote {
	border-top: 1px dotted #aaa;
	border-bottom: 1px dotted #aaa;
	margin-left: 1.8em;
	margin-right: 1.8em;
	padding: 0.6em;
	text-align: center;
	color: #777;
	font-size: 12px;
}
/*** 
 * specificity kills us here
 */
body.deki-content-edit span.comment,
body.deki-content-edit div.comment, 
body.deki-content-edit p.comment {
	font-family: "Lucida Console", Courier, Monospace;
	background-color: #fff799;
	padding: 3px;
}
code {
 	font-family: Tahoma, Verdana, sans-serif;
        color: #F16123;
	font-weight: bold;
}
pre {
	color: #777;
	margin-left: 1em;
	padding-left: 1em;
	border-left: 4px solid #aaa;
	background-color: #fefefe;
	overflow: auto;
}
/* Editor scripting styles */
body.deki-content-edit pre.script {
	color: #004184;
	font-size: 12px;
	line-height: 18px;
}
h2, 
h3, 
h4, 
h5, 
h6 {
	color: #b58228;
	font-weight: bold;
	padding: 0;
	/*padding-top: 0.375em;*/
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Sans-Serif;
	line-height: 1;
}

h1,
.header_1,
#body div.title h1 {
	font-family: Verdana, Arial, serif;
	color: #15657E;
	font-size: 35px;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
}
h2,
.header_2 {
	font-size: 22px;
	font-weight: normal;
	border-top: 1px dotted #aaa;
}
h3,
.header_3 {
        font-family: Verdana, Arial, serif;
        color: #F16123;
	font-size: 16px;
	font-weight: bold;
	border-top: 1px dotted #aaa;
}
h4,
.header_4 {
        font-family: Times New Roman, Times, serif;
	color: #000;
	font-size: 20px;
	font-weight: bold;
}
h5,
.header_5 {
	font-size: 14px;
	color: #FFFFFF;
	background: url(/skins/deucebeta/rftw/bluetable.gif) no-repeat center;
}
h6,
.header_6 {
	font-size: 14px;
	color: #FFFFFF;
	background: url(/skins/deucebeta/rftw/bluetable440.jpg) no-repeat center;
}


/* --------- SPECIAL.CSS --------- */
/**
 * Special Page styles
 */

/* Recent Changes & Contributions */
#pageTypeSpecial form[name=ContributorSelectionForm] {
	float: left;
}
#pageTypeSpecial form[action="/Special:Recentchanges"] {
	float: right;
	margin-bottom: 0.75em;
}
#pageTypeSpecial div.pagination {
	clear: both;
	border-top: 2px dotted #dbe2f2;
	margin-top: 0.75em;
	padding-top: 0.75em;
	font-weight: bold;
}
#pageTypeSpecial h4 {
	padding-bottom: 0.25em;
}
#pageTypeSpecial {
	/* IE overflow usability hack */
	margin-bottom: 20px;
}


/* this is for Page Properties */ 
body.page-special #body div.content div.text {
	overflow: visible;
}

/* Search Results */
/* form */
#searchForm {
	float: none;
	margin-bottom: 0;

	padding: 5px;
	padding-left: 0;
}
#searchForm label {
	display: none;
}
#searchForm #lsearchbox {
	width: 50%;
	float: left;
}
#searchForm #select-language {
	float: right;
}
/* listing */
#searchResults div.searchResults {
	font-weight: bold;
}
#searchResults ul {
	padding-left: 0;
}
#searchResults ul li {
	list-style: none;
	border-top: 1px dotted #dbe2f2;
	padding: 10px 0;
}
#searchResults div.itemmatch {
	font-size: 90%;
	color: #aaa;
}
#searchResults div.searchpreview span.phrase {
	background-color: #fffbc5;
	padding: 1px 2px;
}


