body
{
    background: white;
    
}




.styleLabel
{
font-family: Tahoma, Arial, sans-serif;
font-size: 10pt;
font-weight: bold;
color: Black;
text-decoration: none;
}
.PageTitle
{
font-family: Tahoma, Arial, sans-serif;
font-size: 12pt;
font-weight: bold;
color: Black;
text-decoration: none;	
}
.ItemTitle
{
font-family: Tahoma, Arial, sans-serif;
font-size: 11pt;
font-weight: bold;
color:Black;
text-decoration: none;
}

.aText
{
	font-family: verdana, Arial, sans-serif ;
	color: #000000;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
}
.aText:active
{
	font-weight:bold;
	text-decoration:none;
	font-size: 12px;
	color:#000000;
	}
.aText:hover
{
color:  Green; 
text-decoration: none;	
}


.LinkButton
{
font-family:Tahoma, Arial, sans-serif;
font-size: 10pt;
font-weight:normal;
color: black;
text-decoration:underline;
}



.ksoft
{
	font-family:Verdana, Arial, Sans-Serif;
	font-size: 12px;
	color: #000000;
	font-weight:normal;
	text-align:center;
	margin-top:0px;
}
.button {
background-color:  Green;
border-color: #000000;
border-style: solid;
border-width: 1;
color: #ffffff;
font-size: 11px;
font-family: verdana;
font-style: normal;
font-variant: normal;
font-weight: bold;
height: 21px;
LETTER-SPACING: 0px
}
.zegar
{
	font-family:Arial,verdana, Sans-Serif;
	font-size: 14px;
	font-style:   normal;
	color:   ButtonShadow;
	font-weight: 800;
	text-align: right;
    margin-left: 0;
    background-color: white;
	
}
.ramka
{
border-left: 1px;
border-color:  Black;
background-color: white;
}
.tlo
{
    background: black;
     background-image: url(img/pl7.gif);
     color:Black;
      border-width: 0px;
}
.tloogolne
{
    background-color: Fuchsia;
    color: Gray;
}

.TableFrameFullSize
{
    background-position: center top;
    border: thin groove #000000;
    background-color: #BBBB99;
    width: 400px;
    height: 100%;
}

.TableSolidColor
{
    background-color:Gray;
}

.TableNoBorderFullSize
{
    border-style: groove;
    border-width: thin;
    background-position: center top;
    background-color: #BBBB99;
    width: 400px;
    height: 100%;
}


.ControlMenuHeader
{
    color: #FF8902;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    border-bottom-style: solid;
    border-width: thin;
    font-family:Miriam Fixed;
}

.RepeaterSeparator
{
    border-width: thin;
    border-color: black;
    border-bottom-style: solid;
}

.RepeaterLeftRightLines
{
    border-color: #a2834a;
    border-left-style: solid;
    border-right-style: solid;
}

.ImageNoBorder
{
    border-style: none;
    float: left;
    margin: 0 0 0 0;
    vertical-align: top;
}

 
 /*Modal Popup*/
.modalBackground
{
      background-color:Gray;
      filter: alpha(opacity=60);
      opacity: 0.6;
}
 
.modalPopup
{
      background-color:#ffffdd;
      border-width:3px;
      border-style:solid;
      border-color:Gray;
      padding:5px;
      width: 350px;
      height:300px;
}

.modalPopupWhite
{
      background-color:white;
      border-width:3px;
      border-style:solid;
      border-color:Gray;
      padding:5px;
      width: 350px;
      height:150px;
}


