﻿/* cwc */


/*ffffff=white,000000=black  fcf5cd to CC3300,FFFF00,FFCC00*/
/* this uses id, can assign class and */
#Background{
 background-color:#ffffff;
 border:0px #f6f8ff none;
}


/*=============================================*/
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	/*line-height: 14px;*/
	color: #333333;
	background-color:#ffffff;
}

p            {
	font-family: Verdana, Arial;
	color: Black;
	font-size: 10pt;
	/*margin-top: 9px; */
	/*margin-bottom: 3px;*/
}
li            {
	font-family: Verdana, Arial;
	color: Black;
	font-size: 10pt;
	margin-top: 3px;
}
blockquote   {
	font-family: Verdana, Arial;
	color: Black;
	font-size: 10pt;
	margin-top: 9px;
}
ol           {
	margin-bottom: 0px;
	margin-top: 9px;
}
ul           {
	margin-bottom: 0px;
	margin-top: 9px;
}
.backgnd {
 background-color:#ffffff;
 padding:1px;
}
.hed         {
	color: #1080C0;
	/*white-space: nowrap;*/
	font-family: Comic Sans MS;
	font-size: 14pt;
	text-align: left;
	border-bottom: 1px dashed #EDC000;
	margin-top: 12px;
}
.subhed      {
	background-color: #C0E0F0;
	color: #505050;
	/*white-space: nowrap;*/
	font-family: Comic Sans MS;
	font-size: 10pt;
	text-align: Left;
	border-bottom: 1px dashed #EDC000;
	margin-top: 12px;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
}


.footer        {
	font-family: Verdana, Arial;
	color: #606060;
	font-size: 8pt;
	text-align: center;
}

.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;
}	
	.titleline  {
	color: #cd9a01;
	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 #EDC000;
}
.vertrule    {
	border-left: 1px dashed #EDC000;
}
.BottomBorder
{
      background:url('images/row-bg-b.gif') repeat-x;
	  	background-color: #ffffe6;
      }
.copyright
{
	font-family: "Arial";
	font-size: 10px;
	color: #333333;

	padding-left: 25px;	
}
.copyright a,.copyright a:visited
{
	font-family: "Arial";
	font-size: 10px;
	color: #000066;

	text-decoration: underline;
	
}
.copyright a:hover
{
	font-family: "Arial";
	font-size: 10px;
	color: #666666;

	text-decoration: underline;
	}


.TopBorder
{
      background:url(images/row-bg.gif);
      background-repeat:repeat-x;
}
.BottomBorder
{
      background:url(images/row-bg-b.gif);
      background-repeat:repeat-x;
}

/* ====================== banner============================== */

.toptable  {
	background-color: #FFFCC8;
	margin: 0px;
	border-width: 0px;
}
.topbar {
	background-color: #FFFCC8;
	color: Black;
	text-align: left;
	font-family: "Arial Narrow";
	font-weight: bold;
	font-size: 8pt;
	padding-left: 15px;
}
.topaddr {
	color: Black;
	text-align: right;
	font-family: "Comic Sans MS";
	font-size: 8pt;
	vertical-align: middle;
	padding-right: 10px;
}
.toplogo {
	color: Black;
	text-align: left;
	font-family: "Comic Sans MS";
	font-size: 8pt;
	vertical-align: middle;
	padding-left: 10px;
}
.topimage {
	text-align: left;
	font-family: "Palatino";
	padding-left: 10px;
}



/* ===================tables======================== */

/* ======table used in article, retains  background color of site ===== */

.pagetable   {
	font-family: Tahoma;
	font-size: 12pt;
	color: 333333;
	text-align: Left;
	margin-top: 0px;
	margin-bottom: 18px;
	background-color: #ffffff; 
	padding: 3px;
}
.imgcell {
	background-color: White;
	padding: 4px
}

.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: Verdana, Arial;
	font-size: 10pt;
	color: Black;
	text-align: Left;
	margin-top: 18px;
	margin-bottom: 18px;
	background-color: #1080C0;
	border: 1px solid #C0E0F0;
}

.datatable_sm   {
	font-family: Verdana, Arial;
	font-size: 10pt;
	color: Black;
	text-align: Left;
	margin-top: 18px;
	margin-bottom: 18px;
	background-color: #1080C0;
	border: 1px solid #C0E0F0;
}

.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: #333333;
	background-color: #ffff99;
	white-space: nowrap;
	text-align: center;
	padding: 3px;
}
.tabletitlelrg    {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12pt;
	color: #333333;
	background-color: #ffff99;
	white-space: nowrap;
	text-align: center;
	padding: 3px;
}

.coltitle    {
	font-weight: bold;
	color: Black;
	background-color: #C0E0F0;
	white-space: nowrap;
	padding: 3px;
}
.coltitlec    {
	font-weight: bold;
	color: Black;
	background-color: #C0E0F0;
	white-space: nowrap;
	text-align: center;
	padding: 3px;
}
.rowtitle    {
	background-color: #FFFF99;
	font-weight: bold;
	white-space: nowrap;
	padding: 3px;
}
.rowtitlec    {
	background-color: #FFFFff;
	font-weight: bold;
	white-space: nowrap;
	text-align: center;
	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: #ffff99;
	padding: 3px;
}
.regtable   {
	font-family: Verdana, Arial;
	font-size: 10pt;
	color: Black;
	text-align: Left;
	margin-top: 6px;
	margin-bottom: 6px;
	padding: 0px;
}

