/* --------------------------------------------------------
* MMG-CMS - developed for Harold Mitchell Foundation
* Copyright (C) 2004-2009 MMG interactive
*
* MMG interactive versioning:
* ---------------
* $Revision: 25 $
* $Author: mark $
* $Date: 2008-06-17 12:42:42 +1000 (Tue, 17 Jun 2008) $
*
* --------------------------------------------------------
*/

.form_title {
	background-color: #58a030;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	height: 16px;
	padding-left: 6px;
}

.form_name {
	color: #000000;
}

.form_gap {
	height: 4px;
	border-bottom: 1px solid #648C3A;
}

a.form_DL {
	color: #140766;
	font-size: 9px;
	text-decoration: underline;
}

.textSml {
	font-family: Verdana,Arial,sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	background-color: transparent;
	border: 1px #777777 solid;
	height: 18px;
}

.textMed {
	font-family: Verdana,Arial,sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	background-color: #ffffff;
	border: 1px #777777 solid;
}

.textSmlNoBorder {
	font-family: Verdana,Arial,sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	background-color: transparent;
	height: 18px;
}

.smallTitle {
	font-family: Verdana,Arial,sans-serif;
	font-size: 10px;
}

.genButton {
	border: 1px #000000 solid;
	width: 60px;
	font-size: 11px;
}

.genButtonLrg {
	border: 1px #000000 solid;
	width: 120px;
	font-size: 11px;
}

.textSmlTextArea {
	font-size: 11px;
	font-family: verdana, arial;
}

.searchLine {
	border-bottom: 1px #EFF3EB solid;
}

.button {
	border: 1px #000000 solid;
	width: 60px;
	font-size: 11px;
}

.buttonMed {
	border: 1px #000000 solid;
	width: 100px;
	font-size: 11px;
}

.buttonMed2 {
	border: 1px #000000 solid;
	width: 130px;
	font-size: 11px;
}


.buttonMedActive {
	border: 1px #000000 solid;
	width: 100px;
	font-size: 11px;
	background-color: #263f6a;
	color: #ffffff;
}

.buttonLrg {
	border: 1px #000000 solid;
	width: 180px;
	font-size: 11px;
}