/*	Donegal Equine Association: Primary Style Sheet
	CSS Level 2 < http://www.w3.org/TR/REC-CSS2 > 
	authors: Cathal Mc Ginley / Frank Borkin   
	e-mail:  cathal@vccomputers.ie             */

/* ------------- standard display ------------ */

BODY	{
	margin: 10px;
	color: black;
#	background: #FFFCF1 url("images/bg.png") 0% 0% no-repeat scroll;
	background: #FFFCF1;
	font-family: Verdana, sans-serif;  
	}

IMG {
	border-width: 0px; 
	margin: 0px; 
	padding: 0px;
	}

IMG.floatleft	{
	float: left;
	}

IMG.floatright	{
	float: right;
	}

B, STRONG	{
   font-weight: bold;
   }

I, EM	{
   font-style: italic; 
   color: #8D1200; 
   }

DIV.button	{
	margin: 2px;
	padding: 1px;
	border: 0;
	}

DIV.right	{
	text-align: right;
	clear: both;
	}

/* ------------------ forms ------------------ */

INPUT.membership, TEXTAREA.membership {
  background: #FFFCF1;
  color: #A40800;
  }

BUTTON.membership {
  background: #FFFCF1;
  color: #A40800; 
  font-weight: bold;
  }

LABEL {
  color: #A40800;
  font-weight: bold;
  }

/* ----------------- headings ---------------- */

H1	{
	font-size: 2em;
	margin: .2em .2em .67em 2em;
	color: #00C600; 
	}      

H2	{
	font-size: 1.5em;
  	margin: .67em .2em;
	color: #00C600;
	/*border: 1px #AB0000 solid;*/
	}

H2.highlight {
	/* background: #FFC353; */
	background: #FFC353 url("/images/navbar.png") 0% 0% repeat scroll;
	color: #FFFCF1;
	border: 1px solid #8D1200;
	padding-left: 10px;
	}

H3  {
	color: #00C600;
	}

H4  {
	color: #00C600;
	}

H5  {
	color: #AB0000;
	}

H6  {
	color: #AB0000;
	}

/* ------------------ tables ----------------- */

TABLE	{
   margin: 5px;
   border-width: 0px; }

TD {
   vertical-align: top;
   margin: 0px;
   padding: 0px;
   }
   
TD.main {
	padding-left: 10px;
  padding-top: 10px;
	}

TH {
   font-weight: bold;
   color: #8D1200; 
   text-align: center;
   vertical-align: baseline; }

/* ------------------ a[href] ---------------- */

A[href]	{
   text-decoration: none; 
   }

A:link	{
	text-decoration: underline;
	color: #A40800; 
	}

A:visited	{
	color: #A40800; 
	}

A:focus	{
	outline: thin dotted invert;
	}

A:hover	{
	text-decoration: underline;
	color: #FA9300; 
	}

	/* ----------- a[href] localpage ------------- */

	A.localpage	{
		text-decoration: none; 
		font-weight: bold; 
	}

	A.localpage:link	{ 
		color: #FA9300; 
	}

	A.localpage:visited	{ 
		color: #FA9300; 
	}

	A.localpage:hover	{
		text-decoration: underline; 
		color: #FA9300; 
	}

   	/* ----------- a[href] copyright ------------- */

	A.copyright	{
		font-weight: bold;
		color: #00C600;                        
		}

	A.copyright:link	{   
		text-decoration: none;
		color: #00C600;
	}
                  

	A.copyright:hover	{
		text-decoration: underline; 
	}

/* ------------------ custom ----------------- */

.tail	{
	font-size: .75em; 
	}

.title	{ 
	clear: both;
	background: url("/images/title-tile.gif");
	color: #F8A300;
	font-size: large;
	padding-right: 0px;
	margin-top: 5px;
	}

.details	{ 
	font-size: small; 
	font-weight: bold; 
	text-align: center;
	color: #023202; 
	}
