﻿@import 'common.css';

/*  =============================================
    Colours:    DS Dark Blue       #007788
                Light Green         #63994d                                
                Page Background
                Dark Grey           #3a3a3a
                Light Grey          #929292
                Orange              #ff9600
                Yellow              #ffDD00
                
    =============================================  */


/*  =============================================
    Fonts:      
    
    Default                 1em
    Breadcrumb,             8pt
    Site Actions,
    Main Nav Menu,
    Headers with gradients
                
    =============================================  */



/*  =============================================
    Elements:       Initial Structural Setup
    Description:        Structural Setup is for a 
                    2 column default layout and 3
                    column homepage.
    =============================================  */
html { font-size: 100%; height: 100%; }
body
{
    font-size:76%;
    line-height: 1.5em;
    background: #3a3a3a url(Images/body-grad.jpg) scroll 0 0;
    padding: 0 20px;
    height: 100%;
}
form.sp-form { height: 100%; }
#wrapper
{
    position: relative;   
    margin: 0 auto;
    max-width: 90em;
    height: 100%;
}
#wrapper-td
{
        vertical-align: top;
        /*height: 100%;*/
}
#wrapper-tr
{
        vertical-align: top;
        /*height: 100%;*/
}
#container 
{
    background-image: url(Images/left-page-grad.jpg);
    background-position: top left;
    background-color: #fff;
    background-repeat: repeat-y;
    background-attachment: scroll;
    padding-left: 14px;
    height: 100%;
}
#container-inner 
{
    background-image: url(Images/right-page-grad.jpg);
    background-position: top right;
    background-color: #fff;
    background-repeat: repeat-y;
    background-attachment: scroll;
    padding-right: 14px;
    height: 100%;
}
#banner 
{
    padding: 0px 0px 20px 80px;
}
/* Logo Link */
a#logo 
{
    height: 79px;
    display: block;
}
#page-header 
{
    background: #add684 url(Images/header_main2.jpg) scroll left top; 
    background-repeat:no-repeat;
    position: relative;
    z-index: 50;
    width: 100%; /* IE rendering of BG colour */
    height:177px;
}
#global-search 
{
    position:absolute;    
    padding-left:5px;
    left:7px; top: 0px;
}

#maori-text 
{
    position:absolute;    
    left:0; top: 0px;
    width:500px;
}
#page-content {
    padding: 0 0 0;
    background: #fff; /*url(Images/content-grad.jpg) repeat-x scroll 0 0;*/
    /* IE 6 required dimension to fix rendering bugs... */
    width: 100%;
}
/* Nasty table related rules for the evil table that wraps content - only way to 
preserve layout features and auto overflow of content */
#content-table { clear: both; }
td.column-td { width: 211px;}
/* END of the nasty table related rules */

#content-header  
{
}
#content-main 
{
 
    padding-left:10px;
    margin-left:10px;
    padding-right:10px;
    margin-right:10px;    
}
#primary-column 
{
    width:211px;
}
#secondary-column 
{
    width:211px;
}

.image-area-left {
float:left;
padding-left:0;
padding-right:0;
}

#page-footer
{
    font-size: 0.8em;
    margin-top:20px;
    color: #ffffff;
    height:70px;
    border-top: #ffffff solid 1px;
	background-image: url(Images/footer_bar_70.gif);
	background-repeat:repeat-x;
}


/*  =============================================
    General Elements Rules
    Description:        All basic anchor style 
                    defintions.
	Updated colours R.A. 20-08-2009
    =============================================  */
