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/backgroundTop.jpg);
	background-repeat: repeat-x;
}

#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: 106px;
	background: url(../images/backgroundBottom.jpg);
	background-repeat: repeat-x;
	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: #B6D54B;
	text-decoration: underline;
}

.inputField{
	border: 2px solid #B6D54B;
	color: #000;
	padding: 2px;
	font-size: 11px;
	margin-bottom: 2px;	
}
.textArea{
	border: 2px solid #B6D54B;
	color: #000;
	padding: 2px;
	font-size: 11px;
}

.selectStyle {
	width: 125px;
	border: 2px solid #B6D54B;
	margin-bottom: 2px;
	font-family: Tahoma;
	font-size: 11px;
}

.submitField{
	border-color: #B6D54B;
	background-color: #B6D54B;
	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 {
	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: 800px;
	font-family: Tahoma;
	font-size: 11px;
	border-bottom: 1px solid #B6D54B;
}

#fieldsetStyle {
	border: solid 1px #000;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#legendStyle {
	font-size: 15px;
	font-weight: bold;
}

.BoxForm, .SpawBoxForm,.SpawRightBoxForm {
	width: 300px;
	height: auto;
	float: left;
}

.SpawRightBoxForm {
	width: 280px;
	float: left;
	padding-left: 20px;
}

.SpawBoxForm {
	width: 750px;
}

.labelStyle {
	width: 100px;
	float: left;
	padding-top: 2px;
}

#imagesListUL {
	width: 270px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.imagesListLI, .onMouseDown {
	width: 65px;
	height: 60px;
	float: left;
	border: solid 1px #000;
	padding: 5px;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
}

.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: #B6D54B;
	text-align: center;
	float: left;
}

.hotelsLeft {
	width: 400px; 
	float: left;
}

.hotelsRight {
	width: 200px; 
	float: left; 
	text-align: center;
}	
.metaDetails{
	float: left; 
	height: auto; 
	width: 200px;
}
#metaKeywords, #metaDescription, #metaTitle, #metaMetatags{
	display: none;
}
#metaKeywordsButton, #metaTitleButton, #metaDescriptionButton, #metaMetatagsButton{
	width: 100%;
	cursor: pointer;
	cursor: hand;
}
.clear{
	clear: both;
}