/***********************************
*
*	forms.css
*
*	Sets the generic style for forms.
*	Specific information will be set in individual style sheets
*
*/
/****************
* .miniform is a small form for collecting simple information such as login details
*/
.miniform  {
	background-color: #CCC;
	max-width: 400px;
	border: 4px groove black;
	padding: 5px;
	color:black;
  /*overflow:hidden;*/
}
.miniform fieldset {
	background-color: #EEE;
	color:black;
  /*max-width:300px;*/
}
.miniform ul{
	list-style-type: none;
  /*padding-left:10px*/
}
.miniform li {
	clear:both;
}
.miniform li label{
	float:left;
}
.miniform li input, .miniform li textarea {
	float:right;
}
.miniform li input:focus, .miniform li textarea:focus {
	background-color: #ffff88;
}
.miniform textarea {
  width:100%;
}
.miniform input, .miniform label {
	height:1.3em;
}
.miniform .submit_button {
	height: 1.9em;
	padding: 1px 2px 4px 2px;
	color: black;
}
.miniform #submit, .miniform #logoutsub, .miniform h4 {
	margin-top:2px;
	margin-bottom:4px;
	height:2em;
}
.miniform .getenquiry {
	width:90%;
	max-width:90%;
	margin-top:5px;
}
.miniform legend {
	background-color:rgba(255,10,0,0.6);
	border-right:1px solid black;
	border-bottom:1px solid black;
}
.miniform #subenq {
	height:3em;
}
.miniform #for_question {
	display:none;
}
/*************
* .onebutton is a form that contains a single button such as the logout button
*/
.onebutton {
	height:auto;
	width:auto;
	padding:2px;
	margin:3px;
}
/*******************
* login
*/
#login, #register {
	width:350px;
}
#login ul, #register ul {
	/*padding-left:5px;
	font-size:0.9em;*/
}
/*******************
* login in banner
*/
#balogin{
	background-color:#FF5555;
	border:none;
	float:right;
	max-width:300px;
	margin-left:auto;
	overflow:hidden;
	font-size:0.8em;
	margin-right:3px;
	padding:2px;
	position:relative;
}
#balogin fieldset {
	background-color:transparent;
	color:black;
	padding:0;
	margin:0;
  max-width:300px;
  border:0;
}
#balogin ul {
	list-style-type:none;
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
	padding-left:5px;
	margin-left:0;
	overflow:hidden;
}
#balogin li {
	margin-top:0;
	margin-bottom:0;
	overflow:hidden;
	padding:0;
	clear:left;
}
#balogin li label {
	float:left;
	clear:left;
	padding:0;
	margin:0;

}
#balogin li input {
	font-size: 0.75em;
	margin:0 auto 0 6px;
	float:right;
	clear:right;
}
#balogin #submit, #balogin #logoutsub {
	padding:0;
	height:2em;
	margin:0;
}
#balogin #logoutsub {
	margin-top:10px;
	height:2em;
}
#balogin a {
	float:left;
	clear:left;
}
/****************
* mailings
*/
#mailings ul {
	list-style-type:none;
	font-size:0.9em;
}
#mailings li {
	padding-bottom:4px;
	display:table;
}
#mailings input {

}
/**********************
* update stuff
*/
.update fieldset {
	margin-top:10px;
	width:100%;
	max-width:500px;
	background-color:#c9d8f3;
	overflow:hidden;
}
.update fieldset legend {
	border-bottom:2px groove #555;
	border-left:2px groove #555;
	background-color:#bbe3ea;
}
.update fieldset ul {
	width:70%;
	float:left;
}
.update #submit, .update #submit2 {
	float:right;
	width:auto;
	margin-top:30px;
	height:2.5em;
}
/*******************
* updated
*/
.updated {
	color:red;
	font-size:1.1em;
	font-weight:bold;
	border:2px solid black;
	background-color:white;
	width:30%;
	position:absolute;
	top:3px;
	right:3px;
}

/******************
*	#events is the form for entering new events - not used yet
*/
#events {
	height: 200px;
}
#events ul {
	list-style-type:none;
	padding:0;
	margin-right:auto;
	margin-left:auto;
	width:96%;
	min-width:20%;
	overflow: auto;
	max-height:280px;
	margin-top:0;
	border: 2px solid blue;	
}
#events li {
	margin-bottom:1px;
	margin-right:auto;
	padding-right:0;
}
#events .past {
	background-color:#DDD;
}
#events .future {
	background-color:#000099;
}
#events .nonattend {
	color:gray;
}
#events .attend {
	color:black;
}
#events li input {
	color: inherit;
	margin-right:2px;
}
#events li .date {
	text-align:right;
}
#events p {
	background-color:white;
	font-size:.8em;
	display:inline;
}
#events span.delete {
	background-color:#CCC;
	margin-left:10px;
	padding-left:5px;
	padding-right:5px;
	font-size:0.9em;
	border:3px groove #BBB;
}












