/* DO NOT MODIFY THIS FILE! It is updated automatically */


/* INSERT COPYRIGHT HERE */

/* This is the stylesheet used as the basis for older broswers.

Note that you CANNOT simly add styles here and hope they work.  ONLY CSS
level 1 styles should be in this file.  Everyting else goes into the other 3
files.

These basic styles ensire that browsers that don't understand the @import
method will still be usable.  All modern browsers will use the styles in
sme_main.css, sme_menu.css or sme_header.css depending on the frame in which
the page is found.   
*/

/*
    mitel colours
 
 1. Pantone 295 - R:0/G:68/B:124 - #00447C - MITEL BLUE
 2. Pantone 637 - R:98/G:202/B:227 - #62CAE3 - LIGHT BLUE
 3. Pantone 3135 - R:0/G:159/B:194 - #009FC2 - BLUE
 4. Pantone 390 - R:193/G:205/B:35 - #C1CD23 - GREEN
 5. Pantone 021 - R:247/G:142/B:30 - #F78E1E - ORANGE
 6. Pantone 422 - R:182/G:184/B:186 - #B6B8BA - LIGHT GREY
 7. Pantone 424 - R:126/G:128/B:131 - #7E8083 - GREY

 */

/* Default HTML styles */
body {
    background: #ffffff;
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px; 
    border-width: 0;
}

table, tr, td, div, p, form {
    color: #000000;
    font-size: 11px; 
}

p {
    margin-top: 8px;
    margin-bottom: 2px;
}

form {
    margin-top: 2px;
    margin-bottom: 2px;
}

span {
    font-size: 11px; 
}

.notsmall {
    font-size: 11px; 
}

h1, .h1 {
    color: black;
    font-size: 18px;
    margin-bottom: 4px;
    margin-top: 12px;
    width: 90%;
}

h2, .h2 {
    color: black;
    font-size: 14px;
    margin-bottom: 3px;
    margin-top: 12px;
}

h3, .h3 {
    color: #333333;
    font-size: 12px;
    margin-bottom: 2px;
    margin-top: 12px;
}

h4, .h4 {
    font-style: italic;
    color: #333333;
    font-size: 12px;
    margin-bottom: 2px;
    margin-top: 10px;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

ol, ul, li {
    font-size: 10px;
    font-weight: normal;
    color: black;
}

ul {
    list-style-type: circle;
}

/* Core styles for use with sme_header.css*/
/* FIXME: are these used? sme_header.css defines these */
/*
body.header { 
    font-size: 11px; 
    background: #cccccc; 
    margin-top: 0px; 
    margin-right: 0px; 
    margin-bottom: 0px; 
    margin-left: 0px; 
}

.hilightbar {
    background-color: #006699;
    font-size: 4px;
}

.infobar {
    font-size: 11px; 
    background: black;
}

.darkergrey {
    color: #666666;
}

td.darkgrey {
    background-color: #888888;
}

a.update {
    color: red;
    font-size: 11px; 
    background: #cccccc; 
} */

/* Core styles for use with sme_menu.css */

body.menu { 
    font-size: 11px;
}

td.section {
    padding-bottom: 2px; 
    padding-top: 8px; 
}

.section {
    font-size: 11px;
    font-weight: bold;
}

a.item { 
    color: #00008b;
    font-size: 11px; 
}

a.sl { 
    color: green;
    font-size: 11px; 
}

a.alert { 
    color: red;
    font-size: 11px; 
    background: #eeeeee; 
}

/* Core styles for use with sme_main.css */
body.main { 
    font-size: 11px; 
    background-color: #ffffff;
    color: #000000;
}

td.sme-noborders-label {
    font-weight: bold;
    width: 33%;
    text-align: right;
    background: #B6B8BA;
}

hr.sectionbar {
    color: #666666;
    background-color: #666666;
    height: 1px;
    width: 80%;
    border: 0;
}

hr.sme-copyrightbar {
    color: #dddddd;
    background-color: #dddddd;
    height: 1px;
    width: 100%;
    border: 0;
}

.sme-copyright {
    color: #777777;
    font-size: 10px; 
}

/*These style definitions were found int he old css file (manager.css)
but don't seem to ever be referenced in the code.  They're here
for reference.

.centerit {
    text-align: center;
}
.highlight {
    background: #ffc61e;
}
.subheading {
    background: #ffffff;
    color: #1e385b;
}
*/


