/* Brighton Blue - Copyright EditMe 2005 - http://www.editme.com */ 

/*
   Color Quick Reference
   ---------------------
   page background: 		#ffffff (white)
   header background		#ffffff (white)
   sub header background	#f9f9f9 (light gray)
   content background		#ffffff (white)
   editor background		#ffffff (white)
   site header text: 		#ffffff (white)
   page header text: 		#969696 (dark gray)
   sub header text		#5b8bb8 (blue)
   box borders: 		#969696 (dark gray)
   link color: 			#5b8bb8 (blue)
   highlight background:	#f9f9f9 (light gray)
   
*/

/* This will be used in the Rich Text Editor. Use
   pageBody or adminBody to control body as it's 
   displayed in the public site and admin tools. */

body {
	background-color: #ffffff;
	font-family: Verdana, /*Trebuchet MS*/, Helvetica, sans-serif;
	line-height: 20px;
	margin: 8px;
	color: #656565;
    margin-top: 0; /*added by Britta Jessen*/
}
body, td, th, blockquote, div {
	/*font-size: 14px; commented out by Britta Jessen*/
    font-size: 85%; 
}

/* START css extras by Britta Jessen */
hr {
        color: #fff;
        background-color: #fff;
        border: 1px dotted #ccc; 
        border-style: none none dotted;
}

p {
	padding: 0px 0px 1px 0px;
	margin: 0px 0px 1px 0px;
}

.bttruler {
        color: #fff;
        background-color: #fff;
        border: 1px dotted #ccc; 
        border-style: none none dotted;
}

.infobox {
	background-color: #f0f0f0;
	padding: 8px 8px 8px 8px;
    border-left: 1px #ccc dotted;
    font-size: 70%;
}

.infobox2 {
	background-color: #f0f0f0;
	padding: 0px 0px 5px 0px;
    border-left: 1px #ccc dotted;
}

.photobox {
	background-color: #f0f0f0;
	padding: 8px 8px 8px 8px;
        vertical-align: top;
}

.topanchor {
    font-size: xx-small;
}

.header {
    font-weight: bold;
    color: #000000; 
}

.footer {
        /*font-size: 10%;*/
	padding: 0px 0px 0px 0px;
	width: 100%;
	/*display: inline;*/
	float: left;
}

.titlesc {
    font-size: 140%;
    /*font-weight: normal;*/
    font-family: Verdana, Helvetica, sans-serif;
}

.redarrow {
	font-family: Arial;
	font-size: 85%;
	color: #ff0000;
	font-weight: bold;
}

.alertbox {
        border-left: 2px dotted #ff0000;
        border-top: 2px dotted #ff0000;
        border-right: 2px dotted #ff0000;
        border-bottom: 2px dotted #ff0000;
}

li {
    margin-bottom: 8px;
}
/*END css extras by Britta Jessen*/

#pageBody {
	background-color: #ffffff;
	margin: 24px;
}
#adminBody {
	background-color: #ffffff;
	margin: 24px;
}
.mceVisualAid {
	border: 1px dashed gray;
}
.mainTable {
	width: 90%;
}

