/* Pagination Links */
a.pagination {
	color: #FFFFFF;
}
a.pagination:hover {
	color: #FFCC00;
}
a.pagination_link_current {
	text-decoration: none;
	background: #CC0000;
	font-weight: bold;
	padding: 2px 3px 2px 3px;
}
a.pagination_link {
	text-decoration: underline;
}


/* Error and Info Messages */
.messages {
	text-align: center;
	font-weight: bold;
	font-size: 120%;
}

.error {
	color: #900;
}

.info {
	color: #FFF;
}


/* a table with bordered cells */
table.bordered {
	border-collapse: collapse;
}
table.bordered td {
	border: 1px solid #666666;
}
/* a table with not-bordered cells */
table.notbordered td {
	border: 0px solid #000;
}

/*changed from bg FAFAFA color 000 font-size=100% */
input, input.button, textarea, .button {
	border: 1px solid #000;
	background-color: #FFF;
	color: #006;
	font-size: 95%;
	font-family: Arial,Helvetica,Verdana,sans-serif;
}

input.button, .button {
	border: 1px solid #000;
	background-color: #FFF;
}

table.entries {
	width: 700px;
	background-color: #000066;
}

table.entries tr.header {
	background-color: #000066;
	font-weight: bold;
	text-align: center;
}
table.entries tr.header a:link {
	color: #FFCC00;
}
table.entries tr.header a:visited {
	color: #FFCC00;
}

table.entries tr.header a:hover {
	color: #FF0000;
}

