/*
 *	This library is a copyright software;
 *
 *	@package		: Poety CMS
 *	@version		: 2.0
 *	@creation		: 2007.04.13.
 *	@update			: 2008.10.10.
 *	@link			: http://poetyltd.com
 *	@author			: Poety IT Services Ltd. [info@poetyltd.com]
 *	@license		: http://poetyltd.com/license.html
 *
 *	Copyright (C) 2007 Poety It Services Ltd.
 */

@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");
@import url("poety_popup.css");

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

#frame_content {
	background: white;
	border: none;
	border-right: 1px solid #CCCCCC;
	width: 980px;
	padding: 0px;
	display: block;
}

#frame_header {
	background: none;
	border-bottom: 1px solid #CCCCCC;
	width: auto;
	padding: 2px;
	display: block;
	text-align: left;
}

#frame_body {
	background: white;
	border: none;
	width: auto;
	display: block;
	text-align: left;
	padding: 0px;
}

#frame_footer {
	position: relative;
	background: none;
	border-top: 1px solid #CCCCCC;
	width: auto;
	display: block;
	clear: both;
	padding: 2px;
	text-align: left;
	margin-top: 2px;
}

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

body.one_col #frame_body_left {
	display: none;
}

body.two_col #frame_body_left {
	display: none;
}

body.two_col2 #frame_body_left {
	display: block;
}

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

body.one_col #frame_body_center {
	margin-left: 10px;
	margin-right: 10px;
}

body.two_col #frame_body_center {
	margin-left: 10px;
}

body.two_col2 #frame_body_center {
	margin-right: 10px;
}

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

body.one_col #frame_body_right {
	display: none;
}

body.two_col #frame_body_right {
	display: block;
}

body.two_col2 #frame_body_right {
	display: none;
}

#frame_response {
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -200px;
	width: 400px;
	height: auto;
	padding: 10px 10px 10px 5px;
	text-align: left;
	background: #A2F588;
	border: 1px solid green;
	color: black;
	z-index: 20;
	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;
	list-style: none;
	background: url('../img/icon/accept.png') no-repeat;
	padding-left: 20px;
	margin-left: 0px;
}

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

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

#frame_error ul li {
	margin-left: 0px;
	font-size: 12px;
	font-weight: bold;
	font-family: monospace;
	list-style: none;
	background: url('../img/icon/exclamation.png') no-repeat;
	padding-left: 20px;
	margin-left: 0px;
}

#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: 16px;
	height: 16px;
	float: right;
	background: url('../img/icon/close.png') no-repeat;
	/*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: 24px;
	/*background: url('../img/icon/application_get.png') right center no-repeat;*/
	background-color: #DDDDDD;
	border: 1px solid #CCCCCC;
	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 #CCCCCC;
}

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

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

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

.closer {
	clear: both;
}