
/* ADDED FROM BOOTCAMPIRELAND.COM/CMS JOOMLA */
.linkHeaderFooter
{
	height:35px;
	BACKGROUND-COLOR: #333;
}

.linkHeaderFooter A 
{
	BACKGROUND-COLOR: #333;
	PADDING-LEFT: 9px;
	PADDING-RIGHT: 9px;
	COLOR: #ffcc33; 
	TEXT-DECORATION: none; 
	FONT-WEIGHT: BOLD;
	FONT-FAMILY: arial;
	FONT-SIZE: 11px; 
}

.linkHeaderFooter A:hover 
{
	BACKGROUND-COLOR: #ffcc33; 
	COLOR: #333;
	margin-top:auto;
	margin-bottom:auto;
	height:35px;
}

/* all system pages */
body
{
	margin-top:5px;
	margin-bottom:5px;
}

/*page titles */
.pagetitle 
{	
	 FONT-FAMILY: arial; 
	 COLOR: #ffce39; 
	 FONT-SIZE: 15pt;
	 font-weight:normal;
	 text-align:center;
	 width:500px;
}

/* register/edit profile page*/
.profileSectionTR
{
	 background-color:#828567; 
}

.profileSectionTitle
{
	 FONT-FAMILY: arial; 
	 COLOR: #ffce39; 
	 FONT-SIZE: 15pt;
	 font-weight:normal;
	 text-align:center;
	 padding-left:10px;
}

/* master page style (header) */
.masterHeader
{
    background-color:white; 
    background:url('../../images/backgroundhead.bmp') repeat-x left top; 
    text-align:left;
}

/* update progress graphic for create/edit accounts */
.Progress * { display:inline !Important;}
.Progress { display:inline;}


/*FOOTER */
.footer
{
	font-size:smaller;
	FONT-FAMILY: arial; 
	BACKGROUND: url('../../images/bg_footer.jpg') repeat-x left top; 
	HEIGHT: 30px;
}

.footer A 
{
	COLOR: black; 
	FONT-WEIGHT: bold; 
	TEXT-DECORATION: underline; 
}
