*{
	font-size: 12px;
	font-family:  Arial, Helvetica, sans-serif;
	font-style: normal;
}

.x-resizable-over .x-resizable-handle-south, .x-resizable-pinned .x-resizable-handle-south,
.x-resizable-over .x-resizable-handle-north, .x-resizable-pinned .x-resizable-handle-north
{
    background-image:url(../images/sizer/s-handle.gif);
}

.x-unselectable, .x-unselectable * {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select:ignore;
}

/********************************************************************************************************/

/* its in ext base css but i need it*/
ol, ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
object {
	outline: 0 none;
}
/* some pre adjustment */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin:0;
	padding:0;
}
	
body,div,td,tr,table,tbody {
	padding:0;
	margin:0;
	font-size: 12px;
}
html, body {
	height:100%;
	width:100%;
	overflow: hidden;
	border:0px none;
}

.ext-webkit *{
	outline: none;
}

.ext-webkit textarea{
	resize:none;
}

/* i hate those white edges */
table {
	border-collapse: collapse;
	/*table-layout: fixed;*/
}

.wrapper {
	overflow: hidden;
	position:relative !important;
	/*position: static;*/
	display: block;
	left: 0px !important;
	right: 0px !important;
}
.wbody {
	width:auto;
	height: auto;
/*		display: block;*/
	position:relative;	
}

/* main bg */
.mainBg {
	background: #f3f3f3 url(../images/bg.png) repeat-x;
	padding:39px 0 5px 0;
	overflow: hidden;
}
body {
	overflow: hidden;
}
	
/* Scroller the fake scrollbar version */
/* TODO: add images */		
		/* body elements: */
			
			/* this is the body of scrollable component*/
			.i-scroll-wrap {
				overflow: hidden;
			}
			/* this wraps the content */
			.i-scroll-holder {
				position: relative;		
				overflow:hidden;		
			}
			.i-scroll-holder-absolute {
			/*	position:relative;*/
				width:auto;
				height: auto;						
				overflow: visible;
			}			
			
			.i-scroll-holder-absolute .i-scroll-body-absolute {
				overflow: visible;
			}
			/* this is the main content */
			.i-scroll-body {
				position: absolute;
				top:0 !important;
				left: 0 !important;
				right: 0 !important;
				bottom: 0 !important;				
				overflow: scroll;
			}
		
		
		/* vertical scroll elements: */
		
			/* the vertical scroll track */			
			.i-v-scroll-track {
				background: transparent url(../images/track_thin.png) repeat-y scroll 0 0;
				position: absolute;				
				top:0;
				right: 20px;
				bottom:16px;
				width: 16px;
				z-index: 1099;
			}
            /* vertical scroll thumb */
			.i-v-scroll-thumb {
				background: transparent url(../images/scroll_m_thin.png) repeat-y scroll center center;
				position: absolute;	
				width: 100%;												
			}
			/* vertical croll thumb top */
			.i-thumb-top {
				background: transparent url(../images/scroll_t_thin.png) no-repeat scroll center top;
				position:absolute;
				top: 0;
				left:0;
				height:8px;
				width:100%;
			}
			/* vertical croll thumb bottom */			
			.i-thumb-bottom {
				background: transparent url(../images/scroll_b_thin.png) no-repeat scroll center bottom;
				position:absolute;
				bottom: 0;
				left:0;
				height:8px;
				width:100%;
			}
			
		/* the horizontal scroll: */
			/* the horizontal scroll track*/
			.i-h-scroll-track {
				background: transparent url(../images/trackh.png) repeat-x scroll center center;
				position: absolute;
				bottom:0;
				right: 16px;
				left: 0;
				height: 16px;
				z-index: 99;
			}
			/* the horizontal thumb */
			.i-h-scroll-thumb {
				background: transparent url(../images/scrollh_m.png) repeat-x scroll center center;
				position: absolute;	
				height: 100%;		
			}
			/* the horizontal thumb left */
			.i-thumb-left {
				background: transparent url(../images/scrollh_t.png) no-repeat scroll left center;
				position:absolute;
				top: 0;
				left:0;
				width:8px;
				height:100%;
			}
			/* the horizontal thumb right*/
			.i-thumb-right {
				background: transparent url(../images/scrollh_b.png) no-repeat scroll right center;
				position:absolute;
				top: 0;
				right:0;
				width:8px;
				height:100%;
			}
		/* the overlay for right bottom corner to hide the brosers main scroll corner */	
			.i-scroll-corner {
				position: absolute;
				background-color: #ffffff;
				width:16px;
				height:16px;
				bottom: 0;
				right: 0;				
			}
