/*Copyright (c) 2006 Petrov's Studio | http://www.petrovs.ru*/

.Row1Col1 {float: left; width: auto;padding: 0 0 0 0;}

.Row2Col1 {float: left; width: 60%; padding: 0 5% 0 0;}
.Row2Col2 {float: left; width: 30%; padding: 0 0 0 0;}

.Row3Col1 {float: none; width: 100%; padding: 0 0 0 0;}

/*******
 DeptMap
 *******/
.DeptMap {
    position: relative;
    width: 701px; height: 423px; margin: 0 auto;
    background-image: url('/_i/terra.gif'); background-repeat: no-repeat;

}
.DeptMap div {
    position: absolute;
    padding: 0 0 0 10px;
    background-image: url('/_i/terra-flag.gif'); background-repeat: no-repeat;
    font-size: 9px;
}
.DeptMap div a:link {color:#A20055;}
.DeptMap div a:visited {color:#A20055;}
.DeptMap div a:hover {color: #EA0004;}

.DeptMap div.TSM {
    padding: 0 0 0 17px;
    background-image: url('/_i/terra-tsm.gif');
    font-size: 10px;
}
.DeptMap div.TSM a:link { color:#0055BF;}
.DeptMap div.TSM a:visited { color:#0055BF;}
.DeptMap div.TSM a:hover { color:#1177CF;}

.DeptMap div.FUI {
    padding: 0 0 0 12px;
    background-image: url('/_i/terra-fui.gif');
    font-size: 10px;
}
.DeptMap div.FUI a:link { color:#000000;}
.DeptMap div.FUI a:visited { color:#000000;}
.DeptMap div.FUI a:hover { color:#EA0004;}



/**********
 Depts List
 **********/
ul.DeptsList {
    float: left;
    margin: 0 2em 1em 0;
    list-style-type: none;
}

ul.DeptsList li {
    margin: 0 0 0.5em 0;
}


/**************
 Dept Presidium
 **************/
table.DeptPresidium {
    width: auto; margin: 0 0 1em 0;
    border-collapse: collapse; border-spacing: 0; empty-cells: show;
}
table.DeptPresidium th {width: 40%;}
table.DeptPresidium td {width: 30%;}

table.DeptPresidium th, table.DeptPresidium td {
    padding: 0 1em 1em 0;
    font-weight: normal; text-align: left;
    vertical-align: top;
    alignment: left;
}
table.DeptPresidium h6 {
    font-size: 82%; font-weight: bold;
}
table.DeptPresidium div {
    font-size: 70%;
    color: #595970;
}
table.DeptPresidium img {
    width: 80px; height: 100px;
    font-size: 50%;
    background: #595970;
}

/*******
 Program
 *******/
table.Program {
    width: auto; margin: 0 0 1em 0;
    border-collapse: collapse; border-spacing: 0; empty-cells: show;
}
table.Program thead td {
    padding: 0.3em; border: 1px solid #99A;
    font-size: 70%; text-align: center;
    background: #DDDDE4; color: #000;
}
table.Program thead th, table.Program thead td {
    border-bottom: 2px solid #000;
}
table.Program tfoot th {
    border-top: 2px solid #000;
}

table.Program tbody th {
    padding: 0.3em; border-bottom: 1px solid #99A;
    font-size: 82%; font-weight: bold; text-align: right;
}
table.Program tbody td {
    padding: 0.3em; 
    border-bottom: 1px solid #99A; border-left: 1px solid #99A; border-right: 1px solid #99A;
    font-size: 70%; text-align: center;
    background: #DDDDE4; color: #000;
}
table.Program tbody th.Pad {
    border: 0px;
}
p.deptmail {
    margin: 4em auto;
}
p.deptmail em {
    background: #E9E9EE;
    padding: 1em 2em;
    line-height: 2em;
    font-style: normal;
}
