/*

*/

body{
	background-color: #FFFFCC;
}

a:link    {text-decoration:underline; color:#000066;}
a:visited {text-decoration:underline; color:#000066;}
a:hover   {text-decoration:underline; color:#FF6600;}

a.smallLink:link    {text-decoration:underline; color:#000066; font-size: 10px;}
a.smallLink:visited {text-decoration:underline; color:#000066; font-size: 10px;}
a.smallLink:hover   {text-decoration:underline; color:#FF6600; font-size: 10px;}

a.addTeam:link {text-decoration:underline;color:#FF0000;font-size: 12px;font-weight:bold;}
a.addTeam:visited {text-decoration:underline; color:#FF0000; font-size: 12px;font-weight:bold;}
a.addTeam:hover   {text-decoration:underline; color:#FF6600; font-size: 12px;font-weight:bold;}


table{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size : 12px;
}


.subheading{
    font-size : 18px;
    font-weight : bold;
}

.inputbox
  {
    font-size: 10px;
    border: 1px solid #000000;
    width: 150px;
}
  
.button{
    font-size : 10px;
}
    

.label{
    font-weight: bold;
}


.required{
    color : Red;
}


.tableheader{
	background-color: #EAEAEA;
	border: 1px solid Gray;
	color : #000000;
	font-family: verdana, arial;
	font-weight: bold;
	text-align: left;
	padding : 3px;
}

.registeredRow1 {
    font-size:10px;
    background-color: #f0f0f0;
}

.registeredRow2 {
    font-size:10px;
    background-color: #b9cef0;
    }

.unregisteredRow1 {
    font-size:10px;
    background-color: #F8F8FF;
}

.unregisteredRow2 {
    font-size:10px;
    background-color: #FDE0B5;
}

.errormessage{
    color: red;
    font-weight: bold;
}

.smalltext{
    font-size:10px;
    font-style : italic;
}

.breadcrumb{
    font-size:10px;
    background-color : #FFFF8C;
}

#helpbox {
	position : relative;
	left : -25px;
	top : -70px;
	z-index: 1;
}

tr.registrationheader {
	background-color : #DFDFDF;
	font-weight : bold;
	text-align : center;
}

tr.registrationtext {
	text-align: center;
}

.inputbox50px
  {
    font-size: 10px;
    border: 1px solid #000000;
    width: 50px;
}

.inputboxAdmin {
	border : 1px solid Gray;
	font-size: 10px;
}

tr.registrationheader2 {
	background-color : #DFDFDF;
	font-weight : bold;
	text-align : center;
	font-size:10px;
}
