a, a:active, a:visited  { color: #1f7099; text-decoration: none; }
a:hover                 { color: #d91a54; text-decoration:underline; }
body, select, input, textarea {
		Arial, Helvetica, Garuda, sans-serif;
                #color: #6B7074;
                color: #000000;
}
#input {
#		background-color: #4C5156;
#                color: #CCCCCC;
#}
#select option {
#    		background-color: #4C5156;
#		color: #CCCCCC;
#}
#select {
#		background-color: #4C5156;
#		border: 1px solid black;
#		color: #CCCCCC;
#}
table {
		border-collapse:collapse;
		#width: 100%;
}
	
.headertable, th, td {
		border: 1px solid black;
}
	
table, th, td {
		border: 1px solid #CCC;
		font-family: Arial, Helvetica, Garuda, sans-serif;
		font-size: 10pt;
		padding: 5px;
}
	
table a {
		color: #617E35;
}

table th a, a:active, a:visited {
		color: rgb(186, 220, 237);
}
	
th {
		color: #CCCCCC;
		background-color:#4C5156;
		font-family: Arial, Helvetica, Garuda, sans-serif;
}

p {
		font-weight:bold;
		vertical-align:center;
}
	
h1, h2, h3 {
		font-family: Arial, Helvetica, Garuda, sans-serif;
}

.competitionDate {
		font-family: Arial, Helvetica, Garuda, sans-serif;
		font-size: 14px;
		font-weight: bold;
		color: #777777;
}
	
.grayinfo {
		font-family: Arial, Helvetica, Garuda, sans-serif;
		font-size: 14px;
		font-weight: bold;
		color: #777777;
}
	
div.alertbox_success {
		z-index: 1000;
		width: 400px;
		background-color: #dbe89a;
		position: relative;
		-webkit-border-radius: 3px;
		padding: 10px;
		left: 50%;
		margin-left: -200px;
		font-family: Arial, Helvetica, Garuda, sans-serif;
}
	
div.alertbox_warning {
		z-index: 1000;
		width: 400px;
		background-color: #e89a9a;
		position: relative;
		-webkit-border-radius: 3px;
		padding: 10px;
		left: 50%;
		margin-left: -200px;
		font-family: Arial, Helvetica, Garuda, sans-serif;
}
	
div.alertbox_medium {
		z-index: 1000;
		width: 400px;
		background-color: #e8de9a;
		position: relative;
		-webkit-border-radius: 3px;
		padding: 10px;
		left: 50%;
		margin-left: -200px;
		font-family: Arial, Helvetica, Garuda, sans-serif;
}
	
.alertheader {
		font-weight: bold;
}
