html>body {
	height: 100%;
}
body {
	font: normal 12px Tahoma;
	margin: 0;
	padding: 0;
	background: #C8EDFF;
}

#header {
	background: transparent url(../images/gradient.png) repeat-x bottom center;
	color: #555;
	height: 115px;
	margin-top: -15px;
}

#header #logo {
	background: transparent url(../images/logo.png) no-repeat;
	margin: 0px auto;
	position: relative;
	top: 30px;
	width: 342px;
	height: 58px;
}

#container {
	position: relative;
	min-height: 100%;
	height: auto;
}

#questions {
	float: left;
	height: 100%;
	padding: 10px;
}

div.question {
	background: #fff;
	border: solid 2px #555;
	padding: 5px;
	margin-bottom: 10px;
	height: 70px;
	width: 300px;
}

div.question span.question_text {
	font: bold 16px Arial;
	color: #555;
}

div.question div.answers_container {
	margin-top: 5px;
}

div.question input.save_button {
	margin-top: 5px;
}

#display {
	margin-top: 10px;
	color: #555;
}

#right {
	position: fixed;
	right: 0px;
	width: 300px;
	height: 100%;
}

#list-container {
	padding: 4px;
	background: #fff;
	color: #333;
	border: dotted 2px #555;
	border-right: none;
	border-bottom: none;
	height: 100%;
}

#list-container div#list-title {
	border-bottom: solid 2px #888;
	padding: 3px;
	font: bold 16px Arial;
}

#list-container #list {
	padding: 3px;
}

#list-container #list-content {
	margin-top: 5px;
}

#list-container #list-buttons {
	position: fixed;
	top: 108px;
	right: 5px;
}

#list-container #load_document {
	margin-left: 5px;
}

#list {
	overflow: auto;
}

div#list div.html_tag_begin:hover, div#list div.html_tag_hover:hover {
	background: #ffff00; /*#2A887F;*/
	color: #000;
	cursor: pointer;
}

div#list div.html_tag {
	margin-bottom: 4px;
}

div#list div.html_tag_children div.html_tag {
	margin-bottom: 0px;
}

div.html_tag div.html_tag_children, div.html_tag div.html_value_with_children {
	padding-left: 15px;
}

#footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20px;
	background: #29847D;
	color: #fff;
	padding-top: 2px;
	font-size: 11px;
}

#footer #about_link {
	float: left;
	font-weight: bold;
	margin-left: 5px;
}

#footer a.window_link, #footer a.window_link_open {
	padding: 2px;
}

#footer a.window_link_open {
	
}

#footer a.window_link:hover {
	cursor: pointer;
}

#footer #view_link {
	float: right;
	margin-right: 10px;
	font-weight: bold;
}	

div.window {
	position: absolute;
	width: 300px;
	height: 300px;
	background-color: #fff;
	border: solid 2px #555;
	overflow: hidden;
	padding: 3px;
}

div.window div.window_tb {
	height: 25px;
	background-color: #dedede;
	color: #555;
	width: 100%;
	padding-top:5px;
	text-align: center;
}

div.window div.window_tb:hover {
	cursor: move;
}

div.window div.window_tb span.window_title {
	display: block;
	float: left;
	position: relative;
	left: 10px;
	font: bold 16px Verdana;
}

div.window div.window_tb span.window_close {
	background: transparent url(../images/cross.png) no-repeat;	
	display: block;
	width: 16px;
	height: 16px;
	float: right;
	position: relative;
	right: 10px;
}
div.window div.window_tb span.window_close:hover {
	cursor: pointer;
}

div.window div.window_content {
	height: 100%;
	width: 100%;
	background: #fff;
}

div.window div.window_content_center {
	text-align: center;
}

div.window div.window_content_error {
	text-align: center;
	color: red;
}

div.window div.window_content {
	cursor: default;
}

#iframe {
	border: none;
	overflow: auto;
}

div.window div.window_dragger {
	height: 5px;
	margin-top: -10px;
}

div.window div.window_dragger span.window_drag_icon {
	display: block;
	float:right;
	background: #ececec url(../images/resize.gif) no-repeat;
	width: 9px;
	height: 9px;
}

div.window div.window_dragger span.window_drag_icon:hover {
	cursor: se-resize;
}

div.error_notice {
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 10px;
	color: #555;
}

div#about_page {
	margin: 0;
	padding: 0;
	overflow: auto;
}

div#about_page h2 {
	margin: 0;
	padding: 0;
}

div#about_page span {
	display: block;
	margin: 5px;
}

div#about_page ul {
	list-style-type: circle;
}

input#prompt_text, input#output_button {
	margin-top: 10px;
}

input#output_button {
	margin-left: 8px;
}
