/**
 * Cascaded Style Sheet
 * University of Melbourne IEEE Student Branch
 *
 * John Papandriopoulos <jpap at ieee dot org>
 */


/**
 ** Document defaults 
 **/

A:link      { color: blue; text-decoration: none; }
A:visited   { color: navy; text-decoration: none; }
A:active    { color: blue; text-decoration: underline; }
A:hover     { color: blue; text-decoration: underline; }

body {
   text-decoration: none;
   background-color: white;
   color: black;
   font-family: Arial, Verdana, "Times New Roman", Times;

   /* Custom scrollbar for IE */
   scrollbar-arrow-color: gray;
   scrollbar-track-color: white;
   scrollbar-face-color: #D7B5FD;
   scrollbar-highlight-color: white;
   scrollbar-3dlight-color: silver;
   scrollbar-darkshadow-color: #460947;
   scrollbar-shadow-color: gray;
}

img {
   border: 0px;
}

/**
 ** The header
 **/

div.header td.jumpto {
   font-size: smaller;
}

div.header td.event {
   font-size: smaller;
   vertical-align: middle;
   text-align: left;
}

div.header td.jumpto table.submenu tr {
   vertical-align: top;
}

div.header td.shortcuts {
   /*font-size: larger;*/
   color: purple;
   font-weight: bold;
}

div.header td.shortcuts span.section {
   font-size: x-small;
}
div.header td.shortcuts span.shortcuts {
   font-size: x-small;
   font-weight: bold;
}
div.header td.shortcuts span.shortcuts A:link     { color: blue; text-decoration: none; }
div.header td.shortcuts span.shortcuts A:visited  { color: darkblue; text-decoration: none; }

div.header td.welcome {
   vertical-align: center;
   color: maroon;
   font-size: larger;
   text-align: center;
   font-weight: bold;
   vertical-align: text-top;
}

div.header td.welcome A:link     { color: red; text-decoration: underline; }
div.header td.welcome A:visited  { color: maroon; text-decoration: underline; }

/**
 ** The content
 **/

div.content {
   margin-left: 1ex;
   margin-right: 1ex;
}

h1, h2, h3, h4, h5 {
   margin-top: 1ex;
   margin-bottom: 1ex;
   color: purple;
}

h1 {
   font-size: 16pt;
}
h2 {
   font-size: 13pt;
}
h3 {
   font-size: 11pt;
}
h4 {
   font-size: 9pt;
}

div.content p.comment {
   font-style: italic;
}

div.content p.warning {
   color: maroon;
   font-style: italic;
}

div.content p.error {
   color: maroon;
   font-style: italic;
   font-weight: bold;
}


div.content table {
   border: 0px;
}

div.content table td.heading {
   font-weight: bold;
}

/*
 * Shortcut toolbar
 */

div.content div.shortcuts {
   margin-left: 2ex;
}

div.content div.quickpicks {
   font-size: smaller;
}

/*
 * Site map
 */

div.content div.sitemap {
   font-size: smaller;
}

div.content div.sitemap td {
   font-size: smaller;
}


/**
 ** The footer
 **/

div.footer td {
   font-size: smaller;
}

div.footer td.bottomline A:link     { color: white; text-decoration: none; }
div.footer td.bottomline A:visited  { color: gray;  text-decoration: none; }
div.footer td.bottomline A:active   { color: white; text-decoration: underline; }
div.footer td.bottomline A:hover    { color: white; text-decoration: underline; }
div.footer td.bottomline { color: white; }