/* End:Scroller the fake scrollbar version */

	
	/* when hidden */
	.w-hide {
		display: none !important;
	}


/* panel box */
.w-pan-box {
	width:100%; 
	height:100%;
	table-layout: fixed;
	-moz-user-select: none;
}
.w-pan-tl {
	background: transparent url(../images/pan-tl2.png) no-repeat scroll 0 0;
	width:8px;
}
.w-pan-tc {
	background: transparent url(../images/pan-tm.png) repeat-x scroll 0 0;
	height:34px;
}
.w-pan-tr {
	background: transparent url(../images/pan_tr2.png) no-repeat scroll right 0;
	width:8px;
}
.w-pan-ml {
	background: #ffffff url(../images/pan_ml.png) repeat-y scroll 0 0;
}
.w-pan-mc {
	background: #ffffff;		
	border-right: 1px solid #6e7172;
}
.w-pan-mr {
	background: #ffffff url(../images/pan_mr.png) repeat-y scroll 0 0;		
}
.w-pan-bl {
	background: transparent url(../images/panel/pan_bl2.png) no-repeat scroll 0 bottom;
}
.w-pan-bc {
	background: transparent url(../images/panel/pan_bm2.png) repeat-x scroll 0 bottom;	
	height:8px;
}
.w-pan-br {
	background: transparent url(../images/panel/pan_br2.png) no-repeat scroll right  bottom;
}

.w-tools {
 	position: absolute;
 	right:10px;
}
/* the resizer */
.x-resizable-over .x-resizable-handle-east, .x-resizable-pinned .x-resizable-handle-east,
.x-resizable-over .x-resizable-handle-west, .x-resizable-pinned .x-resizable-handle-west
{
    background-image:url(../images/spacer.png);
    background-repeat: no-repeat;
    background-color: transparent;
}

.x-resizable-over .x-resizable-handle-south, .x-resizable-pinned .x-resizable-handle-south,
.x-resizable-over .x-resizable-handle-north, .x-resizable-pinned .x-resizable-handle-north
{
    background-image:url(../images/spacerh.png);
    background-repeat: no-repeat;
    background-color: transparent;
}
x-resizable-over .x-resizable-handle-southeast, .x-resizable-pinned .x-resizable-handle-southeast {
    background-image: url(../images/s.gif) !important;
    background-color: transparent !important;
}
.x-resizable-handle-south {
	bottom: -3px;
}
.x-resizable-handle-east {
	right: -3px;
}
.w-box {
	height: 100%;
	width:100%;
	float: left;		
}
.block {
	margin-bottom: 10px;
	display:block !important;				
}

.i-window-close {
	background-image:url(../images/tab/close-active.png);
	background-position:right center;
} 

.i-etree-body .i-pager {
	dispaly: table-cell;
}


.i-force-autoh {
	height: auto !important;
	position: relative;
}

.i-force-autow {
	width: auto !important;
}


.config-tool{
	background-image: url(../images/panel/gear.png);
	display: table-cell;	
	opacity: 0.67;	
	filter: alpha(opacity=67);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=67)";		
}


/*
a.i-tab-l:hover em{
	color: #acd71f;
}
*/

a.i-tab-active:hover{
	color: #4a4a4a;
}

.i-nullheight, .i-tab  {
 	top: -15000px !important;
 	left: -15000px !important;
	position: absolute !important;	
}
.hidden {
	height:0 !important;
}
.hiddenb {
	height:0 !important;
	overflow: hidden;
}

.combo-inner-list .highlight {
	color: #DE5600 !important;
} 

.i-active-tab {
	top:0 !important;
	left:0 !important;
	right: 0 !important;
	bottom:0 !important;
}

.i-close-media {
	clear:left;
	float:right;
	background: transparent url(../images/tab/close-hover.png) no-repeat scroll center center; 
	height: 16px;
	width: 16px;
	display:inline;
	padding-right: 5px;
	position:absolute;
	right:4px;
	top:13px;
	cursor: pointer;
}

