html {
	overflow-y: scroll;
}

body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #78828D;
}

a.ovalbutton {
	background: transparent url('images/bt_left.gif') no-repeat top left;
	display: block;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	/* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	height: 21px; /* Height of button background height */
	padding-left: 7px; /* Width of left menu image */
	text-decoration: none;
	color: #FFFFFF;
}

a:link .ovalbutton,a:visited .ovalbutton,a:active .ovalbutton {
	color: #FFFFFF; /*button text color*/
}

a.ovalbutton span {
	background: transparent url('images/bt_right.gif') no-repeat top right;
	display: block;
	padding: 4px 7px 4px 0;
	color: #FFFFFF;
	/*Set 11px below to match value of 'padding-left' value above*/
}

a.ovalbutton:hover { /* Hover state CSS */
	background-position: bottom left;
	color: #FFFFFF;
}

a.ovalbutton:hover span { /* Hover state CSS */
	background-position: bottom right;
	color: #FFFFFF;
}

.buttonwrapper {
	/* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 100%;
}

a.topMenuButtons {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #464646;
	text-decoration: none;
}

a.topMenuButtons:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

.topMenuTd {
	background-color: #F1F0F0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #464646;
	padding: 2px 0px 2px 0px;
	text-align: center;
	height: 22px;
}

.bottomBoxTd {
	background-color: #E5E5E5;
	padding: 2px 10px 2px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #464646;
}

a.activeTab {
	background: transparent url('images/active_left.gif') no-repeat top left
		;
	display: block;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	/* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	height: 21px; /* Height of button background height */
	padding-left: 7px; /* Width of left menu image */
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

a.activeTab span {
	background: transparent url('images/active_right.gif') no-repeat top
		right;
	display: block;
	padding: 4px 7px 4px 0;
	color: #FFFFFF;
	/*Set 11px below to match value of 'padding-left' value above*/
}

a:link .activeTab,a:visited .activeTab,a:active .activeTab {
	color: #FFFFFF; /*button text color*/
}

a.inactiveTab {
	background: transparent url('images/inactive_left.gif') no-repeat top
		left;
	display: block;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	/* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	height: 21px; /* Height of button background height */
	padding-left: 7px; /* Width of left menu image */
	text-decoration: none;
	color: #FFFFFF;
}

a.inactiveTab span {
	background: transparent url('images/inactive_right.gif') no-repeat top
		right;
	display: block;
	padding: 4px 7px 4px 0;
	color: #FFFFFF;
	/*Set 11px below to match value of 'padding-left' value above*/
}

a:link .inactiveTab,a:visited .inactiveTab,a:active .inactiveTab {
	color: #FFFFFF; /*button text color*/
}

.textCaption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #464646;
}

a.textLink {
	
}

.errorText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
}

.defText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

.mainTable {
	height: 100%;
	width: 100%;
	border: 0;
}

.formTableR1 {
	background-color: #E5E5E5;
}

.formTableR2 {
	background-color: #F0F0F0;
}

.formTableR3 {
	background-color: #BEE232;
}

.formTableRowCaption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}

.kredituCaptionPlius {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0000FF;
}

.kredituCaptionMinus {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
}

A {
	color:#d7952c;
}
