/* netcam.css Version 1.0 February 4, 2009 created by David Mott */
body {
	background-color: #6482B4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}
table {
	background-color: transparent;
}
table.main {
	border: 4px groove #EEEEEE;
	background-color: #F5F59B;
}
table.thumbs {
	border: 4px groove #EEEEEE; 
	background-color: #CCCCAA; 
	height: 570px;
}
td.image {
	border: 6px inset #EEEEEE;
}
td.image_text {
	font-size: 20px; 
	font-weight: 600;
}
td.date {
	height: 50px; 
	font-size: 24px; 
	font-weight: 600;
}
td.thumbs {
	height: 50px; 
}
td.message {
	height: 25px; 
	font-size: 14px; 
	font-weight: 600;
}
td.return {
	height: 25px; 
	font-size: 14px; 
	font-weight: 600;
}
a:link { /* for unvisited links */
    color: #0000FF;
	text-decoration: none;
}
a:visited { /* for visited links */
    color: #0000FF;
	text-decoration: none;
}
a:active { /* when link is clicked */
    color: #0000FF;
	text-decoration: none;
}
a:hover { /* when mouse is over link */
    color: #FF0000;
	text-decoration: none;
}
input.button {
	background-color: #CCCCAA;
	width: 64px; 
	height: 26px; 
	font-size: 10px; 
	font-weight: 600; 
	cursor: hand;
}