/* 
	csabi cuccai, 
	TODO: 
*/
.rounded{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.rounded-left{
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
}

.rounded-right{
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

.rounded-bottom{
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

.rounded-top{
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
}




#portlet1 .x-panel-tl{
	border: none;
}

#portlet1 .x-panel-mc{
	padding: 0;
}



#mycomp3 .i-pan-ml{
	padding: 0 !important;
}



.left{
	float: left;
}

.iglue-loader-layer {
	width: 100%; 
	height: 100%; 
	position: absolute; 
	top: 0px; 
	left: 0px;
}

.iglue-loader{
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;	
	width: 32px;
	height: 32px;
}

.iglue-input-loader {
	background-position: center right;
	background-image: url(../images/smallLoader.gif);
	background-repeat: no-repeat;	
}

.iglue-overlay{
	vertical-align: middle;
/*	width: 100%;
	height: 100%;*/
	top:0;
	left:0;
	right:0;
	bottom:0;
	position:absolute ;
	z-index:9000; 
	/*opacity:0.12;*/
	background-color: Black;
	text-align: center;
	/**
	 * first for all other browser
	 * second for ie7
	 * third for ie8
	 */
	opacity: 0.30;	
	filter: alpha(opacity=30);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";


}

.iglue-loader-wrapper{
	width:150px;
	height: 60px;
	margin: 0 auto;
	top: 35%;
	position: relative;
	background: White;
	display: table;
	z-index: 10001;
	text-align: center;
	border: 1px solid #c4c4c4;
}
/*.ext-ie .iglue-loader-wrapper {
	left:50%;
}*/

.iglue-loader-wrapper span{
		
	color: White;
	color: Black;
	font-size: 16px;
	vertical-align: middle;    
	display: table-cell;
	margin-left: 10px;
	padding-left:10px;
	background-position: 10px center;
}

/*.ext-ie .iglue-loader-wrapper span {
	left: -50%;
}*/

.iglue-loader-wrapper span.text{
	margin-top:7px;
	margin-left: 15px;
	padding-left:15px;
}

.thumb-holder {
	height: 50px;
}

span.iglue-live-discriminator-name:hover {
	text-decoration: underline;
}

span.iglue-live-discriminator-name * {
	color: #555555;
}
.i-media-corr .i-media .idata, #east .i-media .idata {
	color: #E6F3BB !important;
}
/* tooltip classes*/
.i-tooltip {
	background: #454649;
	position: absolute;
	padding: 3px 5px;
	max-width: 450px;
	width: auto;
	height: auto;
	-moz-border-radius:3px;
	-webkit-border-radius: 3px;
	border: 1px solid #a9aaac;
	color:#eeeeee;
	line-height: 20px;
/*	opacity: 0.90;*/
	z-index:1000000000;
	/**
	 * first for all other browser
	 * second for ie7
	 * third for ie8
	 */
	opacity: 0.90;	
	filter: alpha(opacity=90);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";

}
/* sizer proxy*/
.i-sizer-proxy {
	position: absolute;
	display: none;
	border-right: 3px dashed #777777;
	border-left: 3px dashed #777777;
	-moz-user-select: none;
}
.i-sizer-p {
	position: absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	right:0px;
	bottom:0px;
	-moz-user-select: none;
	display: none;
	
	
}
/* nem vagyok hülye, csak ie valamiért berakja az filter után és nem érvényesül ha egyben van*/
.i-sizer {
	width: 6px !important;	
	-moz-user-select: none;
	cursor:ew-resize;
}
.i-sizer {		
/*	opacity: 0.67;	
	filter: alpha(opacity=67);	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=67)";*/
}
.i-sizer-over {
	cursor: hand;
	background: transparent url(../images/spacer.png) no-repeat scroll center center; 
/*	opacity: 1.0 !important;*/
		
}

.i-filter-panel-el .search-button {
	float:right;
	margin-top:5px;	
	margin-bottom:9px;	
}

.i-sizer-top {
	position: relative;
	top: -50%;
	left:-8px;
	background: transparent url(../images/sizer-top.png) no-repeat scroll top center;
	width:24px;
	height: 24px;
}

