
body 
{
    background-color: #F1F7F9;
    color: midnightblue;
    font-size: 14px;
}


.stack_border 
{
    background-color: lightblue;
}

.menu_item 
{
    font-size: 13px;
}

a.cglink {
    text-decoration: underline;
    background-color: transparent;
    font-size: 14px;
    cursor: pointer;
}

a.cglink:link {
    text-decoration: underline;
    background-color: transparent;
    font-size: 14px;
}

a.cglink:hover {
    text-decoration: underline;
    background-color: #B2D5F1;
    font-size: 14px;
}

a {
    font-size: 14px;
    color: midnightblue;
}

/*
a:link {
    text-decoration: underline;
    color: midnightblue;
    font-size: 14px;
}

a:hover 
{
   color: midnightblue;
   font-size: 14px;
}
*/

a:visited 
{
    color: midnightblue;
   font-size: 14px;
}


.menuBar_hover 
{
	background-color: cornflowerblue;
}

.menuBarText a, a:link
{
    text-decoration: none;
    color: midnightblue;
    background-color: transparent;
    font-size: 14px;
    margin-left: 7px;
    margin-right: 3px;
}

.menuBarText:hover {
    text-decoration: none;
    color: gray;
    font-size: 14px;
}

.menuBarText:visited {
    text-decoration: none;
    color: midnightblue;
    font-size: 14px;
}

.menuBarLeft 
{
	background-image: url(../img/glass-left.png);
	background-repeat: repeat-y;
        min-width: 6px;
}

.menuBarRight 
{
	background-image: url(../img/glass-right.png);
	background-repeat: repeat-y;
        min-width: 6px;
}

.menuBarBody 
{
	background-image: url(../img/glass-mb.png);
	background-repeat: repeat;
}

.menuTabsBar 
{
   background-image: url('../img/item-mt.png');
   background-repeat: repeat;
   font-size: 14px;
}

.menuTabsBarLeft 
{
   background-image: url('../img/item-lt.png');
   background-repeat: repeat-x;
}

.menuTabsBarLeftCurrent 
{
	background-image: url('../img/item-lt_hot.png');
	background-repeat: repeat-x;
}

.menuTabsBarCurrent 
{
   background-image: url('../img/item-mt_hot.png');
   background-repeat: repeat;
    font-size: 14px;
}

.menuTabsBarRight 
{
   background-image: url('../img/item-rt.png');
   background-repeat: repeat-x;
}

.menuTabsBarRightCurrent 
{
   background-image: url('../img/item-rt_hot.png');
   background-repeat: repeat-x;
}

.menuTabsBar:hover 
{
    font-size: 14px;
}

.menuTabsBarText 
{
   color: #0066cc;
   font-weight: bold;
   text-decoration: none;
   font-size: 14px;
}

.menuTabsBarText:visited 
{
    color: #0066cc;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
}

.menuTabsBarText:hover
{
    text-decoration: none;
    color: gray;
    font-size: 14px;
}

.ulli_notspace
{
   font-size: 24px;
   font-weight: bold;
   border-bottom-width: 0px;
   border-left-style: none;
   border-left-width: 0px;
   border-right-style: none;
   border-right-width: 0px;
   border-top-style: none;
   border-top-width: 0px;
   margin-bottom: 0px;
   margin-left: 10px;
   margin-right: 0px;
   margin-top: 0px;
   padding-bottom: 0px;
   padding-left: 0px;
   padding-right: 0px;
   padding-top: 0px;
}

.windowBar {
    background-color: #F0F5FB;
    border: 1px solid black;
}

.modalWindowLayer {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border: none;
    left: 0px;
    top: 0px;
    position: fixed;
    background-image: url( ../img/blueTransparent.gif );
    width: 99%;
    height: 99%;
}

.windowCaption {
    color: white;
    background-color: midnightblue;
    text-align: center;
    height: 20px;
}

.like_h1 {
	border-top-width: thin;
	display: block;
	border-left-width: thin;
	border-bottom-width: thin;
	border-right-width: thin;
	font-size: 30px;
}

.input_ok {
    background-color: white;
}

.input_error {
    background-color: pink;
}

.littleTabsBar {
    background-color: #B2D5F1;
    font-size: 14px;
}

.littleTab {
    color: navy;
    background-color: #B2D5F1;
    font-size: 14px;
}

.littleTabCurrent {
    background-color: #B2D5F1;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    color: navy;
}

a.month {
    text-decoration: underline;
}

a.month:link {
    text-decoration: underline;
}

a.month:hover {
    text-decoration: underline;
    background-color: #B2D5F1;
}

a.month_current {
    background-color: #B2D5F1;
}

#kodeks {
    position: relative;
    top: 0;
    left: 0;
    overflow: auto;
    margin: 0;
    padding: 0px 0px 0px 2px;
    width: 100%;
    height: 100%;
}
