/* Added by Stratiteq for use in Sitecore Content Editor */
@import url("/css/richtexteditor.css");


/* Dynamic content styles */

body{

}


h1{
	font-family:arial, helvetica, sans-serif;
	font-size:26px;
	color:#d0d0cf;
	font-weight:normal;
	margin-bottom:12px;
}


h2{
	font-family:arial, helvetica, sans-serif;
	font-size:19px;
	color:#d0d0cf;
	font-weight:normal;
	margin-top:24px;
	margin-bottom:8px;
}


h3{
	font-family:arial, helvetica, sans-serif;
	font-size:15px;
	color:#eeeeee;
	font-weight:normal;
	margin-top:4px;
	margin-bottom:4px;
}


h4{
	font-family:arial, helvetica, sans-serif;
	font-size:12px;
	color:#eeeeee;
	font-weight:bold;
	margin-top:4px;
	margin-bottom:0px;
}


p{
	font-family:arial, helvetica, sans-serif;
	font-size:12px;
	color:#b0b0b0;
	margin-top:0px;
	margin-bottom:12px;
}

/* Need to target this specifically on MainContent so it doesn't affect all p's */
div#MainContent p{
	line-height:18px;
}






ul{
	font-family:arial, helvetica, sans-serif;
	font-size:12px;
	color:#aaaaaa;
	clear:left;
}

ol{
	font-family:arial, helvetica, sans-serif;
	font-size:12px;
	color:#aaaaaa;
}

ul li{
	list-style:square;
}

/* Need to target this specifically on MainContent so it doesn't affect all li's */
div#MainContent li{
	line-height:18px;
}



a{}
a:link{color:#ffa900;}
a:visited{color:#c57906;}
a:hover{color:#ffebcc;}
a:active{color:#ffebcc;}




/* No borders around linked images. Ever */
a img, a:link img, a:visited img, a:hover img, a:active img{
	border:0;
}
	


blockquote{

}


/* Image styles */

img.ImageLeft{
	margin-right:10px;
	margin-bottom:6px;
	margin-top:4px;
	border:0;
	float:left;
	border:solid 1px #757575;
}

img.ImageRight{
	margin-left:10px;
	margin-bottom:6px;
	margin-top:4px;
	border:0;
	float:right;
	border:solid 1px #757575;
}

img.ImageArrow{
	position:relative;
	top:3px;
	padding-left:0px;
	padding-right:2px;
	margin-left:3px;
	margin-right:3px;
	border:0;
}

img.ImageIcon{
	margin-left:8px;
	margin-right:8px;
	margin-bottom:2px;
	margin-top:-3px;
	border:0;float:left;
}




/* Table styles for tables created in editor */

table{
	color:#cccccc;
}

table.StandardTable{
	border:solid 1px #333333;
	margin-top:12px;
	margin-bottom:12px;
	padding:0;
	border-collapse:collapse;
	font-size:11px;
	color:#cccccc;
}


/* Common for all new cells */
table.StandardTable td{
	border:solid 1px #333333;
	border-collapse:collapse;
	padding-top:1px;
	padding-left:3px;
	padding-right:3px;
	padding-bottom:0px;
	
	
}


table.StandardTable td.Header, table.StandardTable th{
	background-color:#333333;
	font-weight:bold;
}

table.StandardTable td{

}

/*added by Stratiteq for use in Sitecore Content Editor*/
body {
	background-color:#000000;	
	color:#b0b0b0;
}

p.ingress{
	font-family:arial, helvetica, sans-serif;
	font-size:12px;
	color:#b0b0b0;
	line-height:18px;
	margin-top:0px;
	margin-bottom:12px;
	font-weight:bold;
}
/*added by Stratiteq*/
