﻿.s
{
	width: 120px;
	height: 50px;
}
	
table.ds td.top-left
{
	background: url(/chrome/white2/i/dialog/top-left.png) no-repeat left top;
}

table.ds td.top-right
{
	background: url(/chrome/white2/i/dialog/top-right.png) no-repeat right top;
}

table.ds td.top-left img,
table.ds td.top-right img
{
	width: 2px;
	height: 28px;
}

* html table.ds td.top-left
{
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/chrome/white2/i/dialog/top-left.png",sizingMethod="crop");
}

* html table.ds td.top-right
{
	background: none;
}

* html table.ds td.top-right div
{
	overflow: hidden;
	position: relative;
	height: 28px;
}

* html table.ds td.top-right img
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/chrome/white2/i/dialog/top-right.png",sizingMethod="crop");
	width: 1px;
	position: absolute;
	top: 0px;
	right: -1px;
	height: 28px;
}

table.ds td.middle-left1
{
	background: url(/chrome/white2/i/dialog/middle-left1.png) no-repeat left top;
	height: 50%;
}

table.ds td.middle-left2
{
	background: url(/chrome/white2/i/dialog/middle-left2.png) no-repeat left bottom;
	height: 50%;
}

table.ds td.middle-right1
{
	background: url(/chrome/white2/i/dialog/middle-right1.png) no-repeat right top;
	height: 50%;
}

table.ds td.middle-right2
{
	background: url(/chrome/white2/i/dialog/middle-right2.png) no-repeat right bottom;
	height: 50%;
}

table.ds td.middle-left1 img,
table.ds td.middle-left2 img,
table.ds td.middle-right1 img,
table.ds td.middle-right2 img
{
	width: 120px;
	height: 2px;
}

* html table.ds td.middle-left1
{
	vertical-align: top;
	background: none;
}

* html table.ds td.middle-right1
{
	background: none;
	vertical-align: top;
}

* html table.ds td.middle-left1 img
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/chrome/white2/i/dialog/middle-left1.png",sizingMethod="crop");
}

* html table.ds td.middle-right1 img
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/chrome/white2/i/dialog/middle-right1.png",sizingMethod="crop");
}

* html table.ds td.middle-left1,
* html table.ds td.middle-right1
{
	height: 50%;
}

* html table.ds td.middle-left2,
* html table.ds td.middle-right2
{
	background: none;
}

* html table.ds td.middle-left2 div,
* html table.ds td.middle-right2 div
{
	overflow: hidden;
	position: relative;
}

* html table.ds td.middle-left2 div img,
* html table.ds td.middle-right2 div img
{
	height: 1px;
	
	position: absolute;
	bottom: -1px;
}

* html table.ds td.middle-left2 div img
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/chrome/white2/i/dialog/middle-left2.png",sizingMethod="crop");
}

* html table.ds td.middle-right2 div img
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/chrome/white2/i/dialog/middle-right2.png",sizingMethod="crop");
}

table.ds td.bottom-left img,
table.ds td.bottom-right img
{
	width: 2px;
	height: 44px;
}

table.ds td.bottom-left
{
	background: url(/chrome/white2/i/dialog/bottom-left.png) no-repeat left top;
}

table.ds td.bottom-right
{
	background: url(/chrome/white2/i/dialog/bottom-right.png) no-repeat right top;
}

* html table.ds td.bottom-left
{
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/chrome/white2/i/dialog/bottom-left.png",sizingMethod="crop");
}

* html table.ds td.bottom-right
{
	background: none;
}

* html table.ds td.bottom-right div
{
	overflow: hidden;
	position: relative;
	height: 44px;
}

* html table.ds td.bottom-right img
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/chrome/white2/i/dialog/bottom-right.png",sizingMethod="crop");
	width: 1px;
	position: absolute;
	bottom: 0px;
	right: -1px;
}
.b-dialog { position: absolute; border: none; padding: 0px; margin: 0px; }
.b-dialog td { font-size: 1px; }

