@charset "utf-8";
/*
===
	CSS for the PBS Parents Activity Search Module.
	
	Notes:
	- Please keep in mind, you may need to add the container class or id names to each of these styles for them to be inherited properly. For example: if .pbsparents-module-featurecontent is inside of a div called .wkrp-content, you may need to add .wkrp-content in front of each of the style names in this document.
	- Not all styles are defined in this default CSS file. They are:
	+ input.button
	
===
*/

/* General Styles for the PBS Parents Feature Content Module */
.pbsparents-module-activitysearch {
	width: 200px; /* Minimum width of the module */
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Geneva, sans-serif;
	margin-top: 10px;
	}
.pbsparents-module-activitysearch p {
	font-size: 1.3em;
	line-height: 1.3;
	margin: 0px 10px 10px 10px;
	}

.pbsparents-module-activitysearch label {
	display: block; /* Keeps labels displaying above the drop downs */
	}

.pbsparents-module-activitysearch select /* Default settings for the drop down menus */ {
	display: block;
	width: 200px;
	margin: 2px 0;
	padding: 3px;
	background: #FEEEA3;
	border: 1px solid #333;	}

input.button { 
	font-size: 1.3em;
	text-transform: uppercase;
	padding: 3px;
	border:  1px solid  #333;
	background-color: #0E7ED6;
	color: #FFF;
	vertical-align: bottom;
	}
