/* ---- User Menu ---- { ---- */

#userMenu {

	background:#FFFFFF url(../i/bg_t.gif) repeat-x scroll left top;
	display: block;
	z-index: 9999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 67px;
	width: 100%;
	margin: 0 auto;
	padding: 18px 0 0 0;
	z-index:20001;
	position:fixed;
}

	#userMenu table {
		margin: 0 auto;
	}
	
	#userMenu td.logo {
		vertical-align: top;
	}
	
	#userMenu td {
		height: 46px;
	}
		#userMenu td td {
			height: auto;
		}

	#userMenu a,
	#editWindow  a {
		outline: none;
		color: #111;
	}

	#userMenu small {
		font-size: 11px;
		color: #696969;
	}
	
	#userMenu #domain {
		font-size: 16px;
		color: #0081CB;
	}
	
	#userMenu .icon_logout {
		display: block;
		float: left;
		height: 25px;
		padding: 5px 0 0 24px;
		background: url(../i/um/icon_logout.gif) left 3px no-repeat;
		text-align: right;
		margin: 0;
		font-size: 11px;
	}
	
	#userMenu .icon_viewSite {
		display: block;
		float: left;
		height: 25px;
		padding: 5px 0 0 35px;
		background: url(../i/um/icon_view-site.gif) left top no-repeat;
		text-align: right;
		margin: 0;
		font-size: 11px;
	}

	#userMenu .icon_siteList {
		display: block;
		float: left;
		height: 25px;
		padding: 5px 0 0 35px;
		background: url(../i/um/icon_site-list.gif) left top no-repeat;
		text-align: right;
		margin: 0;
		font-size: 11px;
	}	
	
	
	
	

/* --- Tooltip Menu --- { --- */

.tpHolder {
	position: absolute;
	z-index: 20000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ADADAD;
}

	.tp {
		position: relative;
		z-index: 999;
	}
		.tp ul {
			position: absolute;
			z-index: 9990;
			left: 0px;
			top: 0px;
			display: block;
			background-color: #F5F5F5;
			border: 2px solid #4997D7;
			height: 24px;
			padding: 0px 4px 0px 3px;
		}
		
		#wrapper .tp ul li {
			display: block;
			float: left;
			padding: 4px 4px 0px 4px;
			background: none;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			font-weight: normal;
			color: #ADADAD;
		}
		
		.tp ul li a {
			color: #000000;
			text-decoration: underline;
		}
		
		.tp ul li a:hover {
			color: #3C7ACF;
			text-decoration: underline;
		}
		
		#wrapper .tp .icon {
			width: 12px;
			height: 14px;
		}
		
	.tpArw {
		position: absolute;
		z-index: 9999;
		left: 14px;
		top: 25px;
		width: 19px;
		height: 12px;
		background: url(../i/um/tp_arw.gif) left top no-repeat;
	}
	
	.tpShadow {
		display: none;
	}
	
	.tpShadow_ie {
		position: absolute;
		z-index: 999;
		left: 0px;
		top: 0px;
		background: url(../i/um/tp_shad.gif) left bottom no-repeat;
		filter: alpha(opacity=33) progid:DXImageTransform.Microsoft.Blur(pixelradius=2);
		opacity:.33;
	}
	
	html>body .tpShadow {
		position: absolute;
		z-index: 999;
		display: block;
		left: 1px;
		top: auto;
		bottom: 0px;
	}
		.tpShadow .l {
			width: 50%;
			float: left;
			background: url(../i/um/tp_shad.png) left bottom no-repeat;
		}
		
		.tpShadow .r {
			width: 50%;
			float: right;
			background: url(../i/um/tp_shad.png) right bottom no-repeat;
		}
	
/* --- Static Menues --- */

#wrapper .tpStatic {
	position: static;
	left: auto;
	top: auto;
	float: left;
}
		
	#wrapper .tpStatic ul {
		position: static;
		left: auto;
		top: auto;
		float: left;
	}	
		
	.tpArw_t {
		width: 35px;
		height: 12px;
		background: url(../i/um/tp_arw_t.gif) 14px top no-repeat;
		position: relative;
		z-index: 1;
		margin-bottom: -5px;
	}
	
	html>body .tpArw_t {
		margin-bottom: -3px;
	}
	
