
.row0{background-color:#F8F8F8;}
.row1{background-color:#fff;}
.row2{background-color:#E9E9E9;}

.mborder{
    -moz-border-radius: 8px;border-radius:8px;padding:1px;border: 1px solid #cccccc
}
div.photos{
float:left;width:160px;height:160px; margin:5px; background-color:#F8F8F8;overflow:hidden;padding:0px;
-moz-border-radius: 8px;border-radius:8px;border: 1px dotted #cccccc;
    line-height: 160px;
    text-align: center;

}
div.photos img{
    vertical-align: middle;
    max-height: 160px;
    max-width: 160px;
    border: 1px solid #999999;cursor:hand;cursor:pointer;
}
div.photos:hover{color: red;}
div.photos:hover img{border: 1px solid #FF9900;}


#backtotop {
	position: fixed;
    right: 0;
    margin-left: 50px;
	bottom:5px;
	display:none;/*hid the button first*/
}
#backtotop a {
	text-decoration:none;
	border:0 none;
	display:block;
	width:41px;
	height:41px;
}
#backtotop a:hover {
	opacity:.8; /*mouse over fade effect*/
}
.desc{color:#666;}
.error{background-color: #FFFF00;}

#navlinks a:link,
#navlinks a:visited,
#navlinks a:active{
   	color:#000; text-decoration: underline;FONT-SIZE: 13px;text-align:center;
   	float:left;display:block;overflow:hidden;height:22px;width:25px;padding: 0px;font-weight: bold;border: 1px solid #333333;background-color:#ccc;margin:1px
}
#navlinks a.current{ color:red;FONT-SIZE: 18px;}
.stat1{
    text-decoration:line-through;
}
.stat2{
    color:red;
}
