/* 
    Document   : common
    Created on : 2010-08-23, 15:00:33
    Author     : Mirek Sabiniewicz, Tomasz Glowinski
    Description:
        Przerywniki, justowniki
*/

/* Przerywniki */
.cl, .clear
{
    clear: both;
    height: 0px;
    font-size: 0px;
}
.clr, .clr_p
{
    clear: both;
    width: 100%;
    height: 10px;
    font-size: 10px;
}

/* oddzielacz zajawek poziomy */
.zaj_cl, .cl_hr
{
    width: 100%;
    height: 1px;
    clear: both;
    font-size: 0px;
    margin: 0px 0px 0px 0px;
    background-color: #F1F1F3;
}

abbr
{ border: none; }

/* justowniki */
.bottom
{
    width: auto;
    margin: 10px 0px 0px 0px;
}

.top
{
    margin: 0px 0px 10px 0px;
    clear: both;
}

/* podstawa stylowania róznych table (dokumenty, kontakt, kalendarz itp. */
table.table_common
{
    width: 100%;
    text-align: left;
    padding: 10px 0px 0px 0px;
}

table.table_common a
{
    color: #2F3C4C;
    text-decoration: none;
}

table.table_common a:hover
{
    text-decoration: underline;
}

table.table_common tr.odd
{
    background-color: #ffffff;
    text-decoration: none;
}

table.table_common tr.even
{
    /* background-color: #eeeae1; */
    text-decoration: none;
}

table.table_common td
{ padding: 6px }

table.table_common th
{ padding: 0px 0px 10px 0px }

table.table_common, 
table.table_common input[type="text"],
table.table_common input[type="password"],
table.table_common select {
width:100%;
}
/* InfoBar flash*/
#infobar_stat
{
    background-color: #EEF3EE;
    border: 1px solid #000000;
    float: right;
    height: 18px;
    margin: 0 0;
    padding: 0 0 0;
    width: 966px;
}

#flashbar
{
    height: 18px;
    width: 948px;
    z-index: 1000;
}

.infobar_closer
{
background: url("../../images/portal/infobar_closer.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    float: right;
    height: 18px;
    margin: 0 0 0;
    width: 18px;
}
.infobar_closer:hover
{
	background: transparent url('../../images/portal/infobar_closer.png') no-repeat 0px -18px;
}

/* oznaczenie wymaganych pol w formularzach dodawania tresci od strony internauty */
input.valid-err, .valid-err {
    border: 1px solid red;
}

input.valid, .valid {
    border: 1px solid #0000ff;
}

.box_blue {
    width: 98%;
    padding: 5px;
    border: 1px solid #0000ff;
    text-align:center;
    margin: 5px auto;
}

.box_red {
    width: 98%;
    padding: 5px;
    border: 1px solid red;
    text-align:center;
    margin: 5px auto;
}