body
{
	margin: 0;
	padding: 0;
	color: #555;
	font-size:1em;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: url("http://doyle-ogden.com/certificate/images/topfade.png") repeat-x #353535;
}

a, a:link, a:visited {
	color:#063;
}

input, select {
	font-size:1.1em;
}

#page
{
	margin-top: 5px;
	margin-bottom: 5px;
	background: white;
}

#header
{
	float:left;
	margin: 0;
	padding: 1em 0;
	width:100%;
}

#content
{
    padding: 20px;
}


#footer
{
	padding: 10px;
	margin: 10px 20px;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #C9E0ED;
}

#logo
{
	float:left;
	font-size: 150%;
}

#doyle-logo {
	float:right;
}

#mainmenu
{
	clear:both;
	background:#000;
}

#mainmenu ul
{
	padding:15px 20px 15px 20px;
	margin:0px;
}

#mainmenu ul li
{
	display: inline;
}

#mainmenu ul li a
{
	color:#ffffff;
	background-color:transparent;
	font-size:12px;
	text-decoration:none;
	padding:5px 10px;
}

#mainmenu ul li a:hover, #mainmenu ul li.active a
{
	text-decoration:underline;
}

div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	text-align:center;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#9bff99;
	color:#264409;
	border-color:#25bf21;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}


.pdf-found, .pdf-notfound {
	font-size:.9em;
	font-weight:bold;
	padding:1em 0 1em 30px;
}
.pdf-found {
	background:url("/certificate/images/found.png") left center no-repeat;
}
.pdf-notfound {
	background:url("/certificate/images/notfound.png") left center no-repeat;
}




div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}



div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet
{
	margin:2em 0 0 0;
}

.portlet-decoration
{
	padding: 3px 8px;
	background: #B7D6E7;
	border-left: 5px solid #6FACCF;
}

.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
}

.portlet-content
{
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	display:inline;
	padding: 2px 0 4px 0px;
}

.portlet-content li a {
	background-color:#000;
	color:#fff;
	font-weight:bold;
	margin-right:.5em;
	padding:.8em 1.5em;
	text-decoration:none;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.26, rgb(90,92,90)),
	    color-stop(0.63, rgb(43,43,43)),
	    color-stop(0.82, rgb(3,3,3))
	);
	background-image: -moz-linear-gradient(
	    center bottom,
	    rgb(90,92,90) 26%,
	    rgb(43,43,43) 63%,
	    rgb(3,3,3) 82%
	);
}

.holder-info {
	font-size:.8em;
	margin:2em 0;
}
.holder-info span {
	font-size:1.2em;
	font-weight:bold;
}
.holder-info h4 {
	margin:.5em 0;
	padding:0;
	font-size:1.4em;
}

.activity {
	border-bottom:1px solid #c9c9c9;
	font-size:.9em;
	padding:.6em 0;
}
.activity abbr {
	float:right;
	font-size:.9em;
}
