﻿body,html {
	padding:0;
	margin:0;
	height:100%;
	
}

body {
	overflow:hidden;
}

#nextbtn {
	text-decoration:underline;
	width:48px;

	text-align:center;
	cursor:default;
}




#nextbtn,#btntitle {
	
	display:inline;
	height:20px;
	border-style:none;
	border-width:0px;

	margin:2;
	font-family:"Microsoft sans serif", Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-top:3px;
	/*background-color:auto;*/
}

#btntitle {
	cursor:help;
	text-align:left;
	margin-left:20px;
}

div.btntitle_hover {
	background-image:url(http://www.clubinternet.org/clubinternet/msie/nextbtnhover.png);
}

div.btntitle_click {
	background-image:url(http://www.clubinternet.org/clubinternet/msie/nextbtnclick.png);
	padding-left:3px;
	padding-top:3px;
}


#toolbar {
	width:101%;
	height:24px;
	border-top-width:1px;
	border-bottom-width:1px;	
	border-left-width:0px;
	border-right-width:0px;
	border-left-style:none;
	border-right-style:none;
	margin-left:-1%;
	padding:0;
}


#toolbaroverlay {
	position:absolute;
	left:6px;
	top:0px;
}

#thework {
	border-style:none;
	width:100%;
	height:100%;
}

#sidebar {
	height:100%;
	width:270px;
}


#content {
	height:100%;
	width:100%;
}