/*******************************************/
/*                                         */
/*      DE Department of Education         */
/*     Compliant Browser Stylesheet        */
/*        (DOE-specific styles)            */
/*                                         */
/*******************************************/



/***  HTML TAG FORMATTING  ****/

hr {
	width: 98%;
	height: 2px;
	color: #909090;
	border-style: solid;
	text-align: center;
	}

span.bullet {
   /* &#8226; */
	font-weight: normal;
	cursor: default;
	}
div.indent {
	margin-left: 15px;
	}
.lnbr, .br {
	white-space: normal;
	}
.nobr, .date, .time {
	white-space: nowrap;
	}
.lowercase {
	text-transform: lowercase;
	}
.uppercase {
	 text-transform: uppercase;
	}
.larger {
	font-size: 110%;
	}
.smaller {
	font-size: 90%;
	}
.footnote {
	font-size: 80%;
	}
.small-caps {
	/* font-variant: normal; */
	font-size: 80%;
	
	}
.by-line {
	display: block;
	margin-left: 10px;
	}
.doc-type, .doc-info, .doc-date {
	padding-left: 1px;
	color: #909090;
	font-size: 75%;
	
	vertical-align: text-bottom;
	white-space: nowrap;
	cursor: default;
	}
.code-ref {
	padding-left: 1px;
	color: #909090;
	font-size: 80%;
	vertical-align: text-bottom;
	white-space: nowrap;
	}


/*  Image Tag Formatting  */

img.spacer {
	display: block;
 border: 0;
	}
/*
img.bullet {
	display: inline;
 border: 0;
 vertical-align: middle;
	width: 5px;
	height: 11px;
 margin-left: 1px;
	margin-right: 4px;
	}
*/
img.bullet-rollover {
	display: inline;
 border: 0;
 vertical-align: middle;
	width: 9px;
	height: 9px;
 margin-left: 4px;
	margin-right: 2px;
	}
img.top {
	display: block;
	width: 20px;
	height: 15px;
	float: right;
	border: 0;
	/* padding: 0px 10px; */
   }
img.photo {
 display: inline;
 float: right;
 vertical-align: top;
 margin: 15px 0px 10px 10px;
 border: 3px ridge #c0c0c0;
	}

#photoCaption {
 float: right;
 width: auto;
 vertical-align: top;
 padding: 0px;
 margin: 15px 0px 10px 10px;
 border: 0;
	}
#photoCaption img.photo {
 float: none;
 vertical-align: bottom;
 padding: 0px;
 margin: 0px;
	}
#photoCaption .caption {
 display: block;
 float: none;
 color: #000000;
 font-family: arial, helvetica, sans-serif;
 font-size: 10px;
 font-weight: normal;
 text-align: left;
 vertical-align: top;
 line-height: 1;
 padding: 0px 3px 3px;
 margin: 0px;
 cursor: default;
	}


/*  Link Tag Formatting  */

a.bullet {
	white-space: nowrap;
	}
a.bullet:link, a.bullet:visited, a.bullet:hover, a.bullet:active {
	text-decoration: none;
	}
a.bracket, a.bracket:link, a.bracket:visited {
	padding: 0px 1px;
	text-decoration: none;
	}
a.bracket:hover, a.bracket:active {
	padding: 0px 1px;
	text-decoration: underline;
	}
a.top {
 display: block;
	white-space: nowrap;
 font-size: 75%;
 
 letter-spacing: -1px;
	}
a.top:link, a.top:visited {
 color: #808080;
	text-decoration: none;
	}
a.top:hover, a.top:active {
 color: #000000;
	text-decoration: none;
	}
a.more {
	display: block;
	white-space: nowrap;
	padding-right: 20px;
	text-align: right;
	line-height: 1;
	letter-spacing: 1px;
	}
a.view {
	display: inline;
	white-space: nowrap;
	text-align: left;
	line-height: 1;
	letter-spacing: normal;
	}
a.more:link, a.more:visited, a.view:link, a.view:visited {
	text-decoration: none;
	}
a.more:hover, a.more:active {
	text-decoration: none;
	letter-spacing: 2px;
	}
a.view:hover, a.view:active {
	text-decoration: none;
	letter-spacing: 1px;
	}
a.new:link, a.new:visited {
 color: #CC0033;
	}



/***  Form Elements Formatting  ****/

