/*----------------------------*/
/* ------ STR NAVIGATION ---- */
/*----------------------------*/

#pagesbar {
	padding: 10px 0px 0px 0px;
	font-weight : bold;
	text-decoration : none;
}

#pagesbar .str {
/*	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background-color:#39d;
	border:1px solid #39D; 
	color:#fff;
	text-shadow:0 -1px 0 #39d;
	padding:4px 10px;
	font-size:9px;
	font-weight:bold;
	*/
	min-width:33px;
	font-size:12px;
	font-weight: normal;
	font-family: arial;
	background-color: #7AA824;
	background: -webkit-gradient(linear, left top, left bottom, 
								 color-stop(0, #EFF2FA), 
								 color-stop(0.13, #d6e6f0), 
								 color-stop(0.67, #ddeef6), 
								 color-stop(1, #EFF2FA));
	background: -moz-linear-gradient(top, #EFF2FA, #d6e6f0 13%, #D7EAFF 67%, #EFF2FA 100%);
	background-color: #D7EAFF;
	border: 1px solid #9CE;
	padding: 0.2em 0.5em;
	color:#00529B;
	text-shadow: #f8f8f8 0px -1px 3px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;	
	text-align:center;	 
}
#pagesbar .str::-moz-focus-inner {
	padding:0;
	border:0;
}
#pagesbar .str:hover, 
#pagesbar .str:focus {
	background-color:#ACE;
	font-weight:bold;
	border: 1px solid #7bE; 
	text-shadow: #fffffff 0px 0px 5px;
	cursor:pointer;
}

.str_ss, 
#pagesbar .str_s {
 /*	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border:1px solid #39D;
	color:#000;
	padding:6px 12px 5px;
	font-size:9px;
	font-weight:bold;
*/
	min-width:33px;
	font-size:12px;
	font-weight: normal;
	font-family: arial;
	
	background-color: #7AA824;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #EFF2FA), color-stop(0.6, yellowgreen), color-stop(0.97, #FFFFFE), color-stop(0.99, #9BE));
	background: -moz-linear-gradient(bottom, #EFF2FA, yellowgreen 60%, #FFFFFE 97%, #9BE 99%);

	padding: 0.2em 0.5em;
	background-color: #EFF2FA;
	border: 1px solid yellowgreen;
	color: darkgreen;
	
	text-shadow: #f8f8f8 0px -1px 3px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;	
	text-align:center;	 	
}
#pagesbar .str_s::-moz-focus-inner {
	padding:0;
	border:0;
}
#pagesbar .str_s:hover, 
#pagesbar .str_s:focus {
	background-color:#ACE;
	font-weight:bold;
	border: 1px solid #7bE; 
	text-shadow: #fffffff 0px 0px 5px;
	cursor:pointer;
}

#pagesbar u {
	color: #789;
	font-size : 11px;
	font-style : normal;
	padding: 3px;
	text-align:left;
}

/* .form table tbody td { padding: 8px 15px; } */ 
