@font-face {
	font-family: NarratorFont;
	src: url('../BitstreamVeraSans.ttf');
}

@font-face {
	font-family: ActorFont;
	src: url('../ltromatic.ttf');
}

#comic_edit_panel {
	/*background-color: #ddeeff;*/
	float: left;
	padding: 16px;
	margin: 0px 0px 0px;
}

#comic_creator_login_div {
	margin: 0px;
}

#comic_creator_browse_div {
	margin: 0px;
}

#save_btn {
	float: right;
}

#load_btn {
	float: right;
}

#preview_btn {
	float: right;
}

button {
	background: #abc;
	padding: 5px;
	border: 2px solid #000000;
	border-radius: 3px;
	margin: 10px;
	font-size:inherit;
}

#one_panel_comic {
	display: none;
}

#four_panel_comic, #one_panel_comic {
	width: 404px;
	height: 604px;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
}

div.small_panel {
	width: 200px;
	height: 300px;
}

div.large_panel {
	width: 400px;
	height: 600px;
}

div.selector {
	border-color: #000000;
	border-style: solid;
	border-width: 2px;
	margin: 4px;
}

div.comic_panel_small {
	width: 200px;
	height: 300px;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
}

div.comic_panel_large{
	width: 402px;
	height: 602px;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
}

#comic_edit_footer {
	clear: both;
}

#panel_one, #panel_three {
	float: left;
}

#panel_two, #panel_four {
	float: right;
}

#comic_left_edit_pane {
	float: left;
}

#comic_right_edit_pane {
	width: 336px;
	margin: 4px 4px 4px 16px;
	float: left;
}

#coimc_panel_toggle_div {
	padding: 4px;
}

#comic_elements {
	clear: both;
	border-style: solid;
	border-color: #000000;
	border-width: 0px 2px 2px;
	padding: 4px;
	height: 610px;
	overflow: auto;
}

div.tab {
	float: left;
	padding: 2px 4px 2px;
	margin: 2px 0px 0px;
	border-color: #000000;
	border-style: solid;
	border-radius: 8px 8px 0px 0px;
	border-width: 2px;
	background-color: #abc;
	width: 100px;
	cursor: pointer;
}

div.tab.active {
	padding: 4px 4px 4px;
	margin: 0px;
	border-bottom-width: 0px;
	background-color: #def;
}

div.tab_panel {
	display: none;
}

div.tab_panel.active {
	display: inline;
}

div.selector {
	cursor: pointer;
}

textarea.text_input_area {
	position: relative;
	left: 8px;
	top: 8px;
	font-size: 10pt;
	font-family: ActorFont;
	background-color: transparent;
}

div.comic_panel_small textarea.text_input_area {
	width: 181px;
	height: 90px;
}

#preview_debug {
	position: absolute;
	display: none;
	background-color: black;
	color: white;
}

#preview_window, #help_window {
	display: none;
	background-color: black;
	color: white;
	padding: 3px;
}

#preview_window {
	float: left;
}

#help_window {
	position: absolute;
}

#preview_close, #help_close {
	float: right;
}

#hamstard_comic_table {
	margin-top: 5px;
}
