body
{
  color: #E6EBFB;
  margin-top: 10px;
  margin-left: 10px;
  background: #344055;
  scrollbar-arrow-color: #E6EBFB;
  scrollbar-base-color: #344566;
  scrollbar-track-color: #344566;
  scrollbar-face-color: #344566;
  scrollbar-highlight-color: #344566;
  scrollbar-3dlight-color: #465673;
  scrollbar-darkshadow-color: #344566;
  scrollbar-shadow-color: #465673;
  font-size: 11pt;
  font-family: Tahoma,sans-serif;
}

a
{
  color                : #E6EBFB;
  text-decoration      : none;
  font-weight          : bold;
}

a.s
{
  color                : #E6EBFB;
}

a.t
{
  color                : #E6EBFB;
}

a:hover
{
  color                : #CDD7F8;
  text-decoration      : underline;
}

/*
.style div a:visited
{
  height               : 100%;
  width                : 100%;
  color                : #f2f2f2;
  font-size            : 16px;
  font-family          : Tahoma,sans-serif;
}

.style div a:hover
{
  background-color     : #415680;
  height               : 100%;
  width                : 100%;
  text-decoration      : none;
  font-size            : 16px;
  font-family          : Tahoma,sans-serif;
  color                : #E6EBFB;
}
*/


div.header{
       font-size: 20pt;
       font-weight: bold;
       border-bottom: 1px solid #E6EBFB;
       padding: 15px;
       margin-bottom: 15px;
}

div.footer{
       border-top: 1px solid #E6EBFB;
}

div.mainMenu{
       padding-right:10px;
       width:150px;
       float: left;
}

div.strech{
       height:300px;
}

div.strechAdmin{
       height:50px;
}

div.innerContent{
       border-left: 1px solid #E6EBFB;
       padding-left: 20px;
       margin-left: 150px;
}

div.subTitle{
       font-size: 15pt;
       text-decoration: underline;
       padding: 10px;
       padding-top: 25px;
}

div.minorContent{
       font-size: 12pt;
       color: #000000;
}

div.login{
       position:absolute;
       width:250px; 
       margin-left:-125px; 
       left:50%; 
       top:30%;
}



li.selected{
       color: #0f0;
}

/* Tabela danych */
table.dataTable{
       border: 1px solid #fff;
       padding: 0;
       margin: 0;
       font-size: 10pt;
}

table.dataTable th{
       border-left: 1px solid #fff;
       border-bottom: 1px solid #fff;
       padding:3px;
}

table.dataTable td{
       border-left: 1px solid #fff;
       border-bottom: 1px solid #fff;
       padding:3px 10px 3px 10px;
}

table.dataTable tbody tr.data:hover {
       background: #62728F;
}

.green{
       color: #afa;
}

.red{
       color: #faa;
}
.clear{
       clear:both;
}
