/*****************************
	BACKGROUNDS
*****************************/
body {
	font-family: arial, sans-serif;
}


.border-bg {
    background-color: #c0c0c0;        
}

.body-bg {
    background-color: #000000;  
    /*background-image: url(/htdocs/kcom.net.my/wwwroot/atweb/site/images/wall_image.jpg);*/
    /*background-image: url(/atweb/site/images/wall_image.jpg);*/
    background-repeat: repeat-y;
    background-position: center;
}


/* same color as body-bg */
.footerpane-bg-welcomescreen {
    background-color: #000000;
}

/*****************************
	PANES
*****************************/

.headerpane-bg {
    background-color: #FFFFFF
}

.toppane-bg {
    background-color: #FFFFFF; 
}

.bottompane-bg {
    background-color: #FFFFFF;
}

.leftpane-bg {
    background-color: #F3F3F3;
}

.contentpane-bg {
    background-color: #FFFFFF;
}

.rightpane-bg {
    background-color: #FFFFFF;
}

.footerpane-bg {
    background-color: #FFFFFF;
}

.column1pane-bg {
    background-color: #F3F3F3;
}

.column2pane-bg {
    background-color: #FFFFFF;
}

.menuhpane-bg {
    background-color: #FFFFFF;
}

.menuvpane-bg {
    
}

/*****************************
	LINKS
*****************************/

.link-menu-h {
    font-weight: none; font-style: none; font-size: 11px; color: #ffffff; font-family: verdana, sans-serif; text-decoration: none
}
.link-menu-h:hover {
    font-weight: none; font-style: none; font-size: 11px; color: #E5E5E5; font-family: verdana, sans-serif; text-decoration: none
}

.link-menu-v {
    font-weight: none; font-style: none; font-size: 12px; color: #3A3A3A; font-family: verdana, sans-serif; text-decoration: none
}
.link-menu-v:hover {
    font-weight: none; font-style: none; font-size: 12px; color: #ff0000; font-family: verdana, sans-serif; text-decoration: none
}

.link-text {
    font-weight: none; font-style: none; font-size: 11px; color: #0870e4; font-family: verdana, sans-serif; text-decoration: none
}
.link-text:hover {
    font-weight: none; font-style: none; font-size: 11px; color: #ff0000; font-family: verdana, sans-serif; text-decoration: underline
}

.link-footer {
    font-weight: none; font-style: none; font-size: 10px; color: #6D6F71; font-family: verdana, sans-serif; text-decoration: none
}
.link-footer:hover {
    font-weight: none; font-style: none; font-size: 10px; color: #B3B3B3; font-family: verdana, sans-serif; text-decoration: none
}

.link-header-core {
    font-weight: none; font-style: none; font-size: 10px; color: #787878; font-family: verdana, sans-serif; text-decoration: none
}
.link-header-core:hover {
    font-weight: none; font-style: none; font-size: 10px; color: #ff0000; font-family: verdana, sans-serif; text-decoration: underline
}

.link-welcome-screen {
    font-weight: bold; font-style: none; font-size: 11px; color: #335EB6; font-family: verdana, sans-serif; text-decoration: none
}


.link-top-nav {
    font-weight: normal; font-style: normal; font-size: 9px; color: #787878; text-decoration: none 
}
.link-top-nav:hover {
    font-weight: normal; font-style: normal; font-size: 9px; color: #ff0000; text-decoration: underline
}
.link-top-nav-selected {
    font-weight: normal; font-style: normal; font-size: 9px; color: #713c00; text-decoration: none
}
.link-top-nav-divider {
    line-height: 20px ; font-weight: normal; font-style: none; font-size: 11px; color: #787878; text-decoration: none
}
/*****************************
	TEXT
*****************************/

.text-page-title {
    font-weight: bold; font-style: none; font-size: 15.5px; color: #FF2D2D; font-family: arial, sans-serif; text-decoration: none
}

.text-paragraph-title {
		line-height: 20px; font-weight: bold; font-style: normal; font-size: 12px; color: #000000; font-family: verdana, verdana, sans-serif; text-decoration: none
}

.text-fineprint-core {
    font-weight: none; font-style: none; font-size: 10px; color: #6D6F71; font-family: verdana, sans-serif; text-decoration: none
}

