
#header
{
	/*float:left;*/
	width: 100%;
	text-align: center;
	border-bottom: #333 1px solid; /*position: relative;*/
	background-color: #ffffff;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
#header ul
{
	margin: 0 auto;
	padding: 0 0 0 0;
	list-style: none;
	bottom: -1px;
	width: 614px;
	vertical-align: middle;
	position: relative;
	overflow: hidden;
	font-size: 11px;
}

#header li
{
	display: inline;
	margin: 0;
	padding: 0;
}

#header a
{
	float: left;
	background: #f1f1f1 url(http://www.planitplus.net/images/white.png) no-repeat left top;
	padding: 0 0 0 10px;
	text-decoration: none;
	color: #333;
}
#header a span
{
	float: left;
	display: block;
	background: #f1f1f1 url(http://www.planitplus.net/images/white.png) no-repeat right top;
	padding: 4px 10px 3px 0px;
	color: #333;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span
{
	float: none;
}
#header a.home span
{
	float: none;
}
#header a.career span
{
	float: none;
}
#header a.learn span
{
	float: none;
}
#header a.school span
{
	float: none;
}
#header a.portfolio span
{
	float: none;
}
#header a.job span
{
	float: none;
}
/* End IE5-Mac hack */

/*
	*	1. At this point many things are simplified. The hover and background colors are set,
	*	and no positions are used because we aren't swapping images
	*	2. 'padding-bottom:4px;' on the current span pushes that tab 1px higher than the others, 
	*	exposing 1px of the background color of #header and giving the effect of an underline.
	*/
#header a.school span
{
	padding-bottom: 4px;
	color: #000;
}
#header a:hover, #header a:hover span
{
	background-color: #E4F1BC;
	color: #000;
}
#header a.home:hover, #header a.home:hover span
{
	background-color: #ff3333;
	color: #000;
}
#header a.career:hover, #header a.career:hover span
{
	background-color: #39f;
	color: #000;
}
#header a.learn:hover, #header a.learn:hover span
{
	background-color: #3c3;
	color: #000;
}
#header a.school:hover, #header a.school:hover span
{
	background-color: #c9f;
	color: #000;
}
#header a.adult:hover, #header a.adult:hover span
{
	background-color: #FF66FF;
	color: #000;
}
#header a.portfolio:hover, #header a.portfolio:hover span
{
	background-color: #f93;
	color: #000;
}
#header a.job:hover, #header a.job:hover span
{
	background-color: #00AFA5;
	color: #000;
}
#header a.school span, #header a.school
{
	background-color: #c9f;
}
/*____END NEW BIT___________*/

/*___________TEXTBOXES AND BUTTONS________*/

.navbut
{
	border-right: #069 1px outset;
	padding: 2px;
	border-top: #939 1px inset;
	font-weight: bold;
	font-size: 11px;
	margin: 2px;
	border-left: #939 1px inset;
	color: #fff;
	border-bottom: solid 1px #069;
	background-color: #C9F;
}

#submenu li
{
	border-bottom: 1px solid #E4CAFF;
	margin: 0 auto;
	padding: 0;
	background-color: #C9F;
	text-align: left;
	text-indent: 2px;
}

#submenu li a
{
	display: block;
	background-color: #E4CAFF;
	color: #000;
	text-decoration: none;
	width: 100%;
	border-bottom: 1px solid #E4CAFF;
}

html > body #submenu li a
{
	width: auto;
}

#submenu li a:hover
{
	background-color: #C9F;
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #363;
}

#datebar
{
	color: #000;
	text-align: center;
	background-color: #C9F;
}

.welcHead
{
	background-color: #C9F;
	color: #FFF;
	border-top: none;
	border-left: none;
}

.schoolMain
{
	background-color: #fff;
	border: 0;
	color: #000;
	padding: 4px;
}

TD.schoolMain A:link, TD.schoolMain A:visited
{
	background-color: Transparent;
	color: #93C;
	text-decoration: none;
	border-bottom: #ccc 1px solid;
}

TD.schoolMain A:link:hover, TD.schoolMain A:visited:hover
{
	background-color: Transparent;
	color: #93C;
	text-decoration: none;
	border-bottom: #666 1px solid;
}

.courseHead
{
	background-color: #fff;
	border: 0;
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
}

.courseHeadText
{
	background-color: #fff;
	border: 0;
	color: #93C;
	font-size: 1.2em;
	font-weight: bold;
}

.courseText
{
	background-color: #FFF;
	border: 0;
	color: #000;
}

#LeftPane
{
	background-color: #C9F;
	color: #000;
}

/*______________LOGIN_________________________*/

.logintext a:link:hover, .logintext a:visited:hover
{
	background-color: Transparent;
	color: #000;
	text-decoration: underline;
}

/*______________TARGIT DATAGRID_________________________*/

.DGmain
{
	border: 1px solid #C9F;
	padding: 0px;
}

.DGitem
{
	background-color: #fff;
	padding-left: 4px;
	color: #000;
	line-height: 1.4em;
}

.DGitem a:link, .DGitem a:visited
{
	background-color: Transparent;
	color: #03C;
	text-decoration: none;
}

.DGitem a:link:hover, .DGitem a:visited:hover
{
	background-color: Transparent;
	color: #03C;
	text-decoration: underline;
}

.DGitem-sc
{
	background-color: #E7CEFF;
	padding-left: 4px;
	border: 1px solid #C9F;
	text-align: left;
}

.DGitem-radio
{
	background-color: #E7CEFF;
	padding-left: 4px;
	font-size: .8em;
	border: 1px solid #C9F;
	text-align: left;
}

.DGalt
{
	background-color: #eee;
	padding-left: 4px;
	color: #000;
	line-height: 1.4em;
}

.DGalt a:link, .DGalt a:visited
{
	background-color: Transparent;
	color: #03C;
	text-decoration: none;
}

.DGalt a:link:hover, .DGalt a:visited:hover
{
	background-color: Transparent;
	color: #03C;
	text-decoration: underline;
}

.DGhead
{
	background-color: #C9F;
	font-weight: bold;
	padding-left: 2px;
	height: 1.2em;
}

.DGhead a:link, .DGhead a:visited
{
	text-decoration: underline;
	color: #000;
}

.DGhead a:link:hover, .DGhead a:visited:hover
{
	text-decoration: underline;
	color: #000;
}

.DGfooter
{
	background-color: #fff;
	font-weight: bold;
	padding: 2px;
}

.DGfooter a:link, .DGfooter a:visited
{
	text-decoration: underline;
	color: #03c;
}

.DGfooter a:link:hover, .DGfooter a:visited:hover
{
	text-decoration: none;
	color: #03c;
}

dl
{
	padding: 1em;
}

dt
{
	background: url(http://www.planitplus.net/images/adobepdf.gif) no-repeat left top;
	padding-left: 24px;
}
