/*
	Design by Free CSS Templates
	http://www.freecsstemplates.org
	Released for free under a Creative Commons Attribution 2.5 License
*/

/* Basic */

*
{
	margin: 0em;
	padding: 0em;
}

h1,h2
{
	color: #FFFFFF;
}

a
{
	color: #995500;
}

body
{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 11pt;
	background: #fff;
	color: #630;
	border: 0px solid yellow;
}

/* Outer - backfround colour #fff is white*/

#outer
{
	margin: 0em auto 1em auto;
	width: 100%;
	background-color: #fff;
	border: 0px solid blue;
}

/* Header */

#header
{
	padding: 1.5em 2em 1.5em 4em;
	background: #2E2017 url('../images/a1.jpg') top left repeat-x;
	background: #080808 url('../images/Balally-Players-Banner-Logo-floor-100.png') top right no-repeat
}

#header h1
{
	font-size: 2.0em;
}

#header h1, #header h2
{
	display: block;
	width: 778px;
	margin: 0em auto;
}

#header h1 a
{
	color: #fff;
	text-decoration: none;
}

#header h2
{
	color: #bbaa77;
	font-size: 0.9em;
}

/* Menu */

#menu
{
	padding: 1em 2em 1em 1em;
	background: #F1DFC9 url('../images/a2.gif') top left repeat-x;
	font-size: 0.9em;
}

#menu ul
{
	display: block;
	width: 778px;
	margin: 0em auto;
	list-style: none;
	padding-left: 2.5em;
}

#menu li
{
	display: inline;
}

#menu li a
{
	color: #38271C;
	font-weight: bold;
	text-decoration: none;
	padding: 0.25em 0.75em 0.25em 0.75em;
}

#menu li a:hover
{
	background: #342117 url('../images/a4.gif') top left repeat-x;
	color: #fff;
}

/* Content */

#content
{
	/* width: 778px; */
	width: 778px;
	margin: 0em auto;
	border: 0px solid green;
}

#content p
{
	margin-bottom: 1.5em;
	text-align: justify;
}

#content h2,h3,h4,h5,h6
{
	color: #443333;
	margin-bottom: 1em;
}

#content ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
}

#content blockquote
{
	padding-left: 1em;
	margin-bottom: 1.5em;
	border-left: solid 7px #EFEECC;
}

#content blockquote p
{
	margin-bottom: 0em;
}

/* Table Layout */

#content table
{
	margin-bottom: 1.5em;
}

#content table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
	color: #360;
	font-style: italic;
	font-size: 1.25em;
}

#content table td
{
	padding: 0.5em;
}

#content table tr.rowA
{
	background-color: #F6EECC;
	color: inherit;
}

#content table tr.rowB
{
	background-color: #FFFEEF;
	color: inherit;
}


table.center {margin-left:auto; margin-right:auto;}



/* Primary Content */

#primaryContentContainer
{
	float: left;
	margin-left: -17em;
	width: 100%;
	border: 0px solid red;
}

#primaryContent
{
	margin: 0em 0em 0em 16.5em;
	padding: 1.5em;
	border: 0px solid black;
}

#primaryContent h2, #primaryContent h3
{
	border-bottom: solid 1px #999966;
	padding-bottom: 0.25em;
	margin-bottom: 0.5em;
}

#primaryContent h2
{
	font-size: 1.7em;
}

#primaryContent h3
{
	font-size: 1.1em;
}

/* Secondary Content */

#secondaryContent
{
	float: right;
	width: 14em;
	padding: 1.5em 1.5em 1.5em 2em;
	font-size: 0.9em;
	border: 0px solid orange;
}

#secondaryContent h3
{
	background: #2E2017 url('../images/a4.gif') top left repeat-x;
	color: #fff;
	padding: 0.5em;
	padding: 0.5em 0.5em 0.5em 1.0em;
	position: relative;
	left: -0.8em;
	margin-right: -1.6em;
	font-size: 1.0em;
}


/* SubPage Content */

#SubPageContentContainer
{
	float: left;
	margin-left: -17em;
	margin-left: 0em;
	width: 100%;
	border: 0px solid blue;
}

#SubPageContent
{
	margin: 0em 0em 0em 16.5em;
	margin: 0em 0em 0em 0em;
	padding: 1.5em;
	border: 0px solid orange;
}

#SubPageContent h2, #SubPageContent h3
{
	border-bottom: solid 1px #999966;
	padding-bottom: 0.25em;
	margin-bottom: 0.5em;
}

#SubPageContent h2
{
	font-size: 1.7em;
}

#SubPageContent h3
{
	font-size: 1.1em;
}


/*_______________________________________FLOATED IMAGE ON LEFT & RIGHT HAND SIDES___________*/

#img_left 
{
	float: left;
	padding-top:5px;
	padding-bottom:10px;
	padding-right:15px;
	padding-left:0px;
}

#img_right 
{
	float: right;
	padding-top:5px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:15px;
}

#img_center 
{
    display: block;
    margin-left: auto;
    margin-right: auto 
}


/* Footer */

#footer
{
	padding: 1.5em 2em 1.5em 2em;
	text-align: center;
	width: 778px;
	margin: 0em auto;
	border-top: solid 1px #999966;
	/* border: 1px solid red; */
	font-size: 0.9em;
}

.clear
{
	clear: both;
}

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto }

img.left 
{
	float: left;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:15px;
	padding-left:0px;
}

img.right 
{
	float: right;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:15px;
}




table.credits
{
/* Production pages have Width=520px, but Home & Members pages don't 
width: 520px;
*/
font-size: 1em;
line-height: 1.2em;
background-color: #fafafa;
border:0
border-collapse: collapse;
border-spacing: 0px;
cellspacing: "0"
display: block;
margin-left: auto;
margin-right: auto 

}


.creditsLEFT
{ 
width: 260px;
text-align: right;
}


.creditsRIGHT
{
width: 260px;
text-align: left;
} 

.creditsCENTER 
{
text-align: center;
}





/* Picture with border and caption */
.picture 
{ 
background-color: #F9F9F9;
border: 1px solid #CCCCCC; padding: 3px;
font: 11px/1.4em Arial, sans-serif; 
text-align: center;	
}

.picture img 
{
	border: 1px solid #CCCCCC;
	vertical-align:middle;
	margin-bottom: 3px;
}

.right 
{ 
margin: 0.5em 0pt 0.5em 0.8em; float:right; 
}

.left 
{ 
margin: 0.5em 0.8em 0.5em 0; float:left; 
} 

.center 
{ 
    display: block;
    margin-left: auto;
    margin-right: auto; 
} 

/* Form styling */

input {
	background-color: #CCC;
}

select {
	background-color: #FF9;
	color: #603;
}

textarea {
	background-color: #FFF;
	color: #333;
}

.labelcell {    
 /* font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;     */
 color: #3670A7;    
 background-color: transparent;    
 width: 347px;   
 text-align: right;    
}    
   
.fieldcell {
	background-color: #FFF;
	color: #000000;
	text-align: left;
	margin-right: 0px;
	padding-right: 0px;
}    
   
.fieldcell input {
	width: 200px;
	/*background-color: #CCC;*/
	color: #102132;
	/*border: 0px solid #284279;*/
	margin-right: 0px;
}    

.button {    
 background-color: #D7E5F2;    
 color: #102132;    
 margin-left: 12px;    
 margin-top: 3px;    
 margin-bottom: 2px;    
}

