/*---------------------------------------------------------------------------*/
/* Styles for the Home pages                                                 */
/*---------------------------------------------------------------------------*/


div.rightColumn {
	width: 500px;
	height: 600px;
	text-align: center;
	vertical-align: bottom;
	background-color: #aaaaaa;
    border: 2px dotted;
	padding: 0px 0px 0px 0px;
	margin-bottom: 10px;
	text-align: center;
}
td.frame {
    border: 2px solid black;
	margin: 20px 20px 20px 20px;
}

td.container {
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 600px;
	vertical-align:center;
	width: 500px;
	text-align: center;
	border: 2px solid dotted;
	background-color: #eeeeee;
}

img.thumbnail {
	width:75px; 
	height:75px;
	border: 2px solid black;
}

#image-title {
	text-align: center;
	font-weight: bold;
	padding-bottom: 5px;
    color: #888888;
}

img.button {
	border: 0px; display: inline}

div.button {
	text-align: center;  	
}

div.scroll {	
	height: 425px;	width: 182px;	
	overflow: auto;	
	border: 1px solid #666;	
	background-color: #bbbbbb;	
	padding: 8px;}