/******************************************************************
* Administrative CSS Stylesheet
* Created: 08/31/2008 by Ehsan Motamedi
* Modified: 08/31/2008 by Ehsan Motamedi
* Copyright (c) 2008 UTM Sexual Education and Peer Counselling
* Centre. All rights reserved.
******************************************************************/

table.PointBox {
float : right;
width : 300px;
}

table.PointBox tr {

}

table.PointBox th {
color : #000000;
font-size : 12px;
font-weight : bold;
background-color : #bbddff;
text-align : left;
padding : 5px;
border : 1px solid #cccccc;
}

table.PointBox td {
width : 150px;
color : #000000;
font-size : 11px;
padding : 5px;
border : 1px solid #cccccc;
}

table.PointBox td.Points {
text-align : center;
}