.i-force-ah .i-active-tab{
	/*height: auto !important;*/
	position: relative !important;
}
.i-pbody-hp {
	height: 100% !important;	
}
.i-lang-combo .combo-wrapper {
	background-color: #ffffff;
}
.i-info-icon {
	position: absolute;
	background: transparent url(../images/information.png) no-repeat scroll top center;
	width:16px;
	height: 16px;
	display: none;
}

.login, .logout, .signup, .loggedin {
	cursor: pointer;
	font-weight: bold;
}
.login, .loggedin {
	padding-right: 5px;
	border-right: 1px dotted #A2DE00;
}

.combo-inner-list .highlight {
	color: #DE5600 !important;
}

.i-link, .i-link-underlined {
	cursor: pointer;
}
.i-link-underlined {
	text-decoration: underline;
}
.auth-window {
	z-index: 10010 !important;
}
.auth-window * {
	color: #777777;
	font-size: 14px;
}
.auth-window .i-link-underlined {
	color: #89b200;
}
.auth-window tr td  {
/*	padding-bottom: 10px;*/
	height: 28px;
}
.auth-window .login-button {
	width: 170px; 
	/*margin: 0 auto;*/
	float: none;
}



.a-pan-tr {
	background-position: bottom right ;
	padding-right:24px;
	height: 24px;
}
.a-pan-tl {
	background-position: left bottom;
	padding-left: 24px;
}
.a-pan-bl {
	background-position: left bottom;
	padding-left: 24px;
}
.a-pan-bc {
	background-position: center bottom;
}
.a-pan-br {
	background-position: bottom right;
	padding-right: 24px;
}

.a-pan-bl ,
.a-pan-bc ,
.a-pan-br {
	height: 24px !important;
}

.a-pan-ml{
	background: url(../images/auth/login_ml.png) repeat-y;
}
.a-pan-mr {
	background: url(../images/auth/login_mr.png) repeat-y;
}
.a-pan-ml {
	padding-left: 24px;
}

.a-pan-mc {
	background-color: white;
}
.a-pan-mr {
	padding-right: 24px;
	background-position: right;
}
.a-pan {
	margin-bottom: 14px;
}
.a-pan-tl {
	background-image:url(../images/auth/login_tl.png);
	background-repeat: no-repeat;
}
.a-pan-bl {
	background-image:url(../images/auth/login_bl.png);
	background-repeat: no-repeat;
}
.a-pan-tr{
	background-image:url(../images/auth/login_tr.png);
	background-repeat: no-repeat;
}

.a-pan-br{
	background-image:url(../images/auth/login_br.png);
	background-repeat: no-repeat;
}
.a-pan-tc{
	background-image: url(../images/auth/login_tc.png);
	background-repeat: repeat-x;
	height: 24px;
	background-position: bottom center;
}

.ext-ie .a-pan-ml .a-pan-mc .i-scroll-wrap {
	width: auto !important;
} 
.a-pan-bc{
	background-image: url(../images/auth/login_bc.png);
	background-repeat: repeat-x;
}

#languageSelect .combo-wrapper {
	float: none;
	border: none;
	-moz-border-radius: 0 0 0 0;
}
#languageSelect .combo-left {
	background-image: url(../images/dark-dropdown-left.png);
	width: 6px;
	height: 24px;
}
#languageSelect .combo-right {
	background-image: url(../images/dark-dropdown-right.png);
	height: 24px;
	border: 0 none;
	width: 23px;
}
#languageSelect .combo-right span {
	background-image: url(../images/dark-dropdown-white-arrow.png);
	height: 24px;
	width: 23px;
}
#languageSelect .combo-inner {
	background-image: url(../images/dark-dropdown-center.png);
}
#languageSelect .combo-inner input {
	/*font-weight: bold;*/
	color: white;
	background: transparent;
	height: 22px;
	border: none;	
}
.dark-dropdown, .dark-dropdown .i-scroll-body {
	background-color:  #454649 !important;
}
.dark-dropdown .w-col {
	color: white;
}
.dark-dropdown .w-grid-row-selected, .dark-dropdown .w-grid-row-selected td {
	background-color: #5a5a5a !important;
}
.dark-dropdown .w-grid-row {
	border-top: 1px solid #5a5a5a !important;
}

#main-tools {
	color: #A2DE00;
}

