html {
	height:100%;
}

body {
	height:100%;
}

.maindiv {
	margin-right: auto; 
	margin-left: auto; 
	width: 1280px; 
	position: relative;
	height:100%;
}

.maindivwiki {
	margin-right: auto; 
	margin-left: auto; 
	width: 1120px; 
	position: relative;
	height:100%;
}

.contentdiv {
	left:170px; right: 170px; width: 920px; background-color: #F9ECC3; position: absolute; padding: 10px;
	overflow:scroll;
	top:100px;
    bottom:20px;
	
}

.ad_top_content {
	margin-right: auto; 
	margin-left: auto;
	margin-bottom:30px;
	text-align:center;
}

.contentdivwiki {
left:170px; right: 170px; margin-top: 10px; margin-bottom: 10px; width: 920px; position: absolute; 
padding-left: 10px;
padding-right: 10px;
bottom: 5px;
top: 90px;
}

#content {
	position: absolute;
	top:80px;
	bottom:10px;
	overflow: auto;
}

.ad_top {
	width: 728px; margin-right: auto; margin-left: auto; margin-top: 10px; margin-bottom: 10px;
}
/*
.ad_vertical {
	position: absolute; height: 600px;
}
*/

.ad_vertical {
	position: absolute;
	top: 200px;
	margin-right:5px;
	margin-left:5px;
}

.ad_vertical_left {
	left:5px;
    right:50%;
    margin-right:480px;
    margin-left:0px;
    text-align:right;
}

.ad_vertical_right {
	right:5px;
    left:50%;
    margin-left:475px;
    text-align:left;
}

.ad_vertical_wiki {
	position: absolute;
	height: 600px;
	top: 200px;
	margin-left: -160px;
}

.ad_vertical_wiki_right {
	position: absolute;
	top: 200px;
	margin-right:-155px;
	margin-left:5px;
}

body {
	background-image: url(../img/background.jpeg);
}

/* version div */
#apDiv1 {
	float: right;
	width: 200px;
	border: 1px solid #000;
	padding: 5px;
}

/* tab pane styling */
.panes div {
	display: none;
	padding: 15px 10px;
	border: 1px solid #999;
	border-top: 0;
	font-size: 14px;
	background-color: #fff;
}




/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 800px;
	height:520px;
}

.slideshow_div {
	width: 920px;
}

.slideshow_pict {
	width:800px;
	height:449px;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accommodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
}

/*
	a single item. must be floated in horizontal scrolling.
	typically, this element is the one that *you* will style
	the most.
*/
.items div {
	float:left;
}

/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(../img/scroll_arrows.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:40px 10px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{ background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 


/* left */
a.left				{ margin-left: 0px; } 
a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }

/* up and down */
a.up, a.down		{ 
	background:url(../img/scrollable/arrow/vert_large.png) no-repeat; 
	float: none;
	margin: 10px 50px;
}

/* up */
a.up:hover  		{ background-position:-30px 0; }
a.up:active  		{ background-position:-60px 0; }

/* down */
a.down 				{ background-position: 0 -30px; }
a.down:hover  		{ background-position:-30px -30px; }
a.down:active  	{ background-position:-60px -30px; } 


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	
.maintitle {
	font-size: 24px;
	font-weight: bold;
}


/* root element for tabs  */
ul.tabs {  
	margin:0 !important; 
	padding:0;
	height:30px;
	border-bottom:1px solid #666;	 	
}

/* single tab */
ul.tabs li {  
	float:left;	 
	padding:0; 
	margin:0;  
	list-style-type:none;	
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	float:left;
	font-size:13px;
	display:block;
	padding:5px 30px;	
	text-decoration:none;
	border:1px solid #666;	
	border-bottom:0px;
	height:18px;
	background-color:#F9ECC3;
	color:#777;
	margin-right:2px;
	position:relative;
	top:1px;	
	outline:0;
	-moz-border-radius:4px 4px 0 0;	
}

ul.tabs a:hover {
	background-color:#DDC77D;
	color:#333;
}
	
/* selected tab */
ul.tabs a.current {
	background-color:#DDC77D;
	border-bottom:1px solid #DDC77D;	
	color:#000;	
	cursor:default;
}

	
/* tab pane */
.panes div {
	display:none;
	border:1px solid #666;
	border-width:0 1px 1px 1px;
	min-height:400px;
	padding:15px 20px;
	background-color:#DDC77D;	
}


.navtable {
	border:1px solid #000;
	border-collapse: collapse;
	background-color: #DDC77D;
}
.prestable {
	border:1px solid #000;
	border-collapse: collapse;
	background-color: #F9ECC3;
	padding: 2px;
}
	