/* Style Sheet for daily photo website
   Last updated: Nov 2006 */

#container {
	width:760px;
	margin: 30px auto 0px auto;
}

#scriptOff {
	width: 200px;
	position: absolute; top: 10px; left: 10px;
	border: 4px solid red;
	padding: 0px 15px 0px 15px;
	background-color: #999999;	
}

body {
	background: white;
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

p {
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
}

.centre {
	text-align: center;
}

.right {
	float: right;
	text-align: right;
}

.large {
	font-size: 120%;
	font-weight: bold;
}

.small {
	font-size: 70%;
}

.gray {
	color: #999999;
}

img {
	border:0px;
	width: 100px;
	height: 75px;
}

table {
	border-collapse:collapse;
	border: 0px;
}

/* if Javascript off, then Firefox would otherwise collapse rows containing no images */
td {
	border:1px solid #CCCCCC;
	height: 75px;
}

td.white {
	border:1px solid #FFFFFF;
	height: 10px;
}

 a {
	color: #330099;
 }

 a:hover {
	background: #FEE0FD;
 }

 a:active {
	background: #FCBEF9;
 }

/* End of Style Sheet */