h1 {
	/*color: #969696; commented out by Britta Jessen*/
    /*font-size: 24px; commented out by Britta Jessen*/
    font-size: 110%;
    /*background-color: #f0f0f0;*/
    padding: 10px 0px 10px 50px;
    background-image: URL(http://www.senecac.on.ca/library/_graphics/wiki/bookheader.gif);
    background-repeat: no-repeat; 
    border-bottom: 1px #ccc dotted;
}
h2 {
	/*font-size: 22px; commented out by Britta Jessen*/
    font-size: 105%;
    background-color: #f0f0f0;
    padding: 2px 0px 2px 2px;
}
h3 {
	/*font-size: 20px; commented out by Britta Jessen*/
    font-size: 100%;
}
h4 {
	/*font-size: 18px; commented out by Britta Jessen*/
    font-size: 95%;
}
h5 {
	/*font-size: 16px; commented out by Britta Jessen*/
    font-size: 90%;
}
h6 {
	/*font-size: 14px; commented out by Britta Jessen*/
    font-size: 85%;
}

/*Britta Jessen: the above headings (1-6) changed to relative sizes rather than pixel sizes*/

a, a:link, a:visited {
	/*color: #5b8bb8; commented out by Britta Jessen*/
    color: #0000ff;
	text-decoration: none;
}

a:active, a:hover {
	/*color: #5b8bb8; commented out by Britta Jessen*/
    color: #0000ff;
	text-decoration: underline;
}

th {
    text-align: left;
}

.attachmentContainer {
	margin: 3px;
}
.attachmentTable {
	border-collapse: collapse:
}
.attachmentHead {
	/*background-color: #f9f9f9;
	color: #5b8bb8; commented out by Britta Jessen*/
    background-color: #f0f0f0;
    color: #0000ff;
	border: 1px solid #ccc; /*#969696; commented out by Britta Jessen*/
	padding: 5px 5px 5px 5px;
}
.attachmentCell {
	padding: 5px 5px 5px 5px;
	
}
.attachmentCellAlt {
	/*background-color: #f9f9f9; commented out by Britta Jessen*/
    background-color: #f0f0f0;
	padding: 5px 5px 5px 5px;
}
.attachmentDescription {
	padding-top: 0pt;
	padding-bottom: 0pt;

	padding-left: 10pt;
	/*font-size: 12px; commented out by Britta Jessen*/
    font-size: 85%;
}

table.tableheader {
	width: 100%;
    height: 0px;
	height: 70px;
	/*border: 1px solid #969696;
	background-color: #5b8bb8; commented out by Britta Jessen*/
    /*background-color: #f0f0f0; commented out by Britta Jessen*/
    background-color: #ffffff; 
	background-repeat: no-repeat;
	vertical-align: top;
}

td.header {
	vertical-align: bottom;
	/*padding: 16px 16px 16px 16px; commented out by Britta Jessen*/
    padding: 0px 0px 0px 0px;
}

td.header p {
	color: #ffffff;
	/*font-size: 30px; commented out by Britta Jessen*/
        font-size: 100%;
	font-weight: bold;
	text-align: left;
}

td.subheader {
	border-top: 1px solid #969696;
    border-right: 1px solid #969696;
	border-bottom: 0px none;
	border-left: 1px solid #969696;
	/*background-color: #f9f9f9; commented out by Britta Jessen*/
    background-color: #f0f0f0;
	text-align: left;
	vertical-align: top;
	height: 30px;
	/*width: 455px;*/
}

td.subheader p {
	color: #000000;
	margin: 4px 16px 4px 16px;
	/*font-size: 16px; commented out by Britta Jessen*/
        font-size: 85%;
	font-weight: bold;
}
table.content {
	width: 100%;
	height: 500px;
}	
td.content {
	/*border: 1px solid #969696; commented out by Britta Jessen*/
	background-color: #ffffff;
	vertical-align: top;
	width: 100%;
	height: 100%;
	text-align: left;
	padding: 12px 16px 16px 16px;
}
/*td.comments {
	border: 1px solid #969696;
	background-color: #ffffff;
	vertical-align: top;
	width: 100%;
	text-align: left;
	padding: 12px 16px 16px 16px;
} commented out by Britta Jessen*/

td.attachmentImage {
	border: 1px solid #969696;
	vertical-align: top;
}

td.attachmentImage img {
	border: 0px none;
	margin: 6px;
}

/*table.menu {
	width: 100%;
}*/

/*td.menu {
	border: 1px solid #ccc; /*#969696; commented out by Britta Jessen*/
	/*background-color: #ffffff;
	text-align: left;
	vertical-align: top;
	width: 200px;
}

td.menucontent {
	padding: 6px 8px 8px 8px;
	vertical-align: top;
	width: 100%;
}

td.menuheader {
	border-bottom: 1px solid #ccc; /*#969696; commented out by Britta Jessen*/
	/*background-color: #f9f9f9; commented out by Britta Jessen*/
    /*background-color: #f0f0f0;
	vertical-align: top;
	height: 30px;
	width: 100%;
	padding: 4px 8px 4px 8px;
}

td.menuheader p {
	text-align: left;
	/*font-size: 16px; commented out by Britta Jessen*/
        /*font-size: 100%;
	font-weight: bold;
	color: #969696;
}*/

td.modified { /*this style is a combo of hspace and modified*/
	font-size: 10px;
	font-style: italic;
	/*text-align: center; commented out by Britta Jessen*/
    text-align: left;
	vertical-align: top;
    background-color: #ffffff;
	height: 3px;
	padding-left: 15px;
} 

td.hspace {
	background-color: #ffffff;
	height: 3px;
	vertical-align: top;
}

td.vspace {
	background-color: #ffffff;
	width: 3px;
}

/*.addComment {
	width: 150px;
	float: right;
} commented out by Britta Jessen*/

/*td.addCommentButton {
    background-color: #f9f9f9; 
    background-color: #f0f0f0;
	border: 1px solid #969696;
	padding: 4px 6px 4px 6px;
	vertical-align: top;
} commented out by Britta Jessen*/

/*td.addCommentButton a, td.addCommentButton a:link, td.addCommentButton a:visited, td.addCommentButton a:active, td.addCommentButton a:hover {
	font-weight: normal;
} commented out by Britta Jessen*/

td.toolsContainer {
	width: 104px; /* = tools menu + button width */
}
td.toolsContainer-off {
	width: 32px; /* = tools button width */
}
td.toolsheader {
	color: #969696;
	border: 1px solid #ccc; /*#969696; commented out by Britta Jessen*/
	background-color: #f0f0f0;
	vertical-align: top;
	height: 31px;
	width: 72px;
	padding: 4px 8px 4px 8px;
}

td.toolsheader p {
	text-align: left;
	/*font-size: 13px; commented out by Britta Jessen*/
        font-size: 80%;
	font-weight: bold;
}

td.tools {
	border-top: 0px none;
	border-right: 1px solid #ccc; /*#969696; commented out by Britta Jessen*/
	border-bottom: 0px none;
	border-left: 1px solid #ccc; /*#969696; commented out by Britta Jessen*/
	background-color: #ffffff;
	text-align: left;
	vertical-align: top;
	/*font-size: 13px; commented out by Britta Jessen*/
        font-size: 70%;
	padding: 4px 8px 4px 8px;
}

td.toolsbottom {
	border-top: 0px none;
	border-right: 1px solid #ccc; /*#969696; commented out by Britta Jessen*/
	border-bottom: 1px solid #ccc; /*#969696; commented out by Britta Jessen*/
	border-left: 1px solid #ccc; /*#969696; commented out by Britta Jessen*/
	background-color: #ffffff;
	text-align: left;
	vertical-align: top;
}

td.toolsbutton {
	/*background-image: URL(/skinimages/Brighton%20Blue/tools_sel.gif); commented out by Britta Jessen*/
   background-image: URL(http://www.senecac.on.ca/library/_graphics/wiki/tools_sel.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	border-top: 1px solid #ccc; /*#969696; commented out by Britta Jessen*/
	border-right: 1px solid #ccc; /*#969696; commented out by Britta Jessen*/
	border-bottom: 1px solid #ccc; /*#969696; commented out by Britta Jessen*/	
	border-left: 0px none;
	background-color: #ffffff;
	vertical-align: middle;
	height: 31px;
	width: 32px;
}
td.toolsbutton-off {
	/*background-image: URL(/skinimages/Brighton%20Blue/tools_sel.gif); commented out by Britta Jessen*/
	background-image: URL(http://www.senecac.on.ca/library/_graphics/wiki/tools_sel.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	border-top: 1px solid #ccc; /*#969696; commented out by Britta Jessen*/
	border-right: 1px solid #ccc; /*#969696; commented out by Britta Jessen*/
	border-bottom: 1px solid #ccc; /*#969696; commented out by Britta Jessen*/	
	border-left: 1px solid #ccc; /*#969696; commented out by Britta Jessen*/
	background-color: #f0f0f0;
	vertical-align: middle;
	height: 31px;
	width: 32px;
}
img.toolsbutton-spacer {
	height: 31px;
	width: 32px;
}
/*.commentFrom {
	color: #666666;
	font-weight: bold;
} commented out by Britta Jessen*/

/*.commentDate {
	color: #666666;
} commented out by Britta Jessen*/

.ruler {
	display: block;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 1px solid #969696;
	border-left: 0px none;
	margin: 0px 0px -12px 0px;
}

.editorPanel {
	background-color: silver;
}
/* Admin screen styles: */
#adminBody {
}
#adminMainTable {
  border: 1px solid #ccc /*#5b8bb8;*/
  background-color: #ffffff;
}
#adminMainCell {
  padding: 18px;
}
#adminMenuTable {
}
#adminMenuRow {
}
#adminMenuLeftCell {
}
#adminMenuRightCell {
}
#adminMenuSpacerRow {
}
.adminHR {
	color: #969696;
	height: 1px;
    margin-top: 0;
}
#adminMenuContentBlock {
}



