body{
	margin: 0px;
	background-color: #fff;
	font-family: Tahoma;
	font-size: 11px;
	color: #000;
}

form {
	margin: 0;
	padding: 0;
}

#header {
	width: 100%;
	height: 123px;
	float: left;
	background: url(../images/top.jpg);
}

#warp {
	width: 100%;
	min-height: 380px;
	float: left;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	margin: 1px 0 1px 0;
	background: url(../images/warp_bg.jpg) repeat-y;
}

#left {
	width: 200px;
	height: auto;
	float: left;
}

#footer {
	width: 100%;
	height: 56px;
	background: url(../images/bottom.jpg);
	clear: both;
}

#leftMenuUL {
	height: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	border-right: solid 1px #000;
	float: left;
}

#legend {
	width: 790px;
	height: auto;
	padding:  10px 0 10px 0;
	float: left;
}

.legendElement {
	vertical-align: middle;
}

.leftMenuLI {
	width: 190px;
	height: 15px;
	float: left;
	padding: 4px 0 2px 10px;
	border-bottom: solid 1px #000;
}

#content {
	width: 780px;
	height: auto;
	float: left;	
	padding: 10px 0 0 10px;
}

td{
	font-size: 11px;
}

.Top{
	background-image: url(../images/top.jpg);
	background-repeat: repeat-x;
}

.bottom{
	background-image: url(images/bottom.jpg);
	background-repeat: repeat-x;
}

.menu{
	padding-left: 15px;
}

a{
	font-size: 11px;
	color: #1b282a;
	text-decoration: none;
}

a:visited{
	color: #1b282a;
	text-decoration: none;
}

a:hover{
	color: #689ea8;
	text-decoration: underline;
}

.inputField{
	border: 1px solid #7ab9c2;
	color: #000;
	padding: 2px;
	font-size: 11px;
	margin-bottom: 2px;	
}
.textArea{
	border: 1px solid #7ab9c2;
	color: #000;
	padding: 2px;
	font-size: 11px;
}

.selectStyle {
	width: 125px;
	border: 2px solid #7ab9c2;
	margin-bottom: 2px;
	font-size: 11px;
	font-family: Tahoma;
}

.submitField{
	border-color: #7AB9C2;
	background-color: #7ab9c2;
	color: #000;
	font-size: 11px;
}

#listElementsUL, .listElementsStaticUL {
	width: 780px;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
	border-top: solid 1px #000;
	list-style: none;
}

.listElementLI, .listElementRowUL, .newLICommon {
	clear: both;
	width: 780px;
	height: 24px;
}

.listElementRowUL {
	height: 23px;
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: solid 1px #000;
}

.listElementRowLI_1, .listElementRowLI_2,.listElementRowLI_3 {
	float: left;
	padding: 2px;
	height: 20px;
}

.listElementRowLI_1 {
	width: 20px;
}

.listElementRowLI_2 {
	width: 600px;
	padding-top: 4px;
	height: 16px;
}

.listElementRowLI_3 {
	width: 30px;
	text-align: center;
	padding: 0 4px 0  4px;
	padding-top: 1px;
}

.newLICommon  {
	height: 280px;
	border-bottom: 1px solid #8ad0da;
}

#fieldsetStyle, #assignBasicLocations, #assignPropertyTypes, #assignDealTypes, #assignFacilities, #assignActivities{
	border: solid 1px #000;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#legendStyle, .standartLegend {
	font-size: 15px;
	font-weight: bold;
}

.BoxForm, .SpawBoxForm,.SpawRightBoxForm {
	width: 300px;
	height: auto;
	float: left;
}

.SpawRightBoxForm {
	width: 280px;
	padding-left: 20px;
}

.SpawBoxForm {
	width: 450px;
}

.labelStyle {
	width: 100px;
	float: left;
	padding-top: 2px;
}

#imagesListUL, #floorplansListUL {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.imagesListLI, .floorplansListLi .onMouseDown {
	width: 65px;
	height: 60px;
	float: left;
	border: solid 1px #000;
	padding: 5px;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
}
.floorplansListLi{
	width: 140px;
	float: left;
	height: 40px;
}
.imagesListImg {
	width: 65px;
	height: 50px;
	overflow: hidden;
	text-align: center;
}

.onMouseDown {
	opacity: 1;
	cursor: default;
}

.onMouseMove {
	width: 65px;
	height: 60px;
	cursor: move;
	z-index: 50;
	position: absolute;
	opacity: 0.8;
	border: solid 1px #000;	
	padding: 5px;	
}

.positionOnSite {
	width: 778px;
	padding: 2px 0 2px 0;
	border: solid 1px #000;
	margin: 5px 0 5px 0;
	background: #8ad0da;
	text-align: center;
	float: left;
}

.hotelsLeft {
	width: 400px; 
	float: left;
}

.hotelsUser{
	float: left; 
	width: 100px;
}

.hotelsRight {
	width: 100px; 
	float: left; 
	text-align: center;
}	

.hideProfile{
	display: none;
}

#citiesStatUL {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
}

.citiesStatLI {
	width: 120px;
	float: left;
	margin: 0 10px 10px 0;
}
.userProfile{
	cursor: pointer;
	cursor: hand;
}
.userProfile:hover{
	cursor: pointer;
	cursor: hand;
}
.metaDetails{
	float: left; 
	height: auto; 
	width: 220px;
}
#metaKeywords, #metaDescription, #metaTitle, #metaMetatags{
	display: none;
}
#metaKeywordsButton, #metaTitleButton, #metaDescriptionButton, #metaMetatagsButton{
	width: 100%;
	cursor: pointer;
	cursor: hand;
	clear: both;
}
.metatagsBox{
	width: 100%;
	height: auto;
	float: left;
	clear: both;
}
.listElementRowLI_2a{
	width: 420px;
	float: left;
}
.listElementRowLI_2b{
	width: 80px;
	float: right;
	font-weight: bold;
	padding: 0 4px 0  4px;
	color: #597F27;
}
.advertColumn{
	width: 200px;
	height: auto;
	float: left;
}
.clear{
	clear: both;
}
.dayColumn{
	width: 100px; 
	float: left; 
	height: auto;
	border-right: 1px solid #333;
	text-align: center;
}
.descriptionBox{
	width: 50%;
	float: left;
}
.iconBox{
	width: 70px; 
	height: 120px; 
	float: left; 
	text-align: center; 
	border: 1px solid #eee;
	margin-right: 2px;
}
.iconBoxTitle{
	width: 100%; 
	height: 30px;
}
.iconBoxPic{
	width: 40px; 
	height: 45px; 
	margin: 0 auto 0 auto;
}
.checkboxItem{
	width: 150px;
	float: left;
	height: 20px;
}
.boxAdditional{
	display: none;
	border: 1px solid #000000;
	padding: 3px;
}
.button{
	cursor: hand;
	cursor: pointer;
	border: 1px solid #000;
	float: left;
	margin-right: 5px;
	padding: 3px;
}
.fieldsetStandart{
	width: 740px;
}
.checkbox{
	float: left;
}
.checkboxLabel{
	float: left;
	padding-top: 2px;
}
.column50{
	width: 50px; 
	float: left; 
	text-align: right; 
	padding-right: 2px;
}
.formLeft, .formRight{
	float: left;
}
.formRight{
	padding-right: 10px;
}
.formLeft{
	padding-top: 3px;
}
.pageBox{
	padding:3px;
	margin-right: 3px;
	float: left;
}