/*----------- GENERAL ---------------*/
	body {
		background-color: #122B6B;
		background-image: url(../images/bg.png);
		background-repeat: no-repeat;
		background-position: center top;
		color: #000;
		margin: 0;
		padding: 0;
	}
	a:link, a:visited {
		color: #0A1;
	}
	a:hover, a:active {
		color: #68E668;
	}
	body.pagerBarTop {
		border: 0;
		padding: 0;
	}
	#mainContainer {
		background: url(../images/mainContainerbg.jpg) no-repeat;
		margin: 0; 
	}
	.container-fluid {
		background: url(../images/MD_decorBL.png) no-repeat;
		background-position: bottom left;
		background-attachment: fixed;
		margin: 0; 	
	}
	.mainContainer_FW {	
	}
	
/*----------- HEADER ---------------*/
	#classHeader {		
		height: 270px;
		margin: 0;
		padding: 0;
		position: relative;
	}
	#teacherNameBox {
		background: url(../images/headerBg.png) no-repeat;	
		background-position: center;
		color: #2C2;
		font-family:"Lucida Console", Monaco, monospace;
		width: 100%;
		font-size: 22pt;
		font-weight: normal;
		right: 6%;
		position: absolute;
		text-align: center;
		top: 152px;
	}
	
/*----------- MAINDATA ---------------*/
	.MD_decorBL {
		background: url(../images/MD_decorBL.png) no-repeat left bottom;
		padding-bottom: 60px;
	}
	 #mainData{
		background: url(../images/mainBg.png) repeat-y right top;
		margin: 0px;
		min-height: 600px;
		padding: 0;
	}

/*----------- LEFT COLUMN ---------------*/	
	#leftCol {
		background: url() no-repeat left bottom;
		float: left;
		margin: 0px;
    	padding: 24px 0px;
	}
	#leftCol #navSectionHolder {
		background: url(../images/navSectionHolderBg.png) repeat;
		border: 0;
		margin: 15px;
		padding: 0;
	}
	#leftCol .leftModuleHolder {
		border: 1px solid #338DC3;
		color: #03C;
		display: none; /* Hides School Navigation */
		padding: 0;
	}	
	#leftCol .leftModuleStatus {
		border: none;
		border-bottom: 1px solid #191;
		color: #191;
	}	
	#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: #FDF4E3;
		font-size: 13px;	
		padding: 4px 8px;
	}
	#leftCol .leftModuleStatus a{
		color: #191;
	}
	#leftCol .inThisSectionHolder ul li:hover a.title, #leftCol .inThisSectionHolder ul a.title:hover {
		background: #191;
		color: #FFF;
		font-weight: bold;
	}
	#leftCol .inThisSectionHolder ul li ul li a:link, .inThisSectionHolder ul li ul li a:visited {
		background-color: #191 !important;
		color: #FFF !important;
	} 
    #leftCol .inThisSectionHolder ul li ul li a:hover, .inThisSectionHolder ul li ul li a:active {
		background-color: #000 !important;
		color: #FFF !important;
	}
	#leftCol .inThisSectionHolder ul li {
		background: none;
	}
	#leftCol .inThisSectionHolder ul li a {
		border-top: none;
	}
	#leftCol .horizMenu {
		background-color: #191 !important;
	}

/*-----------  CONTENT COLUMN ---------------*/	
	.rightCol {
		background: #081527;
		box-shadow: none;
		float: left;
		margin: 0;
	}
	h2.mainTitle {
		color: #2C2;
		font-family: Verdana, Geneva, sans-serif;
		font-size: 1.2em;
		position: relative;
		left: 100px;
		bottom: 10px;
	}
	#content .pageData {
		background: none repeat scroll 0 0 #081527;
		border: none;
		color: #FFF;
		position: relative;
		right: 12px;
	}
	#content .pageData .listItem_detail {
		color: #FFF; /* Colors must be adjusted for dark background color */
	}
	#classNameBox {
		font-size: 26px;
		padding: 10px 0 0 87px;
	}
	.listItem_list .listItem_holder {
		color: #FFFFFF; /* Colors must be adjusted for dark background color */
		padding: 10px 5px;
	}
	.ItemHolder .albumDetails {
   	 	color: #FFFFFF; /* Colors must be adjusted for dark background color */
	}
	.listItem_heading {
		color: #FFFFFF; /* Colors must be adjusted for dark background color */
	}
	#scopelist tr .subject {
		background-color: #CCCCCC !important; /* Colors must be adjusted for dark background color */
		color: #000000 !important; /* Colors must be adjusted for dark background color */
	}
	.listItem_detail .listItem_holder .listItem_body p {
    	color: #FFFFFF !important;
	}
	.listItem_detail .listItem_holder .listItem_meta .listItem_metaUser .listItem_metaUserName a {
		color: #22CC22 !important;
	}
	.listItem_detail .listItem_holder .listItem_navigation a {
		color: #22CC22 !important;
	}
	.listItem_detail .listItem_holder .listItem_header .listItem_heading .listItem_headingLink {
		color: #FFF !important;
	}

/*------- PORTAL BOXLESS STYLES ---------*/
	#content .x-portlet-boxless .x-panel-header	{
		color: #FFF;
		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: #000;
	}
	#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; 
	}
	#content .x-ColumnHighlight .x-portlet-boxless .x-panel-header	{
		color: #000;  /* Colors must be adjusted for dark background color (visible when editing boxless widget). */
	}
	#content .x-ColumnHighlight .x-portlet-boxless .x-panel-bwrap .x-panel-body .pageData .listItem_detail {
		color: #000; /* Colors must be adjusted for dark background color (visible when editing boxless widget) */
	}

