.anchorTitle {
				/* border radius */
				-moz-border-radius: 8px;
				-webkit-border-radius: 8px;
				border-radius: 8px;
				/* box shadow */
				-moz-box-shadow: 1px 1px 2px #5a5a5a;
				-webkit-box-shadow: 1px 1px 2px #5a5a5a;
				box-shadow: 1px 1px 2px #5a5a5a;
				/* other settings */
				background-color: #fff;
				border: solid 2px #acacac;
				color: #333;
				display: none;
				font-family: Helvetica, Arial, sans-serif;
				font-size: 11px;
				line-height: 1.3;
				max-width: 200px;
				padding: 5px 7px;
				position: absolute;
				text-align: center;
				opacity: 0.9;				
}

form {margin: 0;}
input[type=submit] {padding: 6px 8px;}
input[type=text], input[type=password]{font-size: 11px; color: #555;}
input.reg {padding: 8px 5px; margin: 2px 0 5px 0; width: 90%; background: url(images/input-reg2.gif) repeat-x top #fff; border: 1px solid #ccc;}

select.s-reg{padding: 8px 8px; margin: 2px 5px 5px 0;
background: url(images/input-reg2.gif) repeat-x top #fff; border: 1px solid #ccc;}
span.reg {margin: -2px 0 -2px 5px; color: #888;}
p.title {font-size: 13px;}

.global {
	background: url(images/global.gif) repeat-x bottom #585858;
	padding: 6px 0 7px 0;
	color: #ababab;
	border-bottom: 1px solid #383838;
}

.global a{color: #dedede;}

.in-one {float: left; padding: 0 0 0 20px;}
.in-two {float: right; padding: 0 20px 0 0;}

.head {
	background: url(images/head.gif) repeat-x top #25629b;
	border-bottom: 1px solid #3a5069;
	color: #d5dee7;
	height: 54px;
	vertical-align: middle;
}

.head a{color: #d5dee7;}

.logo {
	float: left;
	padding: 2px 0 0 0;
}

.head-f {
	float: left;
	margin: 0 0 0 20px;
	background: url(images/head-f.gif) repeat-y left;
	padding: 10px 10px 10px 20px;
	color: #d5dee7;
}

.search {
	float: right;
	margin: 0 0 0 20px;
	height: 30px;
	padding: 1px 10px 1px 20px;
}

input.ssr {
	background: url(images/search.png);
	border: none;
	width: 130px;
	height: 15px;
	vertical-align: middle;
	color: #888;
	padding: 8px;
	font-size: 11px;
	font-family: Tahoma;
}
input.ssr:focus {background: url(images/search-h.png);}

#sse {
	background: url(images/search-p.png) no-repeat center center;
	width: 19px;
	height: 19px;
	border: none;
	padding: 1px 0 0 10px;
	margin: 0 0 -6px 5px;
}
#sse:hover {cursor:pointer;}

.search-results {
	position: absolute;
	background: #222;
	width: 200px;
	padding: 5px;
}

.search-results a{text-decoration: none; color: #999;}
.search-results a:hover{color: #bbb;}

.search-a {
	display: block;
	cursor: pointer;
	border-top: 1px solid #333;
	padding: 10px;
}

.search-a:first-child {border: none;}
.search-a:hover {background: #292929;}

.tIndex {
	max-width: 1000px;
	margin: auto;
}


.index {
	max-width: 1000px;
	margin: auto;
	padding: 12px;
	border-radius: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px;
	background: #b1d1ee;
}


.eIndex {
	background: url(images/eIndex.png) repeat-x top;
	padding: 20px 10px 0 10px;
}

.menu {
	width: 200px;
	background: url(images/menu-gr.gif) repeat-y right #f9f9f9;
	border-radius: 3px 0 0 3px; -webkit-border-radius: 3px 0 0 3px; -moz-border-radius: 3px 0 0 3px;
	padding: 10px;
}

.content {
	background: #fff;
	border-radius: 0 3px 3px 0; -webkit-border-radius: 0 3px 3px 0; -moz-border-radius: 0 3px 3px 0;
	margin: -3px -3px -3px 0;
	padding: 10px;
}

.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;}

.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: '';
}
.bot:hover {background-image: url(images/but/2-hover.png);}
.bot:hover:before {background-image: url(images/but/1-hover.png);}
.bot:hover:after {background-image: url(images/but/3-hover.png);}

.bot:active {background-image: url(images/but/2-act.png);}
.bot:active:before {background-image: url(images/but/1-act.png);}
.bot:active:after {background-image: url(images/but/3-act.png);}

.bot-grey, a.bot-grey {background: url(images/but/grey-2.png) repeat-x center #707070;}
.bot-grey:before {background: url(images/but/grey-1.png) no-repeat left;}
.bot-grey:after {background: url(images/but/grey-3.png) no-repeat right;}
.bot-grey:hover {background-image: url(images/but/grey-2-hover.png); background-color: #7e7e7e;}
.bot-grey:hover:before {background-image: url(images/but/grey-1-hover.png);}
.bot-grey:hover:after {background-image: url(images/but/grey-3-hover.png);}
.bot-grey:active {background-image: url(images/but/grey-2-act.png); background-color: #626262;}
.bot-grey:active:before {background-image: url(images/but/grey-1-act.png);}
.bot-grey:active:after {background-image: url(images/but/grey-3-act.png);}



/* jQuery elements */

#showInfo {color: #fff; background: #333; padding: 6px 8px; position: absolute; opacity: 0.8; border: 1px solid #000; font-size: 12px;}
#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: #bbb;
	position: fixed;
	top: 10px;
	left: 10px;
	border: 2px solid #000;
	cursor: pointer;
	width: 350px;
	max-height: 350px;
	overflow-x: hidden;
	overflow-y: auto;
}
#ajax-error > div a{color: #ddd;}
#ajax-error > div a:hover{color: #eee;}
#ajax-error > div {padding: 15px 10px; border-top: 1px solid #333; background: #111; opacity: 0.98;}
#ajax-error > div:hover {color: #ccc;}
#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;
	padding-right: 3px;
	max-width: 350px;
}
#ajax-messages > div {
	background: #111;
	color: #bbb;
	padding: 5px;
	border: 1px solid #000;
	cursor: pointer;
	width: 250px;
	margin: 2px 0;
	padding: 10px;
	opacity: 0.95;
}
#ajax-messages > div a{color: #eee;}
#ajax-messages > div:hover {color: #ccc;}

#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;
}
