﻿/* Angelkids*/


/*ffffff=white,000000=black  ffffff to CC3300,FFFF00,FFCC00*/
/* this uses id, can assign class and */
#Background{
 background-color:#ffffff ;
 border:0px #ffffff none;
}


/*=============================================*/
body {
	font-family: Arial;
	font-size: 12pt;
	color: #003366;
	margin:2px;
	background-color:#ffffff;
}

p            {
	font-family: Arial;
	color: #003366;
	font-size: 12pt;
	/*margin-top: 9px;*/
	margin-bottom: 3px;
}


li           {
	font-family: Arial;
	color: #003366;
	font-size: 12pt;
	margin-top: 3px;
}

ol           {
	margin-bottom: 0px;
	margin-top: 9px;
}
ul           {
	margin-bottom: 0px;
	margin-top: 9px;
}
blockquote   {
	font-family: Tahoma;
	color: #003366;
	font-size: 10pt;
	margin-top: 9px;
}

.subhed         {
	color: #7b875b;
	white-space: nowrap;
	font-family: Garamond;
	font-size: 14pt;
	font-weight: Bold;
	text-align: left;
	border-bottom: 2px solid #0066ff;
	margin-top: 12px;
}
.hed      {
	white-space: nowrap;
	font-family: Comic Sans MS;
	color: #444023;
	font-size: 14pt;
	text-align: Left;
	background-color: #fcc7d7;
	border-top: 2px solid  #0082bf;
	border-bottom: 2px solid #0082bf;
/*    margin-top: 12px;*/
	font-weight: Normal;
	padding-left: 2px;
	padding-right: 2px;
}

.subsubhed      {
	background-color:#ffffff;
	color: #444023;
	white-space: nowrap;
	font-family: Tahoma;
	font-size: 11pt;
	font-weight: Bold;
	text-align: Left;
	margin-top: 12px;
	padding-left: 2px;
	padding-right: 2px;
}
.footer        {
	font-family: Tahoma;
	color: Navy;
	font-size: 8pt;
	text-align: center;
}

.creditline  {
	background-color:#ffffff;
	color: #669999;
	white-space: nowrap;
	font-family: Arial;
	font-size: 10pt;
	font-style: italic;
	text-align: right;
	border-top: 1px dashed #339966;
	margin-top: 8px;
	padding-left: 2px;
	padding-right: 2px;
}
	.titleline  {
	color: #2a457d;
	white-space: nowrap;
	font-family: Arial;
	font-size: 8pt;
	font-style: italic;
	text-align: right;
	margin-top: 8px;
	padding-left: 2px;
	padding-right: 2px;
}


.horizrule    {
	border-bottom: 1px dashed #339966;
}
.vertrule    {
	border-left: 1px dashed #339966;
}

.rightalignindent {
	text-align: right;
	padding-right: 8px;
	}
/* ====================== banner============================== */

.toptable  {
	background-image: url(images/header_bg.jpg); 
	margin: 0px;
	border-width: 0px;
}
.toplogo {
	color: #86502d;
	text-align: right;
	font-family: "Trebuchet MS";
	font-weight: Bold;
	font-size: 18pt;
	vertical-align: bottom;
padding-right: 20px; 
}
.topaddr {
	color: #003366;
	text-align: right;
	font-family: "Trebuchet MS";
	font-size: 12pt;
	vertical-align: text-top;
	padding-right: 10px;
	font-weight: bold;
}

.topbar {
	color: #663300;
	text-align: left;
	font-family: "Garamond";
	font-weight: Bold;
	font-size: 12pt;
/*		padding-left: 20px;  */
	}

/* ===================tables======================== */

/* ======table used in article, retains  background color of site ===== */

.pagetable   {
	font-family: Garamond;
	font-size: 12pt;
	color: Black;
	text-align: Left;
	margin-top: 0;
	margin-bottom: 18px;
	background-color: #ffffff;
	padding: 3px;
}
.imgcell {
	padding: 6px
}
.cellnw      {
	white-space: nowrap;
	padding: 3px;
}
.cell        {
	text-align: left;
	margin-top: 18px;
	margin-bottom: 18px;
	padding: 3px;
}
.cellc        {
	text-align: center;
	padding: 3px;
}
.cellr        {
	text-align: right;
	white-space: nowrap;
	padding: 3px;

}

/* ======table used for data has background color, colored col & row titles, white cells for data ===== */
.datatable   {
	font-family: Tahoma;
	font-size: 10pt;
	color: #000000;
	text-align: Left;
	margin-top: 18px;
	margin-bottom: 18px;
	background-color: #000066;
	/* 	background-color: #339966;   */
	border: 1px solid #669999;
	padding: 3px;
}

