body
{
background-color:#ffffff;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
}

a:link {
text-decoration: none;
}

a:visited {
text-decoration: none;
}

a:hover {
font-weight:bold;
text-decoration: none;
}

a:active {
text-decoration: none;
}


table, th, td
{
border-style:solid;
border-width:1px;
border-color:#4C4C4B;
border-collapse:collapse;
border:none;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
}
td
{
padding:2px;
spacing:0px;
}
tr:hover {
    background-color: #FFCC00;
}
#wrapper {
	min-height:100%;
	position:relative;
}
#header {
	background:#FFFFFF;
}
#content {
	padding-bottom:30px; /* Height of the footer element */
}
#footer {
	background:#000000;
	width:100%;
	height:25px;
	position:absolute;
	bottom:0;
	left:0;
}

.textbox { 
    background: #FFF url(images/baseball.png); 
    background-size: 20px 20px;
    background-repeat: no-repeat;
    border-radius: 8px;
    border: 1px dashed #999999; 
    outline:0; 
    padding-left: 23px;
    height:22px; 
    width: 180px; 
  } 
  