input, select, textarea {
	background-color: #f8f8ff;
	border-color: #cccccc;
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: small;
	}


input.button {
	/* display: inline; */
	background-color: #003399;
	color: #ffffff;
	font-family: verdana, arial, helvetica, sans-serif;
	
	text-align: center;
	letter-spacing: 1px;
	cursor: pointer;
	}
option.select-header {
	font-weight: bold;
	
	}



/***  Today's Date   ****/

#todaysDate {
	white-space: nowrap;
	color: #909090;
	background-color: transparent;
	font-weight: normal;
	text-decoration: none;
	padding: 5px 10px;
	font-size: 80%;
	text-align: right;
	vertical-align: middle;
	cursor: default;
	}


/***  Page Top   ****/

#pageTop {
	text-align: left;
	vertical-align: bottom;
	background-color: transparent;
	padding-left: 3px;
	padding-top: 16px;
	padding-right: 101px;
	padding-bottom: 3px;
	}


/***  Mission Statement   ****/

#missionStatement {
	display: none;
	}
#missionStatement td.statement {
	/* color: #777777; */
	color: #999966;
	background-color: transparent;
	font-family: georgia, 'times new roman', times, serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	text-align: center;
	line-height: 1.1;
	border: 0;
	white-space: normal;
	cursor: default;
	width: 100%;
	padding: 0px 15px 5px;
	/* padding: 0px 15% 5px; */
	}
#missionStatement td.statement .phrase {
	display: block;
	white-space: nowrap;
	}



/***  Quick Links   ****/

#navQuickLinks {
	padding-top: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 90%;
	position: relative;
	top: 0px;
	left: -5px;
 	visibility: visible;
	}
#navQuickLinks form {
	margin: 0px;
	padding: 0px;
	}
#navQuickLinks select {
	width: 130px;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	background-color: #ffffff;
	}
#navQuickLinks option.select-header {
	color: #333333;
	}



/***  Header Formatting  ****/

.header, .subhead, .subsubhead,
.contact-header, .para-header, .para-intro {
 display: block;
 color: #000000;
 font-weight: bold;
 text-align: left;
 text-transform: none;
	}
a.header, a.subhead {
 color: #000000;
 text-decoration: none;
	}
.header {
 font-size:	130%;
 padding-bottom: 5px;
	}
.subhead {
 font-size:	115%;
 padding-bottom: 3px;
	}
.subsubhead {
 font-size:	100%;
 padding-bottom: 0px;
	}
.contact-header {
 color: #333333;
 font-size:	inherit;
 padding-bottom: 1px;
 text-decoration: underline;
	}
.para-header {
 color: #333333;
 font-size:	inherit;
 padding-bottom: 1px;
	}
.para-intro {
 display: inline;
 font-size:	inherit;
 padding-right: 3px;
	}



/***  Menu & Division Page Formatting  ****/

.menu-header, .div-header {
   display: block;
  	margin-right: 10px;
  	margin-bottom: 3px;
   padding: 2px 4px;
   text-align: left;
   font-weight: bold;
   color: #000000;
   background-color: #dfdfc2;
  	border-left: 1px solid #909090;
   border-top: 1px solid #909090;
	}
.submenu-header {
   text-align: left;
   font-weight: bold;
   color: #c03;
	}
.div-header {
  	margin-right: 10%;
	margin-bottom: 2px;
	}
a.menu-header, a.div-header {
	color: #000000;
   background-color: #dfdfc2;
	text-decoration: none;
	}
.menu-subhead {
   display: block;
   margin-bottom: 1px;
   text-align: left;
   font-weight: bold;
	border-top: 2px dotted #909090;
	width: 65%;
	margin-top: 10px;
	padding-top: 9px;
	}
p.menu-descrip {
	margin-bottom: 0px;
	}

#menuLinks {
	display: block;
	width: 100%;
	padding: 15px 0px 0px;
	}
#menuHome, #menuServices, #menuInformation {
	display: block;
	padding: 5px 10px;
	}
#menuHome a, #menuServices a, #menuInformation a {
	display: block;
	width: 100%;
	padding-bottom: 5px;
	}
#menuHome br, #menuServices br, #menuInformation br {
	line-height: 0px;
	font-size: 0px;
	display: block;
	}



/***  List Item Formatting  ****/

