/****************************************************************/
/* STYLESHEET.CSS

   This stylesheet combines styles for the design of the website

   Designed for SUSU Waterfront Online - June 2006 
   Fychan Web Design - www.fychan.com 

   Copyright 2006 */
/****************************************************************/

/****************************************************************/
/* CSS CONTENTS

   1. IMPORTED STYLESHEETS 
   2. NON LAYOUT */
/****************************************************************/

/****************************************************************/
/* 1. IMPORTED STYLESHEETS */
/****************************************************************/
@import url(layout.css);

/****************************************************************/
/* 2. NON LAYOUT */
/****************************************************************/

html, body {
    height: 100%;
    margin: 0px;
    background: #0059BE url("../images/layout/bg-gradient.gif") repeat-x;
}
body, p, td, div {
    font-family: verdana, sans serif;
    font-size: 11px;
    color: #000000;
}
p {
    text-align: justify;
}
a img {
    border: 0px;
}
a {
	color: #00C032;
	text-decoration: none;
}
a:hover {
	color: #0059BE;
	text-decoration: underline;
}
h1{
    color: #FFFFFF;
    font-size: 11px;
    background: #FFFFFF url("../images/layout/h2.gif") no-repeat;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}
h2 {
    font-size: large;
    color: #00C032;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
}
h3 {
    font-size: medium;
    color: #0059BE;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
}


.waterfrontTeam {
    color: #0059BE;
    font-weight: bold;
    font-style: italic;
}

hr {
    color: #CCD9EB;
    border: #CCD9EB 1px solid;
    height: 1px;
}

ul.feedsList {
    list-style-image: url("../../../sharedimages/icons/feeds-bullet.gif");
    list-style-type: circle;
    padding-left: 20px;
    margin-left: 0px;
    margin-bottom: 20px;
}

ul {
    padding-left: 20px;
    margin-left: 0px;
}

ul.feedsList a {
    color: #E6762F;
}
ul.feedsList a:hover{
	color: #0059BE;
	text-decoration: underline;
}


div.warning {
    border: #FF0000 1px solid;
    background: transparent url("../../../sharedimages/icons/warning.gif") no-repeat left;
    padding: 7px;
    padding-left: 30px;
    font-weight: bold;
    color: #FF0000;
    margin-top: 2px;
    margin-bottom: 2px;
}
div.success {
    border: #009A31 1px solid;
    background: transparent url("../../../sharedimages/icons/ok.gif") no-repeat left;
    padding: 7px;
    padding-left: 30px;
    font-weight: bold;
    color: #009A31;
    margin-top: 2px;
    margin-bottom: 2px;
}
div.busy {
    border: #0097E3 1px solid;
    background: transparent url("../../../sharedimages/icons/busy.gif") no-repeat left;
    padding: 7px;
    padding-left: 30px;
    font-weight: bold;
    color: #0097E3;
    margin-top: 2px;
    margin-bottom: 2px;
    display: none;
}

img.leftThumb {
    float:left;
    padding: 2px;
    padding-right: 5px;
}
.issue { 
    border: #6A2BDC 1px solid;
    margin-right: 5px; 
}
.issue-noborder { 
    border: 0px;
    margin-right: 5px; 
}