﻿.button {
	background-repeat: repeat-x;
	background-position: center;
	padding-right: 7px;
	padding-left: 7px;
}
.button_a, .button_a:hover, .button_a:visited {
	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #4F493C;
}
.input_masked {
	border-style: none;
	color: #4F493C;
	font-size: 11px;
	font-family: tahoma;
}
.tab_active_first {
	background-position: bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-image: url('images/tabs/tab_ac_f_bg.jpg');
	background-repeat: repeat-x;
}
.tab_inactive_first {
	background-image: url('images/tabs/tab_in_f_bg.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #006699;
	cursor: pointer;
}
.tab_active {
	background-position: bottom;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background-image: url('images/tabs/tab_ac_bg.jpg');
	background-repeat: repeat-x;
}
.tab_inactive {
	background-image: url('images/tabs/tab_in_bg.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
	width: 90px;
}
.tab_inactive a {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	color: #006699;
}
.tab_padding_first {
	padding-top: 7px;
}
.tab_padding {
	padding-top: 13px;
}
.reg input, .reg textarea, .reg select {
	width: 280px;
	height: 18px;
	font-family: tahoma;
	font-size: 12px;
	color: #4F493C;
	vertical-align: middle;
}
/*
.reg input {
	background-image: url('images/input_corner.jpg');
	background-position: right;
	background-repeat: no-repeat;
}*/
p {
	padding: 0px;
	margin: 0px;
}
.icon {
	padding-left: 7px;
}
.tab_pages {
	border-color: #C3BDBD;
	border-width: 1px;
	BACKGROUND-COLOR: #efe6c8;
	height: 160px;
	border-right-style: solid;
	border-bottom-style: solid;
}

