/*************************************************************************************
** File: abhaya.css
** Description: Styles that apply to the Macquarie University corporate web templates
** Version: 1.0
** Created: 25 June 2002
** Group: Internet Information Projects and Services
** Copyright (c) Macquarie University
*************************************************************************************/

/* This section sets the default styles for common page elements */
body {
  margin: 0 0 0 0;
  background: #ffffff;
}

p,td,tr,table,body,li,ul,i,b { 
  font-size: small; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  color: #000000;
}

h1 {
  color: #005544;
  background-color: #ffffff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: large;
  font-weight: bold;
  line-height: 140%;
  border-bottom: 1px solid #666666;
  padding-top: 1ex; 
}

h2 {
  color: #005544;
  background-color: #ffffff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: medium;
  font-weight: bold;
}

/* the following styles are applied to generic links on page contents. */
A:link    {text-decoration:none;      color:#0000FF; background:none; }   
A:visited {text-decoration:none;      color:#0000FF; }
A:active  {text-decoration:none;      color:#0000FF}    
A:hover   {text-decoration:underline; color:#336699}

/* This is the style for the site name that appears in the upper right-hand corner */
.sitename {
  color: #9c0000;
  background-color: #ffffff;
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: large;
  font-weight: bold;
  line-height: 140%;
  padding-right: 1ex;
}

/* These styles apply to the dark green bar near the top containing navigational links */
.headerbar {
  background: #005544;
  color: #ffffff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: small;
  font-style: italic;
  padding-left: 1ex;
  padding-right: 2ex;
}

a.headerlink:link, a.headerlink:visited {
  color: #ffffff;
  background-color: #005544;
  font-style: normal;
  text-decoration: none;
  line-height: 180%
}

/* Use this style for the optional navigational breadcrumb trail underneath the header bar 
*/
.breadcrumbs {
  font-size: x-small;
  padding-bottom: 1ex;
}

/* These styles apply to the box containing the What's new section */
.channel {
  border: 1px solid #666666;
}

.channelhead {
  background: #005544;
  color: #ffffff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: medium;
  font-weight: bold;
  line-height: 140%;
  padding-left: 1ex;
  padding-right: 1ex
}

.news {
  background: #eeffee;
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: small;
  line-height: 140%;
  padding: 1ex;
}

/* Use this style for footer information, such as copyright and contact details */
.footertext {
  color: #999999;
  background-color: #ffffff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: small;
  padding-left: 2ex;
  padding-top: 1ex
}

