/* --------------------------------------------------------------
    Default CMS table styles
    Fast Track Sites
    http://www.fasttracksites.com
---------------------------------------------------------------*/

.title1 {
	background-image: url('images/topnav-norm.jpg');
	height: 17px; 
	color: #fff;
	font: normal 11px Tahoma,Helvetica,Arial,Lucida Sans Unicode,Lucida Sans;
	font-weight: bold;
	border-top: 1px solid #656B78;
	border-bottom: 1px solid #656B78;
	padding: 0 5px 0 5px;
}

.colour1 {
	padding: 2px 3px 2px 3px; 
	background-color: #3b92bf;
	color: #fff;
}

.colour2 {
	padding: 2px 3px 2px 3px;
	background-color: #3b80a9; 
	color: #fff;
}

.tableborder{ /* this will affect the outlining border of all the tables and boxes through-out the CMS. */
	border: 1px solid #000;
	padding: 0; 
}

/*-----------------------------------------------------------
	Form Fields
-----------------------------------------------------------*/
input, textarea, select {
	background: #b9d3e3;
	color: #000;
	font: normal 11px Tahoma,Helvetica,Arial,Lucida Sans Unicode,Lucida Sans;
	border: 1px solid #000; 
}

input {
	text-indent: 2px; 
}

.textarea, .button {
	border: 1px solid #000;
	color: #000;
	font-family: Tahoma,Helvetica,Arial,Lucida Sans Unicode,Lucida Sans;
	font-size: 11px;
	padding: 2px;
}

