/* general styles */
html { min-height: 100%; margin-bottom: 1px; }

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, MS Sans Serif;
}

/*	the dotted horizontal line	*/
.dotted, .dottedGap{
	background-position: 0 0;
	background-repeat: repeat-x;
	background-image: url(../images/dotted.gif);
	height: 1px;
	overflow: hidden;
	clear: both;
	display: block;
	margin:5px 0px 5px 0px;
}

.dottedGap
{
	margin:15px 0px 5px 0px;
}

/*	where the esit content sits	*/
div#esitcontent
{
	font-size: 85%;/*0.73*/
	text-align:left;
	height:auto;
	width:745px;
	/* BOX MODEL HACK 
	width:645px !important;
	width:645px;
	width /**(need slash):745px;
	 BOX MODEL HACK */
}

/*	define h's	*/
h1 {
	font-size: 1.25em;
	font-weight: bold;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
}

h3 {
	font-size: 1em;
	font-weight: bold;
}

h4 {
	font-size: 1em;
	font-weight: bold;
}

p.red
{
	color:Red;
}

/*	hyperlinks		*/
a:link, a:hover, a:visited
{
	color:#3F7A12;
}

/*	if we need to style a button like a link */
input.linkButton
{
	color:#3F7A12;
	border:none;
	background:none;
	text-align:left;
	cursor:hand;
	text-decoration:underline;	
	padding:0;
	margin:0;
	font-size:100%;
}

/* lists of options	*/
ul.links
{
	margin:none;
	padding:none;
}

ul#linksLeft
{
	float:left;
}
ul#linksRight
{
	padding-left:100px;
	float:left;
}

ul.links li 
{
	list-style-type: none;
	margin-top:12px;

}

.clear
{
	clear:both;
	
}

.error
{
	color:Red;
}

.access
{
	display:none;
	visibility:hidden;
}
.main
{
	/*background: #FFF3B3;*/
	background:#f0f0f0;
	padding:35px;
	
	border-left:1px solid lightgrey;
	border-right:1px solid lightgrey;
	border-bottom:1px solid lightgrey;
	float:left;
	/* BOX MODEL HACK */ 
	width:675px !important;
	width:675px;
	width /**/:745px;
	/* BOX MODEL HACK */

}

/*	field forms	*/
fieldset
{
	border:none;
}

#fields
{
	margin-top:30px;
}

/*
#fields p
{
	margin:8px 0px 25px 160px;
}
*/
#fields label, #fields .label
{
	float:left;
	width:150px;
	margin-right:3px;
	text-align:right;
	color:#900;
	margin-top:3px;
}

#fields .value
{
	float:left;
}

#fields input, #fields #description ,#fields textarea
{
	width:300px;
	font-family: Verdana, Arial, MS Sans Serif;
}
#fields textarea
{
	font-size:100%;
}


#fields div.row
{	
	margin-bottom:12px;
	clear:left;
}

#fields div.gap
{	
	margin-bottom:12px;
	margin-top:36px;
}

/*	the form validation summary	*/
#valSummary
{
	font-size:larger;
}


/*	form details i.e. a list of details rather than a list of fields */

#details .label, .detailsLabel
{
	color:#900;
	font-style:italic;	
	float:left;
	width:150px;
	text-align:right;
}

.detailsLabel
{
	font-style:normal;
}

#details div
{	
	margin-top:13px;
	margin-bottom:13px;
	clear:left;
}

#details div.tall
{
	clear:none;
	float:left;
	margin:0 0 5px 3px;
	width:500px;
}

#details input
{
	float:left;
	margin-right:40px;
}

#details .buttons
{
	margin-top:30px;
}


.userMessageLine
{
	font-size:0.9em;
	color:#900;	
}

#userMessage .adminLink a
{
	font-size:1em;
	color:#3F7A12;
}

#userMessage span, #userMessage a 
{
	color:#900;
	font-size:0.9em;
}
#userMessage span span
{
	color:Black;
}
.DivBreadCrumbs
{
	margin-top:4px;
}
/* **************************************** */
/* login pages */

div.loginForm
{
	width:300px;
	padding:5px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
}

div.loginForm h3
{
	text-align:center;
}

div.loginForm div
{
	margin-top:3px;
}

div.loginForm label
{
	width:100px;
	text-align:right;
	margin-right:5px;
	display:block;
	float:left;
}

div.loginForm input.login
{
	width:150px;
}

div.loginForm input.loginBtn
{
margin:5px 0px 15px 10px;
color:#3F7A12;
}

.loginBtn2
{
margin:5px 0px 15px 40px;
color:#3F7A12;
}

div.loginForm a
{
	margin:5px 0px 10px 80px;
}