ul, ol {
 list-style-type: disc;
 list-style-position: outside;
 list-style-image: none;
 margin-top: 3px;
 margin-left: 35px;
 padding: 0px;
	}
ol {
 list-style-type: decimal;
	}
ul.sublist {
 list-style-type: circle;
 margin-top: 0px;
	}
ul.menu-links, ul.site-links {
 list-style-type: square;
 list-style-image: url(../../images/arrowbullet.gif);
	margin: 0px;
	margin-left: 18px;
	}
ul.menu-list, ul.site-list {
 list-style-type: square;
	margin: 0px;
	margin-left: 20px;
	}
ul.menu-list {
	margin-top: 15px;
	margin-bottom: 15px;
	}
ul.site-list {
	margin-top: 0px;
	margin-bottom: 15px;
	}
ul.submenu-list {
	margin: 0px;
	margin-top: 1px;
	margin-left: 30px;
	}
ul.anchor-list, ol.anchor-list {
	margin-top: 5px;
	}
ul.menu-links li, ul.site-links li, ul.menu-list li, ul.site-list li {
	padding-bottom: 2px;
	}
ul.submenu-list li {
	padding-bottom: 1px;
	}
ul.anchor-list a:link, ul.anchor-list a:visited, ol.anchor-list a:link, ol.anchor-list a:visited {
 text-decoration: none;
	}
ul.anchor-list a:hover, ul.anchor-list a:active, ol.anchor-list a:hover, ol.anchor-list a:active {
 text-decoration: underline;
	}
.list-header {
 display: block;
 color: #000000;
 font-size:	110%;
 font-weight: bold;
 text-transform: none;
 background-color: transparent;
 text-decoration: none;
	}
a.list-header {
	color: #000000;
	text-decoration: none;
	}
.list-subhead {
 display: block;
 color: inherit;
 font-size:	inherit;
 font-weight: bold;
 text-transform: none;
 background-color: transparent;
 text-decoration: none;
	}



/***  Table Formatting ****/

table.data-table {
 border: 1px solid #333366;
 border-collapse: separate;
 border-spacing: 2px;
 margin-left: 5px;
}
tr.title-row td {
 color: #FFFFFF;
 background-color: #003399;
 border: 1px solid #333366;
 
 font-weight: bold;
 text-align: center;
 vertical-align: middle;
 padding: 6px;
}
tr.header-row td {
 color: #000000;
 background-color: #CCCC99;
 border: 0;
 text-transform: none;
 font-weight: bold;
 text-align: center;
 vertical-align: middle;
 padding: 4px;
}
tr.subhead-row td {
 color: #000000;
 background-color: #CCCCCC;
 border: 0;
 text-transform: none;
 font-weight: bold;
 text-align: left;
 vertical-align: middle;
 padding: 3px 2px;
}
tr.result-row td {
 color: #000000;
 background-color: #DEDEDE;
 /* background-color: #C1D3DC; */
 border: 0;
 text-transform: none;
 font-weight: bold;
 text-align: center;
 vertical-align: middle;
 padding: 2px;
}
tr.data-row td {
 color: #000000;
 background-color: #EFEFEF;
 border: 0;
 text-transform: none;
 font-weight: normal;
 text-align: left;
 vertical-align: top;
 padding: 2px;
}
tr.result-row td.header-rs, tr.data-row td.header-rs {
 font-weight: bold;
 text-align: left;
 vertical-align: middle;
 border-right: 1px solid #CCCCCC;
}
tr.result-row td.header-rs {
 border-right-color: #BBBBBB;
 /* border-right-color: #6699CC; */
}

