body.mceContentBody { 
   background: #FFFFFF; 
   font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal; list-style-type: circle; 
} 

body {
box-sizing: border-box !important;
    
}

/* RESET */
h1, h2, h3, h4, h5, h6, p  { margin-top: 1%; margin-bottom:0% }
ul, li {line-height: 120%;}

/* NORMAL CLASS STYLES */

/* A */

A:hover {
	COLOR: #0000FF; TEXT-DECORATION: none}
A:link 	{
	COLOR: #000099; TEXT-DECORATION: underline}
A	{
	COLOR: #000099; TEXT-DECORATION: underline}

/* B */

.button  { 
	color: #000; font-style: normal; font-size: 11px; font-family: Arial, Helvetica ; background-color: #CCCCCC; border-color: #FFFFFF #333399 #000099 #FFFFFF; border-style: solid; border-top-width: 2px; border-right-width: 2px; border-bottom-width: 2px; border-left-width: 2px}

/* C */

#CVirus {
     margin-top: 10px;
     padding: 2px 10px 0px 10px;
     background-color: #FF0000;
     }
#CVirus p {
     font-weight: bold;
     color: #FFFFFF;
}

/* D */

/* E */

/* F */

#firenotice {
        width:50%;
        float:right;
        margin: 5px 0px 5px 10px;
        padding:20px 20px 70px 12%;
        color:#FFFFFF;
        background-color:#000000;
        font-size: 18px;
        font-weight: bold;
        line-height: 22px;
        background-image: url(/edit/images/fire.jpg);
        background-size: cover;
}

.formitem {
	font-size: 14px; 
	color: #333333;
	margin-top: 10px;

}
.formfield {
	font-size: 14px; 
	color: #333333;
	margin-top: 2px;
}
.formfieldset {
	margin-top: 10px;
}
#formsubmit .button {
       padding:10px;
       font-size: 20px;
       margin-top: 20px;
}

.formfield caption {
       font-style: italic;
       font-size: 10px;
       text-align: left;
}

/* G */

grantsform {
       width:100%;      
}

/* H */

h1, h2, h3, h4 {
	font-family: "metronic-slab-narrow";
}

h1 {  
	font-size: 28px; 
	font-weight: normal; 
	padding: 5px;
	padding-left: 8px; 
	background-color: #000099; 
	color: #FFFFFF;
	background-image: url(/images/clouds1.jpg);
}
h2 {  
	font-size: 26px; font-weight: normal; color: #999999}
h3 {  
	font-size: 24px; font-weight: normal; color: #999999}
h4 {  
	font-size: 20px; font-weight: normal; color: #999999}
h5 {  
	font-size: 18px; color: #FFFFFF}

/* I */

/* J */

/* K */

/* L */

li {  
	font-size: 12px; color: #666666}


/* M */

/* N */

/* O */

ol {  
	font-size: 12px; color: #666666}
/* P */

p {  
	font-size: 12px; color: #333333; }

/* Q */

/* R */

.ReverseHead {  
	font-size: 12px; color: #CC0000; background-color: #FFCC66; height: 15px; width: auto; border: #FF6600; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}

/* S */

/* T */

.textbox   { 
	color: #696969; font-style: normal; font-weight: normal; font-size: 11px; font-family: Arial, Helvetica, SunSans-Regular; vertical-align: middle; border: 1px #000099 solid; height: 20px; background-color: #E1F3Fd}
.textblock  { 
	color: #696969; font-style: normal; font-weight: normal; font-size: 11px; font-family: Arial, Helvetica, SunSans-Regular; text-align: left; vertical-align: middle; border: 1px solid; background-color: #E1F3FD; border-color: #000099 #000099 #333399}

/* U */

/* V */

/* W */

/* X */

/* Y */

/* Z */


/* DEVICES SMALLER THAN 600px ================================================== */
/* rules that only apply for canvases narrower than 600px ie mobiles*/

@media only screen and (max-width: 600px) { 

/* A MOBILE */

/* B MOBILE */

/* C MOBILE */

/* D MOBILE */

/* E MOBILE */

/* F MOBILE */

#firenotice {
        width:100%;
        float:none;
        margin: 5px 0px 5px 0px;
        padding:20px;
}

/* G MOBILE */

/* H MOBILE */

/* I MOBILE */

/* J MOBILE */

/* K MOBILE */

/* L MOBILE */

/* M MOBILE */

/* N MOBILE */

/* O MOBILE */

/* P MOBILE */

/* Q MOBILE */

/* R MOBILE */

/* S MOBILE */

/* T MOBILE */

/* U MOBILE */

/* V MOBILE */

/* W MOBILE */

/* X MOBILE */

/* Y MOBILE */

/* Z MOBILE */

}


/* PRINT ONLY STYLES */

@media print 
{
	
body  { background-color: #ffffff;}
.button	{ display:none; }
.noprint { display:none; }
#table1 th, #table1 td {
	border: 1px solid #cccccc;
	font-size:9pt;
}
}

/* CLASS ITEMS USED in FUNCTIONS.ASP ======================================================== */

.submenusonpage {
	margin-top:20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.directorylisting {
	margin-top:20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* CLASS ITEMS USED in POPUP CALENDAR ======================================================= */

.CalendarTable {
	width: 160px;
	border: 1px solid #333333;
	text-align: center;
	font-size: 13px;
	font-weight: normal;
	vertical-align: bottom;
	background-color: #FFFFFF;
}
.CalendarTable TD {
	padding: 1px;
	border: 1px solid #333333;
}
.SelectMonthRow {
	background-color: #999999;
}
.CalendarSelect {
	/* Month and Year selector */
	font-size: 12px;
	background-color: #FFFFFF;
	border: 1px solid #000;
}
.MonthHeadingRow {
	background-color: #666666;
	font-weight: bold;
	color: #FFFFFF;
}
.SMTWTFS {
	color: #CCCCCC;
	background-color: #666666;
	font-size: 10px;
}
.CalendarNormalDays, .CalendarNormalDays A {
	color: #996600;
	background-color: #FFCC33;
	font-weight: bold;
}
.CalendarToday, .CalendarToday A {
	color: #FF0000;
	background-color: #ffffff;
}
.CalendarOtherDays {
	color: #000000;
	background-color: #CCCCCC;
}
.CalendarWeekend, .CalendarWeekend A {
	color: #669900;
	background-color: #CCCC33;
	font-weight: normal;
}
.CalendarTable A {
	TEXT-DECORATION: none
}
.CalendarTable A:hover {
	color: #000000;
}

/* CLASS ITEMS USED in GALLERY ======================================================= */

.galleryThumbnail {
	height:30px;
	cursor: pointer;
}
#Gallery_Image {
	cursor: pointer;
	max-height:600px;
}
#goBackCell {
	cursor: pointer;
	width: 20px;
	background-image: url(admin/images/_arrow_back_dBlue.gif);
	background-repeat: no-repeat;
	background-position: center center;	
}
#goForwardCell {
	cursor: pointer;
	width: 20px;
	background-image: url(admin/images/_arrow_next_dBlue.gif);
	background-repeat: no-repeat;
	background-position: center center;	
}

/* END ==================================================== */




























