﻿/* simonian*/


/*ffffff=white,000000=black  fcf5cd to CC3300,FFFF00,FFCC00*/
/* this uses id, can assign class and */
#Background{
 background-color:#ffffff;
 border:0px #f6f8ff none;
}

.Background{
 background:#ffffff;
/* border:10px #0076c1 none;
 padding:6px; */
}
.backgnd {
 background:#9999cc;
 padding:6px;
}
/*=============================================*/
body {
	font-family: Tahoma;
	font-size: 10pt;
	color: #000066;
	margin:0px;
	background-color:#ffffff;
	/*
	border-top-color: 9999cc;
	border-right-color: 9999cc;
	border-bottom-color: 9999cc;
	border-left-color: 9999cc;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	*/
}

p            {
	font-family: Tahoma;
	color: #000066;
	font-size: 10pt;
	/*margin-top: 9px; */
	/*margin-bottom: 3px;*/
}


li           {
	font-family: Tahoma;
	color: #000066;
	font-size: 10pt;
	margin-top: 3px;
}

ol           {
	margin-bottom: 0px;
	margin-top: 9px;
}
ul           {
	margin-bottom: 0px;
	margin-top: 9px;
}
blockquote   {
	font-family: Tahoma;
	color: #000066;
	font-size: 10pt;
	margin-top: 9px;
}

.subhed         {
	color: #000066;
	white-space: nowrap;
	font-family: "Franklin Gothic Demi";
	font-size: 12pt;
	font-weight: Normal;
	text-align: Left;
	background-color: #FFFF99;
	border-top: 2px dotted #CC9999;
	border-bottom: 2px solid #CC9999;
	margin-top: 12px;
	padding-left: 2px;
	padding-right: 2px;
}
.hed      {
	color: #000066;
	white-space: nowrap;
	font-family: "Franklin Gothic Demi";
	font-size: 14pt;
	text-align: left;
	border-bottom: 2px dotted #CC9999;
	margin-top: 12px;
}

.subsubhed      {
	color: #000066;
	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: #000066;
	font-size: 8pt;
	text-align: center;
}
	.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;
}

.creditline  {
	background-color:#ffffff;
	color: #2a457d;
	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;
}	
.horizrule    {
	border-bottom: 2px dotted #CC9999;
}
.vertrule    {
	border-left: 2px dotted #CC9999;
}

.TopBorder
{
      background:url(images/row-bg.gif);
      background-repeat:repeat-x;
      }
.BottomBorder
{
      background:url(images/row-bg-b.gif);
      background-repeat:repeat-x;
}

.rightalignindent {
	text-align: right;
	padding-right: 8px;
	}
	
.copyright
{
	font-family: "Arial";
	font-size: 10px;
	color: #333333;	
	padding-left: 25px;	
}
.copyright a,.copyright a:visited
{
	font-family: "Arial";
	font-size: 10px;
	color: #666666;
	padding-left: 4px;
}
.copyright a:hover
{
	font-family: "Arial";
	font-size: 10px;
	color: #666666;
	text-decoration: underline;
}


/* ====================== banner============================== */

.toptable  {
	background-color: #9999CC;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}
.toplogo {
	background-image: url(images/topcenter.jpg);
	color: #000066;
	text-align: left;
	font-family: Verdana;
	font-size: 12pt;
	vertical-align: top;
	padding-left: 4px;
}
.topaddr {
	background-image: url(images/topcenter.jpg);
	color: #000066;
	text-align: left;
	font-family: Verdana;
	font-size: 9pt;
	vertical-align: top;
	padding-right: 4px;
}

.topbar {
	background-image: url(images/topleft.jpg);
	}
.topimage {
	text-align: left;
	font-family: "Tahoma";
	padding-left: 10px;
}



/* ===================tables======================== */

/* ======table used in article, retains  background color of site ===== */

.pagetable   {
	font-family: Tahoma;
	font-size: 12pt;
	color: 000066;
	text-align: Left;
	margin-top: 0px;
	margin-bottom: 18px;
	background-color: #ffffff; 
	padding: 3px;
}
.imgcell {
	padding: 6px;
}
.cell        {
	background-color: White;
	padding: 3px;
	text-align: left;
}
.cellc        {
	background-color: White;
	padding: 3px;
	text-align: center;
}
.cellr        {
	background-color: White;
	padding: 3px;
	text-align: right;
	white-space: nowrap;
}
.cellnw      {
	background-color: White;
	padding: 3px;
	white-space: nowrap;
}

/* ======table used for data has background color, colored col & row titles, white cells for data ===== */
.datatable   {
	font-family: Tahoma;
	font-size: 10pt;
	color: #000066;
	text-align: Left;
	margin-top: 18px;
	margin-bottom: 18px;
	background-color: #CC9999;
	border: 4px solid #000066;
}

.datatable_sm   {
	font-family: Tahoma;
	font-size: 10pt;
	color: #000066;
	text-align: Left;
	margin-top: 18px;
	margin-bottom: 18px;
	background-color: #000066;
	border: 1px solid #CC9999;
}

.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-weight: bold;
	font-size: 10pt;
	color: #000066;
	background-color: #CC9999;
	white-space: nowrap;
	text-align: center;
	padding: 3px;
}
.tabletitlelrg    {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12pt;
	color: #000066;
	background-color: #CC9999;
	white-space: nowrap;
	text-align: center;
	padding: 3px;
}

