html, body {

    width: 100%;
    height: 100%;
    border: none;
    margin: 0px;
    padding: 0px;

}

body {

    margin: 0px;
    background-color: #d2d3c4;

    font-family: Verdana;
    font-size: 10px;
    z-index: 2;
    
}

td, th {

    font-size: 11px

}

a img {

    border: none;

}

button, input.button {

    font-family: Verdana;
    font-size: 11px;

}

div.pixel {

    width: 1px;
    height: 1px;

}

table.Body {

    width: 100%;
    height: 100%;

}

table.Body td.Content {

    vertical-align: top;

}

table.Body td.Footer {

    text-align: right;
    vertical-align: bottom;

}

table.BodyTable {
    
    width: 100%;

}

td.PageContent {

    text-align: center; 
    padding: 20px; 
    vertical-align: top;

}

#poweredByG {

    width: 130px;
    z-index: 1;
    float: right;
    padding-right: 10px;
    margin-bottom: 10px;

}

div.ico_close {

    width: 20px;
    height: 12px;
    background: url('gfx/ico_close.gif') no-repeat center;
    cursor: pointer;

}

.Shade {

    width: 100px;
    z-index: 4;
    position: relative;
    left: 0px;
    background-color: #d2d3c4;
    cursor: progress;

}

div.loading {

    width: 100px;
    height: 100%;
    background: url('gfx/loading_bar.gif') no-repeat center;
    margin-top: 1px;

}

/* {{{ Top */

table.Top {
    
    width: 100%;
    border: none;
    padding: 0px;
    background-color: transparent;
    margin-top: 5px;
    border-spacing: 0px;
    
}

table.Top td.Left {

    width: 15px;
    background: url('gfx/menu_left.gif') no-repeat top right;
    padding: 0px;

}

table.Top td.Right {

    width: 15px;
    background: url('gfx/menu_right.gif') no-repeat top left;

}

table.Top td.BorderTop {

    font-size: 1px;
    height: 5px;
    background-color: #ffffff;

}

table.Top td.Body {
    
    background: url("gfx/menu_middle.gif") repeat-x;
    padding: 0px;
    height: 84px;

}

table.Top td.Body table.BodyTable {

    width: 100%;
    height: 100%;

}

table.Top td.Body, td.Logo {

    text-align: left;

}

div.LogoBar {

    background-color: #ffffff;

}

table.Top td.Logo img {

    margin-left: 20px;
    margin-bottom: 4px;

}

td.Logo {

    width: 300px;

}

/* }}} */

/* {{{ Menu */

table.Top td.Menu {

    padding-right: 10px;
    vertical-align: bottom;
    padding-bottom: 1px;

}

div.MenuButton {

    float: right;

}

div.MenuButton table {

    border-collapse: collapse;

}

table.Top td.Menu, div.MenuButton, div.MenuButton table {

    height: 68px;

}

div.MenuButton td {

    padding: 0px;
    margin: 0px;

}

div.MenuButton td.Center,
div.MenuButton td.Left,
div.MenuButton td.Right,
div.MenuButton td.Separator,
div.MenuButton div.Bar {

    font-size: 1px;
    margin: 0px;

}

div.MenuButton td.Separator {

    width: 4px;

}

div.MenuButton div.Bar {

    background-color: #ebebeb; 
    height: 5px;

}

div.Selected div.Bar {

    background-color: #ff7700; 

}

div.MenuButton td.Left,
div.MenuButton td.Right {

    width: 3px;

}

div.MenuButton td.Left {

    background: url('gfx/button_left.gif') no-repeat bottom;

}

div.MenuButton td.Right {

    background: url('gfx/button_right.gif') no-repeat bottom;

}

div.MenuButton td.Center {

    background: url('gfx/button_middle.gif') repeat-x bottom;
    cursor: pointer;
    padding: 0px 12px 7px 0px;

}

div.MenuButton td.Center div.name {

    font-size: 10px;
    font-weight: bold;
    color: #545454;
    margin-top: 3px;
    margin-left: 10px;
    text-transform: uppercase;

}

div.MenuButton td.Center div.ico {

    margin-left: 15px;
    padding-top: 20px;

}

/* }}} */

/* {{{ Legenda */

div.legend {

    border: 1px solid #504e53;
    background-color: #f9f9f9;
    padding: 10px 20px;

}

div.legend div.title {

    font-size: 11px;
    font-family: Verdana;
    text-align: left;
    margin-bottom: 7px;
    font-weight: bold;

}

div.legend table th {

    border: 1px solid #656269;
    padding: 5px;
    text-align: center;
    font-weight: normal;

}

div.legend table td {

    padding-left: 10px;
    text-align: left;
    vertical-align: middle;

}

/* }}} */

/* {{{ Projekty */

span.ProjectDetailsNumber {

    color: #000;
    font-family: Verdana;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 4px;

}

.warningDate {

    background-color: yellow;

}

.alarmDate, .burning {

    background-color: #ff0000;
    color: white;

}

.dateWaiting {

    background-color: #c4ebff;
    color: #333333;

}

.dateRejected {

    background-color: #ffcccc;
    color: #333333;

}

.rowFocused .warningDate, .rowFocused .alarmDate, .rowFocused .burning, rowFocused .dateWaiting, .rowFocused .dateRejected {

    background-color: #e0ecff;
    color: #333;

}

.rowSelected .warningDate, .rowSelected .alarmDate, .rowSelected .burning, .rowSelected .dateWaiting, .rowSelected .dateRejected {

    background-color: #316ac5;
    color: #fff;

}

.projectWaiting {

    background-color: #D9FDFF;
    color: #333333;

}

