/*
 * This library is free software; you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation; either
 * version 2.1 of the License, or (at your option) any later version.
 *
 * This library is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public
 * License along with this library; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 *
 *	@package		: Poety
 *	@version		: 1.0
 *	@creation		: 2007.04.13.
 *	@link			: http://poety.hu
 *	@author			: Szirják Csaba (Chaar-Lee) [chaarlee@poety.hu]
 *	@license		: GNU Lesser General Public License [http://www.gnu.org/copyleft/lesser.html]
 *
 *	Copyright (C) 2007 Szirják Csaba (Chaar-Lee)
 */

/*@import url("poety_menu.css");*/
@import url("poety_box.css");
@import url("poety_form.css");
@import url("poety_lista.css");
@import url("poety_view.css");
@import url("poety_pager.css");
@import url("poety_filter.css");
@import url("poety_listaedit.css");

body {
	background: white;
	color: black;
	margin: 5px;
	margin-bottom: 60px;
	font: 12px Tahoma, Verdana, Helvetica, sans-serif;
}

#frame_content {
	background: white;
	border: 1px solid grey;
	width: 980px;
	margin: auto;
	padding: 0px;
	display: block;
}

#frame_header {
	background: yellow;
	border: 1px solid grey;
	width: auto;
	margin: 2px;
	padding: 2px;
	display: block;
	text-align: left;
}

#frame_body {
	background: none;
	border: 0px solid grey;
	width: auto;
	margin: 2px;
	padding: 0px;
	display: block;
}

#frame_footer {
	background: yellow;
	border: 1px solid grey;
	width: auto;
	margin: 2px;
	padding: 2px;
	display: block;
	clear: both;
	text-align: left;
}

#frame_body_left {
	background: white;
	border: 1px solid grey;
	width: 200px;
	/*margin: 2px;*/
	padding: 2px;
	float: left;
	text-align: justify;
	display: block;
}

#frame_body_center {
	background: white;
	border: 1px solid grey;
	width: auto;
	margin: 2px 210px 2px 210px;
	padding: 2px;
	text-align: justify;
	display: block;	
}

#frame_body_right {
	background: white;
	border: 1px solid grey;
	width: 200px;
	/*margin: 2px;*/
	padding: 2px;
	float: right;
	text-align: justify;
	display: block;
}

#frame_response {
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -200px;
	width: 400px;
	height: auto;
	padding: 10px 10px 10px 5px;
	text-align: left;
	/*background: #1D98DF;*/
	background: #4BDF1D;
	border: 1px solid black;
	color: black;
	z-index: 10;
	display: none;
	cursor: pointer;
}

#frame_response ul {
	margin: 2px;
	padding-left: 18px;
}

#frame_response ul li {
	margin-left: 0px;
	font-size: 14px;
	font-weight: bold;
	font-family: monospace;
}

#frame_error {
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -200px;
	width: 400px;
	height: auto;
	padding: 10px 10px 10px 5px;
	text-align: left;
	background: #DF461D;
	border: 1px solid black;
	color: black;
	z-index: 20;
	display: none;
	cursor: pointer;
}

#frame_error ul {
	margin: 2px;
	padding-left: 18px;
}

#frame_error ul li {
	margin-left: 0px;
	font-size: 14px;
	font-weight: bold;
	font-family: monospace;
}

#frame_debug {
	position: fixed;
	bottom: 2px;
	width: 99%;
	text-align: left;
	background: #EEEEEE;
	border: 1px solid black;
	padding: 3px;
	z-index: 666;
	display: none;
}

#frame_debug_content {
	height: 50px;
	overflow: auto;
}

#frame_debug_buttons {
	height: 20px;
}

#frame_debug_buttons .frame_debug_button_close {
	width: 12px;
	height: 12px;
	float: right;
	background: yellow;
	border: 1px solid black;
	cursor: pointer;
	z-index: 100;
	margin-right: 2px;
}

#frame_debug_buttons .frame_debug_button_expand {
	width: auto;
	height: 12px;
	margin: 2px;
	margin-right: 18px;
	background: blue;
	border: 1px solid black;
	cursor: pointer;
	z-index: 100;
}

#frame_debug_content ul {
	margin: 2px;
	padding-left: 18px;
}

#frame_debug_content ul li {
	margin-left: 0px;
	font-size: 12px;
	white-space: pre;
	font-weight: normal;
	font-family: monospace;
}

#frame_loadbar {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -150px;
	width: 300px;
	height: 50px;
	text-align: center;
	vertical-align: bottom;
	background: url('../img/ajax-loader-bar.gif') no-repeat center;
	background-color: white;
	border: 1px solid black;
	padding: 2px;
	color: black;
	font-size: 12px;
	font-family: monospace;
	z-index: 40;
	display: block;
	opacity: 0.9;
}

#language_selector {
	position: absolute;
	top: 2px;
	right: 5px;
}

#language_selector img {
	cursor: pointer;
	border: 1px solid gray;
}

#poety_footer {
	margin: 2px;
	padding: 2px 0px 2px 8px;
	font: 10px Tahoma, Verdana, Helvetica, sans-serif;
	letter-spacing: 2px;
	color: gray;
	text-align: right;
}

#poety_footer a {
	color: gray;
	text-decoration: none;
	padding: 1px 2px 1px 2px;
}

#poety_footer a:hover {
	text-decoration: underline;
	background: yellow;
}
