/*----------- GENERAL ---------------*/
	body {
		background-color: #FFF;
		background-image: url(../images/bg.jpg);
		background-position: 515px -149px;
		background-repeat: repeat;
		margin: 0;
		padding: 0;
	}
	a:link, a:visited {
		color: #222;
	}
	a:hover, a:active {
		color: #900;
	}
	body.pagerBarTop { 
		border: 0;
		padding: 0;	
	}
	#mainContainer{
		background: url(../images/mainContainerBg.png) no-repeat left top;
		margin: 0;
	}
	.container-fluid {
		background: url(../images/mainContainerBg.png) no-repeat 58% top;
		margin: 0;
	}
	.mainContainer_FW {	/* Fixed width container */
	}
	.mainTitle {
		font-size: 22px;
		margin: 0;
		padding: 0;
		background-color: #EDB751;
		padding: 8px;
		border-radius: 10px 10px 0px 0px;
	}
		
/*----------- HEADER ---------------*/
	#classHeader {
		height: 188px;
		margin: 0;
		padding: 0;
		position: relative;
	}
	#teacherNameBox {
		color: #FFF;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 22pt;
		font-weight: bold;
		width: 100%;
		letter-spacing: -2pt;
		padding-left: 0px;
		position: absolute;
		text-align: center;
		top: 90px;
		left: 50px;
	}

/*----------- MAINDATA ---------------*/
	 .MD_decorBL {
		background: url(../images/MD_decorBL.png) no-repeat left bottom;
		padding-bottom: 80px;
	}
	 #mainData{
		background: url(../images/mainBg.png) repeat-y right top;
		margin: 0px;
		min-height: 600px;
		padding: 0;
	}

/*----------- LEFT COLUMN ---------------*/	
	#leftCol {
		box-shadow: none;
		float: left;
		margin: 0px;
    	padding: 55px 0px;
	}
	#leftCol #navSectionHolder {
		background-attachment: scroll;
		background-repeat: repeat;
		background-position: 0 0;
		border: 0px solid #73A065;
		margin: 15px;
		padding: 0;
	}
	#leftCol .leftModuleHolder {
		border: none;
		display: none; /* Hides School Navigation */
		padding: 0;

	}
	#leftCol .leftModuleStatus {
		border: none;
		border-bottom: 1px solid #E81;
		color: #E81;
	}
	#leftCol .inThisSectionHolder  {
		display: block !important;
	}
	#leftCol .inThisSectionHolder h2 {
		display: none;
	}
	#leftCol .inThisSectionHolder ul {
		background: none;
	}

/*----------- LEFT COL LINKS ---------------*/	
	#leftCol .leftModuleHolder ul li a:link, .leftModuleHolder ul li a:visited {
		border: none;
		color: #E0BC2F;
		font-size: 13px;
	}
	#leftCol .leftModuleStatus a {
		color: #E81;
	}
	.leftColBox1 {
		opacity: 0.85;
		background-color: #362711;
	}
	#leftCol .inThisSectionHolder ul li:hover a.title, #leftCol .inThisSectionHolder ul a.title:hover {
		background: #CDAA32;
		color: #FFF;
		font-weight: bold;
	}
	#leftCol .inThisSectionHolder ul li ul li a:link, .inThisSectionHolder ul li ul li a:visited {
		background-color: #354 !important;
		color: #FFF !important;
	} 
    #leftCol .inThisSectionHolder ul li ul li a:hover, .inThisSectionHolder ul li ul li a:active {
		background-color: #222 !important;
		color: #EEF !important;
	}
	#leftCol .inThisSectionHolder ul li {
		background: none;
	}
	#leftCol .inThisSectionHolder ul li a {
		border-top: none;
	}
	#leftCol .horizMenu {
		background-color: #354 !important;
	}

/*-----------  CONTENT COLUMN ---------------*/	
	.rightCol {
		position: relative;
		top: 20px;
		box-shadow: none;
		float: left;
		margin: 0;
	}
	h2.mainTitle {
		color: #222;
		font-size: 1.2em;
		font-family: Verdana, Geneva, sans-serif;
	}
	#content .pageData {
		background: none repeat scroll 0 0 #EDB751;
		border: none;
	}
	#classNameBox {
		font-size: 26px;
		padding: 10px 0 0 87px;
	}
	.titleShift .mainTitle span {
		background: white; 
	}

/*------- PORTAL BOXLESS STYLES ---------*/
	#content .x-portlet-boxless .x-panel-header	{
		color: #222;
		font-size: 1.5em;
		font-weight: bold;
		padding: 5px;
	}
	#content .x-portlet-boxless .x-panel-header a:link, #content  .x-portlet-boxless .x-panel-header a:visited {
		color: #222;
	}
	#content .x-portlet-boxless .x-panel-header a:hover, #content .x-portlet-boxless .x-panel-header a:active {
		color: #90C;
	}
	#content .x-portlet-boxless .x-panel-bwrap {
	}
	#content .x-portlet-boxless .x-panel-bwrap .x-panel-body {
	}
	#content .x-portlet-boxless .x-panel-bwrap .x-panel-body .pageData {
		margin: 3px; 
	}
	
