/* in-editor display styles optimized for editing - site output set by site styles */
/* Yahoo! UI Library fonts */

pre, code {font:115% "Courier New", Courier, monospace; font-size:100%}

p {margin:.75em 0; padding:0;}
p.indent {margin-left:20px;}
p.left {text-align:left;}
p.center {text-align:center;}
p.right {text-align:right;}

img {border:0px;}
img.left {float:left;margin-right:3px;}
img.right {float:right;margin-left:3px;}

abbr {border-bottom:1px dashed;cursor:help;}
acronym {border-bottom:1px dashed;cursor:help;}
dfn {font-style:normal;border-bottom:1px dashed;cursor:help;}

blockquote {width:auto;padding:10px;background-color:#fafafa;}

code {font-family:Courier, monospace;background-color:#ffc;}
kbd {font-family:Verdana, Arial, Helvetica, sans-serif;font-size:92%;}
samp {font-family:Courier, monospace;background-color:#cfc;}
var {font-family:Courier, monospace;color:#009;}

span.underline {text-decoration:underline;}
span.strikethrough {text-decoration:line-through;}

div.textbox {clear:both;float:left;width:150px;font-size:.8em;padding:2px 10px;border-top:1px solid gray;border-bottom:1px solid #999;}
div.photo {float:right;width:auto;font-size:.8em;font-weight:bold;padding:4px;}

hr {width:100%;height:1px;color:#666;}

.clear {clear:both;}

table {
	margin:0.3em 0;
	border:0;
}

td {
	padding:.25em;
	border-bottom:1px solid #eee;	
}

th {
	padding:.25em;
	font-weight:normal;
	text-align:center;
	background-color:#eee;
	color:#000;
}

/* markers */
.item, .section, .markup, .slide, .image, .anxwidget {
	width:auto;
	margin:1.5em 0;
	padding:.5em;
}

.anxwidget {
	background-color:#f8f8f8;
	border:1px solid #999;
	font-size:12px;
	color:#000;
}

div.section {
	margin:1.5em 0;
	width:auto;
	padding:0 0 20px 0;
	clear:both;
}

div.section img {
	float:right;
	margin-left:20px;
}

.markup {
	width:98%;
	margin:1.5em 0;
	padding:5px 10px;
	overflow:auto;
	border:1px solid #555;
	font:100% "Courier New", Courier, monospace;
	color:#333;
	background-color:#eee;
}

.markup pre {
	margin:0;
	padding:5px;
	border:none;
	font-size:12px;
	font-family:"Courier New", Courier, monospace;
	word-wrap:break-word;
	overflow:auto;
	max-height:250px;
}

.markup p {
	margin:0;
	padding:2px;
	border-bottom:1px solid #fff;	
}

.markup p.indent {
	margin-left:20px;
}

div.image {
	width:auto;
	margin:10px;
	padding:0;
	font-size:100%;
	font-weight:bold;
	text-align:center;
}

div.item h2, div.item h3 {
	margin:.75em 0 0 0;
}

div.item p {
	margin-top:0;
}

span.pass {color:#090;}

span.fail {color:#900;}

dl {
	padding:1em;
}

dt {
	font-weight:bold;
}

dd {
	font-style:italic;
	padding:0 0 .5em .5em;
}

