/* 

Title: CSS for Sabah Buzz Online
File Name : global-style.css
Date Created : 28 september 2001
Last Updated : 28 september 2001

*/


/* General Styles */
BODY, TD, DIV, P, UL, LI, OL, TEXTAREA
{
	font-family: "Tahoma", "Arial", "MS Sans Serif", "Helvetica";
	font-size: 12px;
	color: #000000;
}

H1, H2, H3, H4, H5, H6
{
        font-family: "Arial", "Tahoma", "MS Sans Serif", "Helvetica";
	color: #000000;
}

A
{
	color: #000099;
}

A:Hover
{
	text-decoration: None;
}

/* Global Header Styles */
/* This is used in P */
.date
{
	font-weight: Bold;
}

/* Main Page Content Styles */
/* This is used in A or SPAN for the announcements */
.announcehead
{
	font-size: 15px;
	font-weight: Bold;
}

/* This is used in SPAN for the announcements */
.announcedate
{
	font-size: 10px;
}

/* This is used in SPAN or TD for the randomiser */
.randomiser
{
	font-family: "MS Sans Serif", "Tahoma", "Verdana", "Arial", "Helvetica";
	font-size: 10px;
	font-weight: Bold;
	color: #000000;
}

/* Footer Styles */
/* This can be used in SPAN or TD */
.footer
{
	font-family: "Tahoma", "Verdana", "Arial", "MS Sans Serif", "Helvetica";
	font-size: 10px;
	color: #999999;
}

/* Submenu Styles */
/* This can be used in SPAN */
.submenutext
{
        font-family: "Tahoma", "Verdana", "Arial", "MS Sans Serif", "Helvetica";
	font-size: 10px;
	color: #ffffff; 
}

.submenuselect
{
        font-family: "Tahoma", "Verdana", "Arial", "MS Sans Serif", "Helvetica";
	font-size: 10px;
	color: #000000;
}

/* Eform Styles */
/* This is used in SPAN */
.eformserial
{
        font-family: "Tahoma", "Verdana", "Arial", "MS Sans Serif", "Helvetica";
	font-size: 10px;
	color: #6666ff; 
}

.eformupdate
{
        font-family: "Tahoma", "Verdana", "Arial", "MS Sans Serif", "Helvetica";
	font-size: 10px;
	color: #3333ff;
}

/* DrawCalendar Styles for the Calendar app */
TABLE.cCalView
{
    FONT-FAMILY: Verdana, Arial;
    FONT-SIZE: 9px
}

TD.cHoliday
{
    BACKGROUND-COLOR: gold
}

TR.cWeekday
{
}

TR.cMonth
{
    BACKGROUND-COLOR: lightgrey
}

TD.cEvent
{
    FONT-WEIGHT: bold
}

TD.cHolidayEvent
{
    BACKGROUND-COLOR: gold;
    FONT-WEIGHT: bold
}
INPUT.cNav
{
    FONT-SIZE: 12px;
    WIDTH: 80px;
    COLOR: white;
	FONT-WEIGHT: bold;
	FONT-FAMILY: Arial, 'MS Sans Serif'; 
    BACKGROUND-COLOR: Navy
}
INPUT.cNav1
{
    FONT-SIZE: 12px;
    WIDTH: 110px;
    COLOR: white;
	FONT-WEIGHT: bold;
	FONT-FAMILY: Arial, 'MS Sans Serif'; 
    BACKGROUND-COLOR: Navy
}
INPUT.cID
{
    FONT-SIZE: 12px;
    WIDTH: 80px;
	HEIGHT: 18px;
    COLOR: Navy;
	FONT-WEIGHT: bold;
	FONT-FAMILY: Arial, 'MS Sans Serif'; 
}
.whitelink
{
    FONT-WEIGHT: lighter;
    FONT-SIZE: 11px;
	FONT-WEIGHT: bold;
    COLOR: white;
	FONT-FAMILY: Verdana
}
