﻿/***** page style *****/
BODY {
	margin: 0px 0px 0px 0px;
	color : #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	
	font-size: 13px;
    overflow-x: auto; 
    overflow-y: scroll; 

}

/**  normaltable  **/
table{
	
	color: #000;
	font-size: 13px;
	font-weight: normal;
	
	padding: 1px;
}

/**  table with border  **/
.bordertbl{
	
	color: #000;
	font-size: 13px;
	font-weight: normal;
	padding: 1px;
}

.abstractTbl{
	
	color: #000;
	font-size: 13px;
	font-weight: normal;
	
}
.abstractTbl td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 13px;
	font-weight: normal;
	padding-bottom: 10px;
}


th {
	text-align: left;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 13px;
	font-weight: normal;
}


a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #33f;
	text-decoration: none;

}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #33f;
	text-decoration: none;

}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #33f;
	text-decoration: underline;

}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #33f;
	text-decoration: none;

}

.inputbox {
        z-index: -3;
	font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 11px;
}
/* contents */
h2
{
color: #F9C328;
}
h3
{
color: #F9C328;
}
h5
{
color: #3399FF;
font-size:medium;
margin-bottom:0px;
padding-bottom:10px;
}


.bluetext
{
font-size:16px;
color: #7280FF;
font-weight:bold;
}

p{
text-align : justify;
}

.yellowheader
{
  color: #F9C328;
  font-weight:bold;
  font-size:14px;
}
.smalltext
{
  font-size: 11px;
}
.programme
{
 border: 1px solid gray;
 border-collapse:collapse;
 text-align: left;
 width:990px;
}
.programme td
{
	vertical-align:middle;
}
.daterow td
{
	color:#FFFFFF;
	font-weight:bold;
	background-color:#FF9933;
	text-align: center;
}
.graycell
{
	background-color:#C0C0C0;
	text-align: center;
}
.bluecell
{
	background-color:#66CCFF;
	text-align: center;
}
.orangecell
{
	background-color:#FFCC99;
	text-align: center;
}
.yellowcell
{
	background-color:#FFFF99;
	text-align: center;
}
.greencell
{
	background-color:#CCFFFF;
	text-align: center;
}
.pinkcell
{
	background-color:#FFCCFF;
	text-align: center;
}
.darkgreen td
{
	background-color:green;
	color: white;
	font-weight:bold;
}

.sideLink
{
	color: #000000; !important
	font-weight: 300;
}