/*------- 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: #000 url(../images/custom1Header.png) repeat-x left top !important;
		border: 1px solid #000;
		color: #FFF;
		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: #000;
	}
	#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 {
		background-color: #98ADCB;
		border: none !important;
	}
	#content .x-portlet-custom1 .x-panel-bwrap .x-panel-body .pageData {
		border: none !important; 
		margin: 3px;
	}
	#content .x-portlet-custom1 .x-panel-bwrap .x-panel-body .pageData .listItem_detail {
		color: #000; /* Colors must be adjusted for dark background color */
	}

/*------- 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: #191 url(../images/custom2Header.png) repeat-x left top !important;
		border: 1px solid #191;
		color: #FFF;
		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: #000;
	}
	#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 {
		background-color: #98ADCB;
		border-top:none !important; 
	}
	#content .x-portlet-custom2 .x-panel-bwrap .x-panel-body .pageData {
		border: none !important;
		margin: 3px;
	}
	#content .x-portlet-custom2 .x-panel-bwrap .x-panel-body .pageData .listItem_detail {
		color: #000; /* Colors must be adjusted for dark background color */
	}
	.titleShift .mainTitle span  {
		background: #FFF;  
	}
	.listItem_list .listItem_holder .listItem_navigation a {
		color: #1DC621;
	}

	/*------- PORTAL BOXLESS STYLES ---------*/
	#content .portlet-boxless .panel-header	{
		color: #FFF;
		font-size: 1.5em;
		font-weight: bold;
		padding: 5px;
	}
	#content .portlet-boxless .panel-header a:link, #content  .portlet-boxless .panel-header a:visited	{
		color: #000;
	}
	#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; 
	}
	#content .ColumnHighlight .portlet-boxless .panel-header	{
		color: #000;  /* Colors must be adjusted for dark background color (visible when editing boxless widget). */
	}
	#content .ColumnHighlight .portlet-boxless .panel-bwrap .panel-body .pageData .listItem_detail {
		color: #000; /* Colors must be adjusted for dark background color (visible when editing boxless widget) */
	}

/*------- 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: #000 url(../images/custom1Header.png) repeat-x left top !important;
		border: 1px solid #000;
		color: #FFF;
		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: #000;
	}
	#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 {
		background-color: #98ADCB;
		border: none !important;
	}
	#content .portlet-custom1 .panel-bwrap .panel-body .pageData {
		border: none !important; 
		margin: 3px;
	}
	#content .portlet-custom1 .panel-bwrap .panel-body .pageData .listItem_detail {
		color: #000; /* Colors must be adjusted for dark background color */
	}

/*------- 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: #191 url(../images/custom2Header.png) repeat-x left top !important;
		border: 1px solid #191;
		color: #FFF;
		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: #000;
	}
	#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 {
		background-color: #98ADCB;
		border-top:none !important; 
	}
	#content .portlet-custom2 .panel-bwrap .panel-body .pageData {
		border: none !important;
		margin: 3px;
	}
	#content .portlet-custom2 .panel-bwrap .panel-body .pageData .listItem_detail {
		color: #000; /* Colors must be adjusted for dark background color */
	}
	.titleShift .mainTitle span  {
		background: #FFF;  
	}
	.listItem_list .listItem_holder .listItem_navigation a {
		color: #1DC621;
	}
	
/*------- HOMEWORK MODULE ---------*/
/* Homework module colors are adjusted due to the dark background color */
	.hmk_month, .hmk_week h4 {
		color: #2C2 !important;
	}
	.hmk_week a.weekTitle, .hmk_week span {
		color: #FFF !important;
	}
	#pageHeader {
    top: 50px;
    right: 86px;
}
	
/*------- ASSIGNMENTS MODULE ---------*/
/* Homework module colors are adjusted due to the dark background color */
	.listItem_booking {
		background-color: #98AFCE !important;
		border: 2px solid #338DC5 !important;
		color: #000 !important;	
	}
	#assignment_list .assignCat {
		color: #98AFCE !important;
	}
	#assignment_list h4 {
		color: #FFF !important;
	}
	
/*----------- FOOTER ---------------*/	
	.footerContainer {
	}
	#footer {
		background: none;
		color: #CCD;	
		padding: 10px;
	}
	#copyright {
		color: #CCD;
		padding: 0;
	}
	#copyright a:link, #copyright a:visited {
		color: #CCD;
	}
	#copyright a:hover, #copyright a:active {
		color: #000;	
	}
    .copyrightCustomText {
        padding: 10px;	
	}
	.copyrightNav, .copyrightHolder {
		text-align: center;
	}
	.copyrightNav, .copyrightHolder {
		text-align: center;
	}
    #footer span {
		color: #CCD;
		padding: 0 !important;
	}
	
/*----------- MISC ---------------*/	
	.crExtraDiv01 {
		background: url(../images/mainBgBot.png) no-repeat left top;
		height: 7px;	
	}
	.copyrightHolder{
		text-align: center;
	}
	.copyrightNav{
		text-align: center;
	}
	#contentOut{
		position: relative;
		top: 33px;
		left: 7px;
	}