html,body,table{

/*margin:0;*/
font-family: arial, sans-serif;
font-size:12px;


}

body{margin-top:0;}



h1 {font-size:130%;font-weight:bold;color:#333333}
h2 {font-size:110%}
h3 {font-size:110%;font-weight:bold;display:inline}



.draftcontent
{
background-image:url(../sitegraphics/draft.gif);
background-repeat:repeat;	
background-color:#eeeeee;
font-size:12px;

}



#adminBar 
{
	
/*
You can play around with the background-color
attribute to suit yourself and your 
organisation's colour scheme.
*/	
	
/*background-color:#006633; */
background-color:#000000;
height:20px; 
width:100%;
color: #FFFFFF;
font-weight:bold;
font-size:11px;
}

#adminlinks {

padding-top:3px;
padding-left:20px;


}

a.adminlink
{color:#eeeeee; 
/*font-weight:bold;*/
text-decoration:none}
a.adminlink:hover {
color: #FFCC00;
text-decoration:underline
}

/* other stuff not layour related */

a {color:#0066CC}

a:hover
{color: #6699CC
}



Input,TextArea
{
	
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	 font-size:11px;
	 font-weight:normal;
	/* border-style:solid;
	 border-width:1px;
	 border-left-color:#aca899;
	 border-top-color:#aca899;
	 border-bottom-color:#EFEDDE;border-right-color:#EFEDDE
	/* border:solid 1px black; */
	
}

Input.search,
Select.search
{
	height:22px;
	border-style:solid;
	 border-width:1px;
	 border-left-color:#aca899;
	 border-top-color:#aca899;
	 border-bottom-color:#EFEDDE;border-right-color:#EFEDDE
}


Select
{
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
	 font-size:11px;
	 font-weight:normal;
	
}

Input.emailfind
{
display:none;	
}

Input.EditButton
{
	 font-size:11px;
	 font-weight:normal;
	 border:solid 1px black;
	 width:70px;
	 height:20px
	
}









