/*  file:///G:/Web%20Sites/dragonseye.com/IrishDance/irishstyles.css */


body
{
	font-family: Times, Bookman;
	background-image: url('./images/irishdance_bakgrnd.jpg');
}

h1
{
	font-family: Celtic, Times;
	font-weight: bold;
	font-style: normal;
	font-size: 24pt;
	text-align:center;
}
h2
{
	font-weight: bold;
	font-style: normal;
	font-size: 14pt;
}
h3, .h3Look
{
	color: darkgreen;
	font-weight: bold;
	font-size: 12pt;
}
h4
{
	font-weight: bold;
	font-style: normal;
	font-size: 10pt;
}

a
{
	font-style: normal;
	color: darkgreen;
}

a:hover
{
	color: maroon;
}

/*.topLeftGraphic
{
	background-image: url("images/corner_upperright.gif");
}
*/
BUTTON 
{
	border-style: solid;
	border-width: 1pt;
	font-size: 8pt;
}

.center, .centerBlock, .containerHeader
{
	margin-left:auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align:center;
}
.centerBlock
{
	clear: both;
	display:block;
}

.calendar, table, th, tr, td
{
	font-family: Times, Arial;
	font-weight: normal;
	text-align: left;
}

.calendar table
{
	font-size: 1em;
	text-align: left;
	border-style: solid;
	border-color: black;
	border-width: 1px;
	border-collapse: collapse;
	width:100%;
}

.calendar th
{
	color: black;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
}

.calendar tr
{
	vertical-align: top;
}

.calendar td
{
	font-size: 1em;
	width: 14%;
	margin-top: 0;
	margin-bottom: 0;
	border-style: solid;
	border-color: black;
	border-width: 1px;
}

.container50
{
	clear: both;
	width:50%;
}

.event
{
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 2em;
}

#body2
{
	background: url("./images/corner_upperleft.gif") no-repeat top left;

}
#body3
{
	background: url("images/corner_upperright.gif") no-repeat top right;
}

#MainTitle
{	
	margin-top:40px;
	display:inline;
}

.hidden
{
	display: none;
}

.indented
{
	margin-left: 5%;
}

.minorHeading, .minorHeading td
{
	font-size: 1.25em;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	color: darkgreen;
}

#navigation
{
	display: block;
	margin-top: 10px;
	text-align: center;
	width: 100%;	
}

#navigation a, #navigation a:hover, .simpleButton a, .simpleButton a:hover
{
	background: url('./images/buttonBackground1.jpg') no-repeat;
	border: medium outset;
	color: DarkGreen;
	font-size: .8em;
	font-weight: bold;
	line-height: 3em;
	margin: 3px;
	padding: 2px;
	text-decoration: none;
}

#navigation a:hover, .simpleButton a:hover
{
	color: Maroon;
}

.floatRight
{
	float: right;
	margin-left: 5px;
	border-width: 4px;
}

.floatLeft
{
	float: left;
	margin-right: 5px;
	border-width: 4px;
}

img
{
	margin: 2px;
}

p
{
	clear: both;
}


/***  Pseudo Tables  ***/
div.row {
  clear: both;
  padding-top: 5px;
  }

div.row span.label {
  font-weight: bold;
  float: left;
  width: 30%;
  text-align: right;
  padding-left: 0px;
  padding-right: 5px;
  }

div.row span.data {
  float: right;
  width: 65%;
  text-align: left;
  } 
  
  