/*------- PORTAL CUSTOM 1 STYLES ---------*/
	#content .x-portlet-custom1 .x-panel-header .x-tool {
		background-image: url(/common/images/portals/tool-sprites.gif) !important;
	}
	#content .x-portlet-custom1 .x-panel-header	{
		background: #222211 url(../images/custom1Header.jpg) repeat-x left top !important;
		border: 1px solid #222211;
		color: #FE7;
		font-size: 1.4em;
		font-weight: bold;
		padding: 10px 8px;
	}
	#content .x-portlet-custom1 .x-panel-header a:link, #content  .x-portlet-custom1 .x-panel-header a:visited	{
		color: #222;
	}
	#content .x-portlet-custom1 .x-panel-header a:hover, #content .x-portlet-custom1 .x-panel-header a:active	{
		color: #90C;
	}
	#content .x-portlet-custom1 .x-panel-bwrap {
		border: 0;
	}
	#content .x-portlet-custom1 .x-panel-bwrap .x-panel-body {
		border: none !important; 
	}
	#content .x-portlet-custom1 .x-panel-bwrap .x-panel-body .pageData {
		border: none !important; 
		margin: 3px;
	}

/*------- PORTAL CUSTOM 2 STYLES ---------*/
	#content .x-portlet-custom2 .x-panel-header .x-tool {
		background-image: url(/common/images/portals/tool-sprites.gif) !important;
	}
	#content .x-portlet-custom2 .x-panel-header	{
		background: #900 url(../images/custom2Header.jpg) repeat-x left top !important;
		border: 1px solid #900;
		color: #FD8;
		font-size: 1.4em;
		font-weight: bold;
		padding: 10px 8px;
	}
	#content .x-portlet-custom2 .x-panel-header a:link, #content  .x-portlet-custom2 .x-panel-header a:visited	{
		color: #222;
	}
	#content .x-portlet-custom2 .x-panel-header a:hover, #content .x-portlet-custom2 .x-panel-header a:active	{
		color: #90C;
	}
	#content .x-portlet-custom2 .x-panel-bwrap {
		border: 0;
	}
	#content .x-portlet-custom2 .x-panel-bwrap .x-panel-body {
		border-top: none !important; 
	}
	#content .x-portlet-custom2 .x-panel-bwrap .x-panel-body .pageData {
		border: none !important; 
		margin: 3px;
	}

	/*------- PORTAL BOXLESS STYLES ---------*/
	#content .portlet-boxless .panel-header	{
		color: #222;
		font-size: 1.5em;
		font-weight: bold;
		padding: 5px;
	}
	#content .portlet-boxless .panel-header a:link, #content  .portlet-boxless .panel-header a:visited {
		color: #222;
	}
	#content .portlet-boxless .panel-header a:hover, #content .portlet-boxless .panel-header a:active {
		color: #90C;
	}
	#content .portlet-boxless .panel-bwrap {
	}
	#content .portlet-boxless .panel-bwrap .panel-body {
	}
	#content .portlet-boxless .panel-bwrap .panel-body .pageData {
		margin: 3px; 
	}
	
/*------- PORTAL CUSTOM 1 STYLES ---------*/
	#content .portlet-custom1 .panel-header .tool {
		background-image: url(/common/images/portals/tool-sprites.gif) !important;
	}
	#content .portlet-custom1 .panel-header	{
		background: #222211 url(../images/custom1Header.jpg) repeat-x left top !important;
		border: 1px solid #222211;
		color: #FE7;
		font-size: 1.4em;
		font-weight: bold;
		padding: 10px 8px;
	}
	#content .portlet-custom1 .panel-header a:link, #content  .portlet-custom1 .panel-header a:visited	{
		color: #222;
	}
	#content .portlet-custom1 .panel-header a:hover, #content .portlet-custom1 .panel-header a:active	{
		color: #90C;
	}
	#content .portlet-custom1 .panel-bwrap {
		border: 0;
	}
	#content .portlet-custom1 .panel-bwrap .panel-body {
		border: none !important; 
	}
	#content .portlet-custom1 .panel-bwrap .panel-body .pageData {
		border: none !important; 
		margin: 3px;
	}

/*------- PORTAL CUSTOM 2 STYLES ---------*/
	#content .portlet-custom2 .panel-header .tool {
		background-image: url(/common/images/portals/tool-sprites.gif) !important;
	}
	#content .portlet-custom2 .panel-header	{
		background: #900 url(../images/custom2Header.jpg) repeat-x left top !important;
		border: 1px solid #900;
		color: #FD8;
		font-size: 1.4em;
		font-weight: bold;
		padding: 10px 8px;
	}
	#content .portlet-custom2 .panel-header a:link, #content  .portlet-custom2 .panel-header a:visited	{
		color: #222;
	}
	#content .portlet-custom2 .panel-header a:hover, #content .portlet-custom2 .panel-header a:active	{
		color: #90C;
	}
	#content .portlet-custom2 .panel-bwrap {
		border: 0;
	}
	#content .portlet-custom2 .panel-bwrap .panel-body {
		border-top: none !important; 
	}
	#content .portlet-custom2 .panel-bwrap .panel-body .pageData {
		border: none !important; 
		margin: 3px;
	}
/*----------- FOOTER ---------------*/	
	.footerContainer {
		background-repeat: repeat;
		background-position: left top;
	}
	#footer {
		background: none;
	}
	#copyright {
		color: #FFF;
	}
	#copyright a:link, #copyright a:visited {
		color: #FFF;
	}
	#copyright a:hover, #copyright a:active {
		color: #FD8;	
	}
    .copyrightCustomText {
        padding: 10px;	
	}
	.copyrightNav, .copyrightHolder {
		text-align: center;
	}
    #footer span {
		color: #FFF;
		padding: 0 !important;
	}
/*----------- MISC ---------------*/	
	.crExtraDiv01 {
		background: url(../images/mainBgBot.png) no-repeat right top;
		height: 75px;
    }
/*Fixes and updates*/
#leftCol #navSectionHolder {
    background-color: #000;
}