/* CSS Document */

/* =================================== All Pallete Classes ============================== */

td.htPalleteBorder {
	background: url(../images/border_bg.gif) repeat-x left top;
}

td.hbPalleteBorder {
	background: url(../images/border_bg.gif) repeat-x left bottom;
}

td.vlPalleteBorder {
	background: url(../images/border_bg.gif) repeat-y left top;
}

td.vrPalleteBorder {
	background: url(../images/border_bg.gif) repeat-y right top;
}

td.inputField {
	background-color: #D8CDB7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #401914;
	padding-left: 2px;
}

td.inputField a{
	color: #401914;
	text-decoration: none;
}

td.inputField a:hover{
	text-decoration: underline;
}

td.inputField input {
	border: 1px solid #401914;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #401914;
	background-color: #D8CDB7;
	height: 14px;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
}

/* =================================== Search Classes ============================== */

#search input.field, #search2 input.field {
	width: 134px;
}

#search input.button, #search2 input.button {
	margin-top: 5px;
	margin-right: 5px;
}

#search {
	background: #F2ECD0 url(../images/search_bg.gif) no-repeat left top;
	margin-top: 20px;
}

#search2 {
	background: #F2ECD0 url(../images/search_bg2.gif) no-repeat left top;
	margin-top: 15px;
}

/* =================================== FAV Classes ============================== */

#favourites {
	background: #F2ECD0 url(../images/tabs_bg.gif) repeat-x left top;
	margin-top: 15px;
}

#favourites table table{
	border-collapse: separate;
	border-spacing: 1px;
}

#favourites table table td{
	border-bottom: 1px solid #F3EDD2;
}

/* ============================ Kotirovki Classes =============================== */

#kotirovki {
	background: #F2ECD0 url(../images/kotirovki_bg.gif) repeat-x left top;
	margin-top: 15px;
}

#kotirovki tr.title td{
	font-family: Verdana;
	font-size: 11px;
	color: #401914;
	text-align: center;
}

#kotirovki tr.data td {
	font-family: Verdana;
	font-size: 11px;
	color: #401914;
	text-align: center;
	font-weight: bold;
}

#kotirovki td.break {
	background: url(../images/doted_line.gif) repeat-x 20% 50%;
	padding-top: 1px;
	padding-bottom: 1px;
}