/* 
    Document   : pulish
    Created on : 09-11-2011, 14:37:08
    Author     : Rune
    Description:
        Purpose of the stylesheet follows.
*/

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

root { 
    display: block;
}

body
{
    margin: 0;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

div.header {
    height: 70px;
    background-color: #A7C942;
    margin-left: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 30px;

}
div.header #heading {
    font-size: 25px;
    font-weight: bold;
}

div.main {
    padding: 10px;
    padding-top: 0px;
    margin-left: 70px;
    padding-left: 10px;
    margin-right: 150px;
    padding-right: 150px;
}

div.confirm_delete {
    padding: 10px;
}

table.dataview {
    border-style: solid;
    border-collapse: collapse;
}
table.dataview th {
    text-align: left;
    border-style: solid;
    border-bottom-width: 2px;
    border-top-width: 2px;
    border-left-width: 1px;
    border-right-width: 1px;
    padding: 5px;
}
table.dataview tr {
    border-style: none;
}
table.dataview td {
    border-style: solid;
    border-width: 1px;
    padding: 5px;
}

table.dataview span.publishinggroup {
    font-weight: bold;
}

table.uploadfilesview {
    border-style: none;
    border-collapse: collapse;
    margin-top: 20px;
    margin-bottom: 20px;
}

table.uploadfilesview td {
    padding-left: 20px;
}


a:link {
    text-decoration: underline;
    color: #0000EE;
}

a:visited {
    text-decoration: underline;
    color: #551A8B;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
    color: #FF0000;
}

/* VERSION LIST PAGE TABLE STYLE */
#versions {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    width: 100%;
    border-collapse: collapse;
}

#versions td, #versions th {
    font-size: 1em;
    border: 1px solid #98bf21;
    padding: 3px 7px 2px 7px;
}

#versions th {
    font-size: 1.1em;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 4px;
    background-color: #A7C942;
    color: #ffffff;
}

#versions tr.alt td {
    color: #000000;
    background-color: #EAF2D3;
}

#versions tr:hover {
    background-color: #EEEE00;
}

#versions tr:hover td {
    background-color: #EEEE00;
}

/* TABBED PANEL */
div.tabpanel div.tab-row ul {
    height: 22px;
    margin: 0;
    padding-left: 10px;
    background: url( tab_bottom.gif ) repeat-x bottom;
}

div.tabpanel div.tab-row li {
    margin: 0;
    padding: 0;
    display: inline;
    list-style-type: none;
}

div.tabpanel div.tab-row a:link, div.tabpanel div.tab-row a:visited {
    float: left;
    background: #f3f3f3;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    padding: 2px 10px 2px 10px;
    margin-right: 4px;
    border: 1px solid #ccc;
    text-decoration: none;
    color: #666;
}

div.tabpanel div.tab-row li.selected a:link, div.tabpanel div.tab-row a:visited.active {
    border-bottom: 1px solid #fff;
    background: #fff;
    color: #000;
}

div.tabpanel div.tab-row a:hover {
    background: #fff;
}

.publishing-step {
    vertical-align: baseline;
}

.publishing-step-nowrap {
    white-space: nowrap;
    vertical-align: baseline;
}

.extended-help {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin-top: 12px;
}

.exception {
    font-family: "Courier New", Courier, monospace;
    font-size: 13px;
}