/* CSS Document */




.pic {
	cursor: pointer;
	border-top-color: #009966;
	border-right-color: #009966;
	border-bottom-color: #009966;
	border-left-color: #009966;
}
.page {
	font-family: Papyrus;
	font-size: 18px;
	font-weight: bold;
	color: #CC0000;
}
.go_to_view {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #0066FF;
	cursor: pointer;
}
.find {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	padding-right: 10px;
	padding-left: 10px;
	font-style: normal;
	background-color:#474747;
	 color:#F9F9F9;  
	 letter-spacing:2px;
}
.speed {
	color: #cd1242;
	font-weight: bold;
	font-size:12px;
}
.search {
	background-image: url(./modules/image/tables_search_5.gif);
	background-repeat: repeat;
	background-position: center center;
	margin: 5px;
}
.button {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	cursor: pointer;
}
.my_sel {
	font-size: 14px;
	background-color: #ECFFF5;
	color: #000000;
	border: 2px inset #0000FF;
}
.category {
	font-style: oblique;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background:#474747;
	color:#FFFFFF;
	padding:0px 10px;
}
.nametv {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #006699;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
}
.findsort {
	font-family: Papyrus;
	font-size: 36px;
	color: #FFCC33;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}

.my_but_1 {
	cursor: pointer;
}

.lst {
	color: #0000FF;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	
}
.pages {
	text-decoration: none;
	cursor: pointer;
	font-size: 18px;
	background-color: #d9ddE2;
	margin: 2px;
	padding: 4px 6px;
	color: #393753;
}
.current {
	background-color: #CD1242;
	font-size: 18px;
	margin: 2px;
	padding: 4px 6px; 
	text-decoration: none;
    cursor: text;	
	color:#ffd400;
}

.nextprev {
	text-decoration: none;
	cursor: pointer;
}
#shpages {
	
	height: auto;
	width: 100%;
	
}
#shpages li{
float:left;

}

#shpages ul  {
	list-style-position: outside;
	list-style-type: none;
	list-style-image: none;
	float: left;
}
.pages a:link, .pages a:visited, .pages a:active{
color: #393753;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	


}

.pages a:hover{
    color: red;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	


}

.current a:link, .current a:visited, .current a:active{
color: #FFD400;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	cursor:text
	


}

