#login_dialog {
	display: none;
	position: absolute;
	z-index: 110;
	top: 15px;
	right: 200px;
}

div.login {
	opacity: 0.9;
	background-image:url(/media/images/header_bg.jpg);
	background-position: 100px;
	border: 1px solid #B0DAF0;
	width: 270px;
}

div.login > div.head {
	color: #fff;
	text-align: center;
	background-color: #0371AB;
	margin: 1px;
	font-weight: bold;
}

div.login > div.url {
	color: #fff;
	text-align: left;
	margin: 2px;
	margin-left: 4px;
}

div.login > div.url > a {
	text-decoration: none;
}

div.login > div.url > a:visited {
	text-decoration: none;
}

div.login > div.url > a:hover {
	text-decoration: underline;
}

div.login > div.controls {
	text-align: right;
	margin-bottom: 2px;
}

div.login > div.controls > a {
	margin-right: 1px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #B0DAF0;
	text-decoration: none;
	font-weight: bold;
	background-color: #0371AB;
}

div.login > div.controls > a:visited {
	background-color: #0371AB;
}

div.login > div.controls > a:hover {
	background-color: #1BA6E9;
}

#addpage_dialog_options {
	display: none;
}

#editor_dialog {
	display: none;
	position: absolute;
	z-index: 110;
}

#image_dialog {
	display: none;
	position: absolute;
	z-index: 110;
	
}

#editpage_dialog {
	display: none;
	position: absolute;
	z-index: 110;
}

#addpage_dialog {
	display: none;
	position: absolute;
	z-index: 110;
}

#gallery_dialog {
	display: none;
	position: absolute;
	z-index: 110;
}

#serv_dialog {
	display: none;
	position: absolute;
	z-index: 110;
}

#prod_dialog {
	display: none;
	position: absolute;
	z-index: 110;
}

#buklet_dialog {
	display: none;
	position: absolute;
	z-index: 110;
}

#gallery_edit_dialog {
	display: none;
	position: absolute;
	z-index: 110;
}

#adminlogin_dialog {
	margin-left: 30%;
	margin-right: 30%;
}

#view3d_dialog {
	display: none;
	position: absolute;
	z-index: 110;
}

#subscribe_dialog {
	display: none;
	position: absolute;
	z-index: 110;
}

#shadow {
	background: #000;
	display: none;
	opacity: 0.60;
	filter: alpha(opacity=60);
	position: absolute;
	z-index: 50;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

div.buklet {
	text-align: right;
	margin: 5px;
	padding-right: 100px;
	position: relative;
}


div.buklet > div.info {
	right: 0px;
	bottom: 30px;
	position: absolute;
	overflow: hidden;
}

div.admin_dialog {
	background: #fff;
	color: #000;	
	border: 4px solid #525252;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

div.admin_dialog div.error {
	font-weight: bold;
	margin-left: 2em;
	font-size: 1.5em;
}

#subscribe_dialog div.error {
	font-weight: normal;
	font-style: italic;
	color:red;
}

div.admin_dialog .header {
	background: #0595d2;
	padding-bottom: 2px;
	padding-top: 2px;
	overflow: hidden;
}

div.admin_dialog .header > .title {
	float: left;
	background: #0595d2;
	color: #fff;
	width: 96%;
	cursor: default;
}

div.admin_dialog .header > .close {
	text-align: center;
	float: right;
	background: #0595d2;
	color: #fff;
	width: 4%;
	cursor: pointer;
}

div.admin_dialog div.content {
	overflow: hidden;
}

div.admin_dialog div.content hr {
	border: 1px #525252 dotted;
	color: red;
	margin-left: 50px;
	margin-right: 50px;
}

div.admin_dialog .content > .text {
	text-align: right;
	font-weight: bold;
	color: #555;
	padding: 2px;
	cursor: default;
	overflow: hidden;
}

div.admin_dialog .content > .text > input {
	background-color: #fff;
	border: 1px #525252 solid;
	width: 230px;
}
div.admin_dialog .content > .text-left {
	text-align: left;
	font-weight: bold;
	color: #555;
	padding: 2px;
	cursor: default;
	overflow: hidden;
}

div.admin_dialog .content > .text-left > .field {
	background-color: #fff;
	border: 1px #525252 solid;
	width: 230px;
}

div.admin_dialog .content > .text > select {
	background-color: #fff;
	border: 1px solid #525252;
	width: 232px;
}

div.admin_dialog .content .row {
	text-align: left;
	font-weight: bold;
	color: #555;
	padding: 2px;
	cursor: default;
	overflow: hidden;
	font-style: normal;
}

div.admin_dialog .content .row input {
	background-color: #fff;
	border: 1px #525252 solid;
	width: 99%;
}

div.admin_dialog .content .radio {
	text-align: left;
	font-weight: bold;
	color: #555;
	padding: 2px;
	cursor: default;
	overflow: hidden;
}

div.admin_dialog .content .radio input {
	background-color: #fff;
}

div.admin_dialog .content .row .row input {
	background-color: #fff;
	border: 1px #525252 solid;
	width: 99%;
}

div.admin_dialog .content > .row .row select {
	background-color: #fff;
	border: 1px #525252 solid;
	width: 100%;
}

div.admin_dialog .content > .row .row textarea {
	background-color: #fff;
	border: 1px #525252 solid;
	width: 99%;
}

div.admin_dialog .content .selectbox {
	text-align: left;
	width: 238px;
	float: right;
	cursor: default;
	overflow: hidden;
}

div.admin_dialog .content > .selectbox > input {
	padding: 0px;
	margin: 0px;
}

div.admin_dialog .control input {
	background-color: #dfdfdf;
	border: 1px #525252 solid;
	width: 182px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	cursor: pointer;
}

div.admin_dialog .control .left {
	float: left;
	text-align: left;
	color: #fff;
}

div.admin_dialog .control .right {
	text-align: right;
	float: right;
	color: #fff;	
}

#subscribe_dialog .control {
	margin-top: 30px;
}

.check {
	margin-top: 9px;
}

#tmpl_edit_area ul, li { 
	margin: 2px 2px;
	padding: 2px 2px;
}

#tmpl_edit_area li:HOVER { 
	font-weight: bold;
	background-color: #fff;
}


#tmpl_edit_area a { 
	text-decoration: none;
}

/*#tmpl_edit_area*/ input, textarea, select { 
	font-size: 1em;
}

/***/
table.data {
	background-color: #fefefe;
	width: 95%;
	border: solid 2px #d3dce3;
	
}
table.data td {
	text-align: left;
	border: solid 1px #ffffff;
	padding: 2px 5px;
	vertical-align: middle;
}
table.data th {
	text-align: center;
	border: solid 1px #ffffff;
}
table.data a {
	text-decoration: none;
}
table.data thead,tfoot {
	background-color: #d3dce3;
}
table.data tbody tr.odd {
	background-color: #ededed;
}
table.data tbody tr.hovered {
	background-color: #DFEFFC;
	color: #2E6E9E;
}
table.data tbody tr.clicked {
	background-color: lightblue;
	color: blue;
}
/***/
div.alert {
	color: #cd0a0a;
	border: 1px solid #cd0a0a;
	background-color: #fef1ec;
	text-align: center;
	padding: 5px 5px;
}

fieldset legend {
	font-weight: bold;
}
