/*Main*/
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #5C5C5C;
	font-size:0.8em;
	margin:0px;
}
a:link {
	color: grey;
	text-decoration: none;
}
a:visited {
	color: grey;
	text-decoration: none;
}
a:hover {
	color: grey;
	text-decoration: underline;
}

#apDiv1 {
	position:absolute;
	left:0px;
	top:0px;
	width:573px;
	height:648px;
	z-index:1;
	background-image: url(../images/back.jpg);
}
#apDiv2 {
	position:absolute;
	left:199px;
	top:327px;
	width:85px;
	height:16px;
	z-index:2;
}
#apDiv3 {
	position:absolute;
	left:207px;
	top:345px;
	width:85px;
	height:16px;
	z-index:3;
}
#apDiv4 {
	position:absolute;
	left:213px;
	top:368px;
	width:87px;
	height:18px;
	z-index:4;
}
#apDiv5 {
	position:absolute;
	left:204px;
	top:400px;
	width:85px;
	height:21px;
	z-index:5;
}
#apDiv6 {
	position:absolute;
	left:189px;
	top:423px;
	width:85px;
	height:18px;
	z-index:6;
}
#apDiv7 {
	position:absolute;
	left:167px;
	top:445px;
	width:85px;
	height:20px;
	z-index:7;
}
#apDiv8 {
	position:absolute;
	left:305px;
	top:380px;
	width:335px;
	height:326px;
	z-index:8;
}
#apDiv9 {
	position:absolute;
	left:324px;
	top:329px;
	width:356px;
	height:323px;
	z-index:8;
	overflow: auto;
}
#apDiv10 {
	position:absolute;
	left:123px;
	top:167px;
	width:190px;
	height:149px;
	z-index:9;
}
/*	DHTML modal dialog box	(CSS for the DHTMLSuite_modalMessage class)*/

.modalDialog_transparentDivs{	
	filter:alpha(opacity=40);	/* Transparency */
	opacity:0.4;	/* Transparency */
	background-color:#AAA;
	z-index:1;
	position:absolute; /* Always needed	*/
}
.modalDialog_contentDiv{
	border:3px solid #000;	
	padding:2px;
	z-index:100;/* Always needed	*/
	position:absolute;	/* Always needed	*/
	background-color:#FFF;	/* White background color for the message */
}
.modalDialog_contentDiv_shadow{
	z-index:90;/* Always needed	- to make it appear below the message */
	position:absolute;	/* Always needed	*/
	background-color:#555;
	filter:alpha(opacity=30);	/* Transparency */
	opacity:0.3;	/* Transparency */	
}

/* SLIMBOX */

#kround {
	position: absolute;
	left: 0;
	top: 0;
	width:860px;
	height:720px;
	background-image: url(../images/back02.jpg);
	background-repeat: no-repeat;
}
#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
/*
box
*/
	#mainContainer{
		width:500px;
		margin:0 auto;
		margin-top:10px;
		border:1px double #000;
		padding:5px;
		
	}
	
	/* Alternative layout for the message box - used by one of the messages */
	
	.modalDialog_contentDiv_error{
		border:3px solid #FFF;	
		padding:2px;
		z-index:100;/* Always needed	*/
		position:absolute;	/* Always needed	*/
		background-color:#F00;	/* White background color for the message */
		color:#FFF;
	}
	.modalDialog_contentDiv_error a{
		color:#FFF;
	}
	h1{
		margin-top:0px;
	}

/*
news
*/
.footer {
	font-family: Arial;
	font-size: 10;
}
