/* 
    Document   : style
    Created on : 7 July 2006, 15:57
    Author     : michael
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/


* {margin:0px;padding:0px}
html{height: 100%;}
body {
    padding: 0px; 
    /*background:  url("../images/logoBackground.jpg") no-repeat; */
    background-position: top right;
    color: #333;
    font: 83%/1.5 arial,tahoma,verdana,sans-serif
    height: 100%;
}


div.header{
    /*background-image:  url("../images/banner.gif");
    background-repeat: repeat-y;*/
    text-align: right;
    font:70%/1.5 arial;
    height: 45px;
    width: 600px;
    border-bottom: 5px solid #696969;
    text-align: right;
    margin: 20px 20px 20px 20px; 
}

div.smallHeader{
    margin-top: 15px; 
    margin-bottom: 5px;
    width: 100%;
    background-color: #778899;
    
    
}



div.content{
    width: 600px;
    margin-left: 20px;
    min-height: 300px;
    
}

div.footer{
    margin: 0px 20px 20px 20px;
    height: 20px;
    text-align: center;
    width: 600px;
    border-bottom: 5px solid #696969;
    vertical-align: bottom;
}

input.tbox {
    border: 1px solid gray;
    padding: 0px 0px 0px 2px;
    margin: 0px;
}

textarea{
    border: 1px solid gray;
    padding: 0px 0px 0px 2px;
    margin: 0px;
    
}

input.button {
    border: 1px solid gray;
    padding: 0px;
    width: 60px;
   
}

h1 {
    color: #2F4F4F;
    font-size: 28px;
    
}

h2 {
    font:10%/1.0 tahoma;
    color: white;
    font-size: 15px;
    font-weight: 800;
    line-height: 20px;
    margin-left: 5px;
    display: inline;
}

hr {
    margin-bottom: 5px;
    color: #663333;
    background-color: #778899;
}


td.fieldname {
    text-align: right;
    width: 125px;
    font-size: 12px;
}

p{
    font-size: 12px;
    display: inline;
    padding-right: 5px;

}

p.error{
    color: red;
    
}
    

tr {
    vertical-align: top;
}

td {
    padding-top: 2px;
    padding-bottom: 2px;
}


tr.deleted{
background-color: #cc0000;
}
