



ul.sortable {
	width: 510px;
	border: none;
	border-top: 1px solid #aaa;
	margin: 0 0 2em; padding: 0;
	list-style-type: none;
	background-color: #fbfaf8; 
}

ul.sortable li {
	margin: 0; padding: 4px 8px;
	position: relative;
	display: block;
	border-bottom: 1px solid #aaa;
	font-weight: normal;
	font-size: 95%;
	text-align: left;
	font-weight: normal;
	line-height: 160%; 
	cursor:move;
}

ul.sortable li div {
	position: absolute;
	right: 16px;
	top: 4px;
}

ul.sortable li div img {
	border: none;
}





div#content div.tabsheet {
	margin: 0 0 0 -280px;
	width: 740px;
	font-size: 0.85em;
}

div#content div.tabsheet h2 {
	font-size: 1.6em;
	font-weight: bold;
	letter-spacing: -0.04em;
	margin: 0 0 12px 0;
}











/* EDITOR */

div.editorMessage {
	font-size: 1em;
	font-style: italic;
}





table.editorDate {
	width: 510px;
	border: none;
	margin-bottom: 2em;
}

table.editorDate td {
	vertical-align: top;
}
table.editorDate label {
	display: inline;
}
table.editorDate select {
	margin: 0; padding: 0;
}


/* Firefox hack CSS */
body:last-child table.editorDate input {
	margin-top: 6px; 
}







table.editorList,
table.editorTree {
		width: 100%;
	border: none;
	border-bottom: 1px solid #aaa;
	margin-bottom: 2em;
}
table.editorList a,
table.editorTree a {
	color: black;
}
table.editorTree td,
table.editorTree th,
table.editorList td,
table.editorList th {
	padding: 4px 8px;
	background-color: #fbfaf8;
	border-top: 1px solid #aaa;
	font-weight: normal;
	font-size: 95%;
	text-align: left;
	font-weight: normal;
	line-height: 160%;
	
	vertical-align: top;
}
table.editorTree th,
table.editorList th {
	border-top: none;
	font-weight: bold;
}
table.editorTree td.icon,
table.editorList td.icon {
	width: 40px;
}
table.editorTree a,
table.editorList a {
	text-decoration: none;
}
table.editorTree td.button,
table.editorList td.button {
	text-align: right;
	padding: 6px 4px 0 0;
}
table.editorTree td.button img,
table.editorList td.button img {
	border: none;
	vertical-align: top;
	margin-left: 4px;
}







/*
table.editorList td.button .btnbar {
	float: right;
	line-height: 100%;
	white-space: nowrap;
	padding-top: 4px;
	padding-left: 20px;
	padding-right: 10px;
}
table.editorList td.button {
	text-align: right;
	white-space: nowrap;
}
table.editorList td.button form {
	display: inline;
}
table.editorList td.button input {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.85em;
	height: 24px;
	line-height: 24px;
	width: 80px;
}
*/

div.editorMessage {
	margin-top: 40px;
}




div.editorSubmit {
	margin-top: 20px;
	padding-top: 10px;
	text-align: right;
	clear: both;
	border-top: 1px solid #ccc;
}
div.editorSubmit input {
	height: 26px;
	width: 130px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
}




table.formTable th {
	white-space: nowrap;
	font-weight: normal;
	text-align: left;
	padding-right: 12px;
}

table.formTable td {
	font-weight: normal;
	text-align: left;
	padding-right: 12px;
}



