.endCopy {
	max-width: 1000px;
	margin: auto;
	padding: 10px 0 0 30px;
	color: #898989;
}
.endCopy a{color: #898989; text-decoration: underline;}
.endCopy a:hover{text-decoration: none;}

#endLink {padding: 8px 5px 12px 0;}
#endLink a{padding: 4px 7px; background: #aaa; color: white; text-decoration: none;
border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px;}
#endLink a:hover{background: url(../images/head.gif) repeat-x center #2465a1;}
#endLink a:active{background: #888;}

#endLink a:hover{background: #999;}
#endLink a:active{background: url(../images/head.gif) repeat-x center #2465a1;}

#endLinkV {padding: 8px 5px 12px 0;}
#endLinkV a{padding: 4px 7px; background: #aaa; color: white; text-decoration: none;
border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px;}
#endLinkV a {background: url(../images/head.gif) repeat-x center #2465a1;}


.bot, a.bot, .bot-grey, a.bot-grey {
	display: inline-block;
	background: url(../images/but/2.png) repeat-x center #2367a6;
	padding: 9px 0 9px 0;
	text-decoration: none;
	cursor: pointer;
	margin: 0 6px;
	color: #fff;
	border: none;
	font-size: 11px;
	font-family: Tahoma;
	line-height: 13px;
}

.bot:before, .bot-grey:before {
	background: url(../images/but/1.png) no-repeat left;
	padding: 9px 7px;
	margin-left: -4px;
	content: '';
}
.bot:after, .bot-grey:after {
	background: url(../images/but/3.png) no-repeat right;
	padding: 9px 7px;
	margin-right: -4px;
	content: '';
}


/* jQuery elements */


.openWindow {background: url(../images/bg/black-60.png); position: fixed; width: 100%; height: 100%;top:0px;left:0px;}
#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%;}




/* 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);
}