table.list-table {
 border: 1px solid #CCCCCC;
 border-right: 0;
 border-collapse: collapse;
 margin-left: 5px;
}
table.list-tablev2 {
 border: 1px solid #CCCCCC;
 border-right: 0;
 border-collapse: collapse;
 margin-right: 3px;
}
tr.list-header-row td {
 color: #FFFFFF;
 background-color: #003399;
 border: 0;
 text-transform: none;
 font-weight: bold;
 text-align: center;
 vertical-align: middle;
 padding: 3px;
 padding-right: 12px;
}
tr.list-subhead-row td {
 color: #FFFFFF;
 background-color: #666666;
 border: 0;
 text-transform: none;
 font-weight: bold;
 text-align: left;
 vertical-align: middle;
 padding: 3px;
 padding-right: 12px;
}
tr.list-subhead-rowv2 td {
 color: #FFFFFF;
 background-color: #666666;
 border: 0;
 text-transform: none;
 font-weight: bold;
 text-align: center;
 vertical-align: middle;

}
tr.list-rowv2 td, tr.list-row-coloredv2 td {
 /* background-color: transparent; */
 background-color: #FFFFFF;
 color: #000000;
 border: 0;
 text-transform: none;
 font-weight: normal;
 text-align: left;
 vertical-align: top;
 padding-left: 2px;
}
tr.list-row-coloredv2 td {
 background-color: #DDDDDD;
}
tr.list-row td, tr.list-row-colored td {
 /* background-color: transparent; */
 background-color: #FFFFFF;
 color: #000000;
 border: 0;
 text-transform: none;
 font-weight: normal;
 text-align: left;
 vertical-align: top;
 padding: 3px;
 padding-right: 12px;
}
tr.list-row-colored td {
 background-color: #DDDDDD;
}
td.active-day td {
 background-color: #ff0000;
 font-weight: normal;
 color:#FF0000;
}
table.contact-info {
   border: 0;
   border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	margin-top: 16px;
   }
table.contact-info td {
 	padding-right: 25px;
	text-align: left;
	vertical-align: top;
   }

caption {
	font-family: inherit;
	font-size: small;
	color: inherit;
	background-color: transparent;
	text-align: left;
	padding-bottom: 8px;
}



/***  Call Out Formatting  ****/

#callout, #calloutBox, #calloutQuote, #calloutNav {
 float: right;
 width: auto;
 /*vertical-align: top;*/
 padding: 0px;
 margin: 10px;
 margin-right: 0px;
 text-align: left;
 border: 1px solid #00479a;
}

	
#calloutQuote, #calloutNav, #calloutNav li,
#callout .callout-header, #callout .callout-content, #callout .callout-content li {
 font-family: verdana, arial, helvetica, sans-serif;
 font-size: x-small;
	}
#calloutQuote {
 width: 35%;
 padding: 5px;
 border-width: 4px;
 border-style: double;
 color: #000000;
 background-color: #dfdfc2;
 font-weight: normal;
 text-align: left;
	}
	
#callout .callout-header {
 white-space: nowrap;
 padding: 2px 5px 4px;
 color: #ffffff;
 background-color: #00479a;
 font-weight: bold;
 text-align: left;
 text-transform: none;
 line-height: 1.1;
	}
	
#calloutNav, #callout .callout-content {
 padding: 5px;
 color: #000000;
 background-color: #f2f2f2;
 font-weight: normal;
 text-align: left;
 border: 1px solid #00479a;
}
	
#calloutNav {
 width: 30%;
 margin-top: 5px;
 padding: 4px 6px;
 border-width: 2px 1px;
 border-color: #00479a;
	}

#calloutNav a:link, #calloutNav a:visited,
#callout .callout-content a:link, #callout .callout-content a:visited {
 text-decoration: none;
 	}
#calloutNav a:hover, #calloutNav a:active,
#callout .callout-content a:hover, #callout .callout-content a:active {
 	color: #6699CC;
 text-decoration: underline;
 	}
#calloutNav ul {
 list-style-type: disc;
 margin: 1px 0px 1px 16px;
	}
#callout .callout-content ul {
 list-style-type: disc;
 margin: 0px 1px 0px 17px;
	}
#calloutNav li, #callout .callout-content li {
 padding-bottom: 2px;
 line-height: 1;
	}

img.callout {
 display: inline;
 border: 0;
 float: right;
 vertical-align: text-top;
 margin: 0px 0px 10px 10px;
	}



/***  Body Content  ****/

table.body-table {
 width: 99%;
 padding: 0px;
 padding-top: 18px;
 border: 0;
 border-collapse: collapse;
	}

hr.footer {
	height: 1px;
	color: #C0C0C0;
	}



/***  Info Needed  ****/
/*  Requires content, input or updating  */

.info-needed {
 display: none;
 background-color: #FFFF00;
 }

/* added by Joel Stevens at Hannon Hill on April 5, 07 */
.silverTopTable
{
    border-top: 1px solid rgb(144, 144, 144);
}



.no_li
{
    list-style-type: none; margin-bottom: 10px; 
}

.no_li_nopad
{
    list-style-type: none;
}

#calloutQuote
{
	clear: right;
}




