@charset "utf-8";
/* CSS Document */

.resultsHeaderTitle{

	background-color:#e6e6e6;
	font-family:tahoma;
	font-size:11px;
	font-weight:bold;
	height:25px;

}

.resultsHeaderPagination, .resultsHeaderPagination a:link, .resultsHeaderPagination a:visited, .resultsHeaderPagination a:active{

	background-color:#e6e6e6;
	font-family:tahoma;
	font-size:11px;
	font-weight:normal;
	height:25px;
        color:#000000;
        text-decoration:none;

}

.resultsHeaderPagination a:hover{

	background-color:#e6e6e6;
	font-family:tahoma;
	font-size:11px;
	font-weight:normal;
	height:25px;
        color:#000000;
        text-decoration:underline;

}

.resultsTitle, .resultsTitle a:link, .resultsTitle a:hover, .resultsTitle a:active, .resultsTitle a:visited{

	font-family:tahoma;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
        height:30px;


}

.resultsText, .resultsText a:link, .resultsText a:hover, .resultsText a:active, .resultsText a:visited{

	font-family:tahoma;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;


}

.resultsVisitPage, .resultsVisitPage a:link, .resultsVisitPage a:active, .resultsVisitPage a:visited{

	font-family:tahoma;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
        color:#000000;


}

.resultsVisitPage a:hover{

	font-family:tahoma;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
        color:#000000;

}

.resultsDotLine{

	background-image:url(administration/img/dots.gif);
	background-repeat:repeat-x;
	height:10px;
        background-position:center;


}    

.searchTextBox{

	height:21px;
	//border:0px;
        border:solid #999999 1px;
	vertical-align:bottom;
        font-family:tahoma;
	font-size:14px;
	font-weight:bold;
        padding-top:5px;
        margin:0px;

}                                                    