﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #b6b7bc;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}
p.IdLlanta
{
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
    color: #0000FF;
}
p.EventVhc
{
    color: #00FF00;
    font-weight: bold;
}

p.BarP
{
    vertical-align: bottom;
    text-align: center;
    color: #000000;
    font-size: xx-small;
}

p.Posicion
{
    vertical-align: top;
    text-align: center;
    color: white;
    font-weight: bold;
    width: 60px;
    height: 60px;
    white-space: pre-line;
    
}
p.Numb
{
    border: 1px solid #3399FF;
    font-size: x-large;
    font-weight: bold;
    font-style: italic;
    text-transform: capitalize;
    vertical-align: middle;
    text-align: center;
}

p.TireChk
{
    background-image: url('../Img/MTrChk.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    cursor: move;
    vertical-align: middle;
    text-align: center;
    color: #2E90BD;
    font-weight: bold;
    width: 60px;
    height: 40px;
    white-space: pre-line;
}

p.Tire
{
    background-image: url('../Img/MTr.png');
    background-repeat: no-repeat;
    background-position: center center;
    cursor: move;
    vertical-align: middle;
    text-align: center;
    color: #2E90BD;
    font-weight: bold;
    width: 60px;
    height: 60px;
    white-space: pre-line;
    font-size: 12px
}

p.TireR
{
    background-image: url('../Img/MTrR.png');
    background-repeat: no-repeat;
    background-position: center center;
    cursor: move;
    vertical-align: text-top;
    text-align: center;
    color: #2E90BD;
    font-weight: bold;
    width: 60px;
    height: 60px;
    white-space: pre-line;
}

p.IdTire
{
    color: #000000;
    font-weight: bold;
    white-space: pre-line;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    width: 1px;
    height: 1px;
    top: 1px;
    right: 1px;
    bottom: 1px;
    font-size: medium;
}

p.TittleBdga
{

    font-size: x-small;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
}

.watermarked
{
    background-color: #CCE6FF;
    border: solid 1px #808080;
    color: #0000FF;
    vertical-align: middle;
    text-align: center;
} 

.watermark
{
    border: solid 1px #808080;
    color: #0000FF;
    text-align: center;
    vertical-align: top;
} 



/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    background-position: left top;
    border: 1px solid #3399FF;
    width: 1080px;
    background-color: #FFFFFF;
    margin: 20px auto 0px auto;
    background-attachment: inherit;
    background-repeat: no-repeat;
    background-image: url('../Img/Bckgrwn.png');
    font-family: TIMFont;
}
.page2
{
    background-position: left top;
    border: 1px solid #3399FF;
    width: 1024px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    background-image: url('../Img/Bckgrwn2.png');
    background-attachment: scroll;
    background-repeat: no-repeat;
    font-family: TIMFont;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 0px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    width: 100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.DialogInspect
{
    width: 310px;
    height: 300px;
}
div.DialogNew
{
    width: 600px;
    height: 300px;
}
div.Dialogsrch
{
    width: 300px;
    height: 200px;
}
div.DialogDestino
{
    height: 300px;
}

div.DialogMensajes
{
}

div.Pnl
{
    width: 25px;
    height: 25px;
}
div.Rst
{
    vertical-align: top;
}
div.RstRpt
{
    vertical-align: top;
    color: #000000;
    background-color: #FFFFFF;
}
    
div.GridMap
{
    vertical-align: middle;
    text-align: center;
}

div.GridRst
{
    border: 1px solid #3399FF;
    vertical-align: middle;
    text-align: center;
    width: 630px;
    height: 480px;
    overflow: auto;
}
div.GridRstVhc
{
    border: 1px solid #3399FF;
    vertical-align: middle;
    text-align: center;
    width: 370px;
    height: 370px;
    overflow: auto;
    background-color: #FFFFFF;
    
}

div.GridRst2
{
    border: 1px solid #3399FF;
    vertical-align: middle;
    text-align: center;
    overflow: auto;
}
div.GridDoc
{
    border: 1px solid #3399FF;
    vertical-align: middle;
    text-align: center;
    overflow: auto;
    background-color: #FFFFFF;
    
    
}
div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    border: 1px #4e667d solid;
    color: #000000;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    color: #000000;
    text-decoration: none;
}

