/* 
Description: GolfSoc Admin Style Sheet
 
Copyright 2014 Malcolm Shergold

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

*/

.entry-content .login-username p,
.entry-content .login-username input,
.entry-content .login-password input,
.entry-content .login-password p 
{
    margin: 0 0 0 0;
}

.golfsoc-rating-parcol,
.golfsoc-rating-crcol,
.golfsoc-rating-srcol
{
	text-align: center;
}

.Xgolfsoc-scores-namecol,
.golfsoc-scores-teecol,
.golfsoc-scores-holescol,
.golfsoc-scores-phcol,
.golfsoc-scores-scorecol
{
	text-align: center;
}

.Xgolfsoc-ph-namecol,
.golfsoc-ph-hcapcol,
.golfsoc-ph-phcol
{
	text-align: center;
}

/* ----------------------------------------------------------------------------------------------------------------
	Styles for Admin Notices
---------------------------------------------------------------------------------------------------------------- */

div.golfsoc-ok,
div.golfsoc-error,
div.golfsoc-alert
{
	margin: 5px 0 15px;
	padding: 0 0.6em;                /* Sets blank area around the text ... values are top,right,bottom and left */
    border-radius: 3px;              /* Sets the radius of the corners of the mesage box */
    border-style: solid;
    border-width: 1px;               /* Sets the width of the mesage box border */

	text-align: center;
}

.golfsoc-alert
{
	background-color: #FBC795;
	border-color: #EF8B1F;
}
	
.golfsoc-ok
{
	background-color: #C7FEB4;
	border-color: #08A008;
}
	