* {
  margin: 0
  padding: 0;
}

body {
  margin: 15px;
  background: url(images/blogtopsites2/bg.jpg) top left repeat;
  font: 81.25%/1.4em Verdana, Arial, Sans-Serif;
  text-align: center;
}
  

  
 
#inx a:link, #inx a:visited, #inx a:hover, #inx a:active {
        color: #295884;
        text-decoration: underline;
}

a:link, a:visited		{
	color: #295884; 
	text-decoration: underline;
}
a:hover	{
	color: #000000; 
	text-decoration: underline;
}
a:active	{
	color: #295884;
	text-decoration: none;
}
  

h1 {
	font-size: 24px;
	font-family: Arial, Verdana;
	font-weight: bold;
	padding: 0;
	margin: 0;
}


/*-- layout --*/

#header {
	width: 99%;
	height: 69px;
	background: #2E71B0;
	position: relative;
	margin-bottom: 10px;
}
#headerRight {
	width: 14px;
	height: 69px;
	position: absolute;
	bottom: 0;
	right: 0;
  background: url(images/blogtopsites2/header_04.gif) top right no-repeat;
}
* html #headerRight {
	width: 14px;
	height: 69px;
	position: absolute;
	bottom: -1px;
	right: -1px;
  background: url(images/blogtopsites2/header_04.gif) top right no-repeat;
}
#header span {
	position: absolute;
	line-height: 6em;
	right: 60px;
	font-weight: bold;
	color: #fff;
	font-size: .8em;
}

/*-- logo <h1> replacement --*/
.logo {
	width: 905px;
	height: 68px;  
	position: absolute; 
	left: 0; 
	bottom: 0; 
	font-size: 0px;
}
.logo span {
	background: url(images/logo.jpg) center left no-repeat;
	position: absolute; 
	left: 0; 
	bottom: 0; 
	display: block; 
	width: 905px;
	height: 68px;
	cursor: pointer;
}
.logo a:link, .logo a:visited, .logo a:hover  {
	color: #F4F3DB; 
	text-decoration: none;
}

/*-- main nav --*/

#nav {
	width: 99%;
	height: 32px;
	background: url(images/headernav_02.jpg) top left repeat-x;
	position: relative;
}
#navLeft {
	width: 8px;
	height: 32px;
	position: absolute;
	top: 0;
	left: 0;
  background: url(images/headernav_01.jpg) top left no-repeat;
}
#navRight {
	width: 8px;
	height: 32px;
	position: absolute;
	top: 0;
	right: 0;
  background: url(images/headernav_03.jpg) top right no-repeat;
}
#nav ul {
	list-style: none;
	line-height: 2.2em;
}
#nav ul li {
	display: inline;
	list-style: none;
	margin: 0 5px 0 5px;
	font-weight: bold;
}



/*-- main content area --*/

#content {
	margin: 0 0 0 160px;
	position: relative;
	top: 10px;
		border: 0 solid #C6D1DC;
}
* html #content {
	margin: 0 0 0 168px;
	position: relative;
	top: -1px;
}
#contentInner {
	position: relative;
	padding: 10px; 
	margin: 0 15px 30px 0; 
	border: 1px solid #C6D1DC; 
	background: #EBFAFD;
	text-align: left;
	z-index: 4;
}
/*-- rounded corners --*/
#contentInnerTopLeft {
	background: url(images/content_01.gif) top left no-repeat;
	width: 11px;
	height: 8px;
	position: absolute;
	top: -1px;
	left: -1px;
	z-index: 5;
}
#contentInnerTopRight {
	background: url(images/content_03.gif) top left no-repeat;
	width: 11px;
	height: 8px;
	position: absolute;
	top: -1px;
	right: -2px;
	z-index: 5;
}

/*-- to position the rounded corners correctly in IE6 --*/
* html #contentInnerTopLeft {
	top: 0;
	left: -11px;
	z-index: 5;
}
*html #contentInnerTopRight {
	top: 0;
	right: 13px;
	z-index: 5;
}




