Share via


Style sheet

[template.css]

formButton 
{
   background-color:    #6699cc;
   padding:          2px 4px 3px 4px;
   color:             #000000;
   font-size:         8pt;
   font-family:      tahoma;
   height:            17px;
   filter:          progid:DXImageTransform.Microsoft.Gradient(GradientType=0,
             StartColorStr=#B4C5DF, EndColorStr=#91A9D0);
   border-width:       0px;
}

TEXTAREA
{
   font-size:         8pt;
   font-family:      tahoma;
   width:            100%;
   height:            100%;
   border:            1px solid #7b9ebd;

}

.inputfields
{
   font-size:         8pt;
   font-family:      tahoma;
   width:            100%;
   height:            19px;
   border:            1px solid #7b9ebd;
}

INPUT.rad
{
   width:            15px;
   border:            0px;
   cursor:            hand;
}

DIV.tab
{
   padding:         10px;
}

TD.sec
{
   width:            100%;
   color:            #606050;
   font-weight:      bold;
   padding-left:      0px;
   padding-bottom:   2px;
   padding-top:      10px;
}

TD 
{
   font-size:         8pt;
   font-family:      tahoma;
}

TD.bar 
{
   border-bottom:      1px solid #838574;
}

TD.req 
{
   font-weight:      bold;
   color:            #990000;
}

TD.statusBar
{
   background-color:   #365484;
   color:            #ffffff;
   padding-left:      5px;
}

LABEL
{
   cursor:            hand;
}

TD.radioLabel 
{
   padding-left:      2px;
   padding-right:      10px;
}

TABLE.layout
{
   table-layout:      fixed;
   width:            100%;
   height:            100%;
}

div.tab
{
   width: 100%;
   height: 100%;
   border: 1px solid #949e9c;
   background-color: #fffbff;
   display: none;
}

body
{
   font-family: tahoma, Arial;
   font-size: 11px;
   margin:   0px;
   border: 0px;
   background-color: #eeeeee;
   cursor: default;
}

td
{
   font-size: 11px;
}

table
{
   cursor: default;
}

a
{
   color: #0000ff;
   font-weight: bold;
}

span.menu
{
   height: 100%;
   padding: 2px;
   padding-left: 5px;
   padding-right: 5px;
   border: 1px solid #7288AC;
}

table.mnuBar
{
   color: #ffffff;
   z-index: 0;
   height: 23px;
   width: 100%;
   position: relative;
   background-color: #7288AC;
   border: #abc0e7 1px solid;
   border-right: #00377a 1px solid;
   border-bottom: #00377a 1px solid;
}

td.mnuTitle
{
   font-size: 12px;
   font-weight: bold;
   letter-spacing: 1px;
   cursor: default;
   color: #ffff00;
}

td.mnuRight
{
   width: 100%;
   text-align: right;
   padding-right: 5px;
}

© 2005 Microsoft Corporation. All rights reserved.