/*
Copyright (C) 2004-2006  Autodesk, Inc.

This library is free software; you can redistribute it and/or
modify it under the terms of version 2.1 of the GNU Lesser
General Public License as published by the Free Software Foundation.

This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
*/

body.TitleFrame {
    background-color: #FFFFFF;
    margin: 0px;
    vertical-align: bottom;
}

td.TitleText {
    margin: 0px;
    font-size: 20px;
    vertical-align: bottom;
    padding: 5px;
    font-weight: bold;
    color: #000000;
}

table.taskPane
{
  border: 0;
}
table.taskPane td, th {
    font-family: Arial,Helvetica,Verdana,Geneva,sans-serif;
    color: #000000;
    font-size: 13px;
    text-align: right;
    border: 0;
    border-bottom: 1px solid black;
    margin: 4px;
    padding: 2px 4px 2px 4px;
}
table.taskPane th
{
  background-color: #eee;
  font-weight: normal;
  border-top: 1px solid black;
}
table.taskPane td.rowHead, th.rowHead
{
  text-align: left;
}

body.AppFrame {
    margin: 5px 5px 5px 5px;
    color: #000000;
    font-family: arial,verdana,helvetica,sans-serif;
    background: #FFFFFF;
    font-size: 13px; /*global font size, thus 11px = 1em if not redefined elsewhere*/
    width: auto;
    height: auto;
}

h1 {
font-size: 18px;
}

body.AppFrame h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin: 15px 0 0 0;
    padding-bottom: 0;
}

body.AppFrame ul
{
    margin-top: 5px;
}

body.AppFrame p
{
  margin: 5px;
}

body.AppFrame hr
{
  margin: 5px;
}

td.NavItem {
    vertical-align: middle;
    width: 100%;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 4px;
    height: 20px;
    background-position: center;
}

a.NavLink {
    vertical-align: middle;
    line-height: 20px;
    background-position: center;
    margin: 0px;
    padding: 0px;
    height: 20px;
}


img.NavPic {
    background-position: center;
    vertical-align: middle;
}