/* =================== admin ======================== */

.coltitleadmin    {
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
    color: #333333;
	background-color: #d5ded9;
	white-space: nowrap;
	text-align: left;
	padding: 3px;
}

.ColumnHeader,.ColumnHeader a,.ColumnHeader a:visited
{
font-weight: bold;
	color: #333333;
	background-color: #d5ded9;
	white-space: nowrap;
	padding: 3px;
        font-size:18px;
}

.ColumnHeaderSmall,.ColumnHeaderSmall a,.ColumnHeaderSmall a:visited
{
       color: #333333;
       background-color: #d5ded9;
       font-size:16px;
       color: #333333;
}

/*=================================Default.aspx =========================*/

.ContentHeader{
	font-family: "MS Serif", "New York", serif ;
	font-size: 14pt;
	font-weight: bold;
/*	font-style: oblique; */
	color: #385649;
}
.ContentHeader a{
	font-family: "MS Serif", "New York", serif ;
	font-size: 14pt;
	font-weight: bold;
/*	font-style: oblique;  */
	color: #385649;
}
.ContentHeader a:visited{
	font-family: "MS Serif", "New York", serif ;
	font-size: 14pt;
	font-weight: bold;
/*	font-style: oblique;*/
	color: #385649;
}

.ContentHeader10{
	font-family: "MS Serif", "New York", serif ;
	font-size: 12pt;
	font-weight: bold;
	
	color: #385649;
}
.ContentHeader10 a{
	font-family: "MS Serif", "New York", serif ;
	font-size: 12pt;
	font-weight: bold;
	
	color: #385649;
}
.ContentHeader10 a:visited{
	font-family: "MS Serif", "New York", serif ;
	font-size: 12pt;
	font-weight: bold;
	
	color: #385649;
}


.ContentText {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: normal;
	font-style: normal;
	color: #333333;
	background-color:#ffffff;
/*	background: #B4B4B4 url(images/body_bg2.gif) repeat left top;	*/
}
.ContentTextNoBkgrnd{
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: normal;
	font-style: normal;
	color: #333333;
}

.ContentSmallText {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: normal;
	font-style: normal;
	color: #333333;
	background-color:#ffffff;
}

.ContentLargeText {
	font-family: "Times New Roman", Times, serif;
	font-size:12pt;
	font-style: normal;
	color: #47478e;
	background-color:#ffffff;
}
.ContentLargeText a {
	font-family: "Times New Roman", Times, serif;
	font-size:12pt;
	font-style: normal;
	color: #333333;
	background-color:#ffffff;
}
.ContentLargeText a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size:12pt;
	font-style: normal;
	color: #333333;
	background-color:#ffffff;
}

.ContentLink{
	font-family: "Times New Roman", Times, serif;
	font-size:12pt;
	font-style: normal;
	color: #333333;
	margin-left:20px;
	background-color:#ffffff;
}
.ContentLink a:visited{
	font-family: Arial, "Times New Roman", Times, serif;
	font-size:12pt;
	font-style: normal;
	color: #454c48;
	margin-left:20px;
}
.ContentLink a{
	font-family: "Times New Roman", Times, serif;
	font-size:12pt;
	font-style: normal;
	color: #333333;
	margin-left:20px;
	background-color:#ffffff;
}

.ContentLinkNoMargin{
	font-family: "Times New Roman", Times, serif;
	font-size:10pt;
	font-style: normal;
	color: #333333;
}
.ContentLinkNoMargin a:visited{
	font-family: "Times New Roman", Times, serif;
	font-size:10pt;
	font-style: normal;
	color: #454c48;
}
.ContentLinkNoMargin a{
	font-family: "Times New Roman", Times, serif;
	font-size:12pt;
	font-style: normal;
	color: #333333;

}
.ContentLinkLG{
	font-family: "Times New Roman", Times, serif;
	font-size:12pt;
	font-style: normal;
	color: #333333;
	margin-left:20px;
}
.ContentLinkLG a:visited{
	font-family: "Times New Roman", Times, serif;
	font-size:12pt;
	font-style: normal;
	color: #454c48;
	margin-left:20px;
}
.ContentLinkLG a{
	font-family: "Times New Roman", Times, serif;
	font-size:12pt;
	font-style: normal;
	color: #333333;
	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: #333333;
}

.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: Black;
	background-color: #FFFF99;
	border: 1px solid #1080C0;
}

.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: #333333;
	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: Black;
	background-color: #FFFF99;
	border: 2px groove #1080C0;
}
.radio       {
	background-color: #FFFF99;
	border: 0px;
}
.radioclear  {
	background-color: White;
	border: 0px;
}
.checkbox    {
	background-color: #FFFF99;	
	border: 0px;
}
.checkboxclear {
	background-color: White;	
	border: 0px;
}

