/**
	------------------------
	SPIFFY[D]				
	------------------------
*/

/** 
	CSS by Denis Lam (d@denislam.com)
	Feel free to check it out, but don't copy it completely.
	That's uncool!
*/

* {
	behavior: url("http://spiffyd.com/css/iepngfix.htc"); }

body {
	background:#151515;
	font-family: "Lucida Grande","Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
	font-size:100%;/*set regular font size*/
	color: #fff;
	margin: 0px;
	padding: 0px;
	text-align: left; }
	
a, a:visited, a:link {
	color: #549bff;
	text-decoration: none; }

a:hover {
	color: #6ec2f5;
	text-decoration: underline; }
	
a:active { color:#ffc621;  }

.search_options .on b { color:#ffc621; }

img {
	border: 0px; }

img a:hover, a:active {
	text-decoration: none; }


/** CONTENTS
*/

#contents_search {
	font-size: 0.875em;
	margin: 50px 0px 0px 0px; }
	
input#search { background: #000; border:1px solid #999; color:#fff; padding:2px; margin-bottom:10px; color:#fff; }
input#search:hover { border: 1px solid #eee; }
input#search:focus { outline: none; border: 1px solid #eee; }	
	
#contents {
	font-size: 0.825em; }
	
a.hover_jrc {
	display: block;
	cursor: hand;
	width: 53px;
	height: 63px;
	background: url("http://spiffyd.com/img/jrc.png") 0 0 no-repeat;
	text-decoration: none; }

a:hover.hover_jrc {
	background-position: -53px 0; }
	
#worldtimes { 
	padding-top: 1em;
	padding-bottom: 1em;
	color: #aaa;
	font-size:0.75em; }
	
/** FOOTER 
*/

#footer {
    font-size:0.75em; 
	text-align: center;
	padding-bottom: 20px;
	color: #ffffff;
	background: none;
	font-weight: normal;	}

#footer img{border:none;}
#footer a:hover{text-decoration: underline; }