/* below CSS from Seneca Libraries Website for top navigation */

#wrapper {
  margin: auto;
  /*min-width:150px;
  max-width:780px;*/
  padding: 0px 0px 0px 15px;
  /* workaround for IE who does not use min-width and max-width &#92; */
  width:expression(document.body.clientWidth > 780? "780px": "auto" );
}

/* BANNER */
#banner {
    background-color: #fff; 
    padding: 0;
    margin-bottom: 15px;
}
#val {
	margin: 0;
	float: right;
	visibility: visible;
}

/* navigation bar styling */
#navcontainer {
	margin-top: -10px;
	padding: 0;
	background: #fff;
	height: 40px;
}
#navlist {
	margin: 0px;
	padding: 0px 0px;
	float: left;
	text-align: left;
	display: block;
}
#navlist li {
	margin: 0px;
	list-style: none;
	float: left;
	width: 78px; /* to prevent spillover with text size increases */
	display: block;
}
#navcontainer a, #navlist li.extend {
	margin: 0px;
	display: block;
	border-top: 1px solid #888;
	padding: 1px 1px;
	text-decoration: none;
	background: #fff;
	font: normal 9px verdana,arial,sans-serif;
	text-align: center;
	color: #888;
}
#navcontainer a#current {
	padding: 1px 1px;
	background: #FAFAFA;
	border-right: 1px solid #333;
	border-left: 1px solid #333;
	border-top: 1px solid #FAFAFA;
	border-bottom: 1px solid #333;
	color: #000;
	font-weight: bold;
}
#navcontainer a:hover {
	padding: 1px 1px;
	background: #FAFAFA;
	border-right: 1px solid #333;
	border-left: 1px solid #333;
	border-top: 1px solid #FAFAFA;
	border-bottom: 1px solid #333;
	color: blue;
	text-decoration: underline;
}
#navcontainer li#active {
	border-right: 2px solid #828282;
	border-bottom: 2px solid #828282;
}

