﻿#controlbuttons
{
	float: right;
	margin-top: 15px;	
}

#controlbuttons input
{
	margin-left: 10px;
}

.tabPanel
{
	border-bottom:solid 1px black;
	border-left:solid 1px black;
	border-right:solid 1px black;
}

.tabform
{
	padding: 15px;
}

.tabform h2
{
	margin-bottom: 10px;
}

.tabform label
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	margin-right: 8px;
	text-align: right;
	display: block;
	float: left;
	margin-bottom: 5px;
}

.tabform input
{
	font-family: Verdana;
	font-size: 11px;	
	float: left;
	width: 175px;
	margin-bottom: 5px;
}

.tabform select
{
	font-family: Verdana;
	font-size: 11px;	
	float: left;
	width: 179px;		
}

.tabform br
{
	clear: both;	
}

.tabform .leftside
{
	width: 285px;	
	float: left;
}

.tabform .leftside label
{
	width: 95px;
	padding-top: 3px;	
}

.tabform .leftside .rblist input
{
	float: left;
	width: 10px;
}

.tabform .leftside .rblist label
{
	float: left;
	width: 32px;
	padding-top: 3px;
	padding-left: 3px;
	text-align: left;
}

.tabform .rightside
{
	width: 90px;	
	float: right;
	padding-right: 35px;
}

.tabform .rightside img
{
	float: right;
}

.tabform .rightside input
{
	margin-top: 4px;
	width: 16px;
	height: 16px;
	float: right;
	margin-left: 3px;
}

.tabform .bottom
{
	margin-top: 10px;
	width: 425px;	
}

.tabform .bottom label
{
	width: 95px;
	margin-top: 10px;
	text-align: left;
}

.tabform .bottom input
{
	width: 400px;	
}

.tabform .bottom textarea
{
	width: 400px;
	height: 90px;
}

/*  Add Node Dialog   */
#addnode
{
	width: 540px;	
	padding-top: 15px;
}

#addnode p
{
	margin-bottom: 15px;	
}

#addnode p.redbold
{
	font-weight: bold;
	color: red;	
}

#addnode label
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	margin-right: 8px;
	text-align: right;
	display: block;
	float: left;
	margin-bottom: 5px;
	width: 85px;
	padding-top: 3px;
}

#addnode label.wide
{
	width: 540px;
	text-align: left;
}

#addnode input, #addnode textarea
{
	font-family: Verdana;
	font-size: 11px;	
	float: left;
	width: 225px;
	margin-bottom: 5px;
	display: block;
}

#addnode select
{
	font-family: Verdana;
	font-size: 11px;	
	float: left;
	width: 225px;
	margin-bottom: 5px;
	display: block;
}

#addnode input.wide
{
	width: 242px;
}

#addnode .butt {
width:50px;
}

#addnode span
{
	font-family: Verdana;
	font-size: 11px;
	float: left;
	margin-bottom: 5px;
	font-weight: bold;
}

#addnode .cblist input
{
	float: left;
	width: 10px;
}

#addnode .cblist label
{
	float: left;
	width: 72px;
	padding-top: 3px;
	padding-left: 3px;
	text-align: left;
}

#addnode .rblist input
{
	width: 10px;
	float: left;
}

#addnode .rblist label
{
	float: left;
	width: 10px;
	padding-top: 3px;
	padding-left: 3px;
	text-align: left;
}

#addnode #addbuttons 
{	
	float: right;
}

#addnode #addbuttons input
{
	width: 100px;
}

#addnode br
{
	clear: both;
}

/*  Imagelist  */

#imagelist
{
	list-style-type: none;
	margin-left: 20px;
}

#imagelist li
{
 float: left;
 display: inline;
 list-style-position: inside;
 padding-left: 6px;
 padding-top: 6px;
}

#imagelist img
{
	border: 1px white solid;	
}

#imagelist img:hover
{
	border: 1px black solid;	
	cursor: pointer;
}

/* Publish css */
#publishbuttons
{
	padding-top: 20px;	
}

#publishmessage
{
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
	color: midnightblue;
}

#publishmessage.active
{
	background-color: #F1F088;
}

#publishmessage img
{
	padding-left: 30px;	
}

#publishcontainer
{
	min-height: 550px;
	width: 660px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

#publishlist
{
	width: 435px; 
	min-height: 550px;
	border: 1px black solid;
	top: 0px;
	float: right;
	overflow: hidden;
	overflow-y: scroll;
	overflow-x: hidden;
}

.hoverDrop
{
	background-color: #ffffe2;
}

#pages
{
	width: 200px;
	height: 550px;
	border: 1px black solid;
	float: left;
	overflow: auto;
}

#pages ul
{
	list-style-type: none;
}

#pages ul ul
{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	display: none;
}

#pages li span
{
	cursor: pointer;
}

.publishpage
{
	padding: 4px 10px 2px 10px;	
}

.publishpage .selected
{
	background-color: #BBBBBB;	
}

.publishpage div img
{
	height: 16px;
	width: 16px;
	padding-right: 4px;	
}

.publishpage .publishpagebreadcrumb
{
	float: left;
	width: 80%;
	cursor: pointer;
}

#resizeW
{
	position: absolute;
	width: 12px;
	height: 550px;
	background-color: #BBB;
	border: 0px;
	overflow: hidden;
	left: -8px;
	cursor: w-resize;
	z-index: 1000;
}

/***********************Hotel Management**************************/
#hotelmanagement
{
	padding: 15px;	
}

#hotelmanagement #editform label
{
	float: left;
	width: 100px;
}

#hotelmanagement #editform > input
{
	float: left;
	width: 200px;	
}

#hotelmanagement #editform select
{
	float: left;
	width: 203px;	
}

#hotelmanagement #editform br
{
	clear: left;	
}