.events #nav-events,
.committee #nav-committee,
.home #nav-home,
.externalEvents #nav-external,
.easternRegion #nav-easternRegion,
.resources #nav-resources,
.dcPD #nav-dcPD,
.uoitPD #nav-uoitPD
{
	background-color: #3C6968;
}

	
/*
** keep the whitespace in front of the ^=, hides rule from konqueror
** this is css3, the validator doesn't like it when validating as css2
*/	
.content a[href ^="http"] 
{
	background: url(../images/externalLink.gif) center right no-repeat;
	padding-right: 15px;
}

.content a[href $="pdf"]:after, #content a[href $="PDF"]:after
{
	content: url(../images/pdf.png);
}
/*
a[href ^="mailto"]:after 
{
	content: "\2709";
}
*/
/*control the side panel heading with rounded corners*/
.t {background: url(../../images/dot.gif) 0 0 repeat-x #dedede; text-align:left; color:#333333}
.b {background: url(../../images/dot.gif) 0 100% repeat-x}
.l {background: url(../../images/dot.gif) 0 0 repeat-y}
.r {background: url(../../images/dot.gif) 100% 0 repeat-y}
.tl {background: url(../images/cornerTL.gif) 0 0 no-repeat}
.tr {background: url(../images/cornerTR.gif) 100% 0 no-repeat; padding:5px 5px 3px 8px}


.sidePanel{
 float:right;
 display:inline;
 min-width: 20%;
 border-left:15px solid #ffffff;

 }

.blueLinks a{
color:#336699;
}


.blueText {
color:#336699;
font-weight:bold;
}
.dottedBorder{
border:1px dotted #cccccc;
padding:3px;
}

.linksMenu
{
	width:inherit
	font-weight: bold;
/*	color:#535353;*/
	color:#336699;
	border: 1px solid #C1C1C1;
	background-color: #EFFAF6;
/*	padding: 5px 1em 0 1em;*/
	padding: 0.5em; 
	/*margin: 1em;*/
	white-space: nowrap;
}
.linksMenu ul
{
/*	padding: 0.5em; */
	padding-left: 1em;
	margin: 0;	
}
.linksMenu li
{
/*	list-style-type:none;*/
	padding-left: 0;
	font-weight: normal;
	list-style-position: inside;
	color: #3E6764;
	padding-top: 2px;
}
.linksMenu a
{
	color: #3E6764;
	text-decoration: none;
}
.linksMenu a:hover
{
	text-decoration: underline;
}
.linksMenu a:active
{
	color: #FF0000;
}

/*sidePanel for events page*/
.eventSidePanel{
 float:left;
 display:inline;
/* min-width: 240px;*/
/* width: 240px;*/
width:inherit;
 padding: 0 0 1em 3px;
 }
 
.sidePanelContent
{
	width:210px;
	color:#535353;
	border: 1px solid #C1C1C1;
	background-color: #EFFAF6;
	padding: 5px 1em 1em 1em;
	/*margin: 1em;*/
	white-space: nowrap;
}



/* controls width of position selection boxes */
tr.highlight
{
	background-color: #FFBBBB;
}

select
{
	width: 200px; 
}

div.content
{
	margin: 5px;
}
body
{
	background-color: #FFFFFF;
}
body, input, select, td, textarea{ 
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 11px;
}

div#body {
	margin: 0 5% 20px 5%;
	padding: 20px 20px 20px 20px;
	border: 1px dashed #666;
}

div.title
{
	font-size: 14px;
	font-weight: bold;
	padding: 20px 0px 5px 0px;
}

table.templatemain, table.templateadmin, table.test 
{
	border: 1px solid #000;
	padding: 1px;
	margin: 3px;
}
table.test td 
{
	padding: 3px;
}


.actionMessages
{
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}

.biography
{
	border: 2px solid #FFFFFF;
	background-color: #5F88BA;
	color: #0A013D;
	
	padding: 3px;
}
.biography .subTitle
{
	padding: 3px;
	font-size: 11px;
	color: #FFFFFF;	
	border: 0px;
	font-weight: bold;
}
.biography .text
{
	padding: 5px;
	color: #000000;
	background-color: #FFFFFF;
}
.tiny
{
	font-size: 10px;
}



.heading
{
	font-size:12px;
	font-weight:bold;
}


/*erin's styles*/
#x-dc-uoit-ca, .pageContent
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0A013D;
}
#x-dc-uoit-ca a:link, .pageContent a:link 
{
	color: #666666;
}
#x-dc-uoit-ca a:visited, .pageContent a:visited 
{
	color: #666666;
}
.pageContentHeader
{
	font-size: 12px;
	font-weight: bold;
	color: #0A013D;
}
.mainTitle 
{	border-bottom: 2px solid #CCCCCC;
	padding: 30px 2px 3px 0;
	font-size: 13px;
	display: block;
	color: #336666;
	overflow:hidden;
	font-weight: bold; /* BC */
}

.boxOutline 
{
	/*width: auto; */
	border: thin solid #FFFFFF;
	padding: 3px;
	font-size: 10px;
	display: block;
	background-color: #EEF0F0;
}
.whiteBG 
{
	background-color: #FFFFFF;
	display: block;
	color: #0A013D;
}
.subTitle 
{
/*	width: auto; */
	border: thin solid #FFFFFF;
	padding: 3px;
	font-size: 11px;
	display: block;
	background-color: #5F88BA;
	color: #FFFFFF;
}

.blueSubTitle
{
/*color: #396498;*/
color: #336699;

font-size:11px;
font-weight:bold;
}
.greenBgTitle
{
	
	border: thin solid #FFFFFF;
	padding: 3px;
	font-size: 12px;
	display: block;
	background-color: #91B7A8;
	color: #FFFFFF;
	font-weight: bold; /* BC */
	overflow:hidden;
}

#x-dc-uoit-ca .subTitle A:link {color:#FFFFFF;}
#x-dc-uoit-ca .whiteText 
{
	color: #FFFFFF;
	font-size: 11px;
}
#x-dc-uoit-ca .whiteText A:link {color:#FFFFFF;}
#x-dc-uoit-ca .whiteText a:visited {color:#FFFFFF;}



/* navMenu stuff */
#navMenu
{
	
	margin:0;
	text-align: left;
/*	text-indent:56px; */
	padding: 0;
	padding-left: 1em;
	height:20px;
	background-image: url(../images/menuGradient.gif);
	background-repeat:repeat-x;
}
#navMenu li
{
	
	display:inline;
	
	line-height: 1.8;
	padding-left: 1em;
	padding-right: 0.7267em;
	
	background-image: url(../images/menuDivider.gif);
	background-repeat:repeat-y;	
}
#navMenu a:link, #navMenu a:visited
{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 0.95em;
	letter-spacing: 0.2ex;

}
#navMenu a:hover 
{
	color:#ABCBBA;
}
