/**** [ structure ] ****/
@page normal { /*size: 8.268in 11.693in;*/
    margin: 1in;
}

body {
    padding: 0;
    font: small Arial, Helvetica, sans-serif;
    color: #000;
    background-color: #fff;
}

#header {
    display: none;
}

#navigation {
    display: none;
}

#contentonecolumn { /*display: block;
	padding: 1px 3px;*/
    margin-left: 0px;
    /*margin-bottom: 40px;
	color: #000;*/
}

#contentonecolumn h2,h3,h4,h5,h6 {
    font-size: 100%;
    background-image: none !important;
    background-color: #333 !important;
    border: 1px solid #8c8c8c !important;
    height: 18px;
    color: #fff !important;
    padding: 2px 10px 0 10px;
    margin: 0 0 15px 0 !important;
}  /* alterado na analise da aplicação tarefas */
#left {
    display: none;
}

#footer {
    display: none;
}

.breadcrumbs {
    display: none;
}

.actions {
    display: none;
}

.actionsbuttons {
    display: none;
}

/*** [ ERROR/WARNING/INFO/OK/TIP - PAGES ] ***/
.warningpages h4 {
    background-color: transparent !important;
    border: none !important;
    font-size: 150%;
    color: #990000 !important;
    padding: 12px 0 0 60px !important; *
    padding: 12px 0 0 10px !important; /* just for IE7 */
}

.warningpages p {
    margin: 20px 0 0 60px !important;
}

/* [ ERROR ] */
.errorheader h4 {
    background: url(../img/icon_error.gif) no-repeat !important;
    background-color: transparent !important;
    border: none !important;
    font-size: 150%;
    color: #990000 !important;
    height: 37px !important;
    padding: 12px 0 0 10px !important;
}

/* [ WARNING ] */
.errorwarningheader {
    background: url(../img/icon_error_warning.gif) no-repeat !important;
    background-color: transparent !important;
    border: none !important;
    font-size: 150%;
    color: #990000 !important;
    height: 37px !important;
    padding: 12px 0 0 60px !important;
}

/* [ INFO ] */
.errorinfoheader {
    background: url(../img/icon_error_info.gif) no-repeat !important;
    background-color: transparent !important;
    border: none !important;
    font-size: 150%;
    color: #990000 !important;
    height: 37px !important;
    padding: 12px 0 0 60px !important;
}

/* [ OK ] */
.errorokheader {
    background: url(../img/icon_error_ok.gif) no-repeat !important;
    background-color: transparent !important;
    border: none !important;
    font-size: 150%;
    color: #990000 !important;
    height: 37px !important;
    padding: 12px 0 0 60px !important;
}

/* [ TIP ] */
.errortipheader {
    background: url(../img/icon_error_tip.gif) no-repeat !important;
    background-color: transparent !important;
    border: none !important;
    font-size: 150%;
    color: #990000 !important;
    height: 42px !important;
    padding: 20px 0 0 60px !important;
}
/*** [ end_structure ] ***/