/**
 * Stylesheet for www.ezpdo.net
 */

body {
	color: white;
	background-color: rgb(53,80,122);
	font-family: verdana, helvetica, arial, sans-serif;
	width: 100%;
	padding: 0;
	margin: 8px 0 8px 0;
}

/**
 * Basic elements
 */
img	{
	display: inline;
	padding: 0;
	border: 0;
}

/**
 * Page layout
 */

.epw_everything {
	color: black;
	background-color: white;
	width: 840px;
	margin: auto;
	position: relative; 
}

.epw_header {
	padding-top: 2px;
}

.epw_logo {
}

.epw_banner {
}

.epw_releases {
	border-left: 1px solid rgb(216,210,195);
	background-color: white;
	color: black;
	font-size: 12px;
	line-height: 1.5em;
	margin: 6px 0 6px 20px;
	padding: 1ex 2.5em 1.5em 1.5em;
	text-align: justify;
}

.epw_search {
	border-left: 1px solid rgb(216,210,195);
	background-color: white;
	color: black;
	font-size: 12px;
	line-height: 1.5em;
	margin: 6px 0 6px 20px;
	padding: 1ex 2.5em 1.5em 1.5em;
	text-align: justify;
}

.epw_navigation {
	border-left: 24px solid rgb(47,96,222); 
	background-color: rgb(6,153,248); 
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}

.epw_sponsors {
	font-size: 9px;
	text-align: center;
	margin: 2px 2px 4px 2px;
	padding-left: 2em;
	padding-right: 2em;
}

.epw_donation {
	position: absolute;
	left: 758px; 
	top: 20px;	
}

.epw_sponsors fieldset {
	border: 1px solid #26a;
}

.epw_sponsors legend {
	color: #26a;
}

.epw_footer {
	color: black;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background-color: rgb(225,223,207);
	font-size: 10px;
	line-height: 1.25em;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
}

.epw_footer a {
	color: black;
	text-decoration: none;
	font-weight: bold;
}

.epw_footer a:hover {
  text-decoration: none;
}

.epw_notice {
	color: black;
	background-color: white;
    font-size: 14px;
	margin: 2px;
    padding: 2px;
	text-align: center;
	border: 2px solid green;
}