div.menu ul li a:active
{
    color: #000000;
    text-decoration: none;
}
.tdEmulator2
{
    background-position: center top;
    vertical-align: top;
    width: 400px;
    height: 600px;
    background-image: url('../Img/MaskOk2.png');
    background-repeat: no-repeat;
    text-align: center;
}

.tdEmulator
{
    background-position: center top;
    vertical-align: top;
    width: 300px;
    height: 450px;
    background-image: url('../Img/Mask.png');
    background-repeat: no-repeat;
    text-align: center;
}

.tdRoll
{
    padding: 2px 2px 2px 5px;
    margin: 2px;
}

.tdEmulatorNew
{
    background-position: center top;
    vertical-align: top;
    width: 300px;
    height: 450px;
    background-image: url('../Img/Mask.png');
    background-repeat: no-repeat;
    text-align: center;
}

td.Tst_1
{
    background-color: #CCCCCC;
    font-weight: bold;
    color: #0000FF;
    font-size: small;
}
td.Tst_2
{
    background-color: #CCCCCC;
    font-weight: bold;
    color: #0000FF;
    font-size: small;
}
td.Tst_3
{
    background-color: #CCCCCC;
    font-weight: bold;
    color: #FF9900;
    font-size: small;
}
td.Tst_4
{
    background-color: #CCCCCC;
    font-weight: bold;
    color: #FF9900;
    font-size: small;
}
td.Tst_5
{
    background-color: #CCCCCC;
    font-weight: bold;
    color: #FF9900;
    font-size: small;
}
td.Tst_6
{
    background-color: #CCCCCC;
    font-weight: bold;
    color: #FF9900;
    font-size: small;
}
td.Tst_7
{
    background-color: #CCCCCC;
    font-weight: bold;
    color: #FF9900;
    font-size: small;
}
td.Tst_8
{
    background-color: #CCCCCC;
    font-weight: bold;
    color: #FF9900;
    font-size: small;
}
td.Tst_9
{
    background-color: #CCCCCC;
    font-weight: bold;
    color: #FF9900;
    font-size: small;
}
td.Tst_10
{
    background-color: #CCCCCC;
    font-weight: bold;
    color: #FF9900;
    font-size: small;
}
td.Tst_100
{
    background-color: #CCCCCC;
    font-weight: bold;
    color: #000000;
    font-size: x-small;
}
td.Tst_101
{
    background-color: #CCCCCC;
    font-weight: bold;
    color: #000000;
    font-size: x-small;
}
td.Tst_11
{
    background-color: #CCCCCC;
    font-weight: bold;
    color: #008000;
    font-size: small;
}
td.Tst_12
{
    background-color: #CCCCCC;
    font-weight: bold;
    color: #008000;
    font-size: small;
}
td.Tst_13
{
    background-color: #CCCCCC;
    font-weight: bold;
    color: #008000;
    font-size: small;
}
td.Tst_14
{
    background-color: #CCCCCC;
    font-weight: bold;
    color: #008000;
    font-size: small;
}
td.Tst_15
{
    background-color: #CCCCCC;
    font-weight: bold;
    color: #008000;
    font-size: small;
}
td.Tst_16
{
    background-color: #CCCCCC;
    font-weight: bold;
    color: #008000;
    font-size: small;
}
td.Tst_17
{
    background-color: #CCCCCC;
    font-weight: bold;
    color: #008000;
    font-size: small;
}
td.Tst_18
{
    background-color: #CCCCCC;
    font-weight: bold;
    color: #008000;
    font-size: small;
}
td.Tst_19
{
    background-color: #CCCCCC;
    font-weight: bold;
    color: #008000;
    font-size: small;
}
td.Tst_20
{
    background-color: #CCCCCC;
    font-weight: bold;
    color: #008000;
    font-size: small;
}
td.Tst_21
{
    background-color: #CCCCCC;
    font-weight: bold;
    color: #008000;
    font-size: small;
}
td.Tst_22
{
    background-color: #CCCCCC;
    font-weight: bold;
    color: #008000;
    font-size: small;
}
td.Tst_23
{
    background-color: #CCCCCC;
    font-weight: bold;
    color: #008000;
    font-size: small;
}
td.Tst_24
{
    background-color: #CCCCCC;
    font-weight: bold;
    color: #008000;
    font-size: small;
}
td.Tst0
{
    background-color: #FFFFFF;
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    font-size: small;
}
td.Tst1
{
    background-color: #FF0000;
    color: #000000;
    text-align: center;
    vertical-align: middle;
    font-size: small;
    cursor: pointer;
}
td.Tst1oK
{
    background-color: #FF0000;
    color: #000000;
    text-align: center;
    vertical-align: middle;
    font-size: small;
    cursor: pointer;
    font-weight: bold;
}
td.Tst2
{
    background-color: #FF0000;
    color: #000000;
    text-align: center;
    vertical-align: middle;
    font-size: small;
    cursor: pointer;
}
td.Tst3
{
    background-color: #FF0000;
    color: #000000;
    text-align: center;
    vertical-align: middle;
    font-size: small;
    cursor: pointer;
}
td.Tst4
{
    background-color: #FF0000;
    color: #000000;
    text-align: center;
    vertical-align: middle;
    font-size: small;
    cursor: pointer;
}
td.Tst5
{
    background-color: #FF0000;
    color: #000000;
    text-align: center;
    vertical-align: middle;
    font-size: small;
    cursor: pointer;
}
td.Tst6
{
    background-color: #FF9900;
    color: #000000;
    text-align: center;
    vertical-align: middle;
    font-size: small;
    cursor: pointer;
}
td.Tst7
{
    background-color: #FF9900;
    color: #000000;
    text-align: center;
    vertical-align: middle;
    font-size: small;
    cursor: pointer;
}
td.Tst8
{
    background-color: #FF9900;
    color: #000000;
    text-align: center;
    vertical-align: middle;
    font-size: small;
    cursor: pointer;
}
td.Tst9
{
    background-color: #FF9900;
    color: #000000;
    text-align: center;
    vertical-align: middle;
    font-size: small;
    cursor: pointer;
}
td.Tst10
{
    background-color: #FF9900;
    color: #000000;
    text-align: center;
    vertical-align: middle;
    font-size: small;
    cursor: pointer;
}
td.Tst11
{
    background-color: #00FF00;
    color: #000000;
    text-align: center;
    vertical-align: middle;
    font-size: small;
    cursor: pointer;
}
td.Tst12
{
    background-color: #00FF00;
    color: #000000;
    text-align: center;
    vertical-align: middle;
    font-size: small;
    cursor: pointer;
}
td.Tst13
{
    background-color: #00FF00;
    color: #000000;
    text-align: center;
    vertical-align: middle;
    font-size: small;
    cursor: pointer;
}
td.Tst14
{
    background-color: #00FF00;
    color: #000000;
    text-align: center;
    vertical-align: middle;
    font-size: small;
    cursor: pointer;
}
td.Tst15
{
    background-color: #00FF00;
    color: #000000;
    text-align: center;
    vertical-align: middle;
    font-size: small;
    cursor: pointer;
}
td.Tst16
{
    background-color: #00FF00;
    color: #000000;
    text-align: center;
    vertical-align: middle;
    font-size: small;
    cursor: pointer;
}
td.Tst17
{
    background-color: #00FF00;
    color: #000000;
    text-align: center;
    vertical-align: middle;
    font-size: small;
    cursor: pointer;
}
td.Tst18
{
    background-color: #00FF00;
    color: #000000;
    text-align: center;
    vertical-align: middle;
    font-size: small;
    cursor: pointer;
}
td.Tst19
{
    background-color: #00FF00;
    color: #000000;
    text-align: center;
    vertical-align: middle;
    font-size: small;
    cursor: pointer;
}
td.Tst20
{
    background-color: #00FF00;
    color: #000000;
    text-align: center;
    vertical-align: middle;
    font-size: small;
    cursor: pointer;
}
td.Tst21
{
    background-color: #00FF00;
    color: #000000;
    text-align: center;
    vertical-align: middle;
    font-size: small;
    cursor: pointer;
}
td.Tst22
{
    background-color: #00FF00;
    color: #000000;
    text-align: center;
    vertical-align: middle;
    font-size: small;
    cursor: pointer;
}
td.Tst23
{
    background-color: #00FF00;
    color: #000000;
    text-align: center;
    vertical-align: middle;
    font-size: small;
    cursor: pointer;
}
td.Tst24
{
    background-color: #00FF00;
    color: #000000;
    text-align: center;
    vertical-align: middle;
    font-size: small;
    cursor: pointer;
}


