﻿body
{
    font-family: Tahoma, Arial;
    font-size: 10pt;
}

.datetextbox
{
	width: 100px;
	font-size: 100%;
	font-weight: bold;
	color: #003366;
	border-width: 0px;
	border-bottom: dashed 2px #003366;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
}

.numberTypeResultsTable_head
{
    margin: 0 0 4px 0;
    padding: 0 0 0 0;
    border-bottom: 0px dashed #999;
    background-color: #c4d6ff;
    color: #003366;
}
.hotelName
{
    font-size: 110%;
    color: #003366;
    font-weight: bold;
}

.requiredFieldMessage
{
    color: #ee1111;
    font-size: 9pt;
    font-weight: bold;
}

.star1 {margin: 0 0 0 0; width: 10px; background-image: url("images/star.gif"); background-position: center left; background-repeat: repeat-x; background-attachment: scroll;}
.star2 {margin: 0 0 0 0; width: 20px; background-image: url("images/star.gif"); background-position: center left; background-repeat: repeat-x; background-attachment: scroll;}
.star3 {margin: 0 0 0 0; width: 30px; background-image: url("images/star.gif"); background-position: center left; background-repeat: repeat-x; background-attachment: scroll;}
.star4 {margin: 0 0 0 0; width: 40px; background-image: url("images/star.gif"); background-position: center left; background-repeat: repeat-x; background-attachment: scroll;}
.star5 {margin: 0 0 0 0; width: 50px; background-image: url("images/star.gif"); background-position: center left; background-repeat: repeat-x; background-attachment: scroll;}

.summary_info_panel
{
    background-color: #ffffde;
    padding: 8px 8px 8px 8px;
    margin: 28px 0 12px 0;
    border: 1px solid #003366;
}

.summary_action_panel
{
    background-color: #ffffde;
    padding: 8px 8px 8px 8px;
    /*margin: 28px 0 12px 0;*/
    border: 1px solid #003366;
}
.messageModalPopup
{
    width: 400px;
    height: 300px;
    position: absolute;
    text-align:center;
    background: #ffffff;
    border: solid 2px #aa66FF;
    padding: 50px 10px 10px 10px;
}

.visible
{
	/*visibility: visible;*/
	display: block;
}

.invisible
{
	/*visibility: hidden;*/
	display: none;
}

.contact_info_panel
{
    background-color: #ffffde;
    padding: 8px 8px 8px 8px;
    margin: 28px 0 12px 0;
    border: 1px solid #003366;
}

.details_link
{
    float: left;
    font-size: 90%;
    line-height: 110%;
    font-weight: normal;
    padding: 0 7px 0 7px;
}

.popupControl
{
	background-color: #ffffee;
	position:absolute;
	visibility:hidden;
	font-family: Tahoma;
	font-size: 8pt;
	border: solid 1px #222222;
	line-height: 14px;
	min-width: 200px;
	min-height: 100px;
}

.nothingFoundMessage
{
    margin: 11px 0 0px 11px;
    font-size: 140%;
    line-height: 110%;
    font-weight: bold;
    color: rgb(224, 106, 38);
}

.layerHeader
{
    margin: 11px 0 0px 11px;
    font-size: 140%;
    line-height: 110%;
    font-weight: bold;
    color: rgb(224, 106, 38);
}

.bookResult
{
    margin: 11px 0 0px 11px;
    font-size: 220%;
    line-height: 110%;
    font-weight: bold;
    color: rgb(224, 106, 38);
}

.sortPanel
{
    margin: 5px 5px 20px 5px;
    font-size: 90%;
    line-height: 110%;
    border: 1;
}

.sortPanel_table_cell
{
    margin-left: 20px;
    background-color: #c4d6ff;
    border-left: 1px solid #003366;
    border-bottom: 1px solid #003366;
}

.sortPanel_header
{
    line-height: 200%;
    font-weight: bold;
    color: #003366;
}

.sortPanel_cell
{
    padding-left: 15px;
    line-height: 140%;
    font-weight: normal;
    color: #111;
}

.sortPanel_cell_selected
{
    padding-left: 15px;
    background-color: #ff6730;
    line-height: 140%;
    font-weight: normal;
    color: #111;
}

.contactsMain {
	width: 270px;
}
.DDcontactsMain {
	width: 275px;
}

/* ССЫЛКИ ДЛЯ ПЭЙДЖИНГА */
A.selectedPagingReference:link
{
    padding: 5px 5px 5px 5px;
    background-color: #ff6730;
    line-height: 110%;
    color: #ffffff;
    font-size: 75%;
    text-decoration: none;
    cursor: default;
}
A.selectedPagingReference:visited
{
	text-decoration: none;
	color: #ffffff;
	cursor: default;
}
A.selectedPagingReference:hover
{
    text-decoration: none;
	color: #ffffff;
	cursor: default;
}
A.unselectedPagingReference:link
{
    cursor: pointer;
    padding: 2px 2px 2px 2px;
    line-height: 110%;
	font-size: 75%;
	text-decoration: none;
	color: #3366cc;
}
A.unselectedPagingReference:visited
{
	text-decoration: none;
	color: #3366cc;
	cursor: pointer;
}
A.unselectedPagingReference:hover
{
    text-decoration: none;
	color: #ff6730;
	cursor: pointer;
}
