

#showPict {
	border: 0.000em;
	padding: 0.200em;
	margin: 0.200em;
	}

#showPict table{
	border-collapse: collapse;
	margin: 0px;
	width: 100%;

	}
#showPict #foot {
	padding: 4px;
	clear: both;
	border-top: 0.100em dotted green;
	}

#showPict #foot .footerCount {
	color: white;
	background-color: red;
	padding: 0.300em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	}

#showPict table td {
	padding: 4px;
	border: 0.100em solid green;
	vertical-align: top;
	}

#divRecpR table td {
	border: 0.000em;
	}
#nav {
	height: 3.000em;
	border-bottom: 0.100em dotted red;
	margin-bottom: 0.500em;
	} 

#navL,
#navR,
#navRecpL,
#navRecpR {
	text-align: center;
	}

#navL div,
#navRecpL div {
	float: right;
	}

#navR div,
#navRecpR div {
	float: left;
	}

#navL div:first-child a {width: 7em;}
#navR div:first-child a {width: 7em;}
#navRecpL div:first-child a {width: 7em;}
#navRecpR div:first-child a {width: 7em;}

#navL div:first-child a:before {width: 7em; content: "Previous";}
#navR div:first-child a:before {width: 1em; content: "Next";}
#navRecpL div:first-child a:before {width: 7em; content: "Previous";}
#navRecpR div:first-child a:before {width: 1em; content: "Next";}

#navL div:last-child a:before {content: "\21e4";}
#navR div:last-child a:before {content: "\21e5";}
#navRecpL div:last-child a:before {content: "\21e4";}
#navRecpR div:last-child a:before {content: "\21e5";}

#divL {
	float:left;
	width: 40%;
	margin-bottom: 5px;
	}

#divRecpL {
	float:left;
	width: 35%;
	margin-bottom: 5px;
	}

#divR {
	float: right;
	width: 59%;
	margin-bottom: 5px;
	}

#divRecpR,
#navRecpR {
	float: right;
	width: 65%;
	margin-bottom: 5px;
	}

#divR {
	text-align: center;
}

#divRecpR {
	text-align: left;
}

#navL,
#navR,
#navRecpL,
#navRecpR {
	width: 50%;
	}

#navL,
#navRecpL {
	float: left;
	}

#navR,
#navRecpR {
	float: right;
	}

#divR img,
#divL img,
#divRecpR img,
#divRecpL img {
	display: block;
	margin: 0.000em auto;
	width: 100%;
	padding: 0.000em;
/*	cursor: pointer; */
	-moz-border-radius: 10px;
	border-radius: 10px;
/*
	box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
	-moz-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
	-webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
*/
	}
figure {margin: 0px;}
figcaption {text-align: center;}

#showPict button {
	margin-bottom: 10px;
	}

#showPict button a {
	padding: 5px 20px;
}

#showPict button a:hover {
	text-decoration: none;
	border-bottom: 0.000em;
	}

#showPict button {
    font: 1em/150% 'Roboto condensed';
    border: 1px solid #ccc;
    border-radius: 10px;
    width: 8.00em;
    
    background-color: #ffcccc;
    /* background gradient */
    background-image: linear-gradient(top, #fff, #fcc);
    background-image: -moz-linear-gradient(top, #fff, #fcc);
    background-image: -webkit-linear-gradient(top, #fff, #fcc);
    background-image: -o-linear-gradient(top, #fff, #fcc);
    background-image: -ms-linear-gradient(top, #fff, #fcc);
    box-shadow: 0 0 10px #ccc;
}

#showPict button:hover {
    background-image: linear-gradient(top, #fff, #FFCC66);
    background-image: -moz-linear-gradient(top, #fff, #FFCC66);
    background-image: -webkit-linear-gradient(top, #fff, #FFCC66);
    background-image: -o-linear-gradient(top, #fff, #FFCC66);
    background-image: -ms-linear-gradient(top, #fff, #FFCC66);
    cursor:pointer;
/*  box-shadow: 0 0 20px #f88; */
}

/* nav L and R */

.more a {
	display: inline-block;
	background: #E0E0E0 url("bgSpriteV2.png") 0 -187px repeat-x;
	border: 1px solid #CECECE;
	border-radius: 3px 3px 3px 3px;
	color: #666;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	margin: 0 2px 5px 0px;
	padding: 0 13px;
	text-decoration: none;
}

.more a:hover {
	background: #E0E0E0 url("bgSpriteV2.png") 0 -320px repeat-x;
	}

.divClear {clear: both;}

/* General Table Style */

table.responsivetable {
    width: 100%;
    border-collapse: collapse;
    }

.responsivetable tr:nth-of-type(odd) {
    background-color: #eee;
    }

.responsivetable tr:nth-of-type(even) {
    background-color: #fff;
    }
.responsivetable caption {
/*  background-color: lightgrey; */
    color: #330000;
    font-weight: bold;
    text-align: left;
    padding: 0.400em;
    }

.responsivetable thead tr th {
    background-color: #333;
    color: white;
    font-weight: bold;
    }

.responsivetable td,
.responsivetable th {
    padding: 6px;
    border-top: 0.100em solid #ccc;
    border-bottom: 0.100em solid #ccc;
    text-align: left;
    }

.responsivetable tbody td {
/*  font-size: 12px; */
    }

.responsivetable tbody tr:hover {
    background-color: lightgrey;
/*  cursor: pointer; */
    }

.responsivetable tfoot td {
    text-align: center;
    background-color: #dcdcdc;
    font-size: 0.800em;
    border-top: 0.200em solid green;
    border-bottom: 0.100em solid green;
    }

@media screen and (max-width: 600px) {
	#divL table td {font-size: 0.900em;}

	#divL,
	#divR,
	#divRecpL,
	#divRecpR {
		float: none;
		width: auto;
		margin: 0px auto 5px auto;
		}

	.more a {
		padding:0px 7px;
	}
}
