body{
	font-family:Arial, Helvetica, sans-serif; 
	color: #333;
}
ul, li {
	list-style:none;
}
#header {
	background: #94e4e8;
	height: 30px;
	padding: 5px 5px 5px 20px;
}
#header img {
	float:left;
	margin-top: 7px;
}
#search {
	float: right;
}
#search input {
	width: 200px;
	font-size: 14px;
}
#search .submit {
	width: 30px;
	padding: 2px;
	border: 1px solid #333;
	background: #ccc;
}
#footer {
	text-align: center;
	background: #94e4e8;
	padding: 5px;
	border-top: 1px solid #333;
}

#tabs {
	width:100%;
	text-align: center;
	background: #94e4e8;
	border-bottom: 1px solid #333; /* set border COLOR as desired */	
}
/* begin css tabs */
ul#tabnav { /* general settings */
	text-align: left; /* set to left, right or center */
	list-style-type: none;
	padding: 6px 10px 8px 10px; /* THIRD number must change with respect to padding-top (X) below */
	margin-left: 300px;
}
ul#tabnav li { /* do not change */
	display: inline;
}
body#live li.live, 
	body#popular li.popular, 
	body#daily li.daily, 
	body#twitterati li.twitterati, 
	body#reach li.reach, 
	body#domains li.domains { /* settings for selected tab */
	border-bottom: 1px solid #fff; /* set border color to page background color */
	background-color: #fff; /* set background color to match above border color */
}
body#live li.live a, 
	body#popular li.popular a, 
	body#daily li.daily a, 
	body#twitterati li.twitterati a, 
	body#reach li.reach a, 
	body#domains li.domains a { /* settings for selected tab link */
	background-color: #fff; /* set selected tab background color as desired */
	color: #000; /* set selected tab link color as desired */
	position: relative;
	top: 1px;
	padding-top: 8px; /* must change with respect to padding (X) above and below */
}
ul#tabnav li a { /* settings for all tab links */
	padding: 7px 20px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
	border: 1px solid #333; /* set border COLOR as desired; usually matches border color specified in #tabnav */
	background-color: #cfc; /* set unselected tab background color as desired */
	color: #666; /* set unselected tab link color as desired */
	margin-right: 0px; /* set additional spacing between tabs as desired */
	text-decoration: none;
	border-bottom: none;
}
ul#tabnav a:hover { /* settings for hover effect */
	background: #fff; /* set desired hover color */
}
/* end css tabs */

ul.list {
	margin: 10px;
}
.list li {
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
}
li.info {
	background-color: #cfc;
	border: 1px solid #ccc;
	padding: 10px;
	text-align:center;
	margin: 10px 0px 0 -1px;
}

table {
	width: 100%;
}
td {
	border: 0;
}
td.image, td.image_set {
	width: 48px;
	height: 48px;
	overflow: hidden;
/*	border: 1px solid #ccc;*/
}
td.image_set img {
	width: 48px;
	height: 48px;
}
td.counter, td.image_set_counter {
/*	border: 1px solid #333;*/
	background-color: #ccc;
	font: 40px bold italic;
	width: 48px;
	height: 48px;
	text-align: center;
	padding: 0;
}
.link {
	overflow: hidden;
	height: 17px;
	margin-left: 5px;
}
#tweeters {
	position:absolute; 
	background: #cfc; 
	width: 240px; 
	border: 1px solid #ccc;
/*	height: 300px;*/
}
#tweeters img, #tweeters a {
	width: 48px;
	float: left;
}
#close {
	position: absolute;
	cursor: pointer;
	color: red;
	width: 234px;
	padding: 3px;
	text-align: center;
	background: yellow;
/*	border: 1px solid red;*/
}
#tweeters_images {
	margin-top: 22px;
}
#tweeters_images a {
	margin: 0;
	border: 0;
}

.flickr_pagination {
	margin: 10px;
  text-align: center;
  padding: .3em; }
.flickr_pagination a, .flickr_pagination span {
    padding: .2em .5em; }
.flickr_pagination span.disabled {
    color: #AAA; }
.flickr_pagination span.current {
    font-weight: bold;
    color: #F41e2f; }
.flickr_pagination a {
    border: 1px solid #CCC;
    text-decoration: none; }
.flickr_pagination a:hover, .flickr_pagination a:focus {
      border-color: #003366;
      background: #0063DC;
      color: white; }
.flickr_pagination .page_info {
    color: #aaa;
    padding-top: .8em; }
.flickr_pagination .prev_page, .flickr_pagination .next_page {
    border-width: 2px; }
.flickr_pagination .prev_page {
    margin-right: 1em; }
.flickr_pagination .next_page {
    margin-left: 1em; }