.skiplink {
	display: none;
}

.motto {
	color: #ccc;
	font-weight: bold;
}

.clear {
  clear: both;        /* extend height of .main to longest column */
  height: 0px;
  overflow: hidden;   /* prevent IE expanding the container */
  margin: 0;          /* keep flush with surrounding blocks */
}

}
.tiny {
        font-size: x-small;
}

/* Added by Britta Jessen */

a.tiny, a:visited.tiny {
    font-size: x-small;
    color: #0000ff;
	text-decoration: none;
}

a:active.tiny, a:hover.tiny {
    font-size: x-small;
    color: #0000ff;
	text-decoration: underline;
}



/* BEGIN BreadCrumbs Styling*/

.trail {
	color: #000;
	font-size: x-small;
}

.trailCurrent {
	color: #FF0000;
	font-size: x-small;
}

.trail a:link{
	color: blue;
	text-decoration: none;
}

.trail a:visited{
	color: blue;
	text-decoration: none;
}
.trail a:hover{
	color: #000066;
	font-weight: bold;
	background-color: #FFFFCC;
	text-decoration: underline overline;
}

.trail a:active{
	color: blue;
	text-decoration: none;
}

#breadcrumb {
	font-weight: normal;
	font-size: 9px;
        color: #000;
}

/* END BreadCrumbs Styling*/
/* CSS styles for printing pages are in print.css */