div.loginField,
div.editorField,
div.editorSelect,
div.formInput,
div.formText,
div.formInputAlt,
div.formCheckboxList,
div.formText {
	position: relative;
	width: 100%;
	margin-bottom: 8px;
}
div.formCheckboxList{
	margin-top: 24px;
	margin-bottom: 24px;
}
div.formCheckbox {
	position: relative;
}
div.formCheckbox input {
	margin-right: 6px;
	margin-left: 0;
}
div.formCheckboxOption {
	position: absolute;
	top: 0;
	left: 200px;
}	
div.formCheckboxOption input {
	margin-right: 0;
	margin-left: 6px;
}
div.formInputAlt {
	margin-bottom: 4px;
}
div.formText {
	margin: 18px 0;
}
div.areaField label,
div.imageField label,
div.editorSelect label,
div.editorField label {
	font-size: 0.9em;
	font-weight: bold;
	display: block;
	margin-bottom: -2px;
}
div.loginField label,
div.formInput label,
div.formInputAlt label {
	display: block;
	padding-top: 4px;
	font-weight: bold;
}
div.formText label {
	padding-top: 16px;
	display: block;
	font-weight: bold;
}
div.loginRemember {
	float: left;
}

div.formInputAlt input {
	position: absolute;
	top: 4px;
	left: 80px;
	width: 428px;
}

div.formInput input,
div.formText textarea,
div.loginField input,
div.editorField input,
div.editorField textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 2px;
}
div.formInput input {
	width: 95%;
}
div.formText textarea {
	width: 95%;
	height: 160px;
	margin-bottom: 12px;
}
div.formText textarea#question {
	height: 80px;
}
div.editorField input {
	width: 730px;
}
div.editorField input.link {
	width: 644px;
}
div.editorField input.select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	line-height: 21px;
	width: 80px;
}
div.editorField textarea {
	width: 730px;
}

div.editorField iframe {
	border: none;
}

/*
div.formColumn label {
	width: 80px;
	float: left;
}
div.formColumn input {
	width: 410px;
	float: left;
}
*/


div.editorField textarea#text {
	height: 400px;
}

div.editorField textarea#keywords {
	height: 80px;
}

div.formRadio {
	font-weight: bold;
}
div.formRadio div {
	font-weight: normal;
}
div.formRadio input {
	margin: 0 4px 0 -4px;
}
div.formRadio label {
}


table.inputGrid {
	width: 100%;
}
table.inputGrid td {
	border: 1px solid #aaa;
	border-collapse: collapse;
	font-size: 1.2em;
	overflow: hidden;
	
	margin: 0;
	padding: 0;
}
table.inputGrid span {
	padding: 2px;
	font-size: 0.9em;
}	
table.inputGrid .iGprice {
	width: 15%;
}
table.inputGrid .iGbus,
table.inputGrid .iGhotel,
table.inputGrid .iGsingle {
	width: 15%;
}
table.inputGrid input {
	width: 90%;
	border: 1px solid white;
	margin: 0;
	padding: 2px;
}







#calendar {
	width: 200px;
}
#presenter {
	float: right;
	width: 520px;
	border-top: 1px solid #aaa;
}
#presenter li {
	margin: 0; padding: 4px 0 4px 20px;
	position: relative;
	display: block;
	border-bottom: 1px solid #aaa;
	font-weight: normal;
	text-align: left;
	font-weight: normal;
	line-height: 160%; 
}
#presenter li button {
	position: absolute;
	top: 4px; right: 0px;
	font-size: 0.9em;
}	
#presenter li button.btnStart,
#presenter li button.btnStop {
	right: auto;
	left: 0;
	top: 6px;
	border: 1px solid #fff;
	background: #fff url(/images/tick-gray.gif) left center no-repeat;
	text-indent: -2000px;
	width: 20px; 
	cursor: pointer;
	
	_left: -20px;
	_top: 0;
}
#presenter li button.btnStart {
}
#presenter li button.btnStop {
	background-image: url(/images/tick.gif);
}
#addtopresenter {
	width: 90px;
	margin: 8px 0 0 110px;
}



.admin {
/*	padding: 0 0 0 300px; */
}



div.imageField div {
	border: 1px solid #CCC;
	height: 200px;
	width: 718px;
	margin-bottom: 8px;
	padding: 8px;
	overflow: hidden;
}
div.imageField input {
	height: 26px;
	line-height: 26px;
	width: 130px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.formChoice {
	margin: 0 0 2em;
	font-weight: bold;
}
.formChoice label {
	display: block;
	font-weight: normal;
}


