/* ------------------
 styling for the list view tables 
   ------------------   */

#listResults
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 13px;
	background: #fff;
	margin: 20px;
	border-collapse: collapse;
	text-align: left;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3px;
}
#listResults th
{
	font-size: 13px;
	font-weight: 600;
	color: #fff;
	background: #2c5f8a;
	padding: 10px 10px;
	border-bottom: 2px solid #1a4466;
	white-space: nowrap;
}
#listResults td
{
	border-bottom: 1px solid #dde3ea;
	color: #444;
	padding: 8px 10px;
	vertical-align: top;
}
#listResults tbody tr:nth-child(even) td
{
	background: #f4f7fb;
}
#listResults tbody tr:hover td
{
	background: #ddeeff;
	color: #1a4466;
}

/* ---- Search form table ---- */
#eventSearchForm {
	width: 100%;
	table-layout: fixed;
}

#eventSearchForm td.input {
	width: 33.3%;
	padding-right: 12px;
	box-sizing: border-box;
	vertical-align: top;
}

#eventSearchForm td.input:last-child {
	padding-right: 0;
}

/* ---- Search form inputs ---- */
#eventSearchForm input[type="text"] {
	height: 34px;
	padding: 5px 10px;
	font-size: 14px;
	border: 1px solid #b0bec5;
	border-radius: 5px;
	box-sizing: border-box;
	width: 100%;
	color: #333;
	background: #fff;
	transition: border-color 0.2s, box-shadow 0.2s;
}
#eventSearchForm input[type="text"]:focus {
	border-color: #2c5f8a;
	box-shadow: 0 0 0 3px rgba(44,95,138,0.15);
	outline: none;
}

/* ---- Search field labels ---- */
.searchlabel {
	text-align: center;
	font-size: 12px;
	color: #666;
	padding-top: 4px;
}

/* ---- Status line below search form ---- */
#searchStatus {
	text-align: center;
	font-size: 14px;
	color: #555;
	padding: 8px 0 4px 0;
	min-height: 24px;
}
#searchStatus strong {
	color: #2c5f8a;
}

.loader
{
	display: none;
}

a:hover{
	background-color:#FFF2D5;
}
img.instructor {
	width: 65px;
	height: 75px;
	vertical-align: middle;
	margin-right: 8px;
	border-radius: 4px;
}
.header {
	font-weight:bold;
	font-size:140%;
	text-align:center;
	padding:0px 0px 0px 0px;
}

/* ---- Autocomplete dropdown ---- */
.ui-autocomplete {
	max-height: 400px;
	max-width: 800px;
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 20px;
	font-size: 14px;
	border-radius: 4px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.ui-menu-item {
	padding: 6px 10px;
}
.ui-menu-item:hover, .ui-menu-item.ui-state-focus {
	background: #ddeeff;
	color: #1a4466;
}

.logo {
	margin-left:auto; 
	margin-right:auto; 
	max-height: 100px;
	padding-top: 3px;
	padding-left: 20px;	
}

/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
 */
* html .ui-autocomplete {
	height: 400px;
}

a.button {
    color: #6e6e6e;
    font: bold 14px Helvetica, Arial, sans-serif;
    text-decoration: none;
    padding: 7px 12px;
    display: inline-block;
    text-shadow: 0 1px 0 #fff;
    -webkit-transition: border-color .218s;
    -moz-transition: border .218s;
    -o-transition: border-color .218s;
    transition: border-color .218s;
    background: #f3f3f3;
    background: -webkit-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
    background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
    border: solid 1px #dcdcdc;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin-right: 10px;
	position: relative;
}
#addEventButton {
    position: relative;
    left: 100px;
}
a.button:hover {
    color: #333;
    border-color: #999;
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2); 
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
a.button:active {
    color: #000;
    border-color: #444;
}

a.addEvent {
    background: url(../images/5Fm069k.png) 10px -27px no-repeat #f3f3f3;
    padding-left: 30px;
}
p.pageHeader {
	font-weight: bold;
	font-size: 140%;
	text-align: center;
	margin-top: -0.5cm;
}
input.action {
	background-color: transparent;
}

.darkEvent {
	font-weight: bold;
	color: red;
}

.date {
	width: 160px;
}
.date > img {
	height: 21px;
	width: 21px;
	vertical-align: middle;
	padding-right: 5px;
}

.time {
	width: 60px;
}
.sponsor {
	width: 145px;
}
.description {
	width: 135px;
}
.leaderList {
}
.theme {
}
.location {
	width: 200px;
}