p.TdDeep1
{
    background-color: #FF0000;
    color: #000000;
    text-align: center;
    vertical-align: bottom;
    font-size: xx-small;
    cursor: pointer;
    height: 5px;
    width: 4px;
}
p.TdDeep2
{
    background-color: #FF0000;
    color: #000000;
    text-align: center;
    vertical-align: bottom;
    font-size: xx-small;
    cursor: pointer;
    height: 6px;
    width: 4px;
}
p.TdDeep3
{
    background-color: #FF0000;
    color: #000000;
    text-align: center;
    vertical-align: bottom;
    font-size: xx-small;
    cursor: pointer;
    height: 7px;
    width: 4px;
}
p.TdDeep4
{
    background-color: #FF0000;
    color: #000000;
    text-align: center;
    vertical-align: bottom;
    font-size: xx-small;
    cursor: pointer;
    height: 8px;
    width: 4px;
}
p.TdDeep5
{
    background-color: #FF0000;
    color: #000000;
    text-align: center;
    vertical-align: bottom;
    font-size: xx-small;
    cursor: pointer;
    height: 9px;
    width: 4px;
}
p.TdDeep6
{
    background-color: #FF9900;
    color: #000000;
    text-align: center;
    vertical-align: bottom;
    font-size: xx-small;
    cursor: pointer;
    height: 10px;
    width: 4px;
}
p.TdDeep7
{
    background-color: #FF9900;
    color: #000000;
    text-align: center;
    vertical-align: bottom;
    font-size: xx-small;
    cursor: pointer;
    height: 11px;
    width: 4px;
}
p.TdDeep8
{
    background-color: #FF9900;
    color: #000000;
    text-align: center;
    vertical-align: bottom;
    font-size: xx-small;
    cursor: pointer;
    height: 12px;
    width: 4px;
}
p.TdDeep9
{
    background-color: #FF9900;
    color: #000000;
    text-align: center;
    vertical-align: bottom;
    font-size: xx-small;
    cursor: pointer;
    height: 13px;
    width: 4px;
}
p.TdDeep10
{
    background-color: #FF9900;
    color: #000000;
    text-align: center;
    vertical-align: bottom;
    font-size: xx-small;
    cursor: pointer;
    height: 14px;
    width: 4px;
}
p.TdDeep11
{
    background-color: #00FF00;
    color: #000000;
    text-align: center;
    vertical-align: bottom;
    font-size: xx-small;
    cursor: pointer;
    height: 14px;
    width: 4px;
}
p.TdDeep12
{
    background-color: #00FF00;
    color: #000000;
    text-align: center;
    vertical-align: bottom;
    font-size: xx-small;
    cursor: pointer;
    height: 14px;
    width: 4px;
}
p.TdDeep13
{
    background-color: #00FF00;
    color: #000000;
    text-align: center;
    vertical-align: bottom;
    font-size: xx-small;
    cursor: pointer;
    height: 14px;
    width: 4px;
}
p.TdDeep14
{
    background-color: #00FF00;
    color: #000000;
    text-align: center;
    vertical-align: bottom;
    font-size: xx-small;
    cursor: pointer;
    height: 14px;
    width: 4px;
}
p.TdDeep15
{
    background-color: #00FF00;
    color: #000000;
    text-align: center;
    vertical-align: bottom;
    font-size: xx-small;
    cursor: pointer;
    height: 14px;
    width: 4px;
}
p.TdDeep16
{
    background-color: #00FF00;
    color: #000000;
    text-align: center;
    vertical-align: bottom;
    font-size: xx-small;
    cursor: pointer;
    height: 14px;
    width: 4px;
}
p.TdDeep17
{
    background-color: #00FF00;
    color: #000000;
    text-align: center;
    vertical-align: bottom;
    font-size: xx-small;
    cursor: pointer;
    height: 14px;
    width: 4px;
}
p.TdDeep18
{
    background-color: #00FF00;
    color: #000000;
    text-align: center;
    vertical-align: bottom;
    font-size: xx-small;
    cursor: pointer;
    height: 14px;
    width: 4px;
}
p.TdDeep19
{
    background-color: #00FF00;
    color: #000000;
    text-align: center;
    vertical-align: bottom;
    font-size: xx-small;
    cursor: pointer;
    height: 14px;
    width: 4px;
}
p.TdDeep20
{
    background-color: #00FF00;
    color: #000000;
    text-align: center;
    vertical-align: bottom;
    font-size: xx-small;
    cursor: pointer;
    height: 14px;
    width: 4px;
}
p.TdDeep21
{
    background-color: #00FF00;
    color: #000000;
    text-align: center;
    vertical-align: bottom;
    font-size: xx-small;
    cursor: pointer;
    height: 14px;
    width: 4px;
}
p.TdDeep22
{
    background-color: #00FF00;
    color: #000000;
    text-align: center;
    vertical-align: bottom;
    font-size: xx-small;
    cursor: pointer;
    height: 14px;
    width: 4px;
}
p.TdDeep23
{
    background-color: #00FF00;
    color: #000000;
    text-align: center;
    vertical-align: bottom;
    font-size: xx-small;
    cursor: pointer;
    height: 14px;
    width: 4px;
}
p.TdDeep24
{
    background-color: #00FF00;
    color: #000000;
    text-align: center;
    vertical-align: bottom;
    font-size: xx-small;
    cursor: pointer;
    height: 14px;
    width: 4px;
}

