
/* @group Galleries
=================================================== */

#svGallery ul {
	margin: 0;
	list-style: none;
}

#svGallery ul li {
	float: left;
	list-style: none;
	margin: .5em;
	text-align: center;
}

#svGallery ul li img { margin: 0; }

#svGallery ul li p {
	text-align: center;
	margin: 0;
	font-size: .9em;
}

/* @end Galleries
--------------------------------------------------- */


/* @group Calendar
=================================================== */

#svCalendar { text-align: center; }

#svCalendar table { width: 100%; }

#svCalendar th {
	padding: 0;
	font-style: normal;
	font-weight: normal;
	background-color: #666;
	color: #fff;
	border: 1px solid #666;
	text-align: center;
}

#svCalendar th a {
	color: #fff;
	text-align: center;
	display: block;
	padding: .5em 2px;
}

.content #svCalendar th a:hover {
	background-color: #333;
	text-decoration: none;
	color: #fff;
}

#svCalendar tr.dayofweek td {
	font-style: normal;
	font-weight: bold;
	padding: 6px .5em;
	text-align: center;
	height: auto;
	background-color: #ccc;
}

#svCalendar tr.dayofweek td a {}

#svCalendar td {
	border: 1px solid #ccc;
	text-align: left;
	height: 60px;
	width: 14%;
	vertical-align: top;
	padding: .5em;
	line-height: 1em;
	font-size: 9px;
}

#svCalendar td .date { font-style: italic; }

.content #svCalendar td ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#svCalendar td ul li a {
	text-decoration: none;
	margin: 2px 0;
	padding: 0 0 2px;
	display: block;
	text-align: left;
	border: 0;
}

#svCalendar td ul li a:hover,
#svCalendar td ul li a#today {
	text-decoration: underline;
}

/* @end Calendar
--------------------------------------------------- */


/* @group Calendar Date Picker
=================================================== */

#datePicker {
	background: #fff none;
	text-align: center;
	width: 190px;
}

#datePicker #datePickerContainer {
	margin: 6px auto;
	padding: 0;
	width: 178px;
	text-align: center;
}

#datePicker form {}

#datePicker select.dropdown {
	margin: 0;
	font-size: 11px;
	vertical-align: middle;
}

#datePicker input.submit { vertical-align: middle; }

#datePicker #calendarDates {
	margin: 6px auto;
	padding: 0;
	background-color: #fff;
}

body#datePicker #calendarDates th {
	font-size: 1em;
	background-color: #333;
	font-style: normal;
	font-weight: normal;
	color: #fff;
	text-align: center;
}

body#datePicker #calendarDates th a { color: #fff; }

#datePicker #calendarDates tr.dayofweek td {
	font-size: 1em;
	background-color: #EAE7E7;
	font-style: normal;
	font-weight: bold;
	color: #333;
	padding: .5em;
	text-align: center;
}

#datePicker #calendarDates td {
	font-size: 1em;
	background-color: #f6f6f6;
	font-style: normal;
	font-weight: normal;
	color: #333;
	border: 1px solid #EAE7E7;
	text-align: center;
}

#datePicker #calendarDates a {
	color: #333;
	text-decoration: none;
	padding: .5em;
	display: block;
}

#datePicker #calendarDates a:hover,
#calendar a#today {
	color: #fff;
	text-decoration: none;
	padding: .5em;
	display: block;
	background-color: #f6f6f6;
}

/* @end Calendar Date Selector
--------------------------------------------------- */

/* @group Clearfix
=================================================== */

/* Clearing floats without extra markup
	Based on How To Clear Floats Without Structural Markup by PiE
	[http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* @end Clearfix
--------------------------------------------------- */

/* @group Breadcrumb Nav
=================================================== */

#crumbList {
	list-style: none;
	margin: 0 0 1em;
	padding: 0;
	font-size: .9em;
}

#crumbList li {
	list-style: none;
	display: inline;
	margin: 0;
}

#crumbList li a { text-decoration: none; }

/* @end Breadcrumb Nav
--------------------------------------------------- */

/* @group Sequential & More Results Nav
=================================================== */

.navSequential, .moreResults ul {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	display: inline;
}

.navSequential li, .moreResults li {
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0 !important;
	text-align: center;
}

.navSequential li a, .moreResults li a {
	text-decoration: none;
	padding: .1em .2em;
}

.navSequential li#current a, .moreResults li#current a {
	border: 1px solid #e4e4e4;
	color: #000;
}

.navSequential li a:hover {
	background: #e4e4e4;
}

.navSequential a.current, .moreResults a.current {
	border: 1px solid #ccc;
}

/* @end Sequential & More Results Nav
--------------------------------------------------- */
