/*

  Common Style Sheet for all templates.

*/

/* Defaults */
html
{
    padding: 0px;
    margin: 0px;
    height:100%;
    width: 100%;
}

body
{
    padding: 0px;
    margin: 0px;
    width: 100%;
    height:100%;
}

div
{
    position: relative;
    padding: 0px;
    margin: 0px;
}

table
{
    border-collapse: collapse;
    padding: 0px;
    margin: 0px;
}
tr
{
    padding: 0px;
    margin: 0px;
}
td
{
    padding: 0px;
    margin: 0px;
    vertical-align: top;
}

a
{
    text-decoration: none;
}
a:hover
{
    text-decoration: underline overline;
}
a:visited
{
}

p
{
    padding: 0px;
    margin: 0px;
}

img
{
    border: none;
}

fieldset
{
    border: none;
    padding: 0px;
    margin: 0px;
}





p.DisplayCentered
{
    text-align: center;
    vertical-align: middle;
}

.Error
{
    display: block;
    position: relative;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1000;
    padding: 5px;
    /* top: 10px;
    left: 10px; */
    
    background: red;
    color: White;
    border: solid 1px white;
    font-family: Arial;
    font-size: 7pt;
}

/* Editor */
table.EditorTable
{
    width: 100%;
    border: 0px;
    border-collapse: collapse;
}
td.EditorLeft
{
    width: 400px;
    vertical-align: top;
    padding-top: 10px;
    border-bottom: solid 1px #7f9db9;
}
td.EditorRight
{
    vertical-align: bottom;
    border-bottom: solid 1px #7f9db9;
    padding: 10px 0px 2px 10px;
}
textarea
{
    width: 400px;
    height: 300px;
    font: normal 10pt Arial;
}
td.EditorLeft input
{
    width: 400px;
}
td.EditorLeft input.CheckBox
{
    width: auto;
}
input.Submit
{
    width: 100px;
}
td.EditorLeft select
{
    width: 400px;
    font: normal 10pt Arial;
}
td.AclGroup
{
    width: 120px;
    white-space: normal;
}

.DisplayContent td
{
    padding-left: 2px;
}

/* Comment */
input.CommentName
{
    width: 200px;
}
textarea.Comment
{
    width: 99%;
    height: 150px;
}
