/* 

Title: CSS for Sabah.Net Website
File Name : global-style.css
Date Created : 27 December 1999
Last Updated : 27 December 1999

*/


/* General Styles */
BODY, TD, DIV, P, UL, LI, OL
{
	font-family: "Arial", "Tahoma", "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: 13px;
	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
}
/* This is used in SPAN for the announcements */
INPUT.cNav
{
    FONT-SIZE: 10px;
    WIDTH: 80px;
    COLOR: #336699;
	FONT-WEIGHT: bold;
	FONT-FAMILY: Arial, 'MS Sans Serif'; 
    BACKGROUND-COLOR: White
}
INPUT.cNav2
{
    FONT-SIZE: 9px;
    WIDTH: 25px;
	HEIGHT: 16px;
    COLOR:  #333399;
	FONT-FAMILY: Arial, 'MS Sans Serif'; 
    BACKGROUND-COLOR: #ccccff
}
INPUT.cNav3
{
    FONT-SIZE: 9px;
    WIDTH: 32px;
	HEIGHT: 16px;
    COLOR:  #333399;
	FONT-FAMILY: Arial, 'MS Sans Serif'; 
    BACKGROUND-COLOR: #ccccff
}
TD.searchbdcolor
{
    BACKGROUND-COLOR: #EAEDF3;
    
}

/* Top Menu */
.mnuTop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight : bold;
	color: #FF9900;

}

/* Slogan: Realising the networked state vision */
.txtSlogan
{
	/*font-weight: bold;*/
	font-size: 10px;
	color: #ff9933;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}


/* horizontal menu a style */
.mnuTopLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color:#660099;
	font-weight: bold;
}
/* blue bold */
.linkBoldBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight : bold;
	text-decoration: none;
	color : darkblue;
	/*color: #FFFFCC;*/
}
a.linkBoldBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight : bold;
	text-decoration: none;
	color : darkblue;
	/*color: #FFFFCC;*/
}

a.linkBoldBlue:Hover {
	text-decoration: underline;
}

.txtBoldBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight : bold;
	color : darkblue;
}




.txtBoldBlueSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 6px;
	/*font-weight : bold;*/
	color : red;
}
.txtBoldBigPurple {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight : bold;
	color : purple;
}

/* purple bold */
.txtBoldPurple {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight : normal;
	text-decoration: none;
	color : #660099;
	text-align: justify;
}
/* Date on the header */
.txtDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #660099;
	font-weight: bold;
}
/* English | Melayu link on top */
.langSelect {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #FFFFCC;

}
/* Search word on top */
.txtSearch {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.box1 {
	padding: 0px;
	border-width: 1px;
	border-style: solid;
	border-color:  #330066;
	background-color: #F0F0F0;
	height: 15px;
	/*border-color: #CCCCCC #666666 #666666 #CCCCCC;*/
}
