@charset "utf-8";

@import url("idx-common.css");

#idxnavigation {
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 0.9em;
	padding-bottom: 0.9em;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
}

#idxsearch {
	margin-bottom: 1.8em;
	font-size: 10px;
	overflow:auto;
}

#idxsearch .schoollink{
	text-decoration:none;
	color:inherit;
}

  	
.idxsearchform li {
    list-style-type: none;
    clear: both;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCCCCC;
    padding-bottom: 1px;
  	}  
   
#idxsearch h1 {
   padding-right: 10px;
   padding-left: 10px;
   padding-top: 2px;
   padding-bottom: 2px;
   font-size:12pt;
   color: #000000;
   background-color: #F0F0F0;
   margin-bottom: 5px;
   border: 1px solid #CCCCCC;
   }
   
#idxsearch .columnheader {
    background-color: #F0F0F0;
    margin-top: -10px;
    margin-right: -10px;
    margin-left: -10px;
    padding-top: 2px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 0.9em;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
    font-size: 11px;
    font-weight:bold;
    padding-bottom: 2px;
   }

#idxsearch .idxsearch-left, #idxsearch .idxsearch-right  {
   width: 46%;
   float: left;
   border: 1px solid #CCCCCC;
   padding-top: 10px;
   padding-right: 10px;
   padding-bottom: 5px;
   padding-left: 10px;
   }
   
#idxsearch .idxsearch-right { float: right; }

.checkbox {
	border: 1px solid #CCCCCC;
	float: right;
	margin-top: 2px;
	margin-bottom: 10px;
}


.select {
	border: 1px solid #CCCCCC;
	width: 180px;
	padding-top: 2px;
	padding-bottom: 2px;
	float: right;
	margin-bottom: 8px;
	font-size: 10px;
}

#schools {
	float:right;
	width:250px;
	overflow:auto;	
}

#schools h3{
	font-size:11px;
}

.textInput {
	float: right;
	width: 180px;
	margin-bottom: 8px;
	padding-bottom:2px;
	padding-top:2px;
	padding-left:0px;
	padding-right:0px;
	height: 15px;
	
}

.button {
float:right;	
}

.ui-accordion .ui-accordion-content {
	padding:0.5em;
}

.ui-accordion .ui-accordion-header a {
padding:0.25em 0.5em 0.25em 2.2em;

}

