#mainbody .leftpane 
{
 text-align: left;
 width: 20%;
/*  height: 100vh;  */
 margin: 0 0 0 0;
 padding: 10px;
 background: #cde;
 position: relative;
 line-height: 14pt;
/* overflow-y: auto; */
/* border-right: 1px solid #000000; */
}

/* Container to contain the Right Hand Pane Window */
#mainbody .rightpane 
{
 float: right;
 text-align: left;
 width: 75%;
 Height: 100vh; 
/* Height: max-content; */
 margin: 0 0 0 0;
 padding: 10px;
 background-color: #ffffcc;
 background: #fefefe;
 position: relative;
 line-height: 14pt;
 overflow-y: auto;
 overflow-x: auto;
}

/*      height: auto; */
#mainbody
{
         /* Top right bottom left */
      margin: 0 0 0 0; 
      height: 150vh;
      padding: 0px;
            /* the left margin lines up with the "p" in Department*/
/*      background: #fefefe; */
      background: #cde;
      text-align: justify;
      overflow-y: auto;
}

#pagecontainer {
    background-color: #ccc;
    width: 90%;
    margin: 0px auto 0px auto;
    font-family: Arial, sans serif;
}

/* Message block inside another div that we want margins in */
#messageblock {
      margin: 20px 20px 20px 20px; 
      padding: 20px;
}

body {
/*    background-color: #999;  */
/*    background-color: #6E53D2; */ 
       background-color: #346; 
}

.title {
	color: #bcd;
}

#DepartmentalLogo {
     background-image: url(/images/Electrical_logo.png);
     background-repeat: no-repeat;
     min-height: 70px;
     background-size: 520px;
     background-position: center;
     display: block;
}

#NewDepartmentalLogo {
     background-image: url(/images/EEtorontomu.png);
     background-repeat: no-repeat;
     min-height: 85px;
     background-size: 520px;
     background-position: center;
     display: block;
}

/* --------------  Refund Slip Containers ----------------------------*/

#refundpage  {
    background-color: #ccc;
    width: 800px;
    margin: 0px auto 0px auto;
}

#refundtop {
    margin: 0 0 0 0;
    padding: 10px;
    width: 780px;
    height: 100px;
    border-bottom: 1px solid #000000;
}

/* --------------- Message of the Day Containers ---------------------*/

#MotdContainer
{
     background: transparent;
     margin: 0 auto;
     padding: 1em 0;
     font-family: Arial, sans serif;
     font-size: 13px;
     text-align: center;
     width: 550px;
}


ul#motdlist {
        list-style-type:none;
        margin:0px;
        padding:0px;
        text-align: left;
}

ul#motdlist li a {
        display:block;
        color:gray;
        border:1px black;
        font-family: Arial, sans serif;
        text-decoration:none;
}

ul#motdlist li a:visited {
        color:black;
}

ul#motdlist li a:active {
        color:red;
}

ul#motdlist li a:hover {
        color:black;
}

ul#motdlist li a motd {
        display:none;
}

ul#motdlist li a:visited motd {
        display:none;
}

ul#motdlist li a:hover motd {
        position: absolute;
        top: 200px;
        left: 10px;
        width: 580px;
        z-index: 100;
        display:block;
        background-color: #dfdfdf;
        color:black;
}

.motddisplaybox {
        background-color: #dfdfdf;
        color:black;
        padding: 1em 0;
        font-family: Arial, sans serif;
        font-size: 13px;
        text-align: left;
        width: 550px;
}

.motdheading {
         color: red;
}

/* --------------- Standard tag definitions --------------------------*/

h1 { /* H1 is used inside of the mainbody div to display the page name*/
     font-family: Arial, sans serif;	
     font-size: 18px;
     text-align: center;
}

h2 { /* H2 is typically used for Sucessful submissions */
     font-family: Arial, sans serif;
     font-size: 18px;
     text-align: center;
     color: #ff0000;
}

h3 { /* Typically used to define the error pages */
     font-family: Arial, sans serif;
     font-size: 12px;
     text-align: justify;
}

h4 { /* H2 is typically used for Sucessful submissions */
     font-family: Arial, sans serif;
     font-size: 12px;
     text-align: left;
}

h5 { /* Used in the MOTD to put a header directly on top of a div
        as it seems that there is padding around typical h tags */
     font-family: Arial, sans serif;
     font-size: 12px;
     text-align: justify;
     padding: 0px;
     margin: 10px 0 2px 0;
}

h6 { /* Used so that we can reclassify h6 in printing purposes */
    font-family: Arial, sans serif;
    font-size: 16px;
    text-align: center; 
    padding: 0px;
    margin: 0 0 0 0;
}

h9  { /* Essentially title with horizontal line under */
     font-family: Arial, sans serif;
     font-size: 18px;
     text-align: left;
     text-color: #ff0000;
     border-bottom: 1px solid #a00;
}

h10 { /* Tiny text format for the departmental name */
     font-family: Arial, sans serif;
     font-size: 8px;
     text-align: left;
     padding: 0px;
}

/* ---------------  Left Hand Button List ------------------------*/