.projectCurrent {

    background-color: #F2F2F2;
    color: #333333;

}

.projectReturn {

    background-color: yellow;
    color: #333333;

}

.projectRejected {

    background-color: #FDDED7;
    color: #333333;

}

.projectAccepted {

    background-color: #C3FFD5;
    color: #333333;

}

.projectMy {

    background-color: #F2F2F2;
    color: #737373;

}

.projectForeign {

    background-color: #D0CFCF;
    color: #333333;

}

.projectClosed {

    background-color: #5f5f5f;
    color: #f0f0f0;

}

.projectWaiting td, .projectCurrent td, .projectReturn td, 
.projectRejected td, .projectAccepted td, .projectMy td, 
.projectForeign td, .projectClosed td  {

    border: 1px solid #656269;
    border-collapse: collapse;
    padding: 3px;
    padding-right: 4px;

}

.projectClosed td  {

    border: 1px solid #858289;

}

table.ProjectDetails { 

    width: 100%;

}

table.ProjectDetails td.Info {

    width: 470px;
    vertical-align: top;
    padding: 0px;
    padding-right: 20px;

}

table.ProjectDetails td.RightTab {

    text-align: left;
    vertical-align: top;

}

table.ProjectDetails td.BottomTab {

    padding-top: 20px;

}

/* }}} */

/* {{{ Pliki */

.projectFileRejected {

    background-color: #FDDED7;
    color: #333333;

}

.projectFileAccepted {

    background-color: #C3FFD5;
    color: #333333;

}

.projectFileRejected td, .projectFileAccepted td  {

    border: 1px solid #656269;
    border-collapse: collapse;
    border-spacing: 0px;
    padding: 3px;
    padding-right: 4px;
    vertical-align: middle;

}

/* }}} */

/* {{{ Raporty */

div.Reports {

    width: 780px;
    clear: both;
    text-align: left;
    margin-left: auto;
    margin-right: auto;

}

div.Report {

    border: 1px solid #a2a399;
    width: 320px;
    padding: 12px 10px;
    background-color: #f5f6f3;
    cursor: pointer;

}

div.Report:hover {

    border: 1px solid #909caf;
    background-color: #e0ecff;

}

div.ReportIcon {

    float: left;

    width: 50px;
    height: 50px;
    margin: 0px 9px 7px 0px;
    border: none;
    text-align: center;

}

div.ReportTitle {

    font-weight: bold;

}

div.ReportDescription {

    margin-left: 0px;
    margin-top: 7px;

    text-align: left;

}

div.raport_1 {

    position: relative;
    top: 0px;
    left: 120px;

}

div.raport_2 {

    position: relative;
    top: 10px;
    left: 50px;

}

div.raport_3 {

    position: relative;
    top: 20px;
    left: 0px;

}

div.raport_4 {

    position: relative;
    top: 30px;
    left: 60px;

}

div.raport_5 {

    position: relative;
    top: 40px;
    left: 160px;

}

/* }}} */

/* {{{ Uzytkownicy */

.blockedUser td {

    border: 1px solid #656269;
    border-collapse: collapse;
    border-spacing: 0px;
    padding: 3px;

}

.blockedUser {

    color: #333333;
    background-color: #E0DFDF;

}

/* }}} */

/* {{{ Log */

.LogFatal td, .LogError td, .LogWarning td {

    border: 1px solid #656269;
    border-collapse: collapse;
    padding: 3px;
    padding-right: 4px;

}

.LogFatal {

    background-color: red;
    color: white;

}

.LogError {

    background-color: #FDDED7;

}

.LogWarning {

    background-color: #ffffc0;

}

/* }}} */

#notifyIcon {

    z-index: 10;

    float: left;

    width: 32px;
    height: 32px;
    padding: 0px;
    margin: 0px 10px;

}

.notifyIcon_info {

    background: url('gfx/messagebox_info.gif') no-repeat center;

}

.notifyIcon_error {

    background: url('gfx/messagebox_error.gif') no-repeat center;

}

.notifyIcon_warning {

    background: url('gfx/messagebox_warning.gif') no-repeat center;

}

#notifyMessage {

    float: left;
    text-align: left;
    margin: 0px 10px;
    width: 230px;

}

#notifierContainer {

    z-index: 10;

    position: absolute;
    bottom: 9px;
    left: 9px;

    width: 305px;

}

#notifierContainer .top {

    background-color: #504e53;
    border: 1px solid #504e53;
    width: 305px;
    height: 25px;
    line-height: 25px;
    color: #fff;
    
}

#notifierContainer .middle {

    background: #fff;
    width: 305px;
    padding: 10px 0px;
    border-width: 0px 1px 1px 1px;
    border-color: #504e53;
    border-style: solid;

}

#notifyBody {

    font-size: 12px;

}

#notifyTitle div {

    font-size: 10px;
    font-weight: bold;
    color: #fff;
    margin-left: 10px;

}

@media screen {

    .noscreen {

        display: none;

    }
    .zlecenieInfoTitle {
    
    	display: none;
    }
}

@media print {

    body {

        background: transparent;

    }

    table.Top, #poweredByG, .noprint {

        display: none;

    }

    span.ProjectDetailsNumber {

        font-size: 17px;

    }

    table.Body td {

        font-size: 10px;

    }

    .zlecenieInfoLeft {
    
    	display: none;
    
    }
    
    .zlecenieInfoCenter {
    
	    width: 40%;
    
    }
    
    .zlecenieInfoRight {
    
    	width: 60%;
    
    }
    
    .zlecenieInfoTitle {

    	line-height: 15px;
    	float: right;
    	text-align: right;

    }
    
}

