﻿.clear
{
	clear: both;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

/* Login */
table.login_box
{
	background: #ffffff url(Images/logo_small.jpg) no-repeat left bottom;
}

div.login
{
	margin: 10px;
}

div.login_header
{
	background: #054355;
	color: #ffffff;
	padding: 5px 10px;
}

/* Forms format */

div.form_line 
{
	clear: both;
	height: 25px;
	line-height: 25px;
	background: #efefef;
	margin-top: 1px;
}

div.form_line label
{
	width: 200px;
	float: left;
}

div.form_line input
{
	width: 300px;
	float: left;
	height: 15px;
	font-size: 11px;
	line-height: 15px;
	margin: 3px 0;
	padding: 1 0;
	border: solid 1px #1C5463;
}

div.form_buttons
{
	border-top: solid 1px #1C5463;
	clear: both;
	margin: 5px 0 0 0;
}

div.form_buttons input
{
	height: 19px;
	line-height: 15px;
	padding: 3px 10px;
	border: 0;
	background: #1C5463;
	color: #ffffff;
	font-size: 11px;
	float: right;
	margin: 3px 0 0 0;
}

/* Catchword */

div.catchword
{
	background: url(Images/nadmorskaprzystan.png) no-repeat center center;
	 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=Images/nadmorskaprzystan.png,sizingMethod='scale');
	height: 55px;
	padding: 15px 0;
}

/* Page image upload */

.page_image_upload
{
	position: absolute;
	left: 20px;
	bottom: 5px;
	background: #E6E6E6;
	border: solid 1px #000000;
}

/* Edit menu */


.menu_show
{
	position: absolute;
	top: 5px;
	right: 5px;
	display: none;
	background: #ffffff url(Images/Icons/options_icon.gif) no-repeat right top;
	padding: 0 20px 0 0;
	cursor: pointer;
	z-index: 10;
	height: 16px;
	line-height: 16px;
	color: #99a731;
}

.hover_entry .menu_show
{
	display: block;
}

.menu_full
{
	position: absolute;
	top: 3px;
	right: 3px;
	display: none;
	width: 80px;
	background: #ffffff;
	z-index: 11;
	border: solid 1px #c7dc29;
	padding: 1px;
	color: #99a731;
}

.menu_full .menu_header
{
	line-height: 16px;
	border-bottom: solid 1px #e1ef74;
	background: url(Images/Icons/options_icon.gif) no-repeat right top;
	padding-bottom: 1px;
	padding: 0 5px;
}

.menu_full a
{
	display: block;
	background: #ffffff;
	color: #b2b2b2;
	height: 16px;
	line-height: 16px;
	padding: 0 5px;
	text-decoration: none;
}

.menu_full a:hover
{
	color: #ffffff;
	background: #b2b2b2;
}

/* buttons */

div.buttons
{
	background: #B2B2B2;
	text-align: right;
	padding: 5px 10px;
}

div.buttons input
{
	margin-left: 10px;
	background: #626366;
	border: 0;
	color: #989898;
	font-size: 11px;
	font-family: Verdana;
	padding: 4px 8px;
	cursor: pointer;
}

div.buttons input.save
{
	background: #C7DC29;
	color: #626366;
}
/* ruler */

div.ruler_bg
{
	background: url(Images/ruler_bg.gif) no-repeat top left;
	padding: 15px 0 0 15px;
	position: relative;
	margin-top: 5px;
}

div.ruler_bg .mask
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
	border: solid 1px #626366;
}

div.ruler_bg .mark
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;

	width: 41px;
	height: 31px;
	background: url(Images/Icons/aparat.png) no-repeat top left;
}

div.ruler_bg .mark2
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
	width: 41px;
	height: 31px;
	background: url(Images/Icons/aparat.png) no-repeat top left;
	filter:alpha(opacity=50);
	opacity:.50;
	
}

div.guide_y
{
	border-bottom: solid 1px #4affff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 15px;
	z-index: 10;
}

div.guide_x
{
	border-right: solid 1px #4affff;
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	height: 100%;
	z-index: 10;
}

/* plan */

.plan_wrapper
{
	position: relative;
}

.plan_wrapper .mark
{
	position: absolute;
	top: 0;
	left: 0;
	width: 41px;
	height: 31px;
	z-index: 9;
	background: url(Images/Icons/aparat.png) no-repeat top left;
	cursor: pointer;
}

.plan_wrapper .info
{
	background: url(Images/Icons/info.png) no-repeat top left;
}

.modalBackground
{
	background: #000000;
	filter:alpha(opacity=50);
	opacity:0.5;
}

.modalBoxWrapper
{
	width: 750px;
}

.modalBox
{
	background: #000000;
	color: #ffffff;
	padding: 20px 30px 20px;
}

.news_entry .modalBox h2
{
	font-size: 12px;
	margin: 0;
	padding: 15px 0 15px 0;
}

.modalBox .modalClose
{
	position: absolute;
	top: 1px;
	right: 5px;
	padding: 3px;
	margin: 0;
	background: none;
	font-size: 13px;
	color: #C8DB27;
}

.modalBox .foto_thumbs img.thumb
{
	padding: 5px;
	cursor: pointer;
}

.modalBox .foto_thumbs
{
	margin-top: 10px;
	padding: 15px 5px;
	border-top: solid 1px #C8DB27;
}

/* message */

div.message
{
	background: #ACDC0E url(Images/Icons/ok_icon.gif) no-repeat 10px center;
	border: solid 1px #82B405;
	padding: 10px 10px 10px 50px;
	margin: 10px;
	color: #1B4200;
}

div.error
{
	background: #ff7676 url(Images/Icons/error_icon.gif) no-repeat 10px center;
	border: solid 1px #b91616;
	padding: 10px 10px 10px 50px;
	margin: 10px;
	color: #550808;
}