td.Bar
{
    vertical-align: bottom;
    text-align: center;
    background-color: #FF00FF;
}
 
td.Tree
{
    vertical-align: top;
    text-align: center;
    background-color: #FFFFFF;
    color: #FFFFFF;
}
td.EventMnCtx
{
    color: #00FF00;
    font-weight: bold;
} 

table.CABEZOTE
{
    background-position: top center;
    background-image: url('../Img/CABEZOTE.png');
    background-repeat: no-repeat;
}
table.ARTICULADO
{
    background-position: top center;
    background-image: url('../Img/ARTICULADO.png');
    background-repeat: no-repeat;
}
table.TURBO
{
    background-position: top center;
    background-image: url('../Img/TURBO.png');
    background-repeat: no-repeat;
}
table.SENCILLO
{
    background-position: top center;
    background-image: url('../Img/SENCILLO.png');
    background-repeat: no-repeat;
}
table.VOLQUETA
{
    background-position: top center;
    background-image: url('../Img/VOLQUETA.png');
    background-repeat: no-repeat;
}

table.PLATAFORMA_6X0
{
    background-position: top center;
    background-image: url('../Img/PLATAFORMA_6X0.png');
    background-repeat: no-repeat;
}
table.PLATAFORMA_4X0
{
    background-position: top center;
    background-image: url('../Img/PLATAFORMA_4X0.png');
    background-repeat: no-repeat;
}

