﻿body
{
	color: #333333;
	font: 76% Arial, Sans-Serif;
	background: url(../images/bkgdLt.jpg) repeat;
	/*#FFFFFF #D0E2FF  #FFFF99*/
}

h1 h2 h3 h4 h5 h6 {font-family:Verdana, Sans-Serif;color:#336699; margin-left: 8px;	margin-bottom: 5px;	margin-right: 5px;} /*Medium Blue*/
.midLink {
	color: #003366;
	padding: 5px;
}
.midLink a {
	color: #003366;
	text-decoration: none;
}

table {background-color:White;}
img {border:0;}
a:link, a:visited {color:#000;}
a:active, a:hover{color:#369;}

/* id's and id specific classes effecting Masters */
#wrapper /*to center in browser window*/
{
	margin-left: auto;
	margin-right: auto;
	clear: both;
	width: 760px;
	/*background-color: #FFFFFF;*/
	top: 0px;
}

#wrapperAdmin
{
    top: 0px;
    right: 0px;
    width: auto;
    background-color: #FF9;
}

#spacer /*to maintain height*/
{
	float: left;
	text-align: left;
	vertical-align: top;
	top: 0px;
	left: 0px;
	position: absolute;
}

.spacer 
{
	background-position: right top;
	width: 0px;
	height: 600px;
	background-image: url('../images/spacer.gif');
	background-repeat: no-repeat;
	position: absolute;
	clear: right;
}

#pgHead /*contains .logo, .login*/
{
	margin: 0px;
	height: 125px;
	top: 0px;
	left: 0px;
	background-image: url('../images/tallHd.jpg');
	background-repeat: repeat-x
}

.logo /*1 Image panel across the top*/
{
	width: 608px;
	height: 125px;
	float: left;
}

.login /*5 image panel with user buttons and welcome message*/
{
	margin: 0px;
	padding: 0px;
	width: 152px;
	height: 125px;
	overflow: hidden;
	vertical-align: top;
	clear: right;
	float: left;
	background-image: url(../images/loginbkgd125.jpg);
	background-repeat: no-repeat;
}

.adLogin /*CHADDAdmin.master*/
{
	margin: 0px;
	padding: 0px;
	width: auto;
	height: 110px;
	vertical-align: top;
    clear: left;
}


a.login /**/
{
    text-decoration: none;
    border:0;
}

.loginmsg /**/
{
	padding: 25px 2px 2px 10px;
	width: 140px;
	color: #FFCC99;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.adminloginmsg /**/
{
	padding: 25px 2px 2px 10px;
	width: 140px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.calendar {
	font-size: 9px;
	color: #333333;
}
	
#content /*contains #nav, #main, #mid, #sidebar*/
{
	/*width: 760px;*/
	vertical-align: top;
	background-color: #FFFFFF;
}

#orgBar /*sets banner with Admin button at bottom of pgHead*/
{
	width: 760px;
	height: 18px;
	clear: both;
}

#adorgBar /*sets banner with Admin button at bottom of pgHead*/
{
	height: 18px;
	clear: both;
}

#nav /*menu location*/
{
	width: 152px;
	height: 100%;
	float: left;
	/*background-color: #FFFFFF;*/
	vertical-align: top;
	margin-top:2px;
	clear:right;
	background-image: url(../images/yelDot.jpg);
}

#nav td td
{
    text-align: center;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 7pt;
    border-left: 1px solid #333;
    width:165px;
}

#nav a
{
    color: #036;
    background-image:url('../images/tallFade.jpg');
    letter-spacing:0.1em;
    text-decoration: none;
    display: block;
    padding: 6px 6px 7px 6px;
}

#nav a:hover
{
    color: #FFCC66;
    background-image:url('../images/tallBluFade.jpg');
}

#nav .current
{
    color: #FFCC66;
    background-image:url('../images/tallBluFade.jpg');
	letter-spacing:0.1em;
    display: block;
}
/*end gdaddymenu */

.underNav /* for space under the nav menu */
{
	background-color:#FFFF99;
	margin-top:0px;

}

/*start nwcMgmtMenu html menu style*/
#nwcMgmt
{    vertical-align: top;}

#nwcMgmt td td
{
    text-align: center;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 9pt;
    border-left: 1px solid #333;
    width:165px;
}

#nwcMgmt a
{
    color: #036;
    background-image:url('../images/tallFade.jpg');
    letter-spacing:.1em;
    text-decoration: none;
    display: block;
    padding: 8px 6px 8px 6px;
}

#nwcMgmt a:hover
{
    /*background: #369;*/
    color: #FF9;
    background-image:url('../images/tallBluFade.jpg');
}
/*end nwcMgmtMenu */

#adMain /*places main content holder CHADDadmin*/
{
    clear:right;
    color: #9CF;
    background-color: #333;
    padding: 5px;
	margin: 2px 2px 1px 2px;
	padding: 5px;
	float: left;
    }



#main /*places main content holder CHADDwide*/
{
	padding: 5px;
	margin: 2px 0px 1px 2px;
	clear: right;
	width: 593px;
	/*height: 400px;*/
	overflow:visible;
	vertical-align: top;
	color: #333;
	text-align: left;
	float: left;
	background-color: #FFFFFF;
}

#mid /*places main content holder CHADDmaster & CHADDtall*/
{
	margin: 2px 2px 1px 2px;
	width: 445px;
	float: left;
	vertical-align: top;
	background-color:#FFF;
	/*height:400px;*/
	overflow:visible;
}

#sidebar /*places the sidebar*/
{
	vertical-align: top;
	text-align: left;
	width: 152px;
	float: right;
	background-color: #FFF; /*#B5C7DE;*/
	height:100%;
	margin-top:2px;
}

.sidebar p
{
	margin: 2px;
	padding-left: 15px;
}

#bottom /*places the images on CHADD.master and disclaimer on all*/
{
	margin: 0px;
	padding: 0px;
	width: 760px;
	clear: both;
	border-width:0;
	background-color:#333333;
}

#bottom a
{
    text-decoration: none;
    display: block;

}

#bottom a:hover
{
    color: #FFCC66;
}

.btnbluebar
{
	background-color:#333333;
	background-image:url(../images/bluefade.jpg);
	background-repeat:repeat-x;
	height:10px;
	}

.extNav a
{
    color: #036;
    background-image:url('../images/tallFade.jpg');
    letter-spacing:0.1em;
    padding: 8px 6px 8px 6px;
}

.extNav a:hover
{
    color: #FFCC66;
    background-image:url('../images/tallBluFade.jpg');
}


#adBottom /*places the images on CHADD.master and disclaimer on all*/
{
	margin: 0px;
	padding: 0px;
	width:auto;
	clear: both;
	border-width:0;
	background-color:#333333;
}

.dis /*disclaimer - lt blue on dk background*/
{
	margin: 0px;
	padding: 10px;
	text-align: center;
	width: 740px;
	font-family: Arial, Helvetica, Sans-serif;
	color: #99CCFF;
	font-size: 75%;


}

#pgTail /*places the footer*/
{
	width: 760px;
	height: 50px;
	background-image: url('../images/footfade.jpg');
	background-repeat: repeat-x;
	border: 1px solid #FF9;
	text-align: center;
}
#adTail /*places the footer*/
{
	width: auto;
	height: 50px;
	background-image: url('../images/footfade.jpg');
	background-repeat: repeat-x;
	text-align: center;
}
.foot /*styles footer*/
{
	font-size: 12px;
	color: #000033;
	line-height: 16px;
	padding-top: 5px;
}

/*--------- For Use to Style CONTENT ------------------------------------*/

.head /*large headlines*/
{
	font-family: Verdana, Tahoma, Sans-Sarif;
	font-size: 125%;
	font-weight: bold;
	font-variant: normal;
	color: #336699;
	margin-left: 10pt;
}

.sub /*sub headers*/

{
	font-family: Verdana, Tahoma, sans-sarif;
	font-size: 100%;
	color: #003366;
	margin-left: 20px;
	font-weight: bold;
	font-style: italic;
}

.sub a:link, a:visited {color:#C30;}
.sub a:active, a:hover {color:#369;}


.reg /*regular text*/
{
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 15px;
	margin-bottom: 5px;
	margin-right: 5px;
}

.smreg /*smaller regular text*/
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin-left: 20px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-top: 5px;
	line-height: 11pt;
}

.hot /*dk orange text - regular size for emphasis text*/
{
	color: #C30;
	margin-left: 15px;
	font-style: italic;
	font-family: Verdana, Tahoma, sans-sarif;
}

.hot a:link, a:visited {color:#C30;}
.hot a:active, a:hover {color:#369;}

.cal /*yellowfade background for seperator headlines*/
{
	font-family: Verdana, Tahoma, sans-sarif;
	font-size: 9pt;
	font-weight: normal;
	margin: 0px;
	padding: 1px 5px 2px 10px;
	background-image: url('../images/yellowfade.jpg');
	background-repeat: repeat-x;
	color: #000000;
	line-height: 20px;
}
.boxtop /*dark blue strip with lite text*/
{
	color: #003366;
	font-style: italic;
	font-weight: bold;
	font-family: Verdana;
	background-color: #FFE68F;
	padding-left: 15px;
	line-height: 24px;
	font-size: 10pt;
}
.bluebar /*blue spacer - for the bottom of sections - back to top*/
{
	background-position: bottom;
	background-repeat: repeat-x;
	background-image: url('../images/bluefade.jpg');
	padding-left: 15px;
	text-align: left;
	line-height: 30px;
	/*vertical-align: top;*/
	padding-top: 3px;
	padding-bottom: 7px;
}

a.bluebar :active :link /*keeps link in blurbar nice*/
{
	color:#333;
	text-decoration:none;
	border-width:0;
}

a.bluebar :hover :visited
{
	color:#369;
    text-decoration: none;
    border-width:0px;
}

.lbl /*text a little smaller for labels - black text*/
{
	font-family: verdana;
	color: #000000;
	padding-left: 10px;
	font-size:.9em
}


.smlbl /*small labels or buttons - med blue text for white bkgd*/
{
	font-size: 0.8em;
	font-family: Verdana;
	color: #336699;
	padding-left: 20px;
}

.txt /*text boxes - lite text on dark background*/
{
	font-family: Arial;
	/*font-size: .9em;
	font-style: italic;
	color: #FC9;
	background-color: #333;*/
}

.lttxt /*lite orange text for lbls on dark backgrounds*/
{
	font-family: Verdana;
	font-size: .8em;
	color: #FC9;
}


.btn /*blue bkgd buttons*/
{
	/*padding: 1px;
	border: thin solid #003366;
	color: #FFCC99;
	text-align: center;
	font-family: Verdana;
	font-size: .8em;
	background-color: #336699;
	line-height: 20px;
	margin-right: 15px;
	margin-left: 20px;
	font-variant: small-caps;
	font-weight: bold;*/
	border: solid 1px black;
}

a.btm {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

/*Dan's suggestions to control constant elements such as textboxes:
this makes the rule that all textboxess are the same border AND height
(applicable only to single-line tboxes of course)
*/
.inputtext
{
	border: solid 1px black;
}


.calCopy {
	font-family: Verdana, Tahoma, sans-sarif;
	font-size: 8pt;
	font-weight: normal;
	margin: 0px;
	padding: 0px 5px 2px 10px;
	background-image: url('../images/yellowfade.jpg');
	background-repeat: repeat-x;
	color: #000000;
	line-height: 20px;
}

/*for headline above content in default page only*/
.contentHeadline
{
	font-size:1.2em;
	color: #003366;
	font-weight:bold;
	margin-bottom:0.5em;
	font-style: italic;
}

.flatinput
{
	border: solid 1px black;
}
.pros {
	font-size: 9pt;
	color: #036;
	vertical-align: top;
	text-align: left;
	display: block;
}

.pros a:link {color:#036;}
	
.pros a:hover {color:#336699;}
.resource {
	vertical-align: top;
}
