<?php
/*copyright Peter Edington 2011 all rights reserved.
2011-11-05
*/

if($ping!='pong'){
	exit('<h2>You cannot access this file directly!</h2>');
}
?>
.qwerty{}
.EditorInf{;background-color:#ddf;color:#40458a;}
.EditorSup{;background-color:#eed;color:#30357a;}
.EditorWarning{;background-color:#eed;color:#f00;}
.NoButton{;color:#30357a;border:none;font-size:0.7em;}
.SimpleLink{;background-color:#aaa;color:#fff;border:none;border-radius:10px;margin-bottom:5px;}
.warning{;color:#f00;text-align:center;}
.warning a:link, .warning a:visited, .warning a:hover, .warning a:active{color:#f00;}
.EditorCopyright{;color:#f00;text-align:right;margin-bottom:0px;font-size:.6em;}
.active_page{font-weight:bold;}
#Editor, EditorLogin{
	border:thin solid #30357a;
	background-color:#eed;
	color:#30357a;
	width:98%;
	font-size:1em;
	font-family:sans-serif;
	font-style:normal;
	padding:2% 1% 0% 1%;
	line-height:110%;
	overflow:auto;
}
#Editor h1,h2,h3,h4,h5,h6, #EditorLogin h1,h2,h3,h4,h5,h6, {
	color:#30357a;
}

#EditorMenu{
	text-align:center;
	background-color:#eed;
	color:#30357a;
	font-size:0.8em;
	margin-top:-20px;
}
/*.msg {color:#0055ff;font-size:0.8em;font-style:italic;}*/
#EditorMsg{
	background-color:#eed;
	color:#30357a;
	width:98%;
	font-size:1em;
	font-family:sans-serif;
	font-style:normal;
	padding:2% 1% 0% 1%;
	line-height:110%;
	overflow:auto;
	text-align:center;
}


#EditorMsg img{
	text-align:center;
	border: none;
}

.info{color:#0055ff;text-align:left;}

#EditorMenu input{
padding:0 .5% 0 .5%;
	background-color:#fff;
	color:#30357a;
	font-size:0.7em;
	border-top:none solid #ddd;
	border-left:none solid #ddd;
	border-right:medium solid #aaa;
	border-bottom:medium solid #aaa;
}
#EditorHeader{
	background-color:#eed;
	text-align:center;
	padding-bottom:2%;
	color:#30357a;
}
#EditorMsg{
	font-size:1.0em;
	padding:0 .5% 4% .5%;
	background-color:#eed;
	color:#30357a;
}
#EditorMoreInfo{
	font-size:1.0em;
	padding:0 .5% 4% .5%;
	background-color:#eed;
	color:#30357a;
}
#Editor input[type='checkbox']{margin:0 -.3em 0 1em;}
#EditorSubMenu{text-align:center;}
