.news .summary
{
	margin: 5px;
	overflow:hidden;
	width:100%;
}


/*
.left_box 
{ 
	overflow:hidden;
	width:100%;
	margin-right:10px;
}*/

.left_box_idx 
{ 
	color: #000; 
	padding: 8px;	
	background: white; 
	margin: 0 0 10px 0;
	border:2px black solid;
}


.left_box_idx h1
{
	margin-bottom:0.75em;
	border-bottom:1px black solid;	
}


.left_box_idx h2
{
	margin-bottom:0.5em;
	margin-top:0.75em;
	margin-left:3px;
	border-bottom:1px black solid;	
	border-top:1px black solid;	
	font: 1.1em   Arial, Tahoma, Sans-Serif;
}


.left_box_idx a
{
	font: 0.9em   Arial, Tahoma, Sans-Serif;
}

.left_box .pic img { padding: 8px; background: white; border: 1px solid #AAA;}


.left_box h1
{
	margin-bottom:0.5em;
	font: 1.4em  Tahoma, Arial, Sans-Serif;
	border:0;
}

table.links
{
	font: 0.9em  Tahoma, Arial, Sans-Serif;
	margin-left:1em;	
}

.outgoing 
{
 	border-bottom:1px solid #CBCBCB;
 	margin-bottom:0.5em;
}

.outgoing a
{
  text-decoration: none;
  padding: .25em;
  color: #689DE7; 
}

.outgoing a:visted
{
  color: #689DE7; 
}

.outgoing a:hover, a:active { text-decoration:underline;}


body {
/*	background-color: #e6e6e6;*/
	background-color: white;
}

.comment a
{
	font-size:1.1em;
	font-weight:bolder;
}



/* Normal Bubble */
div.bubble {
	width: 90%;
	margin-left:auto;
	margin-right:auto;
	margin-top:2em;
	margin-bottom: 2.5em;
/*  	font: 1em "Lucida Grande", Lucida, Verdana, sans-serif; */
	font: 0.9em Tahoma, sans-serif; 
}

div.bubble blockquote {
	margin: 0px;
	padding: 0px;
	border: 1px solid #c9c2c1;
	background-color: #fff;
}

div.bubble blockquote p {
	margin: 10px;
	padding: 0px;
}

div.bubble cite {
	position: relative;
	margin: 0px;
	padding: 7px 0px 0px 15px;
	top: 6px;
	background: transparent url(tip.gif) no-repeat 20px 0;
	font-style: normal;
}

/* Rounded Bubble */
div.bubble div.rounded {
	margin-bottom: 10px;
	border: 3px solid #fff;
	background-color: #b7e0ff;
}

div.bubble div.rounded blockquote {
	border: 0;
	background-color: transparent;
}

div.bubble div.rounded blockquote p {
	margin: 0px 10px;
}
div.bubble cite.rounded {
	position: relative;
	margin: 0px;
	padding-left: 15px;
	padding-top: 12px;
	top: 9px;
	background: transparent url(tip-rounded.gif) no-repeat 15px 0;
}

/* Pimped Bubble */
div#pimped.bubble {
	font-size: 0.9em;
}
div#pimped.bubble div.rounded {
	color: #fff;
	border: 3px solid #fff;
	background-color: #111;
}
div#pimped.bubble cite.rounded {
	background: transparent url(tip-pimped.gif) no-repeat 15px 0;
}

