body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt ;
	background-color: #69a4de;
	margin-left: 10px;
	margin-top: 10px;
}
td, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.forms {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.welcome {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;

}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: blue;
}

input{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
select{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border-style: outset;
}
hr{
	height: 1px;
	border-style: none;
	color: black; /* need this for IE */
	background-color: black;  /* need this for Mozilla */
}

/* used with subtitles ("Search for records", "Edit the record", etc.) */
h3{
}

/* the main big table that contain all the page */
.main_table{
	width: 100%;
	height: 100%;
	background-color: #FFCC99;
	background-color: #E1E1E1;
	padding: 10px; /* doesn't work with IE, cellpadding in header */
	border-style: solid;
	border-width: 1px;
	border-color: black;
	vertical-align: bottom;
}

TR.schools{
	background-color: #9fce5c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 8pt;
	font-weight: bold;
	vertical-align: bottom;
}
TR.enrichment{
	background-color: #F78F1E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 8pt;
	font-weight: bold;
	color; #fff;
	vertical-align: bottom;
}
TR.education{
	background-color: #512E90;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 8pt;
	font-weight: bold;
	vertical-align: bottom;
}
TR.special{
	background-color: #f4e214;
	padding: 5px; /* doesn't work with IE, cellpadding in header */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	border-style: none none solid none;
	border-width: 1px;
	border-color: black;
	vertical-align: bottom;
}
TR.special2{
	background-color: #f2edb1;
	padding: 5px; /* doesn't work with IE, cellpadding in header */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	border-style: none none solid none;
	border-width: 1px;
	border-color: black;
	vertical-align: bottom;
}
TD.couponlist{
	background-color: #ba0029;
	padding: 10px; /* doesn't work with IE, cellpadding in header */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	vertical-align: bottom;
}
.details{
	background-color: #fff;
	padding: 10px; /* doesn't work with IE, cellpadding in header */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	vertical-align: top;
}

.searches{
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	vertical-align: top;

}
.searchesul{

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border-style: none none solid none;
	border-width: 1px;
	border-color: black;
	vertical-align: top;

}
.content{
	padding: 10px; /* doesn't work with IE, cellpadding in header */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: left;
}

.step{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #e01800;
}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #FFF;
	margin: auto;
}

a.footer:link, a.footer:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFF;
}

