/* ================================
    CSS STYLES FOR THE PORTAL STATER KIT
    v1.0, 10/2002
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
       /* Edit By Izwan - 28/01/2011 */
       /* background-color:   #92A586     #ABAF7D #bdc06b #DFE0B0 Darkred #B4CD8E  */;
       /*background: url(images/header.png) repeat-x top left;*/
       background: url(images/header.png) repeat-x top center;  
}
.HeadBgTop {
       /* Edit By Izwan - 28/01/2011 */
       /* background-color:   Navy     #92A586 #ABAF7D #bdc06b #DFE0B0 Darkred #B4CD8E  */;
       /*background: url(images/header.png) repeat-x top center;*/
       background: url(images/header.png) repeat-x top center;
}

.HeadBgBottom {
       /* Edit By Izwan - 28/01/2011 */
       /* background-color:   #ABAF7D     #ABAF7D #bdc06b #DFE0B0 Darkred #B4CD8E  */;
}

.SapBg
{
    /* Edit By Izwan - 28/01/2011 */
    background-color:  red /* #E3E6B7  Khaki */ ; 
}

.LoginBorder{
    /* Edit By Izwan  - 02/02/2011 */
    /* background-color:   #DADCAD     #D9DCAD PaleGoldenRod */;
    background-color:   white;  
}

.LoginBg {
    /* background-color: #E9ECBD    #E9ECBD #EBE2B1 */ ;
    /* Edit By Izwan - 02/02/2011 */
    background: url(images/header.png) repeat-x top center; 
}

.LoginHeadBg {
    /* background-color:  #DFE0B0    #DFE0B4   #BDC06B  #CCCC99 */ ;
    /* Edit By Izwan - 02/02/2011 */
    background: url(images/header.png) repeat-x top center; 
}

/* background color for the content part of the pages */


.ContentPane
{
    background-color:  white ;
}

.LeftPane {
    /* background-color:   #EBEFBC  #F4F2C6 Darkred */;
    /* Edit By Izwan - 02/02/2011 */
    background: url(images/header.png) repeat-x top center; 
}

.RightPane {
    /* background-color:   #EBEFBC   Darkred */;
    /* Edit By Izwan - 02/02/2011 */ 
    background: url(images/header.png) repeat-x top center;
}

.LineDiv {
	color:  khaki;
}

.PanelBg 
{
	border-color: #D9DCAD;
	background-color: #DFE0B0 ;
}
.TableBorder 
{
	border-color:Red;
}

.GripBorder 
{
	border-color: #D9DCAD ;
}

.GripHeader 
{
	font-family: Times New Roman, Verdana Bold, Helvetica, sans-serif;
	font-size: x-small;
	font-weight:bold;
	color:  Blue;
	background-color : #DADCAD ; /* #EEF9C7 */
	vertical-align: middle;
	text-align:center;
	
}

.GripItem 
{
	font-family: Times New Roman, Verdana Bold, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: Black;
	background-color:  White ; 
	vertical-align: top;
	text-align:left
}
.GripAlterItem 
{
	font-family: Times New Roman, Verdana Bold, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color:  Navy;
	background-color:  #E9ECCD ; /* #E9ECBD */
	vertical-align: top;
	text-align:left
}

/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle {
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #EEF9C7 /* GOLD #cccc99 */
}

.SiteFooter {
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    /* Edit By Izwan - 02/02/2011 */
    color: darkred /* GOLD  #EEF9C7 Navy */
}

/* background/border colors for the selected tab */
.TabBg {
    /* Edit By Izwan - 28/01/2011 */
    /* background-color:  #DFE0B0    */ ;
    /* border-color:   #DFE0B0  #DFE0B0 #f0ffbb */ ; 
}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
    /* Edit By Izwan - 28/01/2011 */
    /* background-color:  #ABAF7D  #bdc06b dimgray */;
    /* border-color:  #ABAF7D   #bdc06b  black */ ;
}

