/*@charset "utf-8";*/
/* CSS Document */
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapperOne {
	background-color: #fff;
	margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 550px;
}
#outerWrapperOne #header {
    background: #ffffff url(../images/KB-logo1.gif) top left no-repeat;
	height: 70px;
	font-size: 18px;
	font-weight: bold;
	line-height: 15px;
	padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapperOne #contentWrapper #content {
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	border:solid 0px #dddddd;
}
#outerWrapperOne #footer {
	background-color: #fff;
	background-image: url(../images/footer_1.gif);
	padding: 5px 5px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: right;
	vertical-align:text-bottom;
	font-size: 9px;
	color:#999;
	height:89px;
	background-repeat: no-repeat;
}

#page_up_modal{
	
   margin: 0px 0px 0px 0px;
   width:550px;
}

#page_up_modal #KB_menu_up_logo{
	padding: 10px 0px 0px 0px;
	/*height: 65px;*/
	width:500px;
	/*margin-top: 10px;*/
	margin-left: 35px;
	/*background: url(../images/KB-logo11.gif) left no-repeat;*/
}
#page_up_modal #KB_menu_up{
	padding: 0px 0px;
	height: 60px;
	margin-top: 0px;
	margin-right: 0px;
	width:360px;
}

h1 {
	color: #7bb54d;
	font-size: 14px;
	font-weight: bold;
}
/* Commonly used to style section titles. */
h2 {
	color: #7bb54d;
	font-size: 12px;
	font-weight: bold;
}
/* Commonly used to style section titles. */
h3 {
	color: #7bb54d;
	font-size: 11px;
	font-weight: bold;
}



h5 {
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	padding: 3px 0 0 12px; /*20px; (top, right, bottom, left)*/
}

.Tbl td {
  border-bottom: 1px solid #dddddd;
  text-align:center;
  height: 25px;
}

.Tbl td.LeftCell {
	color: #7bb54d;
	font-size: 11px;
	font-weight: normal;
	text-align:left;
	vertical-align: top;
}
.Tbl td.RightCell {
	color: #000;
	font-size: 11px;
	font-weight: normal;
	text-align:left;
}

.Tbl td.LeftCellGray {
	background-color: #f4f4f4;
	color: #7bb54d;
	font-size: 11px;
	font-weight: normal;
	text-align:left;
	vertical-align: top;
}
.Tbl td.RightCellGray {
	background-color: #f4f4f4;
	font-size: 11px;
	font-weight: normal;
	text-align:left;
}
.Tbl tr.LastRow {
	font-size: 11px;
	font-weight: bold;
	border-bottom: 0px; 
}
.Tbl tr.FirstRow {
	background: url(../images/Top.gif) repeat-x;
	color: #7bb54d;
	font-size: 11px;
	font-weight: bold;
	height: 40px;
}

.Tbl td.LastLeftCell {
	color: #7bb54d;
	font-size: 11px;
	font-weight: bold;
	text-align:left;
}

.Tbl td.FirstLeftCell {
	color: #7bb54d;
	font-size: 11px;
	font-weight: bold;
	text-align:left;
}

.btn {
  background-color: #F4F4F4;
  border-color: #7bb54d;
  border: 1px solid #7bb54d;
  color: #000000;
  padding: 2px 5px 2px 5px;
}

.txtBox
{
  border: 1px solid #7bb54d;
}

.txtBoxIznos
{
/*  border: 1px solid #7bb54d;*/
  text-align: right;
}

.FootNote
{
	font-size:9px;
	padding-bottom: 20px;
}

.TblKursna td {
  font-size: 11px;
  padding: 2px;
  width: 40px;
}

.TblKursna th
{
  font-size: 11px;	
  color: #7bb54d;
  padding: 2px;
  background-color: #f4f4f4;
}