/* CSS Document - Application Specific */

div#container2 
{
   margin-left:8px;
   margin-right:8px;
}

/* The following style is a "derived" form of the "div#footer" style */
/* defined by the livery class.                                      */

div#appl_footer
{
   clear: both;
   font-size: 80%;
   width: auto;
   text-align: left;
}

/* List of events */

.event_table 
{
   border: thin solid;
}

/* colorblue - used for highlighting the indicator for a mandatory input field. */

.colorblue { color: blue; background-color:transparent;  }

/* error - used to highlight user-input errors */

.error { color: red; background-color:transparent;  }
 
/*td
{
   padding-top: 5px;
   padding-right: 5px;
   padding-bottom: 5px;
}
*/
/*
div#appl_footer
{
   clear: both;
   font-size: 80%;
   margin-top: 30px;
   padding-left: 10px;
   padding-top: 10px;
   padding-right: 0;
   margin-right: 0;
   padding-bottom: 20px;
   width: auto;    
}
*/

/* Style for the legend on the Calendar web page */
/*
div#lengend_div
{
   padding-left: 10px;
   padding-top: 10px;
   padding-right: 0;
   margin-right: 0;
   white-space: nowrap;
}
span#legend_span
{
   padding-left: 10px;
   padding-top: 10px;
   padding-right: 0;
   margin-right: 0;
}
*/

/* Comment out inhertited styles not in use for this system :

.error { color: red; background-color:transparent;  }
 
div.row span.label {font-size:100%;text-align:left;float:left;margin-left:10px;width:30%;}
div.row span.text {font-size:100%;float:right;width:55%;padding-left:10px; text-align:left;}
div.row { clear:both;  padding-top: 1px;
  }
div.step {font-size:100%;font-weight:bold;margin-top:10px;}
.sml{font-size:85%}

*/





/* To support calinder */
/*
table#calender {
	background-color:#FFFFFF;
	border: solid #000 3px;
	width: 400px;
}

table#calender td {    
	padding: 5px;    
	border: solid #000 1px;
}
*/




table.calendar {
}

table.calendar td.heading {
	background-color: #b0c4de !important ;
	text-align: center !important ;
}
table.calendar td.event {
	background-color: #fafad2 !important ;
	text-align: center !important ;
}
table.calendar td.noevent {
	text-align: center !important ;
}