#buttoncontainer
{
     background: transparent;
     margin: 0 auto;
     padding: 1em 0;
     font-family: Arial, sans serif;
     font-size: 13px;
     text-align: center;
}

ul#buttonlist
{
    text-align: left;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    width: 90%;
}

ul#buttonlist li
{
    display: block;
    margin: 0;
    padding: 0;
}

ul#buttonlist li a
{
    display: block;
    width: 100%;
    padding: 0.5em 0.5em 0.5em 0.5em;
    border-width: 1px;
    border-color: #ffe #aaab9c #ccc #fff;
    border-style: solid;
    color: #777;
    text-decoration: none;
    background: #eee;
}

#buttoncontainer>ul#buttonlist li a { width: auto; }

ul#buttonlist li#active a
{
    background: #f0e7d7;
    color: #800000;
}

ul#buttonlist li a:hover, ul#buttonlist li#active a:hover
{
   color: #800000;
   background: transparent;
   border-color: #aaab9c #fff #fff #ccc;
}

/* -------------------- Buttons list Ends ------------------ */

table {
     font-family: Arial, sans serif;
     font-size: 12px;
     margin: auto auto auto auto;
}

tr.trtitlebar {
    text-align: center;
    background: #f0e7d7;
    font-weight: bold;
}

/* Wrappable cell
* Add this class to make sure the text in a cell will wrap.
* By default, data_table tds do not wrap.
*/
td.wrappable {
    /* css-3 */
    white-space: -o-pre-wrap; 
    word-wrap: break-word;
    white-space: pre-wrap; 
    white-space: -moz-pre-wrap; 
    white-space: -pre-wrap; 
}  

displaytable {
     text-align: right;
}

/* ---------- Hover type table ---------------------------- */

.hoverTable {
     font-family: Arial, sans serif;
     font-size: 12px;
     margin: auto auto auto auto;
}

.hoverTable tr:hover {
     background-color: #ffff99;
}
/* ---------- Bordered table --------------------------------- */

/* You include the <table class="bordered"> */
table.bordered {
     font-family: Arial, sans serif;
     font-size: 12px;
     margin: auto auto auto auto;
     border: 1px solid black;
     border-collapse:collapse;
}
table.bordered th {
     border: 1px solid black;
     border-collapse:collapse;
     text-align: center;
     background: #f0e7d7;
     font-weight: bold;
}
table.bordered td {
     border: 1px solid black;
     border-collapse:collapse;
}

/* ------------ Large font table -------------------------------*/

table.LargeFontTable {
     font-family: Arial, sans serif;
     font-size: 18px;
     margin: auto auto auto auto;
     border: 1px solid black;
     border-collapse:collapse;
}

table.LargeFontTable th {
     padding: 3px;
     border: 1px solid black;
     border-collapse:collapse;
     text-align: center;
     background: #f0e7d7;
     font-weight: bold;
}

table.LargeFontTable td {
     padding: 3px;
     border: 1px solid black;
     border-collapse:collapse;
}

/* ---------- CEAB Hover type table ---------------------------- */

/* You include the the bottom as <th class="ceabheader"></th> */
 /*   height: 250px; */
.ceabheader {
    background: #f0e7d7;
    font-weight: bold;
    color: black;
    text-align: center;
    vertical-align: bottom;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
}

.ceabcolor {
    background: #f0e7d7;
    font-weight: bold;
    color: black;
    text-align: center;
    vertical-align: bottom;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
}

/* You include the the bottom as <div class="verticalText"></div> */
.verticalText {
    text-align: center;
    vertical-align: middle;
    margin: 0 0 0 0;
    width: 20px;
    margin: 0px;
    padding: 0px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 10px;
    white-space: nowrap;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
};



/* ---------- Generic Div to deal with Fonts -------------- */

.myfontdiv {
     font-family: Arial, sans serif;
     font-size: 10pt;
     padding: 0px 30px;
}

/* --------------------- Meetings View -------------------- */

.meetingview {
         /* Top right bottom left */
      margin: 0 0 0 0; 
      height: auto;
      padding: 10px;
            /* the left margin lines up with the "p" in Department*/
      background: #fefefe;
      text-align: justify;
}


.meetingview h1{ /* H1 is used inside of the mainbody div to display the page name*/
     font-family: Arial, sans serif;
     font-size: 24px;
     text-align: center;
}

.meetingview h2 {
     font-family: Arial, sans serif;
     font-size: 18px;
     text-align: left;
     text-color: #ff0000;
     border-bottom: 1px solid #a00;
}

.viewdatetime {
     text-align: right;	
}


/* --------------------- Internship Results View -------------------- */

.Intership_Results
{
      /* Top right bottom left */
      padding: 20px;
}

/* To prevent tables from breaking cells and we wish to repeat the header
   on the second page we added:
*/
@media print {
   h1 { page-break-before: always; }
   table { page-break-inside:auto; }
   tr { page-break-inside:avoid; page-break-after:auto; }
   td { page-break-inside:avoid; page-break-after:auto; }
   thead { display:table-header-group; }
   tfoot { display:table-footer-group; }
}
