/* 
    Document   : sh-100
    Created on : Mar 7, 2011, 9:16:47 AM
    Author     : josemanuel
    Description: General style
*/

body{
    margin: 0;
    background: white;
    color: black;
    margin-bottom:50px;
}

body, th, td{
    font-family: "Helvetica", "Arial", sans-serif;
    font-size: 11px;
}

a {
    color: #0099CC;
    text-decoration: none;
}

a:hover { text-decoration: underline; }

hr {
    border:none;
    border-top: solid 1px #999;
    background: none;
    height: 1px;

}

/*
    Util
*/
.holder{
    width: 90%;
    margin: auto;
    padding: 10px;
}

ul.err li{
    color: red;
}

table.entity-list {
    border: solid 1px #999;
    border-collapse: collapse;
}

table.entity-list tr:hover td{
    background-color: #FFFFCC;
}

div.entity-actions{
    margin: 10px 0;
}

div.entity-actions a{
    margin-right: 20px;
}

/*
    Layout
*/

a.logout{
    display:block;
    position: absolute;
    top: 10px;
    right: 10px;
}

.layout-header{
    position: relative;
    padding: 5px 0;
    border-bottom: solid 1px transparent;
    color: black;
}

h1.logo{
    display: block;
    width: 134px;
    height: 55px;
    background: url(/design/imgs/logo.gif);
    text-indent: -10000em;
    padding: 0;
    margin: 0;
}

.layout-options{
    padding: 10px 0;
    border-bottom: solid 1px #ccc; 
}

.layout-options a{
    
    margin-right: 20px;
     
}

@media print{
    
    
    
}