body {
     font-size: 16px;
     font-family: Arial, Helvetica, sans-serif;
     /*margin:0;
     padding:0;
     height: 100%;
     */
}
.container {
     /*position:relative;*/
     /*min-height:100%;*/
     /*max-width:1100px;
     /*height:100%;*/
     /*margin:auto;*/
     /*overflow:auto;*/
}
.content {
     /*left: 170px;*/
     /*position:relative;*/
     /*top: 100px;*/
     /*float:left;*/
     /*width: 80%;*/
     /*max-width: 80%;*/
     /*margin-left: 190px;*/
     /*max-width: 62%;*/
     padding-bottom:30px;
     /*padding:10px;*/
     height:90%;
}
.contentTitle {
     /*position: relative;*/
     float:left;
     /*top: 30px;*/
     /*margin-left: 190px;*/
     /*left: 214px;*/
     width: 500px;
     font-weight: 700;
     font-size: 20px;
     font-family: 'Source Sans Pro', sans-serif;
}
.urlHistory {
     /*position: relative;*/
     /*float:left;*/
     /*top: 60px;*/
     /*left: 214px;*/
     /*margin-left: 190px;*/
     /*width: 500px;*/
     font-weight: 700;
     font-size: 13px;
     font-family: Arial, Helvetica, sans-serif;
}
.footer {
     position: relative;
     bottom: -100px;
     clear: both;
     height: 15px;
     /*width: 80%;*/
     text-align: center;
     padding-top: 30px;
}
/* Komunikaty */
.ErrMsg {
     font-weight: 700;
     color: #ff3636;
     text-align: center;
      border: 1px solid gray;
      padding: 8px 8px 8px 8px;
     border-radius: 10px;
}
.NoticeMsg {
     border: 1px dashed green;
     color: green;
     border-radius: 10px;
     padding: 8px 8px 8px 8px;
     text-align:center;
}
/* formularz */
div.input_label {
     font-size : 14px;
     font-weight : bold;
    font-family : Arial, Helvetica, Tahoma, sans-serif;
    color: Black;
    /*border : solid 1px black;*/
}
input.input_widget2 {
     font-size : 14px;
     font-weight : bold;
    font-family : Arial, Helvetica, Tahoma, sans-serif;
    color: Black;
    border : solid 1px black;
     border-radius: 5px;

}
div.input_widget2 {
     font-size : 14px;
     font-weight : bold;
    font-family : Arial, Helvetica, Tahoma, sans-serif;
    color: Black;
     border-radius: 5px;
}
select.input_widget2,option {
     font-size : 14px;
     font-weight : bold;
    font-family : Arial, Helvetica, Tahoma, sans-serif;
    color: Black;
    border : solid 1px black;
     border-radius: 5px;
}
button[type="submit"].input_widget2 {
     background-color: #cccccc;
     font-weight: 600;
    border : solid 1px black;
     border-radius: 5px;
     opacity: 0.5;
     top: -18px;
     font-size : 14px;
     font-weight : bold;
    font-family : Arial, Helvetica, Tahoma, sans-serif;
    box-shadow: 3px 1px 3px rgba(0,0,0,0.4);
}
textarea.input_widget2 {
    font-size : 14px;
    font-weight : bold;
    font-family : Arial, Helvetica, Tahoma, sans-serif;
    color: Black;
    border : solid 1px black;
    position: relative;
     border-radius: 5px;
}
div.input_err {
     font-size: 14px;
     font-family : Arial, Helvetica, Tahoma, sans-serif;
     vertical-align : bottom;
     color: #ff3636;
     border-radius: 5px;
}
label.error {
     font-size: 14px;
     font-family : Arial, Helvetica, Tahoma, sans-serif;
     vertical-align : bottom;
     /*color: #cc3636;*/
     color: Red;
     border-radius: 5px;
}
.linkbutton,.linkbuttonPressed {
     background-color: #CCCCCC;
    border : solid 1px black;
     border-radius: 5px;
     opacity: 0.5;
     padding: 5px;
     padding-right: 5px;
     font-size: 14px;
    font-family : Arial, Helvetica, Tahoma, sans-serif;
     font-weight : bold;
    color: Black;
    box-shadow: 3px 1px 3px rgba(0,0,0,0.4);
    padding: 3px 3px 3px 3px;
}
.linkbuttonPressed {
     background-color: #666666;
}
.hiddenDiv {
	display: none;
}
.floating {
     float:left;
}
.frame {
    border : solid 1px black;
     border-radius: 5px;
}
.padding {
     padding: 3px 3px 3px 3px;
    box-shadow: 3px 1px 3px rgba(0,0,0,0.4);
}
.bigBold {
	font-size:  18px;
	font-weight: bold;
}
.login {
     position: relative;
     left: 330px;
     width: 300px;
     top: 20px;
}
/* tabelki */
.table {
     border: 1px solid gray;
     /*border-collapse:collapse;*/
     width: 90%;
     padding: 3px 3px 3px 3px;
     border-radius: 10px;
    box-shadow: 3px 1px 3px rgba(0,0,0,0.4);
}
.tableHead {
     background-color: #d0e4fe;
}
.tableRow {
      background-color: #e0f4fe;
}
.tableRowLight {
     background-color: #e0f4fe;
}
.tableRowDark {
     background-color: #d0e4ee;
}
.cellCenter {
     text-align: center;
}
.tableCellfull {
}
.tableCellsimple {
}
.tableCelldriver {
}
.cellRight {
     text-align: right;
}
.cellLeft {
     text-align: left;
}
.bold {
     font-weight : bold;
}
.tableUpNav {
     position: relative;
     right: -46%;
     top:  -10px;
}
.rowHigh {
	padding: 5px;
}
.width100p {
	width: 100%;
}
/* inne */
a:link {
     color:#000077;
     text-decoration: underline;
}      /* unvisited link */
a:visited {
     color:#000077;
     text-decoration: underline;
}  /* visited link */
a:hover {
     color:#777777;
}  /* mouse over link */
a:active {color:#0000FF;}  /* selected link */
img {
     border: 0px;
}
