/* 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;
}

#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;
}

/************************steve stuff*****************************/
div#maincomment {
  background-color: #f8f8f8;
  min-height: 100px;
  border-width: 1px;
  border-color: #e9e9e9;
  border-style: solid; 
  position:relative;
  padding: 5px 5px 5px 5px;
}

#imbox {
	position: absolute;
	visibility: visible;
	z-index: 4;
	width: 120px;
	left: 700px;
	top: 200px;
}

.smaller {font-size: 0.9em;}

div#r_only {
  left: 50%;
  top: 50%;
}
/************* items used by simple calendar grid ********************/
.calendar caption  
     { 
     font-family:arial,helvetica;  
     font-size:11px;  
     color: black; 
     font-weight: bold; 
     } 

/* .calendar determines the overall formatting style of the calendar,   
   acting as the default unless later overruled. */ 

.calendar  
     { 
     margin-left: 10px;
     font-family:arial,helvetica;  
     font-size:0.9em;  
     color: white; 
     background-color: #dfecf6; 
     border-color: #cccccc; 
     border-style: solid; 
     border-width: 1px; 
     } 

/* .calendarlink determines the formatting of those days linked to 
   content. */ 

.calendarlink  
     { 
     color: white; 
     } 

/* .header determines the formatting of the weekday headers at the top 
   of the calendar. */ 

.calendar th /*changed this from header class as that likely to be used elsewhere*/
     { 
     background-color: #005982; 
     border-color: #000000; 
     border-style: solid; 
     border-width: 1px; 
     } 

/* .day determines the formatting of each day displayed in the 
   calendar. day_today highlights current day*/ 

.day  
     { 
     background-color: #dfecf6;
     border-color: #cccccc; 
     color: #000000;
     border-style: solid; 
     border-width: 1px; 
     text-align: center 
     } 

.day_today  
     { 
     background-color: #005982; 
     border-color: #cccccc; 
     border-style: solid; 
     border-width: 0px; 
     text-align: center 
     } 

/* .linkedday determines the formatting of a date to which content is 
   available. */ 

.linkedday  
   { 
   background-color: #70a3d6; 
   border-color: #cccccc; 
   border-style: solid;
   border-width: 0px; 
   text-align: center 
   }
     
.linkedday_today  
   { 
   background-color: #ffffff; 
   border-color: #000000; 
   border-style: solid; 
   border-width: 0px; 
   text-align: center 
   } 
/**************** end calendar styles *****************************************/