div.login
{
	margin :20px 100px 0px 100px;
	padding:30px 10px 30px 10px;
	border:1px solid lightgrey;
	text-align:center;
	background:#f0f0f0;
	
}

.loginH2
{
	text-align:center;

}
.loginErrorRow
{
	color:Red;
	font-weight:bold;
}

.reminderMessage
{
	color:Red;
}

.messageRow
{
	margin:15px 30px 15px 30px;
}

div#userMessage
{
	margin-bottom:10px;
}

/*	committee select page	*/
table#committeeSelectList
{
	margin:30px 30px 15px 60px;
}

table#committeeSelectList td.buttonCell
{
	width:100px;
	text-align:center;
	padding-top:3px;
	padding-bottom:3px;
}

table#committeeSelectList td.keynameCell
{
	width:300px;
}



/* **************************************** */
/* committe documents page */

#comDocs .countLimit
{
	color:Red;
}
.docWrapper .title a
{
	color:Black;
}

#comDocs .label
{
	color:#900;
	font-style:italic;	
}

#docsList
{
	font-size:0.9em;
	margin-top:30px;
}

.docWrapper .attributes,
.docWrapper .options,
.docWrapper .checkOutMessage
{
	text-align:right;
}

.docWrapper .desc,
.docWrapper .title
{
	margin-bottom:10px;
}
.docWrapper .options
{
	margin-top:10px;
}

.docWrapper .checkOutMessage
{
	color:Red;
	font-weight:bold;
}


#searchOpts p
{
	color:Red;
	margin:10px 40px 10px 40px;
}

div#nonSearchOpts div, div#nonSearchOpts ul, div#nonSearchOpts  li, div#nonSearchOpts a
{
	margin:none;
	padding:none;
}

.searchNumbers, .searchNumbersFull
{
	display:block;
	color:Red;
	border:1px solid lightgrey;
	padding:3px;
	text-align:center;
}

.searchNumbersFull
{
	color:Black;
}
	
/* **************************************** */
/* member pages */

.memWrapper, .memWrapper2
{
	width:630px;
	padding-bottom:8px;
	padding-top:3px;
	clear:both;
}

.memWrapper2
{
	/*background:ghostwhite;*/
}

.memberList .row1
{
	height:1em;
}

.memberList .row2, .memberList .row3
{
	margin-top:3px;
	height:1em;
}

.memberList .name
{
	float:left;
}

.memberList .role
{
	float:left;
	padding-right:6px;
	color:Red;
	font-weight:bold;
}

.memberList .tel
{
	float:right;
	width:15em;
	margin-left:20px;
}

.memberList .email
{
	float:left;
	margin-left:60px;
}

 .memberList .memberID
{
	float:left;
	margin-left:20px;
	
}

.memberList .tel
{
	float:right;
	width:15em;
	margin-left:20px;
}


.memberList .label
{
	color:#900;
	font-size:smaller;
}

.memberList .link
{
	float:right;
	font-size:smaller;
}

/* **************************************** */
/* member detail page */

.addressRow
{
	height:3em;
	margin-bottom:12px;
}

table#ROLES
{
	float:left;
}

table#ROLES label
{
	width:20px;
	float:none;
}

table#ROLES input
{
	width:17px;
}

table#ROLES td
{
	width:4.2em;
}

/* activities */

.activityWrapper2
{
	background-color:ghostwhite;
}

.activityList div div
{
	margin:5px 0px 0px 0px;
}

.activityList .row0
{
	text-align:right;
	float:right;
}
.activityList .row1
{
	clear:both;
}


.activityList .label
{
	
	color:#900;

}

.activityList .link
{
	

}

.activityList .title
{
	float:left;
	width:500px;
}

.activityList .startDate
{
	float:right;
	display:block;
	width:140px;
}


.activityList .activityType
{
	width:300px;
	float:left;
	
}
.activityList 
{
	font-size:0.9em;
}
.additionalt
{
	border-collapse:collapse;
	color:#900;
}

.additionalt th, .additionalt td
{
	border:1px solid black;
}

.additionalt  th
{
	background-color:whitesmoke;
}

.ad1
{
	width:300px;
}

.ad2
{
	text-align:right;
}
ul.functions
{
	margin:0 0 0 20px;
}

ul.functions li
{
	list-style-type: none;
	float:left;
	margin:0 5px 0 0;
	width:200px;
}


.docTree
{
	padding-top:15px;
	padding-left:50px;
	font-size:90%;
}

div.centreButtonRow input
{
	margin-left:150px;
}

#home p
{
	margin:5px 0 15px 25px;
}

.docOrLink{
    border:1px solid black;
    margin:5px;
    padding:10px;
}

a img{
border:none;
}