.datatable_sm   {
	font-family: Tahoma;
	font-size: 10pt;
	color: #000000;
	text-align: Left;
	margin-top: 18px;
	margin-bottom: 18px;
	background-color: #000000; 
	border: 1px solid #669999;
	padding: 3px;
}

.datacellnw      {
	white-space: nowrap;
	background-color: White;
	padding: 3px;
}
.datacell        {
	text-align: left;
	background-color: White;
	margin-top: 18px;
	margin-bottom: 18px;
	padding: 3px;
}
.datacellc        {
	text-align: center;
	background-color: White;
	padding: 3px;
}
.datacellr        {
	text-align: right;
	white-space: nowrap;
	background-color: White;
	padding: 3px;

}

.tabletitle    {
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: #d4e89d;
	text-align: center;
	white-space: nowrap;
	background-color: #0082bf;
}

.tabletitlelrg   {
	font-family: Tahoma;
	font-size: 12pt;
	font-weight: bold;
	color: #d4e89d;
	text-align: center;
	white-space: nowrap;
	background-color: #0082bf;
}
.coltitle    {
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: #505050;
	white-space: nowrap;
	background-color: #bee6ee;
}
.coltitlec    {
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: #505050;
	white-space: nowrap;
	text-align: center;
	background-color: #bee6ee;
	padding: 3px;
}
.rowtitle    {
	font-family: Tahoma;
	font-size: 10pt;
	color: #505050;  
	font-weight: bold;
	white-space: nowrap;  
	background-color: #fbe2de;
	padding: 3px;
}

.rowtitle a    {
	font-weight: bold;
	font-family:Tahoma;
	white-space: nowrap;
	color:#505050; 
	background-color: #fbe2de;
/*	font-size:x-small;   */
	text-decoration:none;
}
.rowtitle a:Active{
	text-decoration:underline;
}
.rowtitle a:Hover{
	text-decoration:underline;
}

.rowtitlec    {
	font-family: Tahoma;
	font-size: 10pt;
	color: #505050;
	font-weight: bold;
	white-space: nowrap;
	text-align: center;
	background-color: #fbe2de;
	padding: 3px;
}
.regtable   {
	font-family: Tahoma;
	font-size: 10pt;
	color: Navy;
	text-align: Left;
	margin-top: 6px;
	margin-bottom: 6px;
	padding: 0px;
}

/* =================== admin ======================== */

.coltitleadmin    {
	font-weight: bold;
	font-family: Tahoma;
    background-color:#bee6ee;
	font-size:14px;
    color:#505050;
	white-space: nowrap;
	padding: 3px;
}

.ColumnHeader,.ColumnHeader a,.ColumnHeader a:visited
{
font-family: Tahoma;
/* background: #B4B4B4 url(images/sandBlue2.gif) repeat left top;*/	
background-color:#0082bf;
font-size:18px;
color:#d4e89d;
padding-top: 2pt;
padding-bottom: 2pt;
}

.ColumnHeaderSmall,.ColumnHeaderSmall a,.ColumnHeaderSmall a:visited
{
font-family: Tahoma;
/* background: #B4B4B4 url(images/sandBlue2.gif) repeat left top;*/	
background-color:#0082bf;
font-size:14px;
font-weight: bold;
color:#d4e89d;
padding-top: 2pt;
padding-bottom: 2pt;
}

/*=================================Default.aspx =========================*/


.ContentHeader{
	font-family: "Trebuchet MS";
	font-size: 14pt;
	font-weight: bold;
	/*font-style: oblique;*/
	color: #006600;
	margin-right: 10pt;
}

.ContentHeader a{
	font-family: Georgia;
	font-size: 14pt;
	font-weight: bold;
	font-style: oblique;
	color: #006600;
	margin-right: 10pt;
}
.ContentHeader a:visited{
	font-family: Georgia;
	font-size: 14pt;
	font-weight: bold;
	font-style: oblique;
	color: #006600;
	margin-right: 10pt;
}

.ContentHeader10{
	font-family: Georgia;
	font-size: 10pt;
	font-weight: bold;
	font-style: oblique;
	color: #663300;
}
.ContentHeader10 a{
	font-family: Georgia;
	font-size: 10pt;
	font-weight: bold;
	font-style: oblique;
	color: #663300;
}
.ContentHeader10 a:visited{
	font-family: Georgia;
	font-size: 10pt;
	font-weight: bold;
	font-style: oblique;
	color: #663300;
}


.ContentText {
	font-family: Garamond;
	font-size: 12pt;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	background-color:#ffffff;
	margin-right: 10pt;
/*	background: #B4B4B4 url(images/body_bg2.gif) repeat left top;	*/
}

.ContentTextNoBkgrnd{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	color: #000000;
}

.ContentSmallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	color: #000000;
/*	background-color:#ffffff;*/
}

.ContentLargeText {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-style: normal;
	color: #47478e;
	background:#ffffff;
}
.ContentLargeText a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-style: normal;
	color: #47478e;
	background:#ffffff;

}
.ContentLargeText a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-style: normal;
	color: #47478e;
	background:#ffffff;

}

.ContentLink{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-style: normal;
	color: #006600;
	margin-left:20px;
}
.ContentLink a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-style: normal;
	color: #669966;
	margin-left:20px;
}
.ContentLink a{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-style: normal;
	color: #006600;
	margin-left:20px;
}

.ContentLinkNoMargin{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-style: normal;
	color: #006600;
}
.ContentLinkNoMargin a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-style: normal;
	color: #669966;
}
.ContentLinkNoMargin a{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-style: normal;
	color: #006600;

}
.ContentLinkLG{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-style: normal;
	color: #006600;
	margin-left:20px;
}
.ContentLinkLG a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-style: normal;
	color: #669966;
	margin-left:20px;
}
.ContentLinkLG a{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-style: normal;
	color: #006600;
	margin-left:20px;
}
#MarginLink{
	margin-left: 10px;
	margin-top: 10px;
}

.MoreLink{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #FFA500;
	margin-top: 10px;
}

#MoreNoUl {
	text-decoration:none;
}

.GridBackground {
color:#ffffff; 
background-color:#ffffff;


}

.GridHeader{
 text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	font-style: normal;
	color: #330099;
}

.GridHeader a{
 text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	font-style: normal;
	color: #330099;
}

.GridNoBorder{
/*  background:#ffffff; */
 border: none 0px #ffffff;
/* can we inherit ContentText */
 font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	color: #000000;
}

.GridWithBorder{
/*  background:#ffffff; */
 border:1px #000000 solid;
}


.GridNoLines {
	background:#ffffff;
	border: none 0px #ffffff;
	font-size:12pt;
    font-family:Arial, Helvetica, sans-serif;
}

/*================== misc ========================*/
.EditButtons {
 font-size:8pt;
 font-family:Arial, Helvetica, sans-serif;
 width:45px;
 
}

.buttonAdmin      {
	color: #000000;
	background-color: #cccccc;
	border: none;
	padding: 1px;
}


.input {
	color: Navy;
	background-color: #FFFF99;
	border: 1px solid Navy;
}

.SearchLabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	color: navy;
}

/* =================================== menu =========================== */
.menu-i-out {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	margin: 4px 0 0 5px;
	color: #f5f5f5;
}
.menu-i-over {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	margin: 4px 0 0 5px;
	color: #FFCC00;
}
/* root level outer */
.menu-o-out {
	text-decoration : none;
	border-right: 1px solid #ffffff;
	background:url(images/menu/blue_menu-be.gif);
	background-repeat:repeat-x;
}
.menu-o-over {
	text-decoration : none;
	border-right: 1px solid #ffffff;
	background:url(images/menu/blue_menu-ss.gif);
	background-repeat:repeat-x;
	cursor:pointer;
}
/* sub */
.menus-i-out {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	margin: 2px 0 2px 5px;
	color: #f5f5f5;
}
.menus-i-over {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 12px;
	text-decoration: underline;
	margin: 2px 0 2px 5px;
	color: #FFCC00;
}
.menus-o-out {
	text-decoration : none;
	border-bottom: 1px solid #acacac;
	border-left: 1px solid #acacac;
	background:#0082bf;
}
.menus-o-over {
	text-decoration : none;
	border-bottom: 1px solid #acacac;
	border-left: 1px solid #acacac;
	background:#666666;
	cursor:pointer;
}


.Bold
{
	font-weight: bold;
}

.Title
{
	font-weight: bold;
	font-size: 18px;
	color: #cc3300;
}

.Code
{
	border: #8b4513 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	color: #000066;
	font-family: 'Courier New' , Monospace;
	background-color: #ff9933;
}

input {
	color: Navy;
	background-color: #FFFF99;
	border: 1px solid Navy;
	cursor: pointer;
}
textarea {
	color: Navy;
	background-color: #FFFF99;
	border: 1px solid Navy;
}
select {
	color: Navy;
	background-color: #FFFF99;
	border: 1px solid Navy;
}
.button   {
	color: Navy;
	background-color: #FFFF99;
	border: 2px groove Navy;
	cursor:pointer;
}

.radio       {
	background-color: #FFFF99;
	border: 0px;
}
.radioclear  {
	background-color: White;
	border: 0px;
}
.checkbox    {
	background-color: #FFFF99;	
	border: 0px;
}
.checkboxclear {
	background-color: White;	
	border: 0px;
}