.b-dialog .b-dialog-content { background: ; }
.b-dialog .b-dialog-header { background: url(i/dialog/caption.png) left top repeat-x; height: 56px; position: relative; }

.b-dialog span.title
{
	font: normal normal 18pt 'Lucida Grande', Tahoma, Verdana, sans-serif;
	position: absolute;
	top: 10px;
	left: 12px;
	color: #000;
}

/* default look */

.b-dialog .b-side-t,
.b-dialog .b-side-b { width: 36px; }

.b-dialog .b-side-mlt { background: url(i/dialog/default/middle-left1.png) top left; }
.b-dialog .b-side-mlb { background: url(i/dialog/default/middle-left2.png) bottom left; }
.b-dialog .b-side-mrt { background: url(i/dialog/default/middle-right1.png) top left; }
.b-dialog .b-side-mrb { background: url(i/dialog/default/middle-right2.png) bottom left; }

.b-dialog .b-corner-tl { background: url(i/dialog/default/top-left.png) top left; height: 28px; width: 80%; }
.b-dialog .b-corner-tr { background: url(i/dialog/default/top-right.png) top right; height: 28px; width: 80%; }
.b-dialog .b-corner-bl { background: url(i/dialog/default/bottom-left.png) top left; height: 44px; width: 80%; }
.b-dialog .b-corner-br { background: url(i/dialog/default/bottom-right.png) bottom right; height: 44px; width: 80%; }

/* default look + ie6 shadows */

.b-dialog-ie6 .b-corner-tl { background-image: url(i/dialog/default-ie6/top-left.png); }
.b-dialog-ie6 .b-corner-tr { background-image: url(i/dialog/default-ie6/top-right.png); }
.b-dialog-ie6 .b-corner-bl { background-image: url(i/dialog/default-ie6/bottom-left.png); }
.b-dialog-ie6 .b-corner-br { background-image: url(i/dialog/default-ie6/bottom-right.png); }

.b-dialog-ie6 .b-side-mlt { background-image: url(i/dialog/default-ie6/middle-left1.png); }
.b-dialog-ie6 .b-side-mlb { background-image: url(i/dialog/default-ie6/middle-left2.png); }
.b-dialog-ie6 .b-side-mrt { background-image: url(i/dialog/default-ie6/middle-right1.png); }
.b-dialog-ie6 .b-side-mrb { background-image: url(i/dialog/default-ie6/middle-right2.png); }

/* no footer + default shadow */

.b-dialog-nf .b-corner-bl { background-image: url(i/dialog/nofooter/bottom-left.png); }
.b-dialog-nf .b-corner-br { background-image: url(i/dialog/nofooter/bottom-right.png); }

.b-dialog-nf .b-side-mlb { background-image: url(i/dialog/nofooter/middle-left2.png); }
.b-dialog-nf .b-side-mrb { background-image: url(i/dialog/nofooter/middle-right2.png); }

/* no footer + ie6 shadow */

.b-dialog-nf-ie6 .b-corner-bl { background-image: url(i/dialog/nofooter-ie6/bottom-left.png); }
.b-dialog-nf-ie6 .b-corner-br { background-image: url(i/dialog/nofooter-ie6/bottom-right.png); }

.b-dialog-nf-ie6 .b-side-mlb { background-image: url(i/dialog/nofooter-ie6/middle-left2.png); }
.b-dialog-nf-ie6 .b-side-mrb { background-image: url(i/dialog/nofooter-ie6/middle-right2.png); }

/* overlays */

#blossom-loading
{
	position: fixed !important;
	position: absolute;
	z-index: 2'0;
	width: 70px;
	height: 70px;
	background: url(i/loading.png) no-repeat;
}

* html #blossom-loading
{
	position: absolute;
	background: url(i/loading-ie6.png) no-repeat;
}


#blossom-popup
{
	position: fixed !important;
	position: absolute;
	z-index: 3'0;
}