/* --- side bar and menu ---*/
#sidebar {
	position: absolute; 
	left: 15px; 
	top: 140px; 
	width: 169px; 
	padding: 0;
}
.navbox {
	border-right: #c6d1dc 1px solid; 
	border-top: #c6d1dc 1px solid; 
	margin-bottom: 10px; 
	border-left: #c6d1dc 1px solid; 
	width: 150px; 
	border-bottom: #c6d1dc 1px solid; 
	background-color: #ebfafd
}
.navbox .content {
	font-size: 11px; 
	color: #000000; 
	text-align: left
}
.navbox .top {
	padding-right: 0px; 
	padding-left: 4px; 
	font-weight: bold; 
	font-size: 12px; 
	padding-bottom: 4px; 
	color: #3a4f6c; 
	padding-top: 4px; 
	background-color: #c9eff4; 
	text-align: center
}
.navbox ul.menu {
	padding-right: 0px; 
	padding-left: 0px; 
	padding-bottom: 0px; 
	margin: 0px; 
	padding-top: 0px; 
	list-style-type: none
}
.navbox ul.menu a:link {
	padding-right: -7px;
	border-top: #c6d1dc 1px solid;
	display: block;
	padding-left: 15px;
	padding-bottom: 5px;
	width: 90%;
	color: #3173b0;
	padding-top: 5px;
	text-decoration: none;
	font-family: tahoma, arial, helvetica;
	font-size: 11px;
}
.navbox ul.menu a:visited {
	padding-right: -7px;
	border-top: #c6d1dc 1px solid;
	display: block;
	padding-left: 15px;
	padding-bottom: 5px;
	width: 90%;
	color: #3173b0;
	padding-top: 5px;
	text-decoration: none;
	font-family: tahoma, arial, helvetica;
	font-size: 11px;
}
.navbox ul.menu a:active {
	padding-right: -7px;
	border-top: #c6d1dc 1px solid;
	display: block;
	padding-left: 15px;
	padding-bottom: 5px;
	width: 90%;
	color: #000000;
	padding-top: 5px;
	text-decoration: none;
	font-family: tahoma, arial, helvetica;
	font-size: 11px;
}
.navbox ul.menu a:hover {
	color: #465584;
	background-color: #c9eff4;
	text-decoration: underline;
	font-family: tahoma, arial, helvetica;
	font-size: 11px;
}

/* --- main table styles --- */

table caption {
  display: none;
  margin: 0 auto;
} 
.rows {
  margin: 20px 0 20px 0;
  padding: 0;
  width: 100%;
  border: 1px solid #7ea4a7;
  border-collapse: collapse;
}
.rows thead {
	padding: 5px 0 5px 0;
	background: #3173B0;
  color: #fff;
  position: relative;
}
.rows th, .rows td {
  vertical-align: top;
}
.rows tr th {
  letter-spacing: 1px;
  text-align: left;
  white-space: nowrap;
  padding: 0;
}
.rows tr td {
  padding: 5px;  
  border: 1px solid #7ea4a7;
}
.rows tr td img {
	float: left;
	margin: 0 10px 0 0;
	padding: 5px;
	border: 1px solid #ccc;
	background: #fff;
}
.rows tr td img.warn {
	border: none;
	background: none;
}
.warning {
	 float: right;
}
table tr td.first {
	width: 3%;
	text-align: center;
	vertical-align: middle;
}
table tr td.second {
	width: 65%;
}
table tr td.third {
	width: 32%;
}

.rows .odd td {
  background: #C9EFF4;
}
.rows .even td {
  background: #D7F3FB;
}

/* --- stats table styles --- */

.hitsrow {
	font-weight:bold;	
	color:#0D8FA9;
	padding: 0;
	width: 40%;
}
.hitstable {
	border: none;
	border-collapse: collapse;
	width: 100%;
}
.hitstable tr td {
	font-size: 11px;
	padding: 0;
	border: none;
	border-collapse: collapse;
}

.tblborder  { 
	background-color:#A1BAC4;
	padding: 1px;
	margin-top: 3px;
}
 .tblborder div {
	 padding: 1px;
	 text-align: center;
 }
.tblborder a:link {
	  color: rgb(255, 255, 255);
 }

/* --- various styles --- */

.breadcrumb {
	width: 99%;
	border: 1px solid #7ea4a7;
	padding: 4px;
	background: #DDF1F5;
	font-weight: bold;
}
.pagination {
	 position: relative; 
	 padding: 2px;
	 float: right;
	 margin: 10px 0 0 0;
}
 .pagination-bottom {
	 position: relative;
	 padding: 2px;
	 float: right;
	 margin: 0 0 10px 0;
}
.firstalt	{
	background-color: #C9EFF4;
	color: #055471;
	padding: 3px;
}
.secondalt {
	background-color: #D7F3FB; 
	color: #055471;
	padding: 3px;
}
.thrdalt    {
	background-color: #F5FEEA; 
	color: #055471;
	padding: 3px;
}
 
 
 
	