/* --- Hover Borders --- */

.editHover,
.editHoverWh {
	position: relative;
	z-index: 99;
	margin: -2px;
	cursor: pointer;
}

.editHover {
	border: 2px dashed #3875D7;
}

.editHoverWh {
	border: 2px dashed #FFFFFF;
}

	

/* --- } --- Tooltip Menu --- */

#editWindowBg {
	position: absolute;
	left: 0px;
	top: 0px;
	min-height: 100%;
/*
	height: auto !important;
	height: 100%;
*/
	width: 100%;
	background-color: #333;
	filter:alpha(opacity=50);
	-moz-opacity:.5;
	opacity:.5;
	
	z-index: 112; 
}

.transparent {
	filter:alpha(opacity=0) !important;
	-moz-opacity: 0 !important;
	opacity: 0 !important;
}

#editWindowHolder {
	position: absolute;
	z-index: 97999999;
	background-color: #EEEEEE;
	left: 50%;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top:110px;
}

	#editWindow {
		border: 2px solid #4997D7;
		background-color: #F5F5F5;
	}

	#editWindowTop {
		color: #222;
		font-size: 15px;
		padding: 5px 15px 0px 15px;
		background-color: #DDDDDD;
		height: 23px;
		border-bottom: 1px solid #A5A5A5;
	}

		#editWindowTop span {
			float: left;
		}

		#editWindow #editWindowTop a {
			font-size: 11px;
			float: right;
			color: #909090;
			margin-top: 1px;
		}
			#editWindow #editWindowTop a:hover {
				color: #404040;
			}

	#editWindowContent {
		font-size: 12px;
		color: #666666;
		padding: 15px;
	}

		#editWindowContent label {
			display: block;
			padding-bottom: 3px;
		}

		#editWindowContent input,
		#editWindowContent textarea,
		#editWindowContent select {
			border: none transparent;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 14px;
		}

		#editWindowContent div.longInput {
			margin: 0px 0px 14px 0px;
			padding: 3px;
			width: auto;
			border: 1px solid #A5A5A5;
		}

		#editWindowContent div.longInput input,
		#editWindowContent div.longInput textarea {
			width: 100%;
		}

		#editWindowContent #ew_btns {
			height: 33px;
		}

		#ew_btnSave,
		#ew_btnCancel {
			display: block;
			float: left;
			cursor: pointer;
		}

		#ew_btnSave {
			position: relative;
			z-index: 1;
			margin-left: -5px;
			font-size: 14px;
			color: #FFFFFF;
			height: 27px;
			width: 125px;
			padding-top: 6px;
			text-align: center;
			text-decoration: none;
			background: url(../i/um/btn_save.png) left top no-repeat;
		}

			#ew_btnSave:hover {
				color: #FFFFFF;
				text-decoration: none;
				background: url(../i/um/btn_save.png) left bottom no-repeat;
			}

		#ew_btnCancel {
			margin: 7px 0px 0px 4px;
			font-size: 12px;
			color: #666666;
		}
			#ew_btnCancel:hover {
				color: #990000;
			}


	#editLangTabs {
		height: 26px;
		border-bottom: 1px solid #A5A5A5;
		margin-bottom: 12px;
		position: relative;
		z-index: 555;
	}

		#editLangTabs ul {
			position: absolute;
			z-index: 555;
			left: 0;
			top: 0;
		}

		#editLangTabs li,
		#editLangTabs li a {
			display: block;
			float: left;
		}

		#editLangTabs li {
			height: 26px;
			padding-right: 2px;
		}

		#editLangTabs li a {
			color: #333;
			height: 20px;
			padding: 5px 0 0 0;
			border-left: 1px solid #A5A5A5;
			border-top: 1px solid #A5A5A5;
			border-right: 1px solid #A5A5A5;
			width: 65px;
			text-align: center;
			background-color: #E9E9E9;
		}

			#editLangTabs li a:hover,
			#editLangTabs li .act {
				color: #333;
				height: 21px;
				background-color: #F5F5F5;
			}

			#editLangTabs li .act {
				text-decoration: none;
			}
	
