﻿/************************layout**************************/
.innerChat
{
    margin-left: auto;
    margin-right: auto;
    width: 751px;
}

p
{
    margin: 0;
    padding: 0;
}

/*.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=40);
    opacity: .40;
}
.modalPopup
{
    text-align: center;
    border-style: solid;
    border-width: 1px;
    background-color: White;
    width: 300px;
    height: 220px;
}*/

.chatUser
{
    overflow: auto;
    width: 155px;
    height: 400px;
    border: solid 1px #A6BBCE;
    margin: 5px 5px 5px 5px;
    text-align: left;
    padding-left: 3px;
    padding-top: 3px;
}

.chatKomunikaty
{
    width: 550px;
    height: 360px;
    border: solid 1px #A6BBCE;
    padding-top: 3px;
    margin: 5px 5px 5px 5px;
    text-align: left;
    padding-left: 3px;
}

.chatWysylanie
{
    margin: 5px 5px 5px 5px;
}

/***********************wygląd poszczególnych elementów********************/
.chatKanalyTable
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    text-align: left;
    margin: 0;
}

.chatKanalyListaTR
{
    background-color: #abc3de;
    padding: 1px 1px 1px 1px;
    border: solid 1px #6692C3;
}

tr.GridViewHeaderStyle
{
    border-top-style: none;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-color: #314a68;
    border-right-color: #314a68;
    border-bottom-color: #6692C3;
    border-left-color: #314a68;
}

tr.GridViewHeaderStyle th
{
    padding: 5px;
    text-align: center;
    font-size: 12px;
    background-color: #6692C3;
    background-image: url('Kontrolki/GridViewHeader.jpg');
    color: White;
    height: 40px;
    font-style: italic;
    border-top: none 1px #314a68;
    border-right: solid 1px #6692C3;
    border-bottom: none 1px #6692C3;
    border-left: solid 1px #6692C3;
}

.chatKanalyListaTD
{
    padding: 3px 8px 3px 8px;
    border: solid 1px #6692C3;
    margin: 0px;
}


.chatKanalyListaTR td a
{
    color: #000000;
    text-decoration: none;
}
.chatKanalyListaTR td a:hover
{
    text-decoration: underline;
}

.chatUzytkownikWiadomosc
{
}

.chatUzytkownikLista
{
}
.chatSystemWiadomosc
{
    color: Red;
}

.chatWiadomosc
{
    display: inline;
    padding-bottom: 1px;
}

.redText
{
    color: Red;
}
.greenText
{
    color: Green;
}


