/*

Copyright (C) 2012 Matthew Fries

MF Gig Calendar 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.

MF Gig Calendar 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., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.

*/

.widefat .event_date {
	text-align:right;
}

.widefat .event_location {
	text-align:left;
	width:200px;
}

.widefat .event_details {
	width:250px;
}

.widefat .event_details img {
	height:auto;
	width:auto;
	max-width:120px;
	max-height:120px;
	margin:5px 10px;
}

.widefat .buttons {
	text-align:right;
}

.widefat .event_title {
	font-weight: bold;
}

.toplevel_page_mf_gig_calendar .wrap h2, 
.event-calendar_page_mf_gig_calendar_settings .wrap h2,
.event-calendar_page_mf_gig_calendar_about .wrap h2 {
	//background:transparent url(../images/icon-calendar.png) no-repeat 0px 7px;
	//padding-left:40px;
}

#mfgigcal_error_message {
	color:red;
	font-weight:bold;
	display:none;
}

.wrap .widefat .needsfilled {
	border:solid 1px red;
}

.dp-highlight .ui-state-default {
	background: steelblue;
	color: #FFF;
}

.ui-datepicker-year {
	display:inline;
}
