@CHARSET "ISO-8859-1";

body
{
	font-family:	arial;
	font-size:		10pt;
}

/* index.php & login.php */
#loginDiv
{
	position:			absolute;
	left:				50%;
	top:				50%;
	margin-top:			-100px;
	width:				300px;
	height:				140px;
	margin-left:		-150px;
	border:				1px solid black;
	background-image:	url('./design/loginDiv.png');
}
#loginAccepted
{
	width:			100%;
	text-align:		center;
	font-size:		14pt;
	color:			green;
}
#loginRejected
{
	width:			100%;
	text-align:		center;
	font-size:		14pt;
	color:			red;
}
/* index.php & login.php */

/* main.php */
#optionsDiv
{
	width:		800px;
	height:		100px;
 	border:		1px solid black;
 	position:	absolute;
 	left:		0px;
 	top:		0px;
}
#informationDiv
{
	width:		700px;
	height:		30px;
	position:	absolute;
	left:		2px;
	top:		22px;
}
#logoutDiv
{
	width:		98px;
	text-align:	right;
	height:		30px;
	position:	absolute;
	left:		702px;
	top:		22px;
}
#showTipDiv
{
	width:		398px;
	height:		30px;
	position:	absolute;
	left:		2px;
	top:		52px;
}
#showResultDiv
{
	width:		398px;
	height:		30px;
	position:	absolute;
	left:		400px;
	top:		52px;
	text-align:	right;
}
#tipDiv
{
	width:		800px;
	border:		1px solid black;
}

div.tipRow
{
	width:		800px;
	clear:		both;
}

div.teamIcon
{
	width:		190px;
	height:		60px;
	float:		left;
	text-align:	center;
}

div.teamIconS
{
	width:		10px;
	height:		60px;
	float:		left;
	text-align:	center;
}

div.teamName
{
	width:		190px;
	height:		20px;
	float:		left;
	text-align:	center;
}

div.teamNameS
{
	width:		10px;
	height:		20px;
	float:		left;
	text-align:	center;
}

div.vS1
{
	width:		20px;
	height:		60px;
	float:		left;
}

div.vS2
{
	width:		20px;
	height:		20px;
	float:		left;
}

div.hS
{
	width:		100%;
	height:		20px;
	clear:		both;
}
/* main.php */

#mainFrame
{
	position:	absolute;
	left:		50%;
	top:		50%;
	width:		800px;
	height:		530px;
	margin-left: -400px;
	margin-top:	-265px;
	background-image: url('./design/back.png');
}
