/*****************************************************************************************************
****************************************************************************************************
Description		- This document contains the styles and code necessary to create the Selector
				  animations.
				  
Notes			20110123 - Created
****************************************************************************************************
*****************************************************************************************************/
/* some general settings that all three parts of the Selector have in common */
.SelectorTitle, .SelectorContent, .SelectorContainer
{
  position:relative;
  width: 375px;
  padding: 0px;
  margin: 0px;
}

/* sets up each of the "buttons" (titles) in the Selector.  */
.SelectorTitle
{
  height: 45px;
  width: 112px;
  overflow:hidden;
  cursor:pointer;
  font-family:Arial;
  font-size:.65em;
 /*  font-weight:bold; */
  vertical-align:middle;
  text-align:center;
  display:table-cell;
  -moz-user-select:none;U
  color: #002448;
  background-color: #fffee6;
  border: 1px solid #002448;
  padding: 0px 5px 0px 5px;
  float: left;
}







/* sets up the content parameters of the Selector*/
.SelectorContent
{
  height: 400px;
  overflow:auto;
  display:none;
  background-color: #ffffff;
}

.SelectorContent1
{
  height: 400px;
  overflow:auto;
  display:none;
  background-color: #fffee6;
}



/* sets up the container (i.e. box) for the Selector */
.SelectorContainer
{
  border: 1px solid #8fc5d8;
  background-color: #ffffff;
  padding: 5px;
  height: auto;
}

/* sets up the container (i.e. box) for the Selector */
.SelectorDisplay
{
	height: 350px;
	width: 375px;
}

.Selected {
                background-color: #dae8e8;
}

.SelectorTitle:hover {
                background-color: #ffcc00;
}

p{
	font-size: .75em;
}

p.lastline{
	padding-bottom:50px;
}


p.times{
	font-size: .75em;
		font-family: "Times New Roman", Times, serif;
}