/* 
Description: StageShowLib 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

*/

/* ----------------------------------------------------------------------------------------------------------------
	Styles for "Options" button
---------------------------------------------------------------------------------------------------------------- */

a.more-button
{
	background-color:#EEEEEE;
	border-color: #E3E3E3;
	border-radius: 11px 11px 11px 11px;
	border-style: solid;
	border-width: 2px;
	padding: 5px 5px 5px 5px !important;
}

.optionsCol
{
	margin: 5px 5px 5px 5px !important;
}

/* ----------------------------------------------------------------------------------------------------------------
	Styles for "Button" Admin Tables
---------------------------------------------------------------------------------------------------------------- */

tr.buttons-ourbutton
{
	background-color: #E4DF54;
}

/* ----------------------------------------------------------------------------------------------------------------
	Styles for "Hidden" rows
---------------------------------------------------------------------------------------------------------------- */

.hiddenRow td
{
	border-color: #F9F9F9;
}

.hiddenRow th input 
{
	margin: 0;
}

div.edit-entry-button
{
	padding: 10px 0px 10px 0px;
}

/* ----------------------------------------------------------------------------------------------------------------
	Styles for Settings Pages
---------------------------------------------------------------------------------------------------------------- */

.mjsadmin-settings-tab-table
{
	width: 100%;
	border-spacing: 0;
}

.mjsadmin-settings-tab
{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-style: solid; 
	border-width: 1px 1px 0px 1px;
	font-weight: normal;
}

.mjsadmin-settings-tab-selected
{
	border-bottom-width: 0px;
}

.mjsadmin-settings-tab-unselected
{
	border-bottom-width: 1px;
}

.mjsadmin-settings-page td 
{
	line-height: 14px;
	padding: 6px 10px;
}

table.mjsadmin-settings-page
{
	width: 100%;
	border-style: solid; 
	border-width: 0px 1px 1px 1px;
}

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

div.alert
{
	background-color: #FBC795;
	border-color: #EF8B1F;
}
	
div.ok
{
	background-color: #C7FEB4;
	border-color: #08A008;
}
	
div#message.updated p  
{
	vertical-align: middle;
	line-height: 28px;
}

div#message.updated #showemailbutton
{
	margin: 0 0 0 20px;
}

/* ----------------------------------------------------------------------------------------------------------------
	Misc Admin Styles
---------------------------------------------------------------------------------------------------------------- */

.stageshow-admin div.noconfig 
{
	padding-top: 20px;
	padding-bottom: 20px;
	clear: left;
	color: red;
}

/* ----------------------------------------------------------------------------------------------------------------
	Styles for Debug Messages
---------------------------------------------------------------------------------------------------------------- */

.xdebug-error 
{
    font-size: 16px;
}

.wrap h2
{
	padding-bottom: 20px;
}	
