/* CSS Document */
/***************** steve stuff ******************/

/* space first heading to clear search box */

.firsttitle{
  /*margin-bottom: 30px;*/
  padding: 0 0 1em 0;
}
/*fck editor style */
.highlight
{
	border: #8b4513 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	color: #000066;
	font-family: 'Courier New' , Monospace;
	background-color: #ffff66;
}

/*used in second template series */
.firsttitle_2 {
	padding: 0 0 1em 0;
  border-bottom: 2px #e4e5e0 solid;
}

/* used in edit_sc to request information about whether to proceed */
.confirmation {
  font-size:0.9em;
  position:absolute;
  top:15%;
  left: 15%;
  background-color:#f9f9ff;
  padding: 15px; 
  font-family:verdana,arial,helvetica;
  border-style:solid;
  border-width:thin;
}

.redlabel {
  color: red;
}

/*link which becomes static when on actual page*/
.currentlink {
  /*background-color:#ccccff;*/
  color: #3366a1;
  border-color: #3366a1;
  border-style: solid;
  border-width: 1px;
  padding-left: 2px;
  padding-right: 2px;
}

#largeimage {
  position:absolute;
  width:400px;
  height:400px;
  top:15%;
  left: 25%;
  background-color: #f9f9ff;
  z-index:250;
  border-color: #ffcccc;
  border-width: 1px;
  border-style: solid;
  /*display:none;*/
}