.coltitle    {
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: #000066;
	background-color: #CC9999;
	white-space: nowrap;
	padding: 3px;
}
.coltitlec    {
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: #000066;
	background-color: #CC9999;
	white-space: nowrap;
	text-align: center;
	padding: 3px;
}
.rowtitle    {
	font-family: Tahoma;
	font-size: 10pt;
		background-color: #FFFF99;
	font-weight: bold;
	white-space: nowrap;
	padding: 3px;
}

.rowtitle a    {
	background-color: #FFFF99;
	font-weight: bold;
	white-space: nowrap;
	text-align: center;
	padding: 3px;
}
.rowtitle a:Active{
	text-decoration:underline;
}
.rowtitle a:Hover{
	text-decoration:underline;
}

.rowtitlec    {
	font-family: Tahoma;
	font-size: 10pt;
	color: #330000;
	font-weight: bold;
	white-space: nowrap;
	text-align: center;
	background-color: #ffffcc;
	padding: 3px;
}
.regtable   {
	font-family: Tahoma;
	font-size: 10pt;
	color: #000066;
	text-align: Left;
	margin-top: 6px;
	margin-bottom: 6px;
	padding: 0px;
}

/* =================== admin ======================== */

.coltitleadmin    {
	font-weight: bold;
	font-family: Tahoma;
	font-size:12px;
    color: #000066;
	background-color: #FFFF99;
	white-space: nowrap;
	text-align: left;
	padding: 3px;
}

.ColumnHeader,.ColumnHeader a,.ColumnHeader a:visited
{
font-weight: bold;
	color: #000066;
	background-color: #CC9999;
	white-space: nowrap;
	padding: 3px;
font-size:18px;
}

.ColumnHeaderSmall,.ColumnHeaderSmall a,.ColumnHeaderSmall a:visited
{
font-family: Tahoma;
background-color: #CC9999;
font-size:16px;

color: #000066;
}

/*=================================Default.aspx =========================*/
.ContentHeader{
	font-family: Georgia;
	font-size: 16pt;
	font-weight: bold;
/*	font-style: oblique; */
	color: #0777b9;
}
.ContentHeader a{
	font-family: Georgia;
	font-size: 16pt;
	font-weight: bold;
/*	font-style: oblique;  */
	color: #0777b9;
}
.ContentHeader a:visited{
	font-family: Georgia;
	font-size: 16pt;
	font-weight: bold;
	font-style: oblique;
	color: #0777b9;
}

.ContentHeader10{
	font-family: Georgia;
	font-size: 10pt;
	font-weight: bold;
	font-style: oblique;
	color: #0777b9;
}
.ContentHeader10 a{
	font-family: Georgia;
	font-size: 10pt;
	font-weight: bold;
	font-style: oblique;
	color: #0777b9;
}
.ContentHeader10 a:visited{
	font-family: Georgia;
	font-size: 10pt;
	font-weight: bold;
	font-style: oblique;
	color: #0777b9;
}


.ContentText {
	font-family: Garamond;
	font-size: 12pt;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	background-color:#ffffff;
/*	background: #B4B4B4 url(images/body_bg2.gif) repeat left top;	*/
}
.ContentTextNoBkgrnd{
	font-family: Garamond;
	font-size: medium;
	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-color:#dbf4ff;
}
.ContentLargeText a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-style: normal;
	color: #47478e;
	background-color:#dbf4ff;
}
.ContentLargeText a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-style: normal;
	color: #47478e;
	background-color:#dbf4ff;
}

.ContentLink{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-style: normal;
	color: #000066;
	margin-left:20px;
	background-color:#ffffff;
}
.ContentLink a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-style: normal;
	color: #336699;
	margin-left:20px;
}
.ContentLink a{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-style: normal;
	color: #000066;
	margin-left:20px;
	background-color:#dbf4ff;
}

.ContentLinkNoMargin{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-style: normal;
	color: #000066;
}
.ContentLinkNoMargin a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-style: normal;
	color: #336699;
}
.ContentLinkNoMargin a{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-style: normal;
	color: #000066;

}
.ContentLinkLG{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-style: normal;
	color: #000066;
	margin-left:20px;
}
.ContentLinkLG a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-style: normal;
	color: #336699;
	margin-left:20px;
}
.ContentLinkLG a{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-style: normal;
	color: #000066;
	margin-left:20px;
}
#MarginLink{
	margin-left: 10px;
	margin-top: 10px;
}

.MoreLink{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #669966;
	margin-top: 10px;
}

#MoreNoUl {
	text-decoration:none;
}

.GridBackground {
 color:#ffffff;
/*  background:#fcf5cd; */
}

.GridHeader{
 text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	font-style: normal;
	color: #1c1c99;
}
.GridHeader a{
 text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	font-style: normal;
	color: #1c1c99;
}

.GridNoBorder{

 border: none 0px #fcf5cd;
/* can we inherit ContentText */
 font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	color: #000066;
}

.GridWithBorder{
/*  background:#fcf5cd; */
 border:1px #000000 solid;
}

/* jrt  333333 */
.GridNoLines {
	border: none 0px #fcf5cd;
	font-size:12pt;
	font-family:Arial, Helvetica, sans-serif;
/*	background-color: #ffffff; */
}

/*================== 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;
}



.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;
}
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;
}
.radio       {
	background-color: #FFFF99;
	border: 0px;
}
.radioclear  {
	background-color: White;
	border: 0px;
}
.checkbox    {
	background-color: #FFFF99;	
	border: 0px;
}
.checkboxclear {
	background-color: White;	
	border: 0px;
}



