/* jQuery elements */

#showInfo {color: #fff; background: #333; padding: 8px 10px; position: absolute; opacity: 0.8; border: 1px solid #000;}
#showInfo2 {background: url(images/page.gif) repeat-x top #4d78b3; padding: 8px 10px; position: absolute; opacity: 1; border: 1px solid #1d4c8d;}

#showInfo3 {
	border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px;
	color: #fff;padding: 8px 10px;background: url(images/head-big.gif) repeat-x center #2465a1;
	border: 1px solid #1d4c8d;position: absolute;opacity: 1;
}

.openWindow {background: url(images/bg/black-60.png); position: fixed; width: 100%; height: 100%;}
#open-old {background: #fff; border: 1px solid #1d4c8d;
box-shadow: 0 0 8px #555; -moz-box-shadow: 0 0 8px #555; -webkit-box-shadow: 0 0 8px #555;}

#openCloseHtml {position: fixed; width: 100%; height: 100%;}


#ajax-error {
	color: #ccc;
	position: fixed;
	top: 10px;
	left: 10px;
	//border: 2px solid #000;
	cursor: pointer;
	width: 350px;
	max-height: 350px;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 12px;
	line-height: 15px;
	font-family: Tahoma;
	background-color: #111;
	background-image: url(images/error-icon.png);
	background-position: 5px;
	background-repeat: no-repeat;
	min-height: 70px;
	webkit-border-radius: 10px; 
    border-radius: 10px;
  	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
	
}
#ajax-error > div b {color:#fff; font-size: 12px;}
#ajax-error > div a{color: #ddd;}
#ajax-error > div a:hover{color: #eee;}
#ajax-error > div {
	padding: 20px 20px 20px 70px; 
	opacity: 0.98;
	
}
#ajax-error > div:hover {color: #fff;}
#ajax-error > div:active {opacity: 0.97;}
#ajax-error > div:first-child {border-top: none;}

#ajax-error > div span#ajax-error-close {
	background: url(images/x3.png);
	width: 16px;
	height: 16px;
	float: right;
	margin: -8px -8px 0 8px;
	cursor: pointer;
}
#ajax-error > div span#ajax-error-close:hover {background: url(images/x2.png);}
#ajax-error > div span#ajax-error-close:active {background: url(images/x4.png);}


/* ajax */

#ajax-messages {
	position: fixed;
	bottom: 10px;
	left: 10px;	
	margin-top: 50px;
	max-height: 400px;
	overflow-x: hidden;
	overflow-y: auto;	
	max-width: 350px;
	background-color: #111;
	background-image: url(images/info-icon.png);
	background-position: 5px;
	background-repeat: no-repeat;
	min-height: 70px;	
	webkit-border-radius: 10px; 
    border-radius: 10px;
  	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
}
#ajax-messages > div {
	color: #ccc;
	padding: 20px 20px 20px 70px; 
	cursor: pointer;
	width: 250px;
	margin: 2px 0;	
	opacity: 0.95;
	font-size: 12px;
	line-height: 15px;
	font-family: Tahoma;

}
#ajax-messages > div a{color: #eee;}
#ajax-messages > div:hover {color: #eee;}

#ajax-messages > div span#ajax-message-close {
	background: url(images/x3.png);
	width: 16px;
	height: 16px;
	float: right;
	margin: -5px -5px 0 8px;
	cursor: pointer;
}
#ajax-messages > div span#ajax-message-close:hover {background: url(images/x2.png);}
#ajax-messages > div span#ajax-message-close:active {background: url(images/x4.png);}


/* new window */

#open2 {border: 1px solid #173552;}
#open {
	background: url(images/bg/black-30.png);
	padding: 10px; margin: -10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#open {position: relative;}
#openPanel-out {}

.openTitle {
	color: #fff;
	height: 24px;
	padding: 12px 1px 0 12px;
	background: url(images/head-big.gif) repeat-x center #2465a1;
	border: 1px solid #5995cc;
	border-bottom: 1px solid #1d4c8d;
}

.openTitle a{color: #fff;}

.openTitle-old {
	border: none;
	background: url(images/page.gif) repeat-x top #4d78b3;
	border-bottom: 1px solid #1d4c8d;
}

.openText {
	padding: 10px;
	background: #fff;
	overflow-x: hidden;
	overflow-y: auto;
}

.openPanel {
	background: url(images/open-gr5.gif) repeat-x top #f3f3f3;
	border-top: 1px solid #d7d7d7;
	min-height: 14px;
	padding: 14px 0 14px 13px;
}

.openPanel-old {background: url(images/open-gr2.gif) repeat-x top #f9f9f9;}

.entLink {text-align: right; padding: 0 10px 0 0;}
.entLink > *.bot, .entLink > *.bot-grey {margin-top: -10px; margin-bottom: -10px;}

span#openClose {
	background: url(images/x3.png);
	width: 16px;
	height: 16px;
	float: right;
	margin: 0 8px 0 0;
	cursor: pointer;
}
span#openClose:hover {
	background: url(images/x2.png);
}
span#openClose:active {
	background: url(images/x4.png);
}

.a-body {
	background: #fff;
	border: 1px solid #ccc;
	padding: 10px;
	border-radius: 3px;
}

.a-out {
	width: 9px;
	height: 6px;
	background: url(images/a-out.gif);
	margin: -1px auto 0 auto;
}
