body,html {
    height: 100%;
}

/*.ffSelectButton i.icons{padding-left:25px !important;background-position:0px 7px!important;height:28px; !important}
.groupOption{background:#BF6C68!important;font-weight:bold;color:#000}
.groupOption.group1{background:#B5C3D3!important}
.groupOption.group2{background:#9DDC18!important}
.ffSelectMenuWrapper .ffSelectMenuMidBG .groupOption.disabled SPAN{color:#000 !important; float: none !important;}
*/


html, body
{
    height: 100%;
    margin: 0 auto;
    padding: 0;
    width:90%;
    /*width:800px;*/
}
form
{
    width: 100%;
}

body
{
    font-family: Arial, Tahoma, "Trebuchet MS" , Verdana, Sans-Serif;
    font-size: 13px;
    color: #000000;
    background-color: #eee; /* tablet */
    -webkit-user-select: none; /* disable cut copy paste */
    -webkit-touch-callout: none; /* disable callout, image save panel */
    -webkit-tap-highlight-color: transparent; /* "turn off" link highlight */
}

.main0
{
    margin: 0 auto;
    display: table;
    height: 90%;
    width: 95%;
}
.main1
{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    padding-right: 30px;
}
.main2
{
    border: solid 1px silver;
    padding: 10px 10px 10px 10px;
    width: 100%;
    background-color: White;
}


/*#main {
    width: 900px;
    margin: 0 auto;
    background-color: transparent;
    padding-top: 15px;
    padding-bottom: 15px;
}*/
h2
{
    font-size: 18px;
    font-weight: normal;
}

h3
{
    font-size: 16px;
    font-weight: normal; /*clear: both;*/
}

h4
{
    font-size: 18px;
    font-weight: bold;
}



.fL
{
    float: left;
}
.fR
{
    float: right;
}

.light
{
    color: #000000;
}

.hide
{
    display: none;
    visibility: hidden;
}

#logo
{
    width: 57px;
    height: 40px;
    padding: 5px 10px 5px 5px;
    float: left;
}

#footer
{
    border-top: solid 1px silver;
    height: 80px;
    background-color: White;
    padding-top: 10px;
    margin-top: 10px;
    /*background-image: url( '../../images/ps_logo2.jpg?22ss' );
    background-repeat: no-repeat;*/
    text-align: center;
}

#header {
    text-align: center;
}
.inset {
    background: #95acd5;
}
.inset h2 {
    color: #444444;
    text-shadow: -1px -1px 1px #000, 1px 1px 1px #ccc;
    text-align: center;
    font-size: 40px;
}
.inset p {
    background: #CCCCCC;
    text-shadow: 0 1px 0 #FFFFFF;
}
.descr {
    color: #555;
    font-size: 14px;
    margin-right: 10px;
    padding-left: 5px;
    position: relative;
    text-decoration: none;
    top: 1px;
}
.opisBig {
    font-family: "Georgia", Times New Roman, Times, serif;
    font-size: 25px;
}
.opis {
    font-family: "Georgia", Times New Roman, Times, serif;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 20px;
}
.trigger {
    cursor: pointer;
}

div.error, .error {
    /*color: #8c2e0b;*/
    color: #64698c;
    font-size: 14pt;
}
.horizontal-layout {
    border: solid;
    border-width: thin;
    border-collapse: collapse;
}
.horizontal-layout td {
    border: solid;
    border-width: thin;
    padding: 5px 5px 5px 5px;
}
.hover:hover {
    background-color:  #95acd5 !important;
    cursor: pointer !important;
}

.horizontal-layout th {
    text-align: center;
    background-color: #c6c6c6;
    border: solid;
    border-width: thin;
    padding: 2px 2px 2px 2px;
    width: 100px;
}
.centered {
    text-align: center !important;
}
.table-centered {
    margin-left:auto;
    margin-right:auto;
}
.table-padded {
    padding: 10px;
}
.row-centered {
    text-align: center;
}
.hidden {
    display:none;
}

#table1 {
    margin-left:auto;
    margin-right:auto;
    border-collapse: collapse;
}
#table1 td {
    padding: 10px;
    border: 2px solid green;
}
IMG.centered {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.floatFrame {
    width: 360px;
    height: 200px;
    border: 3px rgb(89,89,89) solid;
    padding: 3px;
    margin: 0px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=93)";
    filter: alpha(opacity=93);
    -moz-opacity: 0.93;
    -khtml-opacity: 0.93;
    opacity: 0.93;
    -moz-box-shadow:  0px 0px 6px 2px rgb(128,128,128);
    -webkit-box-shadow:  0px 0px 6px 2px rgb(128,128,128);
    box-shadow:  0px 0px 6px 2px rgb(128,128,128);
}

IMG.opaque40 {
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}

input {
    border-color:rgba(255,0,0,.1) !important;
}

.errorTxt{
    border: 1px solid #ffffff;
    min-height: 20px;
    display: none;
}