﻿#ViewSelect
{
    width:100%;
}

#msgbox
{
    position: fixed;
    border: 1px solid #CCC;
    display: none;
    left: 40%;
    top: 40%;
    right: 40%;
    bottom: 40%;
    z-index: 32000;
}
#msgbox h1
{
    display: block;
    background-color: #CCC;
    font-family: tahoma;
    font-size: 12px;
    font-weight: bold;
    margin: 0px;
    padding: 2px;
}
#msgbox p
{
    font-family: tahoma;
    font-size: 11px;
    padding: 3px;
}
#msgbox div
{
    width: 100%;
    text-align: right;
    position: absolute;
    bottom: 0px;
    background-color: #F1F1F1;
    border-top: 1px solid #CCC;
}
#msgbox div input
{
    margin: 2px;
}

body
{
    background-color: #acc0e9;
    overflow:auto;
}



body *
{
    font-family: Tahoma;
    font-size: 11px;
    border: 0px;
}

#sitemapheader 
{
    font-family: Tahoma;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #ACC0E9;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr=#485673, EndColorStr=#63769C);
    width: 100%;
    height: 35px;
    padding: 10 10 10 10;
    letter-spacing: 1px;
    text-overflow: ellipsis;
    overflow: hidden;
    border-top: solid 1px #000000;
    border-bottom: solid 1px #466094;
    border-left: solid 1px #466094;
    border-right: solid 1px #466094;
}

#pageheader 
{
    background-color: #acc0e9;
    height: 35px;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr=#6489D4, EndColorStr=#466094);
    padding: 10 10 10 10;
    letter-spacing: 1px;
    text-overflow: ellipsis;
    overflow: hidden;
    border-top: solid 1px #000000;
    border-bottom: solid 1px #466094;
}

.menubar
{
    color: #000000;
    height: 22px;
    width: 100%;
    background-color: #DCDFE5;
    filter:	progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#DCDFE5, EndColorStr=#BDC2CB);
    border: solid 1px #A8AEB5;
}

.statusbar
{
    color: #000000;
    height: 22px;
    width: 100%;
    background-color: #E0E3E8;
    border: solid 1px #A8AEB5;
}

.inputfield
{
   font-size:         8pt;
   font-family:      tahoma;
   width:            100%;
   height:            19px;
   border:            1px solid #7b9ebd;
}

.searchinputfield
{
   font-size:         8pt;
   font-family:      tahoma;
   width:            100%;
   height:            19px;
   border:            1px solid #94DE17;
}

input.button 
{
    font-size: 8pt;
    text-align: center;
    color: #000000;
    height: 18px;
    width: 90px;
    background-color: #6699cc;
    padding: 0 4 0 4;
    cursor: hand;
    text-decoration: none;
    border: 1px solid #7B9EBD;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#FAFAFC, EndColorStr=#D6D7E3);
}

.button 
{
    font-size: 8pt;
    text-align: center;
    color: #000000;
    height: 18px;
    width: 90px;
    background-color: #6699cc;
    padding: 2 4 2 4;
    cursor: hand;
    text-decoration: none;
    border: 1px solid #7B9EBD;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#FAFAFC, EndColorStr=#D6D7E3);
}

.button:hover 
{
    text-decoration: none;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#D6D7E3, EndColorStr=#FAFAFC);
}

.menubutton
{
    font-family: tahoma;
    font-size: 8pt;
    color:Black;
    position: relative;	
    text-decoration: none;
    cursor: hand;
    padding: 1 1 1 1;
    cursor: hand;
}

.process
{
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr=#D6D7E3, EndColorStr=#D6D7E3);
}

.menuButtonS
{
    font-family: tahoma;
    font-size: 8pt;
    color:Black;
    position: relative;	
    text-decoration: none;
    cursor: hand;
    padding: 0 1 0 1;
    cursor: hand;
}

.menuButtonSelected 
{
 position: relative;
    color:Black;
    border: #00377a 1px solid;
    text-decoration: none;
    cursor: hand;
    background-color: whiteSmoke;
    padding: 0 0 0 0;
    cursor: hand;   
}

.menubutton:hover 
{
    
    position: relative;
    color:Black;
    border: #00377a 1px solid;
    text-decoration: none;
    cursor: hand;
    background-color: whiteSmoke;
    padding: 0 0 0 0;
    cursor: hand;
}

