/* CSS Document */

/*
 * The # is used to specify an ID element.
 * The ID can only be used by one element. 
 *
 * The . is used to specify a CLASS element.
 * CLASS is used for multiple instances or tags. 
*/


td.left_column {
  background-color: #907e57;
}

td.center_column {
  background-color: #907e57;
}

td.right_column {
  background-color: #907e57;
}

#mainlinks a:hover {
  color: #585c4f;
}

.currentpage {
  color: #585c4f;
}


#TA_Link{
	background-color: #907e57 !important;
}

.event_link{
	color: #685a3f!important;
	font-weight: bold;
}
	
.event_hol {
	color: #98460a;
	font-weight: bold;
}

.event_festiv {
	color: #fcc505;
	font-weight: bold;
}	


input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

a img{
	border:none;
	
}

#message
{
	font-size: 12px;
	font-weight: bold;
	color: #F00;
	float: left;
	width: 300px;
	position: relative;
	left: 120px;
	top: 40px;
	z-index:0;
}
/* remove the below class when removing the above message - its a overide */

.language 
{
_margin-left:30px;
*margin-left:30px;
}