/* ---- }  ---- User Menu ---- */

#wrapper .btnAdm {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	background-color: #4A97D7;
	padding: 2px 0 3px 0;
	border: none;
}
	*|html #wrapper .btnAdm {
		padding: 2px 10px 3px 14px;
	}

	#wrapper .btnAdm:hover {
		color: #FFF;
		background-color: #5EABEB;
		cursor: pointer;
	}



	
#wrapper .contentMenu {
	background-color: #EEE;
	border: 3px solid #4997D7;
	padding: 8px 8px 10px 8px;
	width: auto;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 15px;
}

	#wrapper #middle .contentMenu {
		margin-top: 20px;
	}

	#wrapper .contentMenu label {
		display: block;
		font-weight: bold;
		padding-bottom: 6px;
	}
	
	#wrapper .contentMenu .shortInput, 
	#wrapper .contentMenu .normalInput, 
	#wrapper .contentMenu .mediumInput, 
	#wrapper .contentMenu .longInput {
		color: #222;
		margin-bottom: 8px;
	}
	
	#wrapper .contentMenu .normalInput {
		width: 170px;
	}
	
.blockmenu {
	padding-top:	0px;
	margin-top:		0px;
}



.line_m {
	background:transparent url(../i/__.gif) repeat-y scroll center top;
}

tr.greenbg td{
	background: #DFEED0;
	border-bottom: 1px solid #BFCEB0;
}



	#middleColumn .adm_menu .adm_move,
	#middleColumn #wrapper .adm_menu .adm_move {
		width: 24px;
		height: 24px;
		background: #4997D7 url(../i/adm/icons.gif) 5px 4px no-repeat;
		cursor: move;
	}
		#middleColumn .adm_menu .adm_move:hover,
		#middleColumn #wrapper .adm_menu .adm_move:hover {
			background-color: #58A6E6;
		}
		
		
		
		
					
div.newBlock {
	display: block;
	float: left;
	font-size: 12px;
	width: 80px;
	text-align:center;
	cursor: move;
}
	div.newBlock a{
		display:block;
		text-decoration:none;
	}
	div.newBlock a img{
		margin:2px 0 0 20px;
		border: 0px;
		width: 40px;
		height: 40px;
		display:block;
	}
	div.newBlock a span{
		clear:both;
		display:block;
	}

	

#userMenuWrap {
	height:85px;
}
	#userMenu div a {
		cursor:move;
	}
	
	#userMenu div.Text a {
		background: transparent url(../i/adm/info.png) center top no-repeat;
	}
	#userMenu div.Text a:hover {
		background: transparent url(../i/adm/info_a.png) center top no-repeat;
		color: #2E7ABF;
	}
	#userMenu div.Gallery a{
		background: transparent url(../i/adm/gallery.png) center top no-repeat;
	}
	#userMenu div.Gallery a:hover{
		background: transparent url(../i/adm/gallery_a.png) center top no-repeat;
		color: #2E7ABF;
	}
	#userMenu div.Products a{
		background: transparent url(../i/adm/products.png) center top no-repeat;
	}
	#userMenu div.Products a:hover {
		background: transparent url(../i/adm/products_a.png) center top no-repeat;
		color: #2E7ABF;
	}
	#userMenu div.News a{
		background: transparent url(../i/adm/news.png) center top no-repeat;
	}
	#userMenu div.News a:hover {
		background: transparent url(../i/adm/news_a.png) center top no-repeat;
		color: #2E7ABF;
	}
	
	#userMenu div.Invite a{
		background: transparent url(../i/adm/form.png) center top no-repeat;
	}
	#userMenu div.Invite a:hover {
		background: transparent url(../i/adm/form_a.png) center top no-repeat;
		color: #2E7ABF;
	}


#connecting {
	display:none; 
	position:fixed;
	bottom:8px;
	left:10px;
}