a 
{
    text-decoration: none;
}

a:hover 
{
    text-decoration: underline;
}

table.grid
{
    
    border-collapse:collapse;
    width: 100%;
    height: 100%;
}



.formhead 
{
    height: 32px;
    background-color: #63769B;
    color: #FFFFFF;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    border-bottom: solid 1px #485673;
    padding: 0 10 0 10;
    cursor: default;
}

.formbody 
{
    background-color: #FFFFFF;
    color: #000000;
    border: solid 1px #485673;
}

.formstatus 
{
    height: 24px;
    background-color: #63769B;
    color: #FFFFFF;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    border-top: solid 1px #485673;
    padding: 0 10 0 10;
    cursor: default;
}

.blacklink 
{
    font-size: 11px;
    font-family: Tahoma;
    color:#000000;
    text-decoration: none;
}

.whitelink 
{
    font-size: 11px;
    font-family: Tahoma;
    color:#ffffff;
    text-decoration: none;
}

.listitem
{
    font-family: tahoma;
    font-size: 8pt;
    color: black;
    width: 100%;
    height: 16px;
    background-color: Transparent;
    padding: 1 1 1 1;
    cursor: hand;
    text-decoration: none;
}

.listitem:hover 
{
    font-family: tahoma;
    font-size: 8pt;
    color: whitesmoke;
    width: 100%;
    height: 16px;
    background-color: #5c7dc0;
    padding: 1 1 1 1;
    cursor: hand;
    text-decoration: none;
}


.inPagePopup
{
    background:#acc0e9;
    display:none;
    width:390;
    height:90;
    position:absolute;
}




A.Provisional 
{
    FONT-WEIGHT: bold; 
    FONT-SIZE: 10px ;
    font-family: tahoma;
    font-size: 6pt;
    text-align: center;	
    color: #000000;
    height: 18px;
    width: 100%;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#FF0000, EndColorStr=#FB9191);
    background-color: White;	
    padding: 2 4 2 4;
    cursor: hand;
    text-decoration: none;
    nowrap: true;
}

A.Co-Provisional 
{
    FONT-WEIGHT: bold; 
    FONT-SIZE: 10px ;
    font-family: tahoma;
    font-size: 6pt;
    text-align: center;	
    color: #000000;
    height: 18px;
    width: 100%;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#44FF0000, EndColorStr=#44FB9191);
    background-color: White;	
    padding: 2 4 2 4;
    cursor: hand;
    text-decoration: none;
    nowrap: true;
}

A.Confirmed 
{
    FONT-WEIGHT: bold; 
    FONT-SIZE: 10px ;
    font-family: tahoma;
    font-size: 6pt;
    text-align: center;	
    color: #000000;
    height: 18px;
    width: 100%;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=orange, EndColorStr=#EFCF39);
    background-color: White;
    padding: 2 4 2 4;
    cursor: hand;
    text-decoration: none;
    nowrap: true;
}

A.Co-Confirmed 
{
    FONT-WEIGHT: bold; 
    FONT-SIZE: 10px ;
    font-family: tahoma;
    font-size: 6pt;
    text-align: center;	
    color: #000000;
    height: 18px;
    width: 100%;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#66EFCF39, EndColorStr=#33EFCF39);
    background-color: White;
    padding: 2 4 2 4;
    cursor: hand;
    text-decoration: none;
    nowrap: true;
}

A.Not_Available 
{
    FONT-WEIGHT: bold; 
    FONT-SIZE: 10px ;
    font-family: tahoma;
    font-size: 6pt;
    text-align: center;	
    color: #000000;
    height: 18px;
    width: 100%;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#CA0094, EndColorStr=#DC52B7);
    background-color: White;
    padding: 2 4 2 4;
    cursor: hand;
    text-decoration: none;
    nowrap: true;
}

A.Payment_Received 
{
    FONT-WEIGHT: bold; 
    FONT-SIZE: 10px ;
    font-family: tahoma;
    font-size: 6pt;
    text-align: center;	
    color: #000000;
    height: 18px;
    width: 100%;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#04BC04, EndColorStr=#15F915);
    padding: 2 4 2 4;
    cursor: hand;
    background-color: White;
    text-decoration: none;
    nowrap: true;
}

