﻿/* Styles in the content editor dropdown */
.ms-rteCustom-CNCentre-Header1
{
	font-weight: bold;
	font-family: Arial; 
	font-size: 20pt; 
	color: White;
    text-transform:capitalize;
}
.ms-rteCustom-CNCentre-Header2
{
	font-weight: bold;
	font-family: Arial; 
	font-size: 16pt; 
	color: White;
	text-transform: capitalize;
}
.ms-rteCustom-CNCentre-Body
{
	font-weight: normal;
	font-family: Arial; 
	font-size: 12pt; 
	color: White;
}
.ms-rteCustom-CNCentre-Body
{
    color:white;
}


/* Main Tags. */



body
{
  color:#FFF;
  margin-left:0px;
  margin-top:0px;
  margin-bottom:0px;
  margin-right:0px;
  background-color:#000;
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
}
h1
{
  font-size:22px;
  font-weight:bold;
}
img
{
    border:none;
}



/* Classes */
.contentTable
{
  text-align:left;
}
a.QuickLinkItem:link
{
color:white;
text-decoration:none;
}
a.QuickLinkItem:visited
{
color:white;
text-decoration:none;
}
a.QuickLinkItem:hover
{
color:white;
text-decoration:none;
}

.HeaderBackground
{
  background-image:url(/sitecollectionimages/BackgroundLtGray.jpg);
  background-repeat:repeat-y;
}

.LeftWebParts
{
width:250px;
text-align:left;      
}
.ContentTableSpacing
{
    width:3px;
}
.ContentColumn
{
    width:720px;
    text-align:left;
}

.QuickLinkImageSpacing
{

}
.QuickLinkImage
{
    border:none;
    width:220px;
}
.QuickLinkImageTable
{
    border:none;
    margin:0px 0px 0px 0px;
    padding:0px;
    width:220px;
}

img.QuickLinkImage
{
    border:none;
}
.CnCentre-Footer
{
    border:none;
}

/* Search */
.CNCentre-search
{
    margin:8px 2px 20px 2px;
}
.CNCentre-search .ms-sbcell .ms-sbplain
{
    margin-right:2px;
    margin-left:2px;
    border:1px #555555 solid;
    height:14px;
}
.CNCentre-search .ms-sbcell
{
    border:none;
    font-weight:normal; 
    font-size:10pt; 
    color: #3A4663;
    padding:0px;
}
.CNCentre-search .ms-sbgo
{
    background:none;
}

/* Search Results page */
.SearchResultsTitle
{
   margin-left:5px;
   color:white;   
   font-size:12pt;
   font-weight:bold;
   text-decoration:underline;
}
.SearchResultsContextText
{
    color:#e5c1c1;
    font-size:10pt;
}



.Cancelled
{
    font-size:28pt;
    color:RED;
    text-align:left;
}