table.VAN
{
    background-position: top center;
    background-image: url('../Img/VAN.png');
    background-repeat: no-repeat;
}
table.ESTACAS
{
    background-position: top center;
    background-image: url('../Img/ESTACAS.png');
    background-repeat: no-repeat;
}

table.PLATAFORMA_ESTACAS
{
    background-position: top center;
    background-image: url('../Img/PLATAFORMA_ESTACAS.png');
    background-repeat: no-repeat;
}
table.TANQUE_6X0
{
    background-position: top center;
    background-image: url('../Img/TANQUE_6X0.png');
    background-repeat: no-repeat;
}
table.TANQUE
{
    background-position: top center;
    background-image: url('../Img/TANQUE.png');
    background-repeat: no-repeat;
}

table.CHASIS
{
    width: 100%;
    vertical-align: middle;
    text-align: center;
    empty-cells: hide;
}

table.RSTCHASIS
{
    width: 100%;
    vertical-align: middle;
    text-align: center;
    empty-cells: hide;
}

tr.TrGridRst
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #3399FF;
} 
ul.SortableUl
{
    list-style-type: none;
    margin: 0;
    padding: 0 0 2.5em;
    float: left;
    margin-right: 10px; 
}

li.CiaLi
{
    cursor: pointer;
    font-size: large;
    font-weight: bold;
    vertical-align: middle;
    text-align: left;
}   

