BODY {
	MARGIN-top: 0px;
	MARGIN-left: 0px;
	MARGIN-right: 0px;
	
}


h2{
	margin-bottom: 4px;
}

.help_message_beige{
	background: rgb(255, 250, 225);
/**/
	border-top: 1px solid #cccccc;
	margin-bottom: 10px;
	margin-left: 8px;
	margin-right: 8px;
	padding: 5px;


}
.help_message{



	background-color: #cccccc;
	font-size: small;
/* background-color: rgb(255, 247, 208);*/	
	border-bottom: 2px #999999 solid;
	margin: 0px;
	padding: 5px;
}
.gray_bubble{
	background: #EEE;
	-moz-border-radius: 10px;
	/*-moz-border-radius-bottomright: 10px;	*/
	padding: 4px;
	width: 100%;

}


        a:link { color: #039; }
        a:visited { color: #636; }
        a:link:hover, :visited:hover { color: #333; }
        a:link:active, :link:active { color: #000; }

	fieldset{
		
		border: 2px solid #cccccc;
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 10px;

	}


/*	fieldset{
		
		border: 2px solid #cccccc;
		width: 550;
		foreground: lightgray;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 10px;

	}*/
	legend{
		color: #bbbbbb;
		padding: 4px;
		font-weight: bold;
	}

	.key-point:before {
		line-height: 0.1;
		font-size: 1px;
		background: transparent url("images/key-point_tr.gif") no-repeat top right;
		margin: -15px -15px -15px -15px;
		height: 15px;
		display: block;
		border: none;
		content: url("images/key-point_tl.gif");
	}
	.key-point {
		background: #e4ecec url("images/key-point_back.gif") right repeat-y;
		padding: 15px;
		margin-bottom: 5px;
		width: 100%;
	}
	.key-point:after {
		display: block;
		clear: both;
		padding-top: 15px;

		line-height: 0.1;
		font-size: 1px;
		content:  url("images/key-point_bl.gif");
		margin: -15px;
		height: 8px;
		background: transparent url("images/key-point_br.gif") scroll no-repeat bottom right ;
	}
	
	.key-point h2, .key-point h3, .key-point h4, .key-point h5 {
		border: none;
		margin-top: 0;
	}
	

	.message{
		background: #C0DCDC;
		-moz-border-radius:10px;	
		padding: 5px;
		margin-top: -10px;
		margin-right: -5px;
	}

	
.indexbar{
	width: 100%;
	PADDING-BOTTOM: 7px;
	PADDING-TOP: 7px;

	BORDER-BOTTOM:  solid 2px #D6CCBD;

}	

.indexbar_nobottom{
	width: 100%;
	PADDING-BOTTOM: 7px;
	PADDING-TOP: 7px;


}	

	.side_message{

		background: #EEE;
		-moz-border-radius: 10px;
		/*-moz-border-radius-bottomright: 10px;	*/
		padding: 4px;
		width: 100%;

	}

#topbar
{
	position: absolute;
	padding: 1px;
	top:3px;
	left: 5px;
	MARGIN-bottom: 5px;
/*
BORDER-BOTTOM: 1px solid #888888;
	color: #000066;*/
}
#topbar2
{
	position: relative;
	padding: 1px;
	top:3px;
	left: 3px;
	MARGIN-bottom: 5px;
/*
BORDER-BOTTOM: 1px solid #888888;
	color: #000066;*/
}

#language_choice{
	font-size: 84%;
	background-color:#AAAAAA;
	border-bottom: 2px solid #676767;  
	background:linear-gradient(to bottom, #BBBBBB, #777777);
	color:white;
	margin:auto; 
	text-align:center;
	padding: 6px;
	
}
#language_choice a{
	color: white;
}

.credits{
	font-size: 90%;
}
.category-link2{
	padding-left: 8px; 
	white-space:nowrap;
	display:inline;
}

.category-link{
	padding-left: 8px; 
	float:left; 
	white-space:nowrap;
	margin-bottom:10;
	
}

a.notepad {
	background: url("/images/category_index/notepads-20.png") repeat 0px 0px;
	background-position: 0 0px;
	display:inline-block;
vertical-align:middle;
	width: 20px;
	height: 20px;
	
}
a.notepad span { 
    display: none; 
}
a.notepad:hover { 
    background: url("/images/category_index/notepads-20.png") repeat 0px -21px;
}

a.listen {
	background: url("/images/category_index/waves.png") repeat 0px 0px;
	background-position: 0 0px;
	display:inline-block;
	vertical-align:middle;
	width: 20px;
	height: 20px;
	
}
a.listen span { 
    display: none; 
}
a.listen:hover { 
    background: url("/images/category_index/waves.png") repeat 0px -21px;
}
