/*
* CSS Sheet for Virtual Pest Assignment
* @date: November 28th, 2005
* @author: Joseph 'Pcjoe' Florencio
*/
/* End floater */
div.endfloat {
	clear: both;
}
/* Body */
body {
	text-align: center; /* IE HACK to align to center */
	background-color: #AAAAFF;
	background-position: 0px 254px;
	background-repeat: repeat-x;
	background-image: url('images/repeat.gif');
	color: black;
	overflow:hidden;
}

/* Main Window */
div.mainwindow {
	margin: 20px auto 20px auto;
	border: 1px solid black;
	display: block;
	width: 510px;
	background-color: #BBBBFF;
	color: black;

	background-position: 0px 233px;
	background-repeat: repeat-x;
	background-image: url(images/repeat_solid.gif);/*
	filter:alpha(opacity=25);
	-moz-opacity:.25;
	opacity:.25;*/
}

/* Pet Name Header */
div.petname {
	border-bottom: 1px solid black;
	display: block;
	width: 100%;
	background-color: #FAFF7C;
	color: black;
	font-weight: 700;
	font-size: x-large;
}

/* Pet Image Holder */
div.petimgholder {
	float: left;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	display: block;
}

/* Play Box ( walk pet around ) */
#playbox 
{
	/* Place above regular layer */
	z-index: 2;
	position:absolute;
	top: 0px;
	left: 0px;
	display: none;
	width: 512px;
	height: 512px;
	border: 1px solid black;
	background-image: url(images/bg.png);
}

/* Link */
#link
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 16px;
	height: 24px;
	border: 0px;
	display: block;
/*	background-color: #FF0000; */
	background-image: url(images/down.gif);
	background-position: 50% 50%;
	background-repeat:no-repeat;
}

/* dog*/
#dog
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 19px;
	height: 16px;
	border: 0px;
	display: block;
	background-image: url(images/down.gif);
	background-position: 50% 50%;
	background-repeat:no-repeat;
}

/* ball */
#ball
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 8px;
	height: 8px;
	border: 0px;
	display: none; /* invisible by default */
	background-image: url(images/ball.gif);
	background-position: 50% 50%;
	background-repeat:no-repeat;
}

/* blkbox DEBUG*/
#blkbox1
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 4px;
	height: 4px;
	border: 0px;
	display: block;
	background-color: #000000;
	color: black;
}
#blkbox2
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 4px;
	height: 4px;
	border: 0px;
	display: block;
	background-color: #000000;
	color: black;
}
	

/* Form Display */
#formdisp ul
{
	list-style-type: none;
	text-align: left;
}

#formdisp ul li {
	margin: 1em 1em;
	padding: 0px 0px 0px 1em;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
}

#formdisp ul li label {
	padding: .3em;
	background-color: #ADFF77; /* bg color for each label */
	color: black;
	border: 1px solid black;
}

#formdisp ul li label:hover {
	background-color: #9BFF28;
	color: black;
}

/* credit box */
div.credit {
	float: right;
	margin: 10px;
	padding: .2em .5em;
	border: 1px solid black;
	display: block;
	background-color: #AAAAFF;
	color: black;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
}

/* Manual */
div.manual {
	float: left;
	margin: 10px;
	padding: .2em .5em;
	border: 1px solid black;
	display: block;
	background-color: #AAAAFF;
	color: black;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
}

/* Manual link */
div.manual a:link {
	text-decoration:overline;
	color:#000029;
}
div.manual a:visited {
	text-decoration:none;
	color:#000029;
}
div.manual a:hover {
	text-decoration:none;
	color:#6c6cb1;
}

/* Table of contents header */
h2.toc {
	margin-bottom: 0px;
}

/* Table of contents */
div.toc {
	padding: .2em .5em;
	margin-right: 15em;
	margin-bottom: 1em;
	border: 1px solid black;
	display: block;
	background-color: #AAAAFF;
	color: black;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div.manualstate {
	border: 1px solid black;
	display: block;
	background-color: #AAAAFF;
	margin-top: 1em;
	margin-bottom: 1em;
	color: black;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#manualpic {
	border: 1px solid black;
	border-left: 0px;
	border-bottom: 0px;
	border-top: 0px;
	float: left;
	width: 100px;
	height: 100px;
}

/* toc link */
div.toc a:link {
	text-decoration:none;
	color:#000029;
}
div.toc a:visited {
	text-decoration:none;
	color:#000029;
}
div.toc a:hover {
	text-decoration:overline;
	color:#6c6cb1;
}

/* Use firefox warning */
h3.usefirefox {
	color:#FF0000;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: 900;
}