/* 
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

*/

@import url(datepicker.css);

#golfsoc_sendingmaildiv
{
	display: none;
	border: solid black 1px;
	padding: 15px;
}

.golfsoc_sendingmaildiv
{
	border: solid black 1px;
	padding: 15px;
}

#golfsoc_competitionTeeTable
{
	margin: 20px 0px;
	text-align: center;
}

.golfsoc_competitionTee_used
{
	border: solid black 1px;
}

#golfsoc_competitionTeeTable,
#golfsoc_competitionTeeTable td
{
	border-collapse: collapse;
	padding: 5px 15px;
}

.golfsoc_competitionTee_empty
{
	border: none;
}

.golfsoc-status-open
{
	background-color: #ffaa00;
}

.golfsoc-blank-table
{
	display: none;
}

.golfsoc-checkall
{
	margin: 0px 8px 0px 0px !important;
}

.golfsoclib_hiderow
{
	display:none;
}

.align-middle
{
	vertical-align: middle;
}