/* CSS Document */
body{
}
input, select, textarea{
	color:#000000;
}
h3{
font-weight: bold;
}
#container{
/*	height: 465px;
*/	width: 100%;
}
#left{
/*	float:left;
	width: 70%;
*/	margin: 0;
	padding-right: 10px;
}
#right{
/*	border-left: 1px solid #808080;
*//*	margin-left: 70%;
	width: 25%;
*/	padding-left: 1em;
}
#tagCloud{
	width: 110%;
	height: 240px;
	overflow:auto;
}
#searchStats{
	width: 110%;
	overflow:auto;
	height: 240px;
	overflow:auto;
	word-wrap: break-word;
}
.clear{
	clear: both;
}
.error{
	color:#FF0000;
}
#searchError{
/*	display: none;
*/
	margin-bottom: 5px;
}
#searchBox{
/*	display: none;
*/
	margin-bottom: 5px;
}
#searchTitle{
	font-style:italic;
}
#bottom{
	margin-top: 20px;
}
.tags{
	float: left;
}
.siteTag{
	padding: 3px;
}
.siteTag a:hover{
	color:#FFCC00;
}
.tag{
	padding-right: 3px;
	float: left;
	width: 120px;
}
.tag .tagCheckbox{
	float: left;
	margin-right: 3px;
}
.tagLink{
	float: left;
	margin-right: 5px;
	margin-top: 5px;
}

.tag a:hover{
	color:#FFCC00;
}
.siteLinks{
	margin-top: 5px;
	clear: both;
}
.site{
	margin-top: 5px;
}
.site .siteCheckbox{
	float: left;
	margin-right: 3px;
}
.site .siteLink h3 a{
	color:#FFFFFF;
}
.site .siteLink span{
	font-weight:normal;
}
.pageDescription{
	padding: 3px;
	border: 1px solid #808080;
	width: 500px;
}
.phpmaker select option{
	color:#000000;
}
h3{
	margin: 0px;
	color: #451414;
}
#pager{
	margin-top: 10px;
}
#pager a{
	padding: 5px;
}
.siteGroup{
	margin-top: 5px;
	border: 1px solid #7F7F7F;
	padding: 3px;
}
.site .link{
	font-weight: bold;
	margin-right: 5px;
}
.selectedPageButton{
	font-weight: bold;
	background-color: #CCCCCC;
}
.unselectedPageButton{
	font-weight: normal;
	background-color:;
}
form{
margin:0px
}
#PageSec{
margin-top:10px;
}
#PageLine{
	font-size:x-small;
	font-weight:normal;
	visibility:hidden;
}
#Heading{
font-weight:bold;
}