html,body{
	margin:0;
	padding:0;
	height:100%;
	border:none;
	background:url(images/bg_gradient.gif); 
	background-repeat:repeat-x; 
	background-attachment:fixed;
	background-color: #ebe4b7; 

}

.normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #bababa;
}
.textfield {
	border: 1px solid #7F9DB9;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	background-color: #FEFFF9;
	padding:3px;
}
.admin_link {
	color: #4E5200;
	padding: 5px;
}

.admin_link:hover {
	color: #fff;
	background-color: #4E5200;
	text-decoration:none;
}
.header_link {
	color: #9faa00;
	text-decoration: none;
}
.header_link:hover {
	text-decoration: underline;
	color: #eeff00;
}
.btn_site {
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	background-color: #585e00;
	display: block;
	width: 202px;
	margin-bottom: 4px;
	margin-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 23px;
	text-align:left;
}
.btn_site:hover {
	background-color: #697002;
}
.btn_cat {
	font-size: 11px;
	font-weight: bold;
	color: #282828;
	text-decoration: none;
	background-color: #cac291;
	display: block;
	width: 202px;
	margin-bottom: 4px;
	margin-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 23px;
	text-align:left;
}
.btn_cat:hover {
	background-color: #ebe4b7;
}
.btn_cat_selected {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background-color: #585e00;
	display: block;
	width: 202px;
	margin-bottom: 4px;
	margin-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 23px;
	text-align:left;
	cursor:default;
}
.sort_link {
	color: #eeff00;
	display: block;
	margin-top: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #666;
}
.sort_link:hover {
	color: #fff;
	background-color: #303030;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #666;
	border-left-color: #666;
	border-top-width: 2px;
	border-bottom-width: 1px;	}
.gr_rank {
	text-align:right;
	color: #282828;
	background-color: #9faa00;
	margin: 4px;
	padding: 1px;
	width: 35px;
	display: block;
	font-weight: bold;
}
.url {
	font-size: 11px;
	color: #ebe4b7;
	margin-left: 8px;
	text-align: left;
	font-weight:bolder;
}
.url_title {
	font-size: 11px;
	font-weight: bold;
	color: #eeff00;
	text-align: left;
}
.description {
	height: 88px;
	margin-top: 10px;
	overflow-y: auto;
	padding-right: 20px;
	text-align: left;
}
.alexa_rank {
	margin-left:4px;
	text-align:right;
	padding-right: 20px;
}
.recordrow {
	height: 27px;
}

.recordrow td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;	
	background-color: #282828;
}
.spacetd{
	height: 3px;
}
.footer {
	background-color: #000;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #eeff00;
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.texbox {
	color:#444800;
	font-family: Verdana;
	font-size: 11px;
	border:0px;
	padding:2px 2px 2px 2px;
	background-color: #f0f1df;
	height: 16px;
	width: 184px;
}
.textareabox {
	color:#444800;
	font-family: Verdana;
	font-size: 11px;
	border:0px;
	padding:2px 2px 2px 2px;
	background-color: #f0f1df;
	height: 80px;
	width: 184px;
}
