/*
   

   This file contains styles used in the index.html file.

*/




#clock {
	position: absolute;
	top: 27px;
	left: 1083px;
	width: 105px;
	height: 97px;
	background-color: #000099;
	text-align: center;
	color: white;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 2px;
	border:#FFFFFF;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style:solid;
	border-left-style: solid;
	border-bottom-width:thin;
	border-left-width:thin;
	border-right-width:thin;
	border-top-width:thin;
}
#clock h4, #countdown h4 {text-align: center; margin-bottom: 15px; letter-spacing: 4; font-variant: normal;
                          color: #FFFFFF; background-color: #000099; margin-top: 0px}
#clock p, #countdown p {
	color: #FFFFFF;
	font-weight: normal;
	letter-spacing: 1.5;
	margin-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
}

#clock input {
	font-size: 10pt;
	text-align: center;
	background-color: #000099;
	color: white;
	font-weight: bold;
	border-top-style: white;
	border-right-style: white;
	border-bottom-style: white;
	border-left-style: white;
}

#countdown {
	position: absolute;
	top: 27px;
	left: 882px;
	width: 172px;
	height: 100px;
	background-color: #000099;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: blink;
	border:#FFFFFF;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-width:thin;
	border-left-width:thin;
	border-right-width:thin;
	border-top-width:thin;
}
#countdown input {
	font-size: 10pt;
	text-align: center;
	background-color: #000099;
	color: white;
	font-weight: bold;
	border-top-style: white;
	border-right-style: white;
	border-bottom-style: white;
	border-left-style: white;
	
}
				 
				 
