/* 
	Site-specific styles:  only things having to do with
	- colours
	- backgrounds
	/!\ specifications here do normally not override the global CSS, but complement them
	
	For background images, please keep identical file names between Joomla templates
*/

/* import global CSS applicable to all sections 
	(located outside Joomla template directories in a global media directory) */
@import url(global.css);

.noinput { height:90px; }

/*
	Section 1: Generic HTML elements
	------------	
	+ a few additional selectors specific to Joomla, which are forced to behave
	like generic elements
	------------
*/
h5, h6, .contentheading, .componentheading, .componentheading-categ-table {
	background-color: #004e8d;
	font-weight:bold;
}
h4 { color:#004e8d; }
h2 { background-color: #004e8d; }

/* Image for big bullets */
.bigbullet li {
	background-image: url(../images/bigbullet.gif);
}

/* Banner title */
h1 {
	color: #80a7c6;
}

/* The top tagline */
#tagline {
	color: #414c53;
}


/*
	Section 2: General page layout
	------------
	A 2-columns standard design
	In each section the color and backgrounds vary; they are specified in a template-dependent CSS file
	------------
*/


/* The background colour */
.pagebg {
	background-color: #ebf3c8;
}

/* "div.moduletable h2" is a module header 
	we NEVER use the module name as title (generates a h4 element ) */
div.moduletable h2 {
	background-color: #004e8d;
}

/* The menu at the very top */
#topmenu {
	background-color: #004e8d;
}

/* The footer */
#bottom {
	background-color: #004e8d;
}



/*
	Section 3: Special stuff
	------------
	Styles used in special cases...
	------------
*/

/* Golf score card table */

.sc_white {
	font-size: 12px;
	color: white;
	padding: 2px;
}

.sc_black {
	font-size: 12px;
	color: black;
	padding: 2px;
}

.sc_total {
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
	padding: 2px;
}
.sc_grandtotal {
	font-weight: bold;
	font-size: 12px;
	padding: 2px;
}
.submit { background:#ff6e17 url(../images/triangle10b.png) no-repeat right; font-family:Verdana; text-align:left; font-weight:bold; padding-left:10px; color:#FFFFFF; width:230px; height:30px; border:none; }
.submitlink { background:#ff6e17 url(../images/triangle10b.png) no-repeat right; font-family:Verdana; text-align:left; font-weight:bold; text-decoration:none; padding:10px; padding-top:8px; padding-bottom:8px; color:#FFFFFF; width:220px; height:30px; border:none; }
.submitlinknotriangle {background:#ff6e17; font-family:Verdana; text-align:left; font-weight:bold; text-decoration:none; padding:10px; padding-top:8px; padding-bottom:8px; color:#FFFFFF; width:220px; height:30px; border:none; }
.modules-left{font-size:10px; padding:10px;}