A.Co-Payment_Received 
{
    FONT-WEIGHT: bold; 
    FONT-SIZE: 10px ;
    font-family: tahoma;
    font-size: 6pt;
    text-align: center;	
    color: #000000;
    height: 18px;
    width: 100%;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#4404BC04, EndColorStr=#4415F915);
    padding: 2 4 2 4;
    cursor: hand;
    background-color: White;
    text-decoration: none;
    nowrap: true;
}

A.Other
{
    FONT-WEIGHT: bold; 
    FONT-SIZE: 10px ;
    font-family: tahoma;
    font-size: 6pt;
    text-align: center;	
    color: #000000;
    height: 18px;
    width: 100%;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#FFFE91, EndColorStr=#FFFEB1);
    padding: 2 4 2 4;
    cursor: hand;
    background-color: White;
    text-decoration: none;
    nowrap: true;
}

A.Session
{
    FONT-WEIGHT: bold; 
    FONT-SIZE: 10px ;
    font-family: tahoma;
    font-size: 6pt;
    text-align: center;	
    color: #000000;
    height: 18px;
    width: 100%;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#fffca9, EndColorStr=#fcca2a);
    padding: 2 4 2 4;
    cursor: hand;
    background-color: White;
    text-decoration: none;
    nowrap: true;
}



A.Completed
{
    FONT-WEIGHT: bold; 
    FONT-SIZE: 10px ;
    font-family: tahoma;
    font-size: 6pt;
    text-align: center;	
    color: #000000;
    height: 18px;
    width: 100%;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#CFCEC1, EndColorStr=#E0DFDA);
    padding: 2 4 2 4;
    cursor: hand;
    background-color: White;
    text-decoration: none;
    nowrap: true;
}

A.Co-Completed
{
    FONT-WEIGHT: bold; 
    FONT-SIZE: 10px ;
    font-family: tahoma;
    font-size: 6pt;
    text-align: center;	
    color: #000000;
    height: 18px;
    width: 100%;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#77CFCEC1, EndColorStr=#77E0DFDA);
    padding: 2 4 2 4;
    cursor: hand;
    background-color: White;
    text-decoration: none;
    nowrap: true;
}

A.Planning
{
    FONT-WEIGHT: bold; 
    FONT-SIZE: 10px ;
    font-family: tahoma;
    font-size: 6pt;
    text-align: center;	
    color: #000000;
    height: 18px;
    width: 100%;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#EFECDF, EndColorStr=#CFCFCF);
    padding: 2 4 2 4;
    cursor: hand;
    background-color: White;
    text-decoration: none;
    nowrap: true;
}

A.Co-Planning
{
    FONT-WEIGHT: bold; 
    FONT-SIZE: 10px ;
    font-family: tahoma;
    font-size: 6pt;
    text-align: center;	
    color: #000000;
    height: 18px;
    width: 100%;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#77EFECDF, EndColorStr=#77CFCFCF);
    padding: 2 4 2 4;
    cursor: hand;
    background-color: White;
    text-decoration: none;
    nowrap: true;
}


.information 
{
    background-color: #FFFFCC;
    border: solid 1px #919276;
}

.listpanel 
{
    overflow: auto; 
    width: 100%; 
    height: 100%; 
    background-color: #FFFFFF;
    /*background-image: url(../_images/kinetix_logo_lrg_soft.jpg);*/
    background-position:center;
    background-repeat:no-repeat;
}

.listpanelnobackground 
{
    overflow: auto; 
    width: 100%; 
    height: 100%; 
    background-color: #FFFFFF;
    /*background-image: url(../_images/kinetix_logo_lrg_soft.jpg);*/
    background-position:center;
    background-repeat:no-repeat;
}



.smalllogopanel 
{
    overflow: auto; 
    width: 100%; 
    height: 100%; 
    background-color: #FFFFFF;
    background-image: url(../_images/mkp_logo_sml_bg.bmp);
    background-position: left bottom;
    background-repeat:no-repeat;
}

.Schedulelistpanel 
{
    overflow: auto; 
    width: 100%; 
    height: 85%;    
}

.wunderbar 
{
    border:solid 1px #466094;border-top:none;background-color:#FFFFFF;border-collapse:collapse;width:100%;height:100%
}

.wunderbarbutton_normal
{
    font-family:tahoma;font-size:11px;font-weight:bold;text-decoration:none;color:#000000;background-color:#DCDFE5;filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr=#DCDFE5, EndColorStr=#BBC0CA);width:100%;height:34px;padding:0 0 0 0;border:solid 1px #466094;cursor:hand;
}

.wunderbarbutton_active 
{
 font-family:tahoma;font-size:11px;font-weight:bold;text-decoration:none;color:#FFFFFF;background-color:#485673;filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr=#485673, EndColorStr=#63739C);width:100%;height:34px;padding:0 0 0 0;border:solid 1px #466094;cursor:hand;   
}

.wunderbarbutton_hover
{
    font-family:tahoma;font-size:11px;font-weight:bold;text-decoration:none;color:#000000;background-color:#EDF1D5;filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr=#EDF1D5, EndColorStr=#D4DD9C);width:100%;height:34px;padding:0 0 0 0;border:solid 1px #466094;cursor:hand;
}

.wunderbaritem_normal
{
    font-family:tahoma;font-size:11px;background-color:#FFFFFF;
}

.wunderbaritem_active 
{
    font-family:tahoma;font-size:11px;background-color:#ACC0E9;
}

.wunderbaritem_hover
{
    font-family:tahoma;font-size:11px;background-color:#EDF1D5;
}

.list_entry_normal 
{
    background-color: Transparent;
    color: #000000;
}

.list_entry_active
{
    background-color: #5A7EBF;
    color: #FFFFFF;
}

.list_entry_hover 
{
    background-color: #ABC0E7;
    color: #FFFFFF;
}

.landingPageTabNotselected
{
    background-color: #99C0FC;
    color: #FFFFFF;
    padding-top:5;
    padding-bottom:5;
    text-align:center;
    font-family:Tahoma;
    font-size:14px;
    font-weight:bold;
    cursor:hand;
    filter:progid:DXImageTransform.Microsoft.Fade(duration=0.5);
}

.landingPageTabSelected
{
    background-color: #FFFFFF;
    color: #507DC2;
    padding-top:5;
    padding-bottom:5;
    text-align:center;
    font-family:Tahoma;
    font-size:14px; 
    font-weight:bold;   
    cursor:hand;
    filter:progid:DXImageTransform.Microsoft.Fade(duration=0.5);
}


.fadingLink , .fadingLink:visited, .fadingLink:activelink,.fadingLink:link
        {  
            
            width:100%;
            font-family: Tahoma;
            font-size: 8pt;
            color: #FFFFFF;
            filter:progid:DXImageTransform.Microsoft.Fade(duration=0.5)
            cursor: hand;
            text-decoration: none;	
        }

        .fadingLink:hover 
        {
            font-family: Tahoma;
            font-size: 8pt;
            color: #FFFFFF;
            filter:progid:DXImageTransform.Microsoft.Fade(duration=0.5)
            cursor: hand;
            text-decoration: underline;
            
        }

.Search 
{  
    
    width:80px;
    font-family: Tahoma;
    font-size: 8pt;
    color: white;
    font-weight:bold; 
    cursor: hand;
    text-decoration: none;
    font-weight:bolder;	
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#C1FD00, EndColorStr=#3B9D00);
}

.Search:hover
{
    font-family: Tahoma;
    font-size: 8pt;
    color: white;
    font-weight:bolder; 
    cursor: hand;
    
    text-decoration: none;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#3B9D00, EndColorStr=#C1FD00);
    
}

.LPProgramDescriptionDiv
{
    
    background-color:whiteSmoke;
}

.LPProgramStepDiv
{
    
    background-color:#FFFFFF;
}


.hearderLandingpage
{
    font-family:Tahoma;
    background-color: #507DC2;
    color: #FFFFFF;
}

.forumTitleLevel1
{
    font-family:Tahoma;
    font-size:14px;
    font-weight:bold;
    color:white;
    background-color:Orange
}

.formMainTitle
{
    background-color: #63769B;
    color: #FFFFFF;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 22pt;
    padding: 10px 10px 10px 10px;
}

.tableCell
{
    border:1px solid white;
    padding: 2px 2px 2px 2px;
}

.tableTitleCell
{
    border:1px solid white;
    padding: 2px 2px 2px 2px;
    font-weight: bold;
}
