/*********************************************************************
     Name      : Teresa Almeida
     Student No: 991163183
     Program   : htmlstyle.css
     Purpose   : Formats the information to be presented in the
                 .html files created by .xml
     Supervisor: Yannis Velegrakis
*********************************************************************/


<Style>
/* General definitions */

.test
{
     font-weight: normal;
}

body, p 
{
     font-weight: normal;
     font-size: 12pt
}

h1
{
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 19pt;
    color: darkblue;
    text-align: center;
    DISPLAY: block;;
    FONT-STYLE: italic;
    PADDING-TOP: 0.5em;
}

H2
{
    font-family: Arial, Georgia, Times, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14pt;
    line-spacing: 3em
}

h3
{
    COLOR: black;
    FONT-STYLE: italic;
    FONT-WEIGHT: bold;
    FONT-FAMILY: Times, serif;
    TEXT-ALIGN: left
}


.tabsTable
{
    BORDER-RIGHT: white 0pt solid;
    BORDER-TOP: darkblue 0pt solid;
    BORDER-LEFT: darkblue 0pt solid; 
    PADDING-TOP: 0pt;
    BORDER-BOTTOM: white 0pt solid; 
    WIDTH: 100%
}

/* For the members */

.MemberPicture
{
    	BORDER-TOP: white 3pt solid;
    	BORDER-RIGHT: white 10pt solid;
    	BORDER-LEFT: white 10pt solid;
	WIDTH: 70;
	HEIGHT: 100;
	ALIGN: left;
	VALIGN: top;
	HSPACE: 0;
}

.newsText 
{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	text-align: left; 
}

/* check if this class is used */
.subhead
{
    FONT-SIZE: 12pt;
    COLOR: darkblue;
    FONT-FAMILY: Arial
}


TH
{
    COLOR: white;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: darkblue;
    FONT-WEIGHT: bold
}

.newTH
{
    FONT-SIZE: 12pt;
    COLOR: black;
    FONT-FAMILY: Times;
	FONT-WEIGHT: bold
}

.tableTitle
{
    font-family: Georgia, Times, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14pt;
    line-spacing: 3em
    COLOR: blue;
    CURSOR: pointer;
    TEXT-DECORATION: underline
}

.Row
{
    COLOR: black;
    FONT-FAMILY: Times, sans-serif;
    ALIGN: top
}

.cursiveRow
{
    COLOR: black;
    FONT-FAMILY: Arial;
	FONT-STYLE: italic;
	ALIGN: top
}



seminar
{
    BORDER-RIGHT: darkblue solid;
    BORDER-TOP: darkblue solid;
    BORDER-LEFT: darkblue solid;
    BORDER-BOTTOM: darkblue solid;
    BACKGROUND-COLOR: beige

/*    BORDER-RIGHT: black 2px solid; */
    PADDING-RIGHT: 1em;
/*    BORDER-TOP: black 2px solid;  */
    DISPLAY: block;
    PADDING-LEFT: 1em;
    PADDING-BOTTOM: 1em;
/*    BORDER-LEFT: black 2px solid;  */
    COLOR: #ffffdd;
    PADDING-TOP: 1em;
/*    BORDER-BOTTOM: black 2px solid;  */
    FONT-STYLE: italic;
    FONT-FAMILY: Times, serif;
/*    BACKGROUND-COLOR: #888833; */
    TEXT-ALIGN: center
}


/* 
.projectName
{
    DISPLAY: block;
    COLOR: black;
    PADDING-TOP: 0.5em;
    FONT-STYLE: normal;
    FONT-FAMILY: Times, serif;
    BACKGROUND-COLOR: #008833; 
    TEXT-ALIGN: left
}
*/



</Style>