li.SortableLi
{
    background-image: url('../Img/MTr.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    cursor: pointer;
    font-size: small;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    width: 60px;
    height: 20px;
    color: #000000;
}

li.LiChld
{
    background-color: #00FF00;
}

li.Sortable
{
    background-image: url('../Img/MTr.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    cursor: pointer;
    font-size: small;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    width: 60px;
    height: 20px;
    color: #000000;
}

ul.ListRst
{
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    width: 100px;
    font-style: italic;
    vertical-align: top;
    text-align: left;
    font-size: small;
} 
ul.ListChk
{
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    width: 180px;
    font-style: italic;
    vertical-align: top;
    text-align: left;
    font-size: small;
    cursor: pointer;
} 

ul.ListChkChld
{
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    font-style: italic;
    vertical-align: top;
    text-align: left;
    font-size: x-small;
    background-color: #00FF00;
    cursor: pointer;
} 

.tdLeftUp
{
    vertical-align: top;
}


.tdCenterUp
{
    vertical-align: top;
    background-position: center center;
}
td.TdGridInsp
{
    vertical-align: top;
    text-align: left;
    font-size: small;
    padding-right: 5px;
    padding-left: 5px;
    margin-right: 5px;
    margin-left: 5px;
}
td.TdGridRst
{
    vertical-align: top;
    text-align: left;
    font-size: small;
    padding-right: 5px;
    padding-left: 5px;
    margin-right: 5px;
    margin-left: 5px;
}
td.TdGridRstCenter
{
    vertical-align: top;
    text-align: left;
    font-size: small;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #3399FF;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #3399FF;
    padding-right: 5px;
    padding-left: 5px;
    margin-right: 5px;
    margin-left: 5px;
}
td.Tdhorizontal
{
    border-color: #3399FF;
    border-width: 1px;
    border-style: solid;
    vertical-align: top;
    text-align: left;
    font-size: small;
}
td.TdLoghorizontal
{
    border-color: #3399FF;
    border-width: 1px;
    border-style: solid;
    vertical-align: top;
    text-align: left;
    font-size: x-small;
}
td.TdLogEvent
{
    border-color: #3399FF;
    border-width: 1px;
    border-style: solid;
    vertical-align: top;
    text-align: left;
    font-size: x-small;
    font-weight: bold;
    color: #0000FF;
    text-decoration: underline;
    cursor: pointer;
}
td.Up
{
    vertical-align: top;
    text-align: center;
}
td.UpLeft
{
    vertical-align: top;
    text-align: center;
    width: 300px;
}    
td.UpRight
{
    vertical-align: top;
    text-align: center;
    width: 300px;
}  

td.LlAct
{
    vertical-align: middle;
    text-align: center;
    background-color: #FFFFFF;
    color: #008000;
    font-size: x-large;
}    

td.Trx
{
    vertical-align: middle;
    text-align: center;
}    

td.Left
{
    vertical-align: top;
    text-align: left;
    background-color: #FFFFFF;
}    

td.Cen
{
    vertical-align: middle;
    text-align: center;
    background-color: #FFFFFF;
    font-weight: bold;
}    

td.Tbl
{
    vertical-align: middle;
    text-align: center;
    width: 1px;
    height: 1px;
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
    font-size: medium;
}


/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.textProf 
{
    vertical-align: middle;
    text-align: center;
    width: 30px;
    height: 15px;
    background-color: #CCCCFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: bold;
}

input.textAns
{
    vertical-align: middle;
    text-align: center;
    background-color: #CCCCFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: bold;
}


input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}
div.Movible
{
    cursor: move;
}
div.accountInfo
{
    width: 42%;
}


#slideshow2 #slideshowWindow2
        {
            width: 330px;
            height: 300px;
            margin: 0;
            padding: 0;
            position: relative;
            overflow: hidden;
        }
        
        #slideshow #slideshowWindow .slide
        {
            margin: 0;
            padding: 0;
            width: 500px;
            height: 257px;
            position: relative;
        }
        
        #slideshow2 #slideshowWindow .slide2
        {
            margin: 0;
            padding: 0;
            width: 330px;
            height: 300px;
            position: relative;
        }
        
        #slideshow #slideshowWindow .slide .slideText
        {
            position: absolute;
            top: 130px;
            left: 0px;
            width: 100%;
            height: 130px;
            background-image: url(../Img/Grey_background.png);
            background-repeat: repeat;
            margin: 0;
            padding: 0;
            color: #0000FF;
            font-family: Myriad Pro, Arial, Helvetica, sans-serif;
        }
        
        #slideshow2 #slideshowWindow2 .slide2 .slideText2
        {
            position: absolute;
            top: 300px;
            left: 0px;
            width: 100%;
            height: 130px;
            background-image: url(../Img/Grey_background.png);
            background-repeat: repeat;
            margin: 0;
            padding: 0;
            color: #0000FF;
            font-family: Myriad Pro, Arial, Helvetica, sans-serif;
        }
                #slideshow2 #slideshowWindow2 .slide .slideText a:link, #slideshow2 #slideshowWindow2 .slide2 .slideText2 a:visited
        {
            color: #ffffff;
            text-decoration: none;
        }
        
        #slideshow2 #slideshowWindow2 .slide2 .slideText2 h2, #slideshow2 #slideshowWindow2 .slide2 .slideText2 p
        {
            margin: 10px 0 0 10px;
            padding: 0;
        }








/* MISC  
----------------------------------------------------------*/
.Panel
{
    background-image: url('../Img/MTr.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    background-color: #FFCC00;
    
}  

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}    


.loginDisplay
{
    font-size: x-small;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.ItemButton
{
    background-color: transparent;
    border: none;
    cursor: pointer;
    color: #FFFFFF;
}
.ItemButtonCias
{
    border: thin solid #000000;
    cursor: pointer;
    background-color: #000000;
    color: #FFFFFF;
}

.LiItem
{
    border: thin solid #FFFFFF;
    width: 200px;
}

.gridviewMap
{
    border: 1px solid #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-small;
    vertical-align: middle;
    text-align: center;
    empty-cells: hide;
    background-color: #FFFFFF;
}


.tableDoc
{
    vertical-align: middle;
    text-align: left;
    empty-cells: hide;
    caption-side: top;
    border-collapse: collapse;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #3399FF;
    color: #000000;
}
.tableVhc
{
    border: 1px solid #3399FF;
    background-color: #FFFFFF;
}
.tableTrx
{
    vertical-align: middle;
    text-align: center;
}

.tableGridRst
{
    vertical-align: middle;
    text-align: left;
    empty-cells: hide;
    caption-side: top;
    border-collapse: collapse;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #3399FF;
    color: #000000;
}

.tableRoll
{
    border: 1px solid #3399FF;
    padding: 2px 2px 2px 5px;
    margin: 2px;
    vertical-align: middle;
    text-align: left;
    empty-cells: hide;
    caption-side: top;
    border-collapse: collapse;
}
.Uno
{
    border-color: #3399FF;
    border-width: 1px;
    border-style: solid;
    vertical-align: middle;
    text-align: left;
    caption-side: top;
    border-collapse: collapse;
    width: 21cm;
    background-color: #FFFFFF;
}
.horizontal
{
    padding: 7px;
    border-color: #3399FF;
    border-width: 1px;
    border-style: solid;
    vertical-align: middle;
    text-align: left;
    caption-side: top;
    border-collapse: collapse;
    width: 21cm;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
}
.horizontalBlack
{
    border-color: #3399FF;
    border-width: 1px;
    border-style: solid;
    vertical-align: middle;
    text-align: left;
    caption-side: top;
    border-collapse: collapse;
    color: #000000;
    font-family: TIMFont;
    font-size: 11px;
    padding-right: 3px;
    padding-left: 3px;
}
.Loghorizontal
{
    border-color: #3399FF;
    border-width: 1px;
    border-style: solid;
    vertical-align: middle;
    text-align: left;
    caption-side: top;
    border-collapse: collapse;
}

.tableRst
{
    vertical-align: middle;
    text-align: left;
    empty-cells: hide;
    caption-side: top;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #0066FF;
}
.context-menu {
	visibility:hidden; /* No, you cannot use display:none; */
	position:absolute;
	border:1px solid #666;
	margin:0;
	padding:3px;
	list-style:none;
	width:100px;
	background-color:#eee;
} 
.context-menu li:hover, .context-menu .context-menu-item-active {
	background-color:#ccc;
}
.disabled {
	color:#999;
	background-color:#eee !important;
}