/* 
Title:		eclipsemediagroup.net POPUPS screen styles
Author: 	gordon@slickfishstudios.com
*/
html, body, table { 
	height: 100%;
	width: 100%; 
	margin: 0; 
	padding: 0;

	font-size: small;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #333;
}
* html #nonFooter {
		height: 100%;
}
* html body {
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
}
* { padding: 0; margin: 0; }
a:active {
  outline: none;
}

/* ****************%%%%%%%%%%%%%%%%%%%%%%%%%%********************* */
/* BODY/PAGE FORMAT */
body {
	background: #fff;
	height: 100%;
}
* html #wrapper {
	height: 100%;
}


/* ****************%%%%%%%%%%%%%%%%%%%%%%%%%%********************* */
/* FORMATTING */
#wrapper {
	margin: 0;
	padding: 0;
	width: 100%;
}



/* ****************%%%%%%%%%%%%%%%%%%%%%%%%%%********************* */
/* MAIN CONTENT */

#main_content {
	color: #666;
	padding: 0;
	margin: 5px 15px 20px 15px;
	line-height: 140%;
}
#main_content #top_block {
	background: #000;
	display: block;
	padding: 10px 10px;
	margin: -5px -15px 0 -15px;
}
#header_orange, .header_orange { 
	display: block;
	padding: 0;
	margin: 0 -15px;
	height: 21px;
	background: #ededed url(../images/orangeblocker_bkg.png) repeat-x left top;
}
#header_orange p, .header_orange p {
	padding: 2px 0 0 10px;
	margin: 0;
	font-size: 14px;
	color: #fff;
}

hr {
	height: 1px;
	border: 0;
	width: 100%;
	color: #ccc;
	background: #ccc;
}

a {
	color: #336699;
	text-decoration: underline;
}
a:hover {
	color: #009999;
	text-decoration: underline;
}
a.small {
	font-size: 80%;
}
a.pdf {
	color: #336699;
	background: url(../images/pdf_icon.jpg) no-repeat left top;
	padding: 3px 0 3px 25px;
	margin: 5px 10px 5px 5px;
	display: block;
}
a.pdf:hover {
	color: #5b9cdc;
	text-decoration: underline;
}	


/* dl and dd #results */
dl {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}
dl dd {
	color: #333;
	font: normal 11px/120% Verdana, sans_serif;
	padding: 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #ccc;
}
dl dd img {
	width: 110px;
	border: 1px solid #b2b2b2;
	padding: 0;
	margin: 0 0 1px 3px;
	float: right;
}
dl .grey {
	color: #999;
}
dl .clientname, dl .publication {
	color: #999;
	font-weight: bold;
}
dl a, dl a.header, dl .clientname a  {
	color: #333;
	text-decoration: none;
}
dl a.header, dl .headit {
	font-weight: bold;
	color: #de7a1c;
}
dl .clientname a {
	font-weight: bold;
	color: #1d6fc2;
	text-decoration: underline;
}
dl a:hover {
	color: #de7a1c;
}
dl a.header:hover {
	text-decoration: underline;
	color: #ff7c00;
}
dl .clientname a:hover {
	color: #5fafff;
}


/* end dl and dd #results */

/* ****************%%%%%%%%%%%%%%%%%%%%%%%%%%********************* */
/* FOOTER */
#footer {
	width: 100%;
	color: #999;
	font-size: 85%;
	padding: 0;
	margin: 0 auto 0 auto;
	line-height: 140%;
	border-top: 1px dotted #ccc;
	height: 49px; /* one px less than margin to account for border */
}

#footleft, #footmiddle, #footright {
	margin: 0px;
	padding: 0;
	float: left;
}
#footleft { 
	width: 25%;
}
#footleft p {
	margin: 0;
	padding: 3px 5px;
}
#footmiddle { 
	width: 100%;
	display: inline;
	text-align: center;
}
#footmiddle p {
	margin: 0;
	padding-top: 3px;
}
#footright { 
	width: 25%;
	position: relative;
	text-align: right;
}
#footright p {
	margin: 0;
	padding: 3px 5px;
}
#footer a, #footer a.dark {
	border-bottom: none;
	color: #999;
	text-decoration: none;
	outline: none;
	background: none;
}
#footer a.dark {
	color: #999;
	background: none;
}
#footer a:hover {
	border-bottom: 1px dotted #66ccff;
	color: #66ccff;
	text-decoration: none;
	background: none;
}
.lighter {
	color: #999;
	background: none;
}

	


