
/****************************************************************************************************************/								
/*		-This is the style sheet used for the schoolInfo Template													*/
/*		this allows the template to load the proper style on startup									*/
/****************************************************************************************************************/
/****************************************** GENERAL *************************************************************/

a {text-align:left; font-size:8pt; COLOR:0000cd; text-decoration:none;}
a:link {text-align:left; font-size:8pt; COLOR:0000cd; text-decoration:none; font-weight:bold;}
a:hover {text-align:left; font-size:8pt; Color: 0000cd; TEXT-DECORATION:underline;font-weight:bold;}
a:visited {text-align:left; font-size:8pt; COLOR:0000cd; text-decoration:none;font-weight:bold;}

div#mainArea{
 text-align:center;
 background-color:#d0d0d0;
}

div.back{
 background-image: url(/DufferinpeelWeb/styles/board%20office/cec/styles/images/SchoolListBG.gif);
 background-repeat: repeat;	  
}

div#rowtwo{
 background-color:White;
 height:110px;
 text-align:center;
}

div#rowone{
	height:80px;
}

div.container{
 background-color:#ffed93;
 height:20px;
 font-weight : bold;
 font-size:11pt;
}

div#brampton{
 float:left;
 width:336px;
 text-align:center;
  padding-left:8px;
}

div#caledon{
 float:left;
 width:326px;
 text-align:center;
}

div#mississauga{
 float:left;
 width:330px;
 text-align:center;
 padding-top: 3px;
}

div#brampton1{
 float:left;
width:333px;
 text-align:center;
}

div#caledon1{
 float:left;
 width:333px;
 text-align:center;
}

div#mississauga1{
 float:left;
width:334px;
 text-align:center;
}

div.title{
 background-color:#ffed93;
 text-align:center; 
 color :black;
 font-weight:bold;
 font-size:11pt;
}

div.float {
 float: left;
 width:33%; 
}
 
div.float p {
 text-align: center;
}

div.spacer {
 clear: both;
}

/* These styles apply to all elements unless otherwise specified */
TD.header{
 font-weight: bold;
 background-image: url(/dufferinpeelWeb/styles/board%20office/cec/styles/images/pgTitle.gif);
 color:white;
 text-align:center;
 font-size:10pt;
 font-weight:bold;
 height :30px;
}

TD.content		
{
 vertical-align: top;
 font-size: 8pt;
 color:#474747;
 text-align:center;
 background-color:White;
}

img
{
 border-style: none;
}

TD.line		
{
 vertical-align: top;
 font-size: 8pt;				
}

div#footer
{
background-image: url(/dufferinpeelWeb/styles/board%20office/cec/styles/images/footerClear.gif);
}



/****************************************************************************************************************/

/************************* PRINTER STYLES *******************************************************************/

@media print
{
 body
 {
  text-align:center;
 }
 
div.container 
{
	display:none;
}

 div#mainContainer
 {
  text-align:left;
  margin:auto;
 }
 
 div#headerWrapper img
 {
  text-align:left;
  width:100%;
 }
 
 div#headerWrapper
 {
  float:none;
  margin-left:0pt;
  padding-left:0pt;
  width:100% !important;
  width:67%;
 }
 
 TD.content
 {
  font-size: 7pt;
  color:black;
  border-bottom:solid 1pt gray;
 }
 
TD.content img
{
display:none;
}

 img
 {
  float:none;
  padding-top:0px;
  margin:0px;
  text-align:center;
 }
 
 .box
 {	
  float:none;
  padding-left:0px;
  margin-left:0%;
  margin-right:250pt;
  padding-right:-200pt;
  border-left:0px;
  text-align:left;
  width:100% !important;
  width:100%;
 }
 
 #ticker{DISPLAY:none;}
 #search{DISPLAY:none;}
 #breadCrumb{DISPLAY:none;}
 #mainNav{DISPLAY:none;}
 #footer {margin-left:110pt;float:none;width:220pt;}
 .console{display:none}
}



