@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #39F;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #FFF;
	padding-top: 20px;
	letter-spacing: .35mm;
}

h2 {
	font-size: 16px;
	font-weight: bold;
}
a:link, a:visited {
	text-decoration:none;
	color:#3CF;
	font-weight: bold;
}
a:hover, a:active {
	color:#6FF;
}
.CCK #container {
	width: 50em;  
	background: #23408f;
	margin: 0 auto; 
	border: 1px solid #FFF;
	text-align: left; 
}
 
.CCK h1 {
	text-align: center; 
	margin: 0; 
	padding: 10px 0;
}
.CCK #mainContent {
}
.CCK #leftCol {
	float: left;
	position: relative;
	margin: 0 0 0 1em;
	width: 19em;
}
.CCK #rightCol {
	float: left;
	position: relative;
	margin: 0 0 0 1em;
	width: 28em;
}
.CCK #footer { 
	text-align: center; 
	padding: 0 10px; 
} 
.CCK #footer p {
	font-size:9px;
	margin: 0;
	padding: 10px 0; 
}
.clear {
	clear: both;
}
#book1box {
	border: 1px solid #39F;
	margin: 10px;
	text-align:right;
	font-size:9px;
	padding-bottom: 3px;
}
#book1box a, #book1box a visited {
	font-style: italic;
	font-weight: bold;
	color: #FFA;
	text-decoration: none;
}
#book1box a:hover {
	color: #FFF;
}
/* update items - */
#group {
	position: relative;
	float: left;
	margin: 10px;
	text-align:right;
	font-size:12px;
	padding-bottom: 3px;
}
#group a, #book1box a visited {
	font-style: italic;
	font-weight: bold;
	color: ##FC8;
	text-decoration: none;
}
#group a:hover {
	color: #FFF;
}
#menubar ul {
	margin: 0;
	width: 690px;
	list-style: none;
	font-size:11px;
	text-align: center;
}
#menubar ul li {
	float: none;
	font-weight: bold;
	padding: 5px 10px;
	margin: 5px 5px;
	border: 1px solid blue;

}
#menubar li a {
	color:#FC8;
	text-decoration: none;
}
#menubar li a:hover, #menubar li a:visited {
	color:#FFF;
	background-color:#17D;
}
/* end update items - */

#limenu ul {
	list-style: none;
	margin-left: -45px;
	font-size:12px;
}
#limenu ul li {
	height: 25px;
	margin-top: 2px;
	font-weight: bold;
}
#limenu li a {
	color:#FC8;
	padding: 5px;
	text-decoration: none;
}
#limenu li a:hover {
	color:#FFF;
	padding-left: 25px;
	background-image:url(commons/img_li_back.gif);
	background-repeat: no-repeat;
	background-position:left;
}

/* LIGHTBOX */


#lightbox{
	display:none;
	position:fixed;
	max-height: 90%;
	overflow: auto;
	top: 30px; left:50%;
	z-index:600;
	width:620px;
	height: auto;
	margin: 0px 0 0 -300px;
	border: 5px double #23408f;
	background:#fff;
	text-align:left;
}
#lightbox[id]{
	position:fixed;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:500;
	background-color:#444;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
#overlay[id]{
	position:fixed;
}

#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
	display:block;
}
#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
}

#lb_infobox {
	position: relative;
	float: left;
	clear: both;
	margin: 5px 0px 0px 20px;
	width: 560px;
	border-left: 1px gray dashed;
	border-right: 1px gray dashed;
	padding: 5px 10px;
	font-size: 12px;
	color:#666666;
	z-index:650;
}

#lb_close, #lb_close:visited {
	position: relative;
	left: 50%;
	width: 50px;
	height: 12px;
	text-align: center;
	z-index:660;
	border: 1px solid #23408f;
	background-color: #23408f;
	font-size: 8px;
	letter-spacing: .35mm;
	color: #FFF0F0;
	text-decoration: none;
}

#lb_close:hover, #lb_close:active {
	border: 1px solid #0000CC;
	background-color: #0000CC;
	color:#FFF;
	text-decoration: none;
}