#blossom-loading div.blossom-loading-progress
{
	background: url(i/overlay-progress.gif) no-repeat;
	position: absolute;
	left: 5px;
	top: 5px;
	width: 55px;
	height: 55px; 
}

#blossom-popup-overlay
{
	position: fixed !important;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	/*background-color: ;*/
	z-index: 10;
}

/* html #blossom-popup-overlay*/
{
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight +  'px' );
}
body
{
	/*egész oldal háttere*/
	/*background-color: #ffc5cb; url(i/main/body.png) no-repeat;*/
	background: url(kepek/hatter.jpg);/*#ffc5cb ;*/
	background-attachment:fixed;
	background-position: top center;
	background-repeat:no-repeat;
}

#admin-main
{
	/* középső rész szövegrészének háttere */
	background:/*#ffc5cb url(kepek/bemutatkozas_hatter.jpg) 50% 30% no-repeat*/;

}

#admin-main #header
{
	/* középső rész fejlécének háttere */
	background: ;/*#ffc5cb;*/
}

.nomenu#admin-main #header
{
	background: ;/*url(i/main/header-nomenu.png) no-repeat;*/
}

#footer
{
/* fejléc háttérszíne*/
	background: ;/*#ffc5cb;*/ 
}

.control, .form input, .form select
{
	border: 1px solid #a7a6aa;
}

#ddlBlogs
{
	font: normal 8pt Verdana, Arial, sans-serif;
}

#ddlBlogs optgroup
{
	font: bold 8pt Verdana, Arial, sans-serif;
	font-style: normal;
	color: #666;
}

#ddlBlogs optgroup option
{
	color: ;
}

#body h1
{
	padding: 6px 20px 0px 10px;
	margin: 0px;
	font: bold 11pt 'Trebuchet MS' , 'Verdana' , 'Arial';
	color: #043555;
}

#body h2
{
	margin: 2px 0px 10px 2px;
	font: bold 14pt 'Trebuchet MS' , 'Verdana' , 'Arial';
	color: #043555;
}
.dialog .dialog-footer
{
	background: url(i/dialog/buttons.png);
}

.dialog a.float-close,
.dialog a.float-maximize,
.dialog a.float-restore
{
	background-image: url(i/dialog/widgets.png);
}

.dialog .dialog-header
{
	background: url(i/dialog/caption.png) repeat-x;
}

.dialog .dialog-footer div
{
	display: block;
}

#error-pane #error-content
{
	background: ;/*#fafafa url(i/dialog/buttons.png) repeat-x;*/
	border: 1px solid #a7a6aa;
	padding: 4px;
}

ul.tabstrip li a,
ul.tabstrip li a:visited,
ul.tabstrip li a:hover
{
	color: white;
}
/* kiválasztott menüpont tulajdonságai*/
#main-menu ul.tabstrip li.selected a
{
	background: ;
}

#main-menu ul.tabstrip li.selected span
{
	background:  ;
}

#main-menu ul.tabstrip li a,
#main-menu ul.tabstrip li a:visited,
#main-menu ul.tabstrip li a:hover
{
	/* menü szövegének a színe*/
	color: black;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight: bold;
	font-style:italic;
}

#main-menu ul.tabstrip li.current a
{
	border-bottom: 2px solid #2467d1;
	border-bottom: 2px solid #66acf4;
}

#main-menu ul.tabstrip li ul a:hover
{
	border-bottom: 2px solid #d4d4d4;
	padding-bottom: 0px;
}
.datagrid 
{
	border: none;
}

.datagrid .pager td
{
	background: url(i/dialog/buttons.png);
}

.datagrid .pager td table td
{
	background: transparent;
	border: none;
}
.small #admin-main
{
	background: white;/* url(i/main/small-body.png) repeat-y;*/
}

.small #admin-main #header
{
	background: url(i/main/small-header.png) no-repeat;
}

.small #footer
{
	background: url(i/main/small-footer.png) no-repeat left bottom;
}