a.footer:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #CC0000;
}
.coupon {
border: dashed;
border-width: 2px;
background-color: #fff;
border-color: #000;}

/*
coupon div
*/
div.cbox {
float: left;
  width:213px;
  height: 151px;
  text-align: center;
  padding: 60px 0px;
background-color: #FFF;
background: url(http://educationandenrichment.com/images/coupon_bg.jpg) top no-repeat;
font-size:9px;color:#000;font-family:arial;
}

div.cbox a {
font-size:13px;color:#000;font-family:arial;text-decoration: none;font-weight: bold;

}
.cctd{ 
	padding: 5px; /* doesn't work with IE, cellpadding in header */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFF;
	background-image: url("../images/bg_community.jpg");
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #FFF;
}

/*******************************************************/
/************************************************ RESULTS PAGE */

/* "n records found" message */
.n_results_found {
	color:black;
	font-weight: bold;
}

/* "page n of m" sentence */
.page_n_of_m {
	color:black;
}

/* links of the navigation bar ( << < 1 2 3......) */
a.navig {
	color:blue;
}

/* previous next links */
a.previous_next {
	color:blue;
	text-decoration: none;
}

/* current page in the navigation bar ( << < 1 2 3......) */
.navig {
	color:black;
}

/* order by links */
/* normal */
a.order_link {
	color:blue;
	font-size: 8pt;
	text-decoration: none;
}
/* currently selected */
a.order_link_selected {
	color:black;
	font-size: 8pt;
	text-decoration: none;
}

/* the small arrow near the column head which represents currently the order by field */
.arrow {
	font-size: 8pt;
}


/* results table */

table.results {
	background-color: #D0DCE0; /* used to make the table bordered */
}

/* result rows */
/* results_1 and results_2 differ only for the background-color, this create the alternate row colors effect */
.tr_results_1 {
	font-size: 8pt;
	vertical-align: top;
	white-space: nowrap;
	background-color: #EFEFEF;
}
.tr_results_2 {
	font-size: 8pt;
	vertical-align: top;
	white-space: nowrap;
	background-color: #ffffff;
}

.tr_highlighted_onmouseover{ /* a results table row when the mouse pointer is over it */
	font-size: 8pt;
	vertical-align: top;
	white-space: nowrap;
	background-color: #D0DCE0;
}
.tr_highlighted_onclick{ /* a results table row when the click on it */
	font-size: 8pt;
	vertical-align: top;
	white-space: nowrap;
	background-color: #D0DCE0;
}

/* coloumn headings */
th.results {
	background-color: #EFEFEF;
	white-space: nowrap;
}
/* result cells */
/* results_1 and results_2 differ only for the background-color, this create the alternate row colors effect */
/*
td.results_1 {
	font-size: 8pt;
	vertical-align: top;
	white-space: nowrap;
	background-color: #EFEFEF;
}
td.results_2 {
	font-size: 8pt;
	vertical-align: top;
	white-space: nowrap;
	background-color: #ffffff;
}
*/
/* control (edit, delete, details) cells */
/* results_1 and results_2 differ only for the background-color, this create the alternate row colors effect */
td.controls_1 {
	font-size: 8pt;
	background-color: #EFEFEF;
}
td.controls_2 {
	font-size: 8pt;
	background-color: #ffffff;
}

.export_to_csv{
}

/* "Total records: n" sentence */
.total_records {
}

/* links of the bottom menu (insert, search, show all) */
a.bottom_menu{
	color: black;
}

/* home link */
a.home{
	color: red;
}

/* change table combo box  */
.select_change_table{
}

/* change table button */
.button_change_table{
}

/* change records per page combo box*/
.select_records_per_page{
}
/*******************************************************/

/*******************************************************/
/************************************************ FORM (insert, search and update form) */

/* insert, save and search buttons */
.button_form{
}

/* rows containing insert, save and search buttons */
.tr_button_form {
	text-align: center;
}

/* rows containing the all/any in the search form */
.tr_operator_form{
	text-align: center;
}

/* the cell that contains the label in the form */
.td_label_form{
	text-align: right;
	vertical-align: top;
}

/* the cell that contains the input (textbox, textarea, etc) in the form */
.td_input_form{
	vertical-align: top;
}

/* the cell that contains the hint in the form */
.td_hint_form{
	vertical-align: top;
}

/* NULL word */
.null_word{
	font-style: italic;
}

/* error messages (e.g. "You haven't filled out some required fields...." */
.error_messages_form{
	color: red;
}

.change_table{
	margin-top: 0px;
	margin-left: 0px;
	}


/*******************************************************/
/************************************************ DETAIL PAGE */
/* the cell that contains the label */
.td_label_details{
	text-align: right;
	vertical-align: top;
}

/* the cell that contains the value */
.td_value_details{
	vertical-align: top;
}
/*******************************************************/

/*******************************************************/
/************************************************ LOGIN FORM */
.table_login_form{
text-align: center;
border-width:1px;
border-color: #000000;
border-style: solid;
text-align:"center";
background-color:#fffff;
}

.tr_header_login_form{
background-color:#aaaaaa;
font-weight:bold;
color:#ffffff;

.input_login_form{
border-width:1px;
border-color: #000000;
border-style: solid;
}
/*******************************************************/


div.break {
	page-break-before:always
}
table.labels {
	width: 21cm
}
td.address {
	height: 3.4cm;
	width: 10cm;
	text-align: left;
	vertical-align: top;
	margin-top: 10px;
	margin-left: 10px;
	font-size: 14px
}
td.marginvert {
	width: 0.5cm
}
td.marginorizz {
	height: 1.2cm
}
/*Calendar style settings*/
.Cheader
{color: #ffffff; font-family: Arial,sans-serif; font-size: 13px;}
.Cheader2
{color: #CCCCFF; font-family: Arial,sans-serif; font-size: 11px;}
.Ccur
{color: #000000; font-family: Arial,sans-serif; font-size: 11px;}
.Cbody
{color: #000000; font-family: Arial,sans-serif; font-size: 11px;}
.Cbodyh
{color: #606060; font-family: Arial,sans-serif; font-size: 11px;}
.Cwe
{color: #000000; font-family: Arial,sans-serif; font-size: 11px;}
.caltablehead{
color: #000;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:14px;
}

/*End Calendar style settings*/