a:active { color: #007788; text-decoration: none; font-size:10pt;}
a:link { color: #007788; text-decoration: none; font-size:10pt;}
a { color: #007788; text-decoration: none; font-size:10pt;}
a:hover { color: #000000; text-decoration: underline; }

.ms-disc a:visited {
    color:#007788;
    text-decoration:none;
}

.ms-vb-user a:visited {
    color:#007788;
    text-decoration:none;
}

.ms-GRStatusText a:visited {
    color:#007788;
    text-decoration:none;
}

.ms-vb2 a:visited {
    color:#007788;
    text-decoration:none;
}

.ms-vb a:ffffff {
    color:#007788;
    text-decoration:none;
}

a:visited {
    color:#007788;
    text-decoration:none;
}
.ms-sblink a:hover { color: #000000; text-decoration:
underline; }
td.ms-sblink a:hover { color: #000000; text-decoration:
underline; }
ol { margin: 0 0 1em 1em; }
ul { margin: 0 0 1em 1em; }
ul li 
{
    padding-left: 10px;
    margin-left:10px;
    list-style-type:disc;
}

/*  =============================================
    Elements:       Content Areas
    Description:        
    =============================================  */
/* Content Header */
.ms-pagetitle
{
    margin: 0; padding: 0;
    font-size: 1em;
}
.page-title
{
    margin: 0; padding: 0;
    font-size: 1em;
}
h1.ms-pagetitle
{
    margin: 4px 0 9px 0; padding: 0;
    font-family:arial;
    font-size:1.65em;
    font-weight:normal;
    color: #000;
}
td.ms-pagetitle 
{
    color:#000;
    font-family:arial;
    font-size: 100%;
    font-weight:normal;
    margin:0; padding: 0;
}


.ms-WPBody a:link, .ms-WPBody a:visited {
	color:#007788;
	text-decoration:none;
    font-size: 8pt;
}

.ms-pagebreadcrumb
{
    font-size: 8pt;
    color: #005783;
}
.ms-sitemapdirectional
{
    font-size: 8pt;
    color: #005783;
}
.ms-sitemapdirectional 
{
    color: #000; 
    font-weight: bold;
}
.breadcrumbCurrent 
{
    color: #000; 
    font-weight: bold;
}
.ms-pagebreadcrumb a 
{
    background-color: Transparent;
    border: none;
    padding: 0;
}
.ms-pagebreadcrumb 
{
    background-color: Transparent;
    border: none;
    padding: 0;
}
.ms-pagebreadcrumb a 
{
    color: #007788; text-decoration: none;
    font-weight: normal;
}
a.ms-sitemapdirectional 
{
    color: #007788; text-decoration: none;
    font-weight: normal;
}
.ms-pagebreadcrumb a:active
{ color: #000; text-decoration: underline; }
.ms-pagebreadcrumb a:hover
{ color: #000; text-decoration: underline; }
a.ms-sitemapdirectional:active
{ color: #000; text-decoration: underline; }
a.ms-sitemapdirectional:hover
{ color: #000; text-decoration: underline; }
/* Mini concolse elements */
#mini-console {}
.ms-wikieditouter 
{
    position: static;
    left: auto; top: auto;
}
.ms-miniconsole 
{
    left: auto; top: auto;        
    position: static;
}
#miniconsole 
{
    float: right; 
    width: 50%;
    /* move the border aroudn the table and not the wrapping div */
    border-color:#6393D4;
    border-style:solid solid none;
    border-width:1px 1px medium 1px;
}
.ms-wikieditouter
{
    border: none;
    height: 18px;
}
/* Main Content */
/** Min height to ensure that background gradients and content boxes
    have an accepatble look if they have no content in them **/
.contentdiv 
{
    min-height: 245px; 
    height:auto;
}
/* Min Height for Internet Explorer */
/*\*/
* html .contentdiv  { height: 245px; }
/**/
div.content-inner
{
    padding: 7px 6px 3px;
    margin-bottom: 14px;
}

.content-header h1
{
    color: #fff;
    font-size : 1em;
}
.column-header a
{
    color: #fff;
    text-decoration: none;
}
.content-header a
{
    color: #fff;
    text-decoration: none;
}
.column-header a:active
{ color: #ffDD00; text-decoration: none; } 
.column-header a:hover
{ color: #ffDD00; text-decoration: none; } 
.content-header a:active
{ color: #ffDD00; text-decoration: none; } 
.content-header a:hover
{ color: #ffDD00; text-decoration: none; } 
/* Columns */
div.column-inner
{
    margin-bottom: 14px;
}
div.column-content 
{
    padding: 7px 6px 3px;
    background: #fff;
    font-size: 8pt;    
}
div.ds-cqwp 
{
    padding: 0;
}
.column-image
{
    width: 183px;
        overflow: hidden;
}
.column-header
{
    height:27px;    
    background-color:#bfdde1;
    background:#bfdde1 url(Images/header_points.jpg) no-repeat;
    padding-left:30px;
}

.column-header-ace
{
    height:27px;    
    background:#ffffff url(Images/arrow.jpg) no-repeat;
    padding-left:20px;
    padding-top:7px;
 	font-family:Arial; 
 	color:#007788;	
 	font-size:12pt;
 	font-weight:bolder; 
}

.column-header2
{
    background:#ffffff url(Images/header_course.jpg) no-repeat;
    padding-left:10px;
    padding-right:10px; 
    min-height:50px;  
	height:auto !important;  
	height:50px;
}

.column-header3
{
    min-height:27px;  
	height:auto !important;  
	height:27px;   
    background-color:#bfdde1;
    padding-left:10px;
 	font-family:Arial; 
 	color:#007788;	
 	font-size:10pt;
 	font-weight:bolder; 
}

.column-header4
{   
    background-color:#bfdde1;
    padding-left:10px;
 	font-family:Arial; 
 	color:#007788;	
 	font-size:10pt;
 	font-weight:bolder; 
}

.column-header-home
{   
	height:27px;
    background-color:#bfdde1;
    padding-left:10px;
 	font-family:Arial; 
 	color:#007788;	
 	font-size:10pt;
 	font-weight:bolder; 
}


.content-header h2
{
    color: #007788;
    font-size : 10pt;
    padding: 4px;
}

.column-header h3
{
    color: #007788;
    font-size : 10pt;
    padding: 4px;
}
/* SP style overwrites */
/* links in columns */
.link-item a:link {
    color: #007788;
    font-family: Arial;
    font-size: 1em;
}
.link-item a {
    color: #007788;
    font-family: Arial;
    font-size: 1em;
}
.link-item {
    color: #007788;
    font-family: Arial;
    font-size: 1em;
}
.column-content .link-item a:link {
    font-size: 8pt;
}
.column-content .link-item a {
    font-size: 8pt;
}
.column-content .link-item {
    font-size: 8pt;
}
.link-item a:visited 
{
    color: #000;
    text-decoration:none;
}
.column-content a:active
{
    color: #000;
    text-decoration: underline;
}
.column-content a:hover
{
    color: #000;
    text-decoration: underline;
}
.link-item a:active
{
    color: #000;
    text-decoration: underline;
}
.link-item a:hover
{
    color: #000;
    text-decoration: underline;
}
.item { margin: 0; }

.ds-links .item
{
    padding-top: 5px;
    background: #007788 url(Images/link-bg.gif) no-repeat scroll 0 0;
    margin-bottom: 3px;
    width: 100%; /* width needed for IE to apply margins properly */
}
.ds-links .link-item
{
    padding: 0 5px 5px 5px;
    background: #007788 url(Images/link-bg.gif) no-repeat scroll left bottom;
}
.ds-links .link-item a
{
    display: block;
    padding: 0 0 0 10px;
    background: transparent url(Images/link-bullet.gif) no-repeat scroll 2% 50%;
}
/* main content area elements */
.ms-pagemargin 
{
    background-color: Transparent;
    background-image: none;
}
.ms-viewareaframe {
    border: none;
}
.ms-bodyareaframe {
    border: none;
}
.ms-propertysheet {
    font-size: 1em;
}

.ms-formbody {
    font-size: 1em;
}

.ms-formlabel {
    font-size: 1em;
}

/* Other styles relating to the CQWP */
.event-item
{
    padding: 7px 6px 4px 18px;
    border-top: 1px solid #ccc;
    background: #efefef url(Images/item-bullet.gif) no-repeat scroll 7px 14px;
}
.network-item
{
    padding: 7px 6px 4px 18px;
    border-top: 1px solid #ccc;
    background: #efefef url(Images/item-bullet.gif) no-repeat scroll 7px 14px;
}
.discussion-item
{
    padding: 7px 6px 4px 18px;
    border-top: 1px solid #ccc;
    background: #efefef url(Images/item-bullet.gif) no-repeat scroll 7px 14px;
}
.news-item
{
    padding: 7px 6px 4px 18px;
    border-top: 1px solid #ccc;
    background: #efefef url(Images/item-bullet.gif) no-repeat scroll 7px 14px;
}
.news-body 
{
    background:transparent url(Images/quotes-grey.gif) no-repeat scroll 7px 7px;
    padding:25px 7px 10px 25px;
    color: #aaa;
}
.event-preview 
{ padding: 7px 6px 3px; }
.news-preview 
{ padding: 7px 6px 3px; }
.first-item 
{
    border-top-width: 0px;
}
.network-item .link-item
{
    float: left;
    width: 67%;
}
.discussion-item .link-item
{
    float: left;
    width: 67%;
}
.news-item .link-item
{
    float: left;
    width: 67%;
}
.network-item .network-status
{
    float: right;
    width: 33%;
    text-align: right;
}
.discussion-item .discussion-replies
{
    float: right;
    width: 33%;
    text-align: right;
}
.news-item .news-date
{
    float: right;
    width: 33%;
    text-align: right;
}
.discussion-noreply .link-item
{
    width: auto;
    float: none;
}
#network-info .network-status 
{
    width: 14px;
    height: 14px;
    margin-right: 7px;
    background-color: #efefef;
    background-image: url(Images/light-grey.jpg);
    background-attachment: scroll; 
    background-repeat: no-repeat;
    background-position: center center;
}
#network-info .st-green { background-image: url(Images/light-green.jpg); }
#network-info .st-orange { background-image: url(Images/light-orange.jpg); }
#network-info .st-red { background-image: url(Images/light-red.jpg); }
#network-info .st-unknown { background-image: url(Images/light-grey.jpg); }
.network-status span
{
    display: block;
    height: 0; width: 0;
    overflow: hidden;
}
#network-info .link-item
{
    width: 40%;
}
.network-item a:hover
{ 
    color: #666; 
}
.network-item a:active
{ 
    color: #666; 
}
.network-item a:link
{ 
    color: #666; 
}
.discussion-item a:hover .network-item a
{ 
    color: #666; 
}
.discussion-item a:active
{ 
    color: #666; 
}
.discussion-item a:link
{ 
    color: #666; 
}
.discussion-item a
{ 
    color: #666; 
}
.news-item a:hover
{ 
    color: #666; 
}
.news-item a:link
{ 
    color: #666; 
}
.news-item a:active
{ 
    color: #666; 
}
.news-item a
{ 
    color: #666; 
}
.event-preview .link-item
{
    float: none;
    width: auto;
}
.news-preview .link-item
{
    float: none;
    width: auto;
}
/*  =============================================
    Elements:       Navigation
    Description:        
    =============================================  */
/* Primary Navigation */
.nav 
{
	padding-top:143px; 
	height:34px;
}

.nav2 
{
	color:#ffffff; 
	background-color:#000000;
	}


#primary-navigation { }
#nav-menu 
{
        float: left;
}
#nav-actions 
{   
    	float: right; 
}
#nav-actions td {
}

/* Nav Overrides */
.ms-topnav {
        border: none;
        background: transparent none;
        height:34px;
        color: #007788;
        font-family: Arial;  
        font-size: 0.9em;   
        font-weight:normal;   
}
.ms-topnav a {
        display: block;
        height: auto;
        padding: 0 0.8em;
        color: #fff;
        font-weight: bold;
        text-decoration: none;
        line-height: 34px;
        outline: none;
}
/* all menu items */
.ms-topNavContainer table.ms-topnav 
{
background: #454344 url('Images/nav-bg.gif') no-repeat scroll top right; 
}
.ms-topNavContainer table.ms-topnav a
{

}
/* all menu items other than the first menu element */
.ms-topNavContainer table table.ms-topnav 
{
       
        padding-right: 1px; 
        color: #fff;
}
.ms-topNavContainer table table.ms-topnav a
{  
    color: #fff;  
}

.ms-topNavContainer .ms-topnav a.ms-topNavHover
{ 
    color: #ffffff; 
}
.ms-topNavContainer table.ms-topnavselected a  
{
    color: #ffffff;
}

.ms-topNavContainer table table.ms-topnavselected a  
{
    color: #ffffff;
}

.ms-topNavContainer .ms-topnavselected a.ms-topNavHover  
{
    color: #ffffff;
}

/* hover */
.ms-topNavContainer table.ms-topNavHover
{
    background-position: 0px -34px;
}
.ms-topNavContainer table table.ms-topNavHover
{
    background-position: 0px -34px;
}
.ms-topNavContainer table.ms-topNavHover a
{
    background-position: 0px -34px;
}
.ms-topNavContainer table table.ms-topNavHover a
{
    background-position: 0px -34px;
}
/* selected */
.ms-topNavContainer table.ms-topnavselected
{
    background-position: 0px -68px;
}
.ms-topNavContainer table table.ms-topnavselected
{
    background-position: 0px -68px;
}
.ms-topNavContainer table.ms-topnavselected a
{
    background-position: 0px -68px;
}

.ms-topNavContainer table table.ms-topnavselected a
{
    background-position: 0px -68px;
}

/* Flyouts */
.ms-topNavFlyOutContainer 
{
    border: #007788 solid;
    border-width: 0 1px 1px;
}
.ms-topNavFlyOuts 
{
	background-color:#302e2f; 
	border-bottom:1px solid #464445;
}
.ms-topNavFlyOuts a 
{
    text-decoration: none; 
    color: #ffffff;
}
.ms-topNavFlyOutsHover 
{
    background-color: #454344;
}
.ms-topNavFlyOutsHover a { color: #ffffff; }
.ms-topNavFlyOutsSelected {}


/* Global Navigation */
.ms-globalbreadcrumb a {
    color:#fff;
    text-decoration:none;
}
.ms-globalbreadcrumb {
    color:#fff;
    text-decoration:none;
}
.ms-globalbreadcrumb 
{
    padding: 0;
    background-color: Transparent;
}
.ms-globalbreadcrumb .ms-SPLink a:visited {
    color:#fff;
    text-decoration:none;
}
.ms-globalbreadcrumb .ms-SPLink a:link {
    color:#fff;
    text-decoration:none;
}
.ms-globallinks a
{
    color: #fff;
}
.ms-globallinks
{
    color: #fff;
}
.ms-globalleft {}
.ms-globalright 
{    
    margin:45px 7px 0 0;
    display: inline;
}
/* Site Actions */
#siteactions-menu {}
#siteactions-menu a
{
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    font-size: 7pt;
    outline: none;
}
.ms-MenuUIPopupBody
{
    line-height: 1; /* reset the line height applied to the body */
}
/*  =============================================
    Elements:       Global Search
    Description:        
    =============================================  */
/* Search Overrides */
.ms-sbrow td
{}
td.ms-sbcell
{
    border: none;
    padding: 0 0 0 4px;
}
td.ms-sbLastcell
{
    padding: 0;
}
td.ms-sblink { padding-right: 0;}
td.ms-sbscopes { padding-left: 0;}
td.ms-sbgo 
{
    background-color: transparent;
    padding: 0 0 0 4px;
}
/*
td.ms-sblink a
{
        color: #ffDD00; text-decoration: none; padding: 0; 
}
td.ms-sblink a:hover { color: #fff; text-decoration: underline; }*/
#global-search select {
    padding:1px;
    font-family : Arial;
        background-color : white;
        border : 1px solid #ccc;
        width: 110px;
}
input.ta-searchinput {
    padding: 2px;
    font-family : Arial;
        background-color : white;
        border : 1px solid #ccc;
}
input.ms-sbplain {
    padding: 2px;
    font-family : Arial;
        background-color : white;
        border : 1px solid #ccc;
}
input.ta-searchinput { width: 177px; margin-bottom: 5px; }
/* Search results page elements */
.ms-ptabarea td
{
    font-size: 1em;
}

/*  =============================================
    Elements:       Quick Launch, Tree View etc
    Description:        
    =============================================  */

.column-content a.ms-navitem { 
        padding: 0 0 0 5px; 
        background: transparent none;
        font-family: inherit;
        color: #007788;
}

.column-content span.ms-navitem { 
        padding: 0 0 0 5px; 
        background: transparent none;
        font-family: inherit;
        color: #007788;
}

.column-content table.ms-navitem td { 
        padding: 0 0 0 5px; 
        background: transparent none;
        font-family: inherit;
        color: #007788;
}

.column-content .ms-topnav {
        background-color: transparent;
        background-image: none;
        border: none;
}

.column-content span.ms-navitem {
        background-color: transparent;
        background-image: none;
        border: none;
}

.column-content table.ms-navitem td {
        background-color: transparent;
        background-image: none;
        border: none;
}
table.ms-navSubMenu1 { width: 100%; }
a.ms-navheader
{
    color: #007788;
}
span.ms-navheader
{
    color: #007788;
}
table.ms-navheader td
{
    color: #007788;
}
.ms-topnavselected {
         border: none;
}
a.ms-topnav {
         border: none;
}
a.quicklaunch-sitehierarchy
{
    font-family: inherit;
        color: #007788;
        text-decoration: none;
        font-weight: bold;
}
a.quicklaunch-recyclebin
{
    font-family: inherit;
        color: #007788;
        text-decoration: none;
        font-weight: bold;
}
a.quicklaunch-viewall
{
    font-family: inherit;
        color: #007788;
        text-decoration: none;
        font-weight: bold;
}
div.quicklaunch-treeview
{
    margin: 0;
    background-color: #efefef;
    border: solid 1px #666;
}
.ms-GRSortFilter { 
        background: transparent none;
        padding: 0;
        border: none;
}
.ms-selectednav { 
        background: transparent none;
        padding: 0;
        border: none;
}
table.ms-selectednav td A.ms-selectednav 
{
    color: #007788;
}

/*  =============================================
    Elements:       Calendar
    Description:        
    =============================================  */
#DatePickerDiv 
{
    margin-bottom: 14px;
}
.ms-quickLaunch table.ms-picker-table 
{
    width: 100%;
    border: solid #ccc;
    border-width: 0px 1px 1px;
}
.ms-quickLaunch table.ms-picker-table td 
{
    text-align: center;
}
.ms-datepickerouter .ms-quickLaunch
{
    border: none;
}
table.ms-picker-table td.ms-picker-footer 
{
    border-color: #ccc;
}
.ms-picker-header table.ms-picker-table 
{
    border: none;
}
.ms-picker-header 
{
    background-color: Transparent;
    background-image: url(Images/column-header-grad.gif);
    background-repeat: no-repeat;
    padding: 7px 0px 5px;
    color: #fff;
}
.ms-picker-header table.ms-picker-table 
{
}
.ms-picker-monthcenter a:hover 
{
    color:#007788;
    font-family:arial;
    font-size:8pt;
    text-decoration:none;
}

.ms-picker-monthcenter a:visited 
{
    color:#007788;
    font-family:arial;
    font-size:8pt;
    text-decoration:none;
}

.ms-picker-monthcenter a:link 
{
    color:#007788;
    font-family:arial;
    font-size:8pt;
    text-decoration:none;
}

.ms-picker-monthcenter a:active 
{
    color:#007788;
    font-family:arial;
    font-size:8pt;
    text-decoration:none;
}

.ms-picker-monthcenter a 
{
    color:#007788;
    font-family:arial;
    font-size:8pt;
    text-decoration:none;
}

/*  =============================================
    Elements:       Image Previews
    Description:        
    =============================================  */
#ImgPreviewTable tbody
{
    width: 100%;
}
/*  =============================================
    Elements:       Random rules
    =============================================  */
/* popups generated by menus */    
div.ms-MenuUIPopupBody { z-index: 100; }
.ms-MenuUIPopupBody TABLE
{
    color: #007788;    
}

/* class overwrite */
.removeMargins { margin: 0; }

/* Nested elements where text size gets too small */
/* Used in discussion boards */
table tr td.ms-disc-bordered-noleft
{
        font-size: 1em;        
}
.todo /* elements that still need a style */ 
{}

/*  =============================================
    NORTHTEC
    =============================================  */
/* HOME PAGE LEFT BANNERS */    
.left_welcome {
	background-image:url(/PublishingImages/welcome.jpg); 
	background-repeat:repeat-y;
}

.left_welcome2 {
	padding:10px;
	padding-bottom:0; 
	line-height:11pt; 
	text-align:justify; 
	font-size:1.0em; 
	font-family:atial;
	}

.home-banner-left {
	background-image:url(Images/header_bg.png); 
	margin-top:5px;	
	}

#banner-padding {
	padding:5px; 
	padding-top:10px;	
	}

.home-banner-left-body {
	background-color:#007788; 
	color:#ffffff;  
	line-height:11pt; 
	text-align:justify; 
	font-size:1.0em; 
	font-family:atial; 
	padding:5px;	
	}

.quicklinks1 {
	padding-top:10px;	
	}

.quicklinks2 {
	padding-top:4px;	
	}
	
.quicklinks3 {
	background-color:#e6e6e6; 
	border-bottom:1px solid #ffffff; 
	padding-bottom:3px; 
	padding-top:3px;	
	}

.quicklinks4 {
	font-weight:bold; 
	font-size:8pt; 
	color:#000000; 
	padding-left:20px; 
	background-image:url(Images/bull.jpg); 
	background-repeat:no-repeat;	
	}

/* HOME PAGE MIDDLE CONTENT */   
.home-banner-main1{
	float:left;	
	position:absolute;	
	}

.home-banner-main2{
	float:right; 
	padding-top:20px;			
	}

.home-banner-main3{
	padding-left:3px; 
	padding-right:3px; 
	color:#000000; 
	font-weight:bold;
	font-size:15pt;	
	}

.home-banner-main4{
	font-size:9pt; 
	padding:10px; 
	text-align:justify;
	}
/* HOME PAGE LATEST NEWS */
#latestnews-home{
	background-color:#e6e6e6; 
	padding:5px; 
	padding-right:0; 
	padding-bottom:0; 	
	}
	
#latestnews-home2{
	padding-left:10px; 
	padding-right:10px; 
	background-color :#e6e6e6; 
	line-height:11pt; 
	text-align:justify; 
	font-size:1.0em; 
	font-family:atial;
	}

.news-links{
	text-decoration:underline;
	color:#007788;
	}
/* HOME PAGE LEFT */
.home-search{	
	background-color:#e6e6e6; 
	padding-top:5px; 
	padding-bottom:5px; 
	text-align:left;	
	}
.home-search2{	
	text-align:right; 
	padding-right:10px;	
	}

.home-search3{	
	color:#6f6f6f; 
	text-decoration:none;		
	}
/* NORTHTEC ONLINE */	
.side-padding{	
	padding-top:4px;		
	}
	
.online-N{	
	background-color:#e6e6e6; 
	padding-left:3px; 
	padding-bottom:5px; 
	font-size:7pt;	
	padding-left:5px;	
	}
	
.online-N2{	
	font-size:8pt; 
	text-decoration:underline; 
	font-weight:bold;
	color:#007788;
	}
/* HOME PAGE EVENTS */
.events-H{	
	padding-top:4px; 
	float:left;	
	}

.events-H2{	
	float:right;
	}

.events-3{	
	font-size:8pt; 
	padding-left:20px;
	background-color :#e6e6e6; 
	border-bottom:1px solid #ffffff; 
	padding-bottom:3px; 
	background-image:url(Images/bull.jpg); 
	background-repeat:no-repeat;	
	}
	
.events-4{	
	color:#000; 
	font-size:8pt;
	}
	
.events-5{	
	padding-left:5px; 
	background-color:#e6e6e6; 
	border-bottom:1px solid #ffffff; 
	padding-bottom:3px; 
	padding-top:3px;		
	}

.promotions{	
	margin-bottom:10px;		
	}

.student-promo-home{	
	background-image:url(Images/header_bg.png);	
	}
	
.student-promo-home2{	
	padding:5px; 
	padding-top:10px;	
	}

.student-promo-home3{	
	background-color:#007788; 
	color:#ffffff; 
	text-align:justify; 
	padding:5px;	
	}
	
	
	

.event-holder{		
	font-size:8pt; 
	padding-left:20px;
	background-color:#e6e6e6; 
	border-bottom:1px solid #ffffff; 
	padding-bottom:3px; 
	background-image:url(Images/bull.jpg); 
	background-repeat:no-repeat;
}
	
.event-holder2{		
	color:#000; 
	font-size:8pt;
	}
/* WEB PART TITLE */

.ms-standardheader nobr {
    white-space: normal;
}


.ms-WPHeader TD {
	margin-top:0; 
	margin-bottom:0; 
	padding-bottom:3px; 
	padding-top:3px; 
	padding-left:7px; 
	margin-left:10px; 
	font-size:10pt; 
	background-color:#e5e5e5;
	font-weight:bold;
}

 
.ms-WPTitle {
	font-weight:bold;
	margin-top:0; 
	margin-bottom:0; 
	padding-bottom:3px; 
	padding-top:0; 
	padding-left:7px; 
	margin-left:10px; 
	font-size:10pt; 
	background-color:#e5e5e5;
}
.ms-WPTitle A:visited {
	font-weight:bold;
	margin-top:0; 
	margin-bottom:0; 
	padding-bottom:3px; 
	padding-top:3px; 
	padding-left:7px; 
	margin-left:10px; 
	font-size:10pt; 
	background-color:#e5e5e5;
}
.ms-WPTitle A:link {
	font-weight:bold;
	margin-top:0; 
	margin-bottom:0; 
	padding-bottom:3px; 
	padding-top:3px; 
	padding-left:7px; 
	margin-left:10px; 
	font-size:10pt; 
	background-color:#e5e5e5;
}
.ms-WPTitle A:hover {
	font-weight:bold;
	margin-top:0; 
	margin-bottom:0; 
	padding-bottom:3px; 
	padding-top:3px; 
	padding-left:7px; 
	margin-left:10px; 
	font-size:10pt; 
	background-color:#e5e5e5;
}
 
such as: .ms-WPHeader TD {
color:#000000;
}
	

add a background property to ms-WPHeader {
color:#000000;
}
	

If you want to use an image in your header bar {
color:#000000;
}
	

/* RICH TEXT EDITOR STYLES */
.ms-rteCustom-Intro
{
	font-family:Arial;
	color:#027886;	
	font-weight:normal;
	font-size:11pt;
	text-align:justify;
	font-style:italic;
	line-height:14pt;
}

.ms-rteCustom-Body
{
	font-family:Arial;
	color:#000000;	
	font-weight:normal;
	font-size:10pt;
	text-align:justify;
	line-height:13pt;
}

.ms-rteCustom-Title 
{
	font-family:Arial;
	color:#027886;	
	font-weight:bold;
	font-size:10pt;
	text-align:justify;
	line-height:11pt;
	}
	
.ms-rteCustom-Promotion-Heading 
{
	font-family:Arial;
	color:#000000;	
	font-style:italic;
	font-size:13pt;
	text-align:justify;
	line-height:12pt;
	font-weight:bold;    	
	}
	
.ms-rteCustom-Promo-Body
{
	font-family:Arial;
	color:#ffffff;	
	font-weight:normal;
	font-size:10pt;
	text-align:justify;
	padding:5px;
}

.ms-rteCustom-Student-Title
{
	font-family:Arial;
	color:#88cc55;	
	font-weight:normal;
	font-size:10pt;
	text-align:justify;
	padding:5px;
	font-weight:bold;
	font-style:italic
}

/* WEB PART EDITING */
/* cqwp feeds */
.cqfeed { margin: -15px 4px 0 0 !important; position: relative; top: -5px; }
.cqfeed img { vertical-align: middle; padding-right: 2px; }
.cqfeed a { text-decoration: none; color: #888888 !important; font-weight: bold; }

.ms-WPHeader td {background-color:#bddfe7;  padding-right: 0 !important; }
.ms-WPHeader h3.ms-WPTitle { background-color:#bddfe7; color: #02778b; }
.ms-WPHeader .ms-HoverCellActiveDark { background: url('webpartCornerRight.gif') top right no-repeat;}
.ms-WPHeader .ms-HoverCellInActive { background: url('webpartCornerRight.gif') top right no-repeat;}
.ms-WPBorder { border:0; }
.ms-partline { background: #bddfe7; }
.ms-WPTitle { padding:0;}
.ms-WPTitle a { color: #02778b; }

.ms-WPHeader TD{
border:0;

}


/* Display Form */

.DispTR
{

	}
.DispTD1
{
	border-bottom:1px solid #cccccc; 
	width:180px; 
	font-weight:bold; 
	font-family:Arial; 
	font-size:10pt;
	padding:5px;
	}
.DispTD2
{
	border-bottom:1px solid #cccccc; 
	font-family:Arial; 
	font-size:10pt;	
	}
	
	
	
	
	
	
<!--
#wrapper{
position:relative;
height:30px
}

#wrapper2{
position:absolute
}

#menu03{
filter:revealTrans(Duration=1.5,Transition=12)
visibility:hide
}


/* ====== POLL ====== */
.title_class
{ 
	float:left;
	color:#027886; 
	font-size:18pt; 	
	padding-top:2px;  
	padding-bottom:4px; 
	margin-top:10px;
	margin-bottom:6px;
	line-height:18pt;
}

.title_class2
{ 
	color:#027886; 
	font-size:18pt; 	
	padding-top:2px;  
	padding-bottom:4px; 
	margin-top:10px;
	margin-bottom:6px;
	line-height:18pt;
}


.ms-radiotext
{
	color:#000000; 
	padding-top:2px;  
	font-family:Arial; 
	font-weight:normal;
	margin-top:10px;
	margin-bottom:6px;
	background-color: #CFEBBB;
}

.ms-formlabel
{
	color:#000000; 
	padding-left:5px;
	font-family:Arial; 
	font-weight:bold;
	line-height:2pt;
}

.ms-summarystandardbody
{
	background-color: #CFEBBB;
}

.ms-announcementtitle
{
	color:#027886;  
	font-family:Arial; 
	font-weight:bolder;
	padding-left:10px;
	padding-left:5px;

}

#foot-style
{
	color:#ffffff;	
}

.BC-Custom
{
	color:#007788;
}