.text-footer {
    font-weight: none; font-style: none; font-size: 10px; color: #B3B3B3; font-family: verdana, sans-serif; text-decoration: none
}

.text-body {
		line-height: 15px ; font-weight: normal; font-style: none; font-size: 11px; color: #000000; font-family: verdana, sans-serif; text-decoration: none
}



/*****************************
	MODULE
*****************************/
.module-paragraph-title {
		line-height: 20px; font-weight: bold; font-style: normal; font-size: 14px; color: #717171; font-family: verdana, verdana, sans-serif; text-decoration: none
}

.module-date {
    font-weight: normal; font-style: none; font-size: 11px; color: #434551; text-decoration: none
}

.module-summary-text {
    line-height: 15px ; font-weight: normal; font-style: none; font-size: 11px; color: #000000; font-family: verdana, sans-serif; text-decoration: none
}

.module-text {
    line-height: 15px ; font-weight: normal; font-style: none; font-size: 11px; color: #000000; font-family: verdana, sans-serif; text-decoration: none
}


/*****************************
	MODULE LINK
*****************************/

.module-summary-link {
    font-weight: bold; font-style: none; font-size: 11px; color: #0870e4; text-decoration: none
}
.module-summary-link:hover {
    font-weight: bold; font-style: none; font-size: 11px; color: #ff0000; text-decoration: underline
}

.module-list-link {
    font-weight: bold; font-style: none; font-size: 12px; color: #717171; text-decoration: none
}
.module-list-link:hover {
    font-weight: bold; font-style: none; font-size: 12px; color: #ff0000; text-decoration: underline
}

.module-link {
    font-weight: none; font-style: none; font-size: 11px; color: #0870e4; text-decoration: none
}
.module-link:hover {
    font-weight: none; font-style: none; font-size: 11px; color: #ff0000; text-decoration: underline
}




/*****************************
	BACKGROUNDS
*****************************/

.announcements-list-background
{
    background-color: #FFFFFF;
}

.announcements-list-line
{
    background-color: #636563;
}

.announcements-list-header
{
    background-color: #B5EB21;
    color: #000000;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    text-indent: 0pt;
}

.announcements-list-item
{
    background-color: #FFFFFF;
    color: #636563;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    text-decoration: line;
    text-indent: 0pt;
}

.announcements-list-item-2
{
    background-color: #E0E3E2;
    color: #636563;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    text-decoration: line;
    text-indent: 0pt;
}


/*****************************
	TEXT
*****************************/


.announcements-paragraph-title {
		line-height: 20px; font-weight: bold; font-style: normal; font-size: 12px; color: #0080DB; font-family: verdana, sans-serif; text-decoration: none
}

.announcements-summary-text {
		line-height: 20px ; font-weight: normal; font-style: none; font-size: 11px; color: #000000; font-family: verdana, sans-serif; text-decoration: none
}

.announcements-date {
    font-weight: normal; font-style: none; font-size: 11px; color: #54A50A; text-decoration: none
}

.announcements-text {
		line-height: 20px ; font-weight: normal; font-style: none; font-size: 11px; color: #000000; font-family: verdana, sans-serif; text-decoration: none
}




/*****************************
	LINKS
*****************************/
.announcements-summary-link {
    font-weight: normal; font-style: none; font-size: 11px; color: #040472; font-family: verdana, sans-serif; text-decoration: none
}

.announcements-summary-link:hover {
    font-weight: normal; font-style: none; font-size: 11px; color: #717171; font-family: verdana, sans-serif; text-decoration: underline
}

.announcements-link {
    font-weight: normal; font-style: none; font-size: 11px; color: #040472; font-family: verdana, sans-serif; text-decoration: none
}

.announcements-link:hover {
font-weight: normal; font-style: none; font-size: 11px; color: #717171; font-family: verdana, sans-serif; text-decoration: underline
}

.announcements-title-link {
    font-weight: normal; font-style: none; font-size: 11px; color: #040472; font-family: verdana, sans-serif; text-decoration: none
}

.announcements-title-link:hover {
    font-weight: normal; font-style: none; font-size: 11px; color: #717171; font-family: verdana, sans-serif; text-decoration: underline
}