.i-alerted-field .i-alert-field  {
	background: #ed8f8f;	
	/*border: 2px solid #ed8f8f;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 2px;
	-webkit-border-radius-topright: 2px;
	-webkit-border-radius-bottmright: 2px;	
	border-radius-topright: 2px;	
	border-radius-bottomright: 2px;*/		
	color: #ffffff;
}

.i-alerted-field .combo-wrapper {
	background: #ffe5e5;	
	border: 2px solid #ed8f8f !important;
	color: #ffffff;	
}
.i-alerted-field .combo-wrapper .combo-field-wrapper input{
	background: #ffe5e5;	
}
.i-alerted-field .i-value {
	background: #ed8f8f;	
}

.i-value {
	width: 174px;
}

.i-value .combo-wrapper {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;	
	border-radius: 0;
	border: 2px solid #ffffff;
	/*border: 1px solid #e5e5e5;*/
}
.i-value .combo-wrapper input {
	background-image: url(../images/auth/input_normal.png);
	background-repeat: repeat-x;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	height: 20px !important;
	width: 168px/* !important*/;
	border: 1px solid #e5e5e5;
	/*line-height:28px;*/
	vertical-align: center;
	font-size:14px;
	padding-top: 4px;
	padding-left: 3px;
}

.i-value .combo-wrapper input:focus, .i-value .combo-wrapper textarea:focus {
	background-image: url(../images/auth/input_focus.png);
	border: 1px solid #C8C7BE;
}

.i-value .combo-wrapper textarea {
	background-image: url(../images/auth/textarea_normal.png);
	background-repeat: repeat-x;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	height: 100%;
	border: 1px solid #e5e5e5;
	line-height:19px;
	vertical-align: center;
	font-size:12px;
	padding-top: 4px;
	padding-left: 3px;
}

.i-value .combo-wrapper .combo-field-wrapper {
	height:28px;
}

.msgbox-title {
	color: #72a200;
	font-size: 18px;
}

.auth-window .button-wrapper {
	margin-left: 142px;
	margin-right: 20px;
	text-align: left;
	padding-top: 15px;
	padding-bottom: 0;
}
.SearchContainerLeft .i-v-scroll-track {
	top:8px;
}
.i-let-upper-grad {
	/*background: transparent url(../images/left_upper_grad.png) repeat-x scroll top center;*/
	background: transparent url(../images/let_top_suff.png) repeat-x scroll top center;
	height: 8px;
	position: absolute; 
	top: 0;
	left: 0;
	right:30px;
}

.button-wrapper {
	margin-left: 20px;
	text-align: center;
}
.auth-window .form-field-label {
	width: 130px;
	padding-right: 20px;
	text-align: right; 
	height: 28px;
	padding-top: 8px;
	vertical-align: top;
}

.i-let-upper-grad-white {
	background: transparent url(../images/let_top_suff_white.png) repeat-x scroll top center;
	height: 16px;
	position: absolute; 
	top: 0;
	left: -5px;
	right:8px;
}

/* do not use - deprecated*/
.i-let-bottom-grad-white {
	background: transparent url(../images/left_bottom_grad_white.png) repeat-x scroll top center;
	
	height: 16px;
	position: absolute; 
	bottom: 0;
	left: -5px;
	right:8px;
}
.portletHold {
	width:100% !important;
	height:100% !important;
}
.i-tab-list-item {
	list-style-type: disc;
	list-style-position:inside;
	display:list-item;	
	line-height: 16px;
}
.i-tab-list-item:hover {
	color: #A2DE00;
	cursor:hand;	
}

.i-tab-list-item-active {
	color: #A2DE00;
}
#iImagePortlet_1600titlebox * {
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	
}

#iImagePortlet_1600title {
	vertical-align: middle;
	padding: 2px;
}


.nullcss {
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    outline: none !important;
    vertical-align: baseline !important;
    background-color: transparent !important;
    background-image: none !important;
    text-align: left !important;
    text-decoration: none !important;
    font-family: Arial !important;
    font-size: 12px !important;
    font-weight: normal !important;
    font-style: normal !important;
    position: static !important;
    top: 0 !important;
    left: 0 !important;
    width: auto !important;
    height: auto !important;
    display: block !important;
    line-height: normal !important;
    letter-spacing: normal !important;
    text-transform: none !important;
    text-indent: 0 !important;
}
