/* 
    Document   : ee_clone_stylesheet
    Created on : Nov 8, 2011, 8:35:57 PM
    Author     : john
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
body {
	background: #383D46;
	color: #EEEEEE;
	font-family: 'Trebuchet MS', verdana, sans-serif;
	margin-left: 200px;
	width: 750px;
	font-size: 12px;
}

.note {
	color:#006;
	border-color: #006;
	border-width: 1px;
	border-style: solid;
	padding: 0px 5px 0px 5px;
	background: #eff;
}

.error {
	color:#600;
	border-color: #600;
	border-width: 1px;
	border-style: solid;
	padding: 0px 5px 0px 5px;
	background: #fee;
}

h1 {
	font-size: 24px;
	color: #DDDCC9;
}

h3 {
	font-size: 18px;
	color: #DDDCC9;
}

p {
	font-family: "Trebuchet MS", verdana, sans-serif;
}

a {
	color: #FFEE99;
}

table {
	border: 1px solid #999999;
	margin-bottom: 15pt;
	font-family: inherit;
	font-size: inherit;
}
.xdebug-error tr {
	color: black;
}

.xdebug-error tr a {
	color: #006;
}


.plate {
	position: relative;
	clear: both;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px 30px 30px 0px;
}

.left_image {
	position: relative;
	float: left;
	margin: 0px;
	padding: 7px 9px 0px 0px;
}

.right_image {
	position: relative;
	float: right;
	margin: 0px;
	padding: 7px 0px 0px 9px;
}

.footer {
	text-align: center;
	font-size: 10px;
}

.blockquote {
	font-style: italic;
	margin-right: 75px;
	margin-left: 75px;
}