.FooterTabsBg {
    /* background-color:  #ABAF7D     #ABAF7D #bdc06b dimgray */;
    /* border-color:   Yellow  black */ ;
    /* Edit By Izwan - 02/02/2011 */
    background: url(images/header.png) repeat-x top center
}

/* text style for the selected tab */
.SelectedTab {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color: Blue /*DarkRed */;
    font-weight: bold
}

/* text style for the unselected tabs */
.SideTabs {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color:   Blue ;
    text-decoration:  none /* blink  */;
    
}
.SiteSelectedTab {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color: Navy;
    
}
A.SideTabs:link    {
    text-decoration:    none;
    color:Blue;
}

A.SideTabs:active  {
    text-decoration:    none;
    color:Navy;
}

A.SideTabs:hover   {
    text-decoration:    underline;
    color:Blue;
}

A.SiteTabs:visited {
    text-decoration:    none;
    color:Navy;
}
/* text style for the unselected tabs */
.OtherTabs {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color:  Yellow /* gainsboro */;
    text-decoration:  blink /* none */;
    font-weight: bold
}


/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:visited {
    text-decoration:    none;
    /*color:#eeeeee;*/
    color:darkred;/*Aneza*/
}

A.OtherTabs:active  {
    text-decoration:    none;
    /*color:#eeeeee;*/
    color:darkred;/*Aneza*/
}

A.OtherTabs:hover   {
    /* Edit By Izwan - 28/01/2011 */
    text-decoration:    underline;
    color:red; /* white */
}
    
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color:  Yellow; /* Tambahan */
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color:  Yellow; /*white; */
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:white;
}

/* style for separator between site links */
.Accent
{
    color: Yellow /*red */;
    font-weight:    bold;
}



/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee 
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color:   Navy /* darkred */  ;
}

.PublicItemInfo   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  x-small;
    font-weight: normal;
    color: Black /* darkred */  ;
}
.PublicItemSubtitle    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:   x-small;
    font-weight:   Bold;
    color:   #AAC2E6  /* #DADCAD #DEDEC0   darkred */  ;
}

.PublicLogSubtitle    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:   x-small;
    font-weight:   Bold;
    color:   Navy /* darkred */  ;
}
.PublicItemTitle    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12PX;
    font-weight:    bold;
    color:   Navy /* darkred */  ;
}
.PublicItemSmall    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  xx-small;
    font-weight:  lighter;
    color:  #AAC2E6   /* #DADCAD  #DEDECA EFECCB darkred */  ;
}

/* GENERAL */
/* style for module titles */

.Head   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: Blue /* #666644 */ ;
}
.IssueHead   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  17px;
    font-weight:    Bold;
    color: Black /* #666644 */ ;
}
.HeadSide   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: Blue /* #666644 */ ;
}
.DMSubSide   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  16px;
    font-weight:    Bold;
    color: Navy/* #666644 */ ;
}
.FAQSubHead    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  16px;
    font-weight:    bold;
    color: GOLD;
}
/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: darkred;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: navy /*black*/;
}
.SubHeadLogin {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: Blue /*black*/;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
    color:  Black /* Teal*/;
}

/* text style used for most text rendered by modules */
.NormalSX
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 15px;
    vertical-align: middle;
    color:  Black /* Teal*/;
}
.NormalSide
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
    color: Navy;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}

.NormalWhite
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: White
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}
.BlueBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color:Blue
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: Blue /*darkred*/;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color:  Navy ; /*darkred */
}

A.CommandButton:active   {
    text-decoration:    underline;
    color:  Gold /*darkred */;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: red;
}
    



/* GENERIC */
H1  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: darkred;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: darkred;
}

A:link  {
    text-decoration:    none;
    color:  darkred;
}

A:visited   {
    text-decoration:    none;
    color:  darkred;
}

A:active    {
    text-decoration:    none;
    color:  darkred;
}

A:hover {
    text-decoration:    underline;
    color:  red;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

