@charset "utf-8";
/*------------------------------------------------------------
# Author: Anna Hoffmann  
# Created: 28/6/09                                           
# Major updates: ...    By: ...                          
# Description: This file includes a default layout for talkbacks of Galim /home/httpd/cgi-bin/galim/lib/Talkback.pm . If needed, overwrite these designs by loading talkback_[your_site].css from your site's env directory.
# Comments: There is a small different between IE6, IE7 and IE8, Firefox in the way responses are opend
------------------------------------------------------------*/

/* -------------------------------------------------------------- 
   New response form 
----------------------------------------------------------------*/
#new-response-wrapper { width:355px;}
#talkbackContent{width:760px;margin: 0 auto 0 auto;}
#new-response form{ background:#d2f4fc; padding:5px; margin:0 0 20px 0;  }
#talkbackForm td { padding: 5px; vertical-align:top;}
#talkbackForm input, #talkbackForm textarea{ 
	width:225px; border:1px solid #acacac; overflow:auto;
	 }
#talkbackForm input.mail, #talkbackForm textarea.mail{ width:200px;}
#talkbackFormSend input{ width:auto; text-align:right; vertical-align:middle; border:none;}
#talkbackFormCancel{ text-align:left;}
#talkbackFormCancel * {vertical-align:middle;}

#talkback-msg-container{ width:350px; background:#e5ece5; padding:1px 0px;}
#talkback-msg{ background:#fff; margin:10px; padding:10px;}
#talkback-msg p{ margin:0;}

/* -------------------------------------------------------------- 
   Responses
----------------------------------------------------------------*/
.response{clear:right; font-size: 0.9em;}
.switch{ float:right; background:0; padding:0; cursor:pointer;}

.response_title{
	width:474px; height: 17px; max-height:17px; min-height:17px; overflow:hidden;
	float:right;
	background:#d2f4fc;
	margin:0 5px 5px 5px; padding:0 5px;
	color:#000000;
	line-height:17px;
	
}
.response_title .small{ font-size:12px; padding:0  0 0 10px ; }
.response_content{
	width:477px;
	background:#eafbff;
	margin:0 22px 5px 0; padding:5px 4px 5px;
	color:#000000;
	
}
.show{ display:block;}
.hide{ display:none;}

#talkbackContent div a
{
	color: #858680;
	font-size: 0.9em;
	font-weight: bold;
}

#talkbackContent div a img
{
	vertical-align: middle;
}


.all_responses_title
{
	height: 24px;
	font-size: 1em;
	font-weight: bold;
}

#talkbackImage
{
float: left;
}

#talkback-title
{
	margin: 0 0 20px 0;
	width: 300px;

}


.sharebox{
	
	
	text-align: left;
	height: 33px;
	float: left;
	
	margin: 0 0 0 0;
	padding:0 0 0 0;
	
}

.sharebox .share , .sharebox .addthis_toolbox 
{
	display: inline;
	margin:0 0 0 0;
	
}

/*
#bottom_pages
{
	width:100%;
	margin: 0 auto 20px auto;	
	padding: 20px 0 4px 0;
	text-align: center;
	font-size: 12px;
	clear: both;
	
	color: #bbbbbb;
}

#bottom_pages img 
{
	vertical-align: middle;
	margin: 0;
}

#bottom_pages a{  color: #000000;}

#bottom_pages a.word
{
	
	height: 18px;

	line-height: 22px;
	margin: 0 10px;
}

#bottom_pages span
{
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

#bottom_pages  .fw
{
	padding: 0 24px 2px 24px;
	background:  url(../images/icd/bottom_pages_fw.png) no-repeat left top ; 

}

#bottom_pages  .back
{
	padding: 0 24px 2px 24px;
	background:  url(../images/icd/bottom_pages_back.png) no-repeat right top; 
	
}

#bottomLinks
{
	clear:both;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	
}

*/