/* 
    Document   : medwhat
    Created on : Sep 4, 2012, 8:35:37 PM
    Author     : Svetik
    Description:
        Purpose of the stylesheet follows.
*/

/*************** Ask&Get shape *******************/

@font-face {
    font-family: 'Casper';
    src: url('./../theme1332/fonts/casper/casper-webfont.eot');
    src: url('./../theme1332/fonts/casper/casper-webfont.eot#iefix') format('embedded-opentype'),
         url('./../theme1332/fonts/casper/casper-webfont.woff') format('woff'),
         url('./../theme1332/fonts/casper/casper-webfont.ttf') format('truetype'),
         url('./../theme1332/fonts/casper/casper-webfont.svg#casperregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
#square1 { 
  background-color: #007cc4; 
  padding:104px 0;
  width:100%;
  float:left;
  margin-top:20px;
}
#mainsearch{
  width: 100%; /*960px;*/
  margin:0 auto;
  background-color:#FFFFFF;
  border-radius: 12px 12px 12px 12px;
}
  
.mainsearch_title{
  font-family: Casper;
  font-size:34px;
  color:#007cc4;
  text-align:center;
  padding-top:25px;
  padding-bottom:5px;}  
 
#square2 { 

   padding:12px 20px; 
   height:110px;
   width:615px;
   /*position: relative;
   top:-40px;
   left:470px;
   z-index: 5;*/
   background-image:url(./images/search3.jpg);
   background-size: 640px 85px;
	background-repeat:no-repeat;
	/*background-position:26px 17px;*/
} 

#square2home { 

   padding:12px 20px; 
   height:110px;
   width: 100%; /*900px;*/
   background-image:url(./images/search1.jpg);
   background-size: 90% 65%; /*915px 85px;*/
	background-repeat:no-repeat;
	background-position:26px 17px;
} 

.home .homePageWidgets1{
  background-color:#edf4f7;
  padding-top:23px;
  height:115px;}
.home .homePageWidgets1 table{
  background-color:#edf4f7;
  width:960px;
  margin:0 auto;}  
.home .homePageWidgets1 table{
  background-color:#edf4f7;
  width:960px;
  margin:0 auto;}  
.home .container_24 .prefix_2 .homePageWidgets1 .widget-content{
  background-color:#FFFFFF;
  width:960px;
  margin:0 auto;}    
.sb_text {
    font-family:"Century Gothic" ; 
    font-size:38px; 
    font-weight:normal; 
    color:#FFFFFF;
    text-align: left;
    position: relative;
    left: 80px;
    top: -75px;
}
 #qa_textarea, #qa_textbox {
    width: 85%; /*590px;*/
    height: 55px;
    border: 0px;
    padding: 0px 12px 15px 8px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:normal;
    font-size:25px; 
    position: relative;
	color:#777777;
	margin-left:15px;
	margin-right:15px;
	margin-top:0px;
	
    /*top: -215px;
    left: 30px;
	z-index: 100;*/
    overflow: auto;
    border: none;
    resize: none;
    background:none;
    border-radius: 0;
	/*background-image:url(./images/search1.jpg);
	background-repeat:no-repeat;
	background-position:10px 10px;*/
}

#image_question {
    position:relative;
    top:0px;
    height:20px;
    left: -10px;
    z-index: 10;
}
/***************Search bar*******************/
#smallSearchBar {
    position: relative;
    top:-40px;
    left:-35px;
}
#results_searchBar {
    position:relative;
    top:-67px;
    left:270px;
}
/*#qa_textbox {
    
	background-color: #edf4f7;
    border: medium none;
    border-radius: 0 0 0 0;
    color: #000000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 20px;
    font-weight: normal;
    height: 58px;
    margin-left: 50px;
    margin-top: 12px;
    overflow: auto;
    padding: 10px 0 6px 8px;
    position: relative;
    resize: none;
    width: 850px;
	top: -31px;
	background:none;
}*/
#square3{ 
   position: relative;
    top: 35px;
   padding:12px 20px; 
   height:100px;
   width:900px;
   /*position: relative;
   top:-40px;
   left:470px;
   z-index: 5;*/
   background-image:url(./images/search1.jpg);
	background-repeat:no-repeat;
	background-position:26px 17px;
} 



.mw_section_content{
   padding:10px 20px;
   text-align:justify;
   /*border-bottom:1px solid #CFD0CF;
   border-left:1px solid #CFD0CF;
   border-right:1px solid #CFD0CF;*/
   border-top:0;
   font-size: 13pt;
   line-height: 150%;

	color:#000000;}
    
/***************Small logo*******************/
    
#img_small_logo {
    position:relative;
    z-index: 10;
}

/*#content.qa_results {*/
#qa_results {
    position: relative;
    color:#000;
	font-family:"Arial","sans-serif";	
    font-size:15.0pt;
    line-height: 25px;
}

#qa_question {
    position: relative;
    color:#000;
	font-family:"Arial","sans-serif";	
    font-size:20.0pt;
    line-height: 25px;
    margin-bottom: 25px;
}

#qa_sources {
	margin-top: 25px;
	margin-bottom: 25px;
    position: relative;
    top: 0px;
    color:#555;
	font-family:"Arial","sans-serif";
	font-style: italic;	
    font-size:11.0pt;
}


.content_colored {
    color: #777777;
}
     
/***************Question & answer writing design*****************/
 
.QA_Title {
    font-size:23px;
    color:#fff;
	background-image:url(./images/bg-question.jpg);
	background-repeat:repeat-x;
	padding:5px 20px 17px 20px;
	width: 921px;
	float:left;
	font-family: Casper;
	text-shadow: 0.1em 0.1em 0.02em #244d6e;
}


.SC_Title {
    font-size:23px;
    color:#fff;
	background-image:url(./images/bg-question.jpg);
	background-repeat:repeat-x;
	padding:17px 20px 17px 20px;
	width: 921px;
	font-family: Casper;
	text-shadow: 0.1em 0.1em 0.02em #244d6e;
}

#question_content {
    font-family:"Arial","sans-serif";
    font-size:25px;	
    font-weight:bold;
    color:#339900;
    line-height:110%;
}

#answer_content {
    font-family:'Corbel';
    font-size:28px;
    line-height:110%;
}

#qaresult {
    font-family:"Arial","sans-serif";	
    font-size:13.0pt;
    line-height:150%;
   color: #000;
   position: relative;
    top: -23px;
    padding: 10px;
    margin-top: 15px;
}
div#qaresult > p {
    padding: 3px;
    margin: 0px;
}

div#qaresult > ul {
    margin-left: 30px;
}

div#qaresult > h2 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: bold;
}

div#qaresult > h3 {
    margin-top: 10px;
    margin-bottom: 5px;
}

#font12black {
    color: #777777;
    font-size: 14px;
}

#font12black a{
   color:#017bc7;
   text-decoration:none;}
   
.back2answer{
  padding-bottom:15px;
  text-align: left;} 
  
.back2answer a {
  background: none repeat scroll 0 0 #CDE7F6;
    color: #007CC4;
	text-transform:uppercase;
	text-decoration:none;
	border-radius: 10px 10px 10px 10px;
	font-size: 12px;
    font-weight: normal;
    height: 32px;
    line-height: 32px;
    padding: 9px 17px;} 
	
.back2answer a:hover {
   color:#fff;
   background-color:#007CC4;}	 

/******Questions DB page*******/

#qadb_links {
    line-height:50%;
}

.qadb_link {
    font-family:'Corbel';
    font-size:17px;
    font-weight: bold;
    color:#4189dd;   
    line-height:100%;
}

a.qadb_link:link {
    text-decoration:none;
}

a.qadb_link:hover {
    color:#0000FF;
}

.qadb_page {
    font-size:17px;
    font-weight: bold;
    color:#4189dd;
}

a.qadb_page:link {
    text-decoration:none;
}

a.qadb_page:hover {
    color:#0000FF;
}

#pages {
    font-size:17px;
    color:#4189dd;	
}

/*************** Question & answer big shapes *****************/
    
#main_shape { 
    background-color: #fff; 
    /*border-radius: 20px;
    padding:0px;
    width: 800px;
    z-index:100;
    left:-13px;*/
    position:relative;
	width:960px;
	margin:0 auto;

}

.mw_article_files{
  padding-left:25px;
  padding-bottom:35px;}

#second_shape { 
    background-color: #ffffff;
    
    border-radius: 0px 0px 0px 0px;
    padding:0;
    border-style: solid;
    border-width: 1px;
    border-color:#cfd0cf;
    position: relative;
    top:20px;  
    width: 960px;
    left:-5px;
    z-index:90;
	height:185px;
}

#third_shape { 
    /*background-color: #e7f6fa; 
    border-radius: 22px;*/
    padding:17px;
    position: relative;
    top:-12px;  
    width: 930x;
    left:-5px;
    z-index:80;
}

#fourth_shape {
    background-color: #ffffff; 
    border-radius: 0px 0px 0px 0px;
    padding:0 0 25px;
    border-style:  solid;
    border-width:1px;
    border-color:#cfd0cf;
    position: relative;
    top:15px;  
    width: 960px;
    left:-18px;
    z-index:70;
}

#g5tr_table_shape { 
    background-color: #FFFFFF;
    border-color: #CFD0CF;
    border-radius: 0 0 0 0;
    border-style: solid;
    border-width: 1px;
    left: -5px;
    padding: 0;
    position: relative;
    top: 20px;
    width: 960px;
    z-index: 90;

}

/************** Ask us line ******************/

#AskUs_qa {
    font-family:'Corbel';
    font-size:18px;
    color:#525651;
    position:relative;
    top:-40px;   
    left:240px;
    z-index: 60;
}

/*************** On Ipod & Iphone *****************/

#press_enter_message {
    font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
    color:#525651;
    position:relative;
    top:19px;   
    left:40px;
    z-index: 60;
    visibility: hidden;
}      
#press_enter_message_home {
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    color:#525651;
    position:relative;
    top:9px;   
    left:35px;
    z-index: 60;
    visibility: hidden;
}      
/*************** Link to Questions Database *****************/

#qdb_link {  
    position:relative;
    top:-40px;   
    left:680px;
    z-index: 150;
} 

a#qdb_link_a {
    font-size:24px;
    color:#007BC7;
	text-decoration:none;
	line-height:27px;
	font-family: Casper;
	padding-right:12px;
}
    
/************** Recent & Popular question scrollers ******************/

#pscroller, #rquestions {
    /*width: 900px;*/
    height: 230px;
    border: 0px solid black;
    color: black;
    padding: 7px 3px 3px 3px;
	/*font-weight:bold;*/
	font-size: 26px;
}



.rquestions_title {
    font-family:Arial, Helvetica, sans-serif;
    color:#1d3961;
    position: relative;    
    /*left: -55px; */   
}

#pscroller_shape, #rquestions_shape {
     /*background-color: #71cbe1; 
    border-radius: 20px;*/
    padding:0px 15px;
    position: relative;
    float: center;  
    /*left: -55px;*/ 
}

#pscroller a, #rquestions a {
    color: #434B4F; 
    font-family:Arial, Helvetica, sans-serif;
    font-size:16px;
	text-decoration:none;
  padding-bottom:5px;
  padding-left:15px;
  /*background-image:url(./images/bullet.jpg);*/
  background-repeat:no-repeat;
  background-position:0px 5px;
}


#pscroller1{
  padding-bottom:8px;}
  
#pscroller2{
  padding-bottom:8px;}  

/************** How to ask hint ******************/

#user_hint_label {
    color: #636363; 
    font-family: "Century Gothic",sans-serif;
    font-size: 10.5pt;
    font-weight: bold;
    text-decoration: underline;
    text-align:center;
    position: relative;
    top: 8px;
    cursor: hand;
    cursor: pointer;
    z-index:12;
}

#user_hint_shape {
    background-color: #ffffff;
    border-color : #959595;
    border-style : solid;
    border-width : 2px;
    border-radius:15px;
    width : 420px;
    height : 177px;
    position: relative;
    box-shadow:-1px 0px 10px #959595;
    visibility: hidden;
    position: fixed;        
    z-index:100;
}

#user_hint_box {
    font-family: "Century Gothic",sans-serif;
    font-size: 9.0pt;
    font-weight: bold;
    color: #000000;
    padding:1px;
    margin-left: 6px;
    position: relative;
    top:7px;        
}

/*****************************************/
/* Engine2 server-side generated classes */
/*****************************************/

/* mw_article_content class is injected to the content by the search engine logic */

.mw_article_content {
    padding: 5px; 
    margin-top:0px;
    margin-bottom:0px;  
} 

ul.mw_article_content {
    list-style-type: disc;  
    margin-left:15px;
    margin-top:0px;
    margin-bottom:0px;
    padding:1px; 
}

ol.mw_article_content {
    list-style-type: decimal;
    margin-left:15px;
    margin-top:0px;
    margin-bottom:0px;
    padding:1px;

}

li.mw_article_content {
    list-style-type: inherit;
    margin-top: inherit;
    margin-bottom: inherit;
    margin-left: inherit;
    padding: inherit; 
    background: none;
}

.mw_content_links {
    font-weight:normal;
    color:#007BC7;
    font-size:11.0pt;
}

/* classes wrapping the results, generated by HtmlGenerator */
.mw_section_title {
    background-color: #eaf2f6; 
    border-radius: 0px;
    font-weight: normal;
    padding: 14px 20px;
    color: #007bc7;
    margin-top:4px;
    margin-bottom:0px;
	font-size:20px;
	font-family: Casper;
}

#title-sources{
  /* color: #007bc7; */
  color: #777;
  font-family: Casper;
  font-size:15px;
  padding-bottom:8px;}

.mw_showmore_links {
    font-weight:normal;
    color:#007BC7;
    font-size:14px;
	left: 13px;
    position: relative;
}

table#mw_kg_table {
    color: #000000;
    font-family: "Arial","sans-serif";
    font-size: 13pt;
    line-height: 150%;
    position: relative;
    top: 14px;
}
div#kg_label_0, div#kg_label_1 {
    height: 45px;
    margin-bottom: 10px;
}

#source_links{
   background-color: #FFFFFF;
    border-color: #CFD0CF;
    border-radius: 0 0 0 0;
    border-style: solid;
    border-width: 1px;
    left: -18px;
    padding: 20px 25px;
    position: relative;
    top: -22px;
    width: 910px;
    z-index: 70;}

#source_links_article{
   background-color: #FFFFFF;
	border-top: 1px solid #CFD0CF;
    left: 0px;
    padding: 20px 25px;
    position: relative;
    top: 0px;
    width: 908px;
    z-index: 70;}

/* images in results */

.mw_img {
    margin:2px;
    border:1px solid #3399cc;
    width:130px;
    text-align:center;
}

.mw_img img {
    display:inline;
    margin:5px;
    border:1px solid #ffffff;
    width: 110px;
}

.mw_img a:hover img {
    border:1px solid #3399cc;
}

.mw_img_desc {
    text-align:center;
    font-weight:normal;
    width:120px;
    margin:2px;
    font-family: "Century Gothic",sans-serif;
    font-size:10.0pt;
    color: #4189dd;
    line-height:110%;
}

.mw_img_link_deco { 
    text-decoration:none;
}

a.mw_img_link_deco:hover { 
    text-decoration:underline;
    color: #4189dd;
}

/*************** Knowledge Graph Table *****************/

#mw_kg_table td {
    font-family:"Arial","sans-serif";
    color:#71cbe1;
    font-size:15px;
    padding:5px 10px 15px 25px;
    line-height:150%;
	border:0;
}

.mw_kg_table_row {
    color:#007cc6;
	font-size:20px;
}  

.mw_kg_links {
    color: #000000;
    font-size: 13pt;
	text-decoration:none;
}

 #mwcontent{ border:0;}

.page-template-page-mw_article-php #mwcontent{
  border-color: #CFD0CF;
    border-radius: 0 0 0 0;
    border-style: solid;
    border-width: 1px;}

a.mw_kg_links:hover{

color:#007cc6;}

.mw_kg_button {
    cursor:pointer;
    /*padding:1px 3px;*/
    /*border-radius: 7px;*/
    border-radius: 10px 10px 10px 10px;
    text-transform:uppercase;
    
font-size: 12px;
    font-weight: normal;
    height: 32px;
    padding: 9px 17px;
    border: 1px solid #CDE7F6;
	color:#007CC6;
	background-color:#CDE7F6;
}

.mw_kg_button:hover {
    /*background: #CFD0CF;*/
    /*color: #007CC6;*/
    color: #fff;
    background-color:#007CC4;
}

.mw_kg_symptoms_dialog {
    font-size: 15px;
    color:#777777;
}

.mw_kg_symptoms_dialog_title {
    font-size: 14px;
    color:#007CC6;
} 

/*
#qaresult_5tr {
    font-family:"Arial","sans-serif";
    font-size:12.0pt;
    line-height:150%;
    color:black;
    
}
*/
div#g5tr_content {
    /*padding: 25px;*/
}

.banner-answers{
	width: 728px;
    margin: 0 auto;
    padding-top:20px;
}


#post-39 h2 {
    color: #007CC4;
    font-size: 20px;
    width:100%; 
    float:left;
    margin-top: 10px;
    margin-bottom: 5px;
}

.likeoff {
    background-image:url(./images/like_off.png);
    width: 110px;
    height: 50px;
}

.dislikeoff {
    background-image:url(./images/dislike_off.png);
    width: 152px;
    height: 50px;
}

.likeon {
    background-image:url(./images/like_on.png);
    width: 110px;
    height: 50px;
}

.dislikeon {
    background-image:url(./images/dislike_on.png);
    width: 152px;
    height: 50px;
}

/*** Health Pofile tabbed table ***/
ul#navigation 
{
	position:relative;
	z-index:2;
	top:1px;
	display:table;
	border-left:1px solid #FFF;
	margin: 0px 0px 8px 8px;
	width: 100%;
}

ul#navigation li 
{
	list-style:none;
	float:left;
	font-size: 13px;
}

ul#navigation li a 
{
	background:#007cc4;
	color:#FFF;
	display:block;
	padding:6px 15px;
	text-decoration:none;
	border-right:1px solid #FFF;
	border-top:1px solid #FFF;
	border-right:1px solid #FFF;
	margin:0;
}

ul#navigation li a.selected 
{
	border-bottom:1px solid #fff;
	color:#007cc4;
	background:#fff;
}

#tab_container
{
	border-top: 2px solid #007cc4;
	padding: 8px;
}

#tab_container input
{
	width: 200px; 
	background-color: #EEEEEE;
	font-family: 'Open Sans', Helvetica, sans-serif;
}

#tab_container select
{
	width: 200px; 
	font-family: 'Open Sans', Helvetica, sans-serif;
}

#tab_form
{
	padding: 8px;
}

#tab_form input
{
	width: 200px; 
	background-color: #EEEEEE;
	font-family: 'Open Sans', Helvetica, sans-serif;
}

#tab_form select
{
	width: 200px; 
	font-family: 'Open Sans', Helvetica, sans-serif;
}

.date
{
	font-size: 14px;
}

.answer_notification
{
	padding: 8px;
	margin: 4px;
	font-family: 'Open Sans', Helvetica, sans-serif;
	background-color: #A8A8A8;
	color: #FFFFFF;
}

.answered_notification
{
	padding: 8px;
	margin: 4px;
	font-family: 'Open Sans', Helvetica, sans-serif;
	background-color: #8DC73F;
	color: #FFFFFF;
}

#notifications_table
{
	margin-bottom: 32px;
	width: 100%;
	border: 0px none;
	border-collapse: separate;
font-size: 14px;
}

#notifications_table td
{
	padding: 0px 16px 0px 16px;
}

#notifications_table hr
{
	margin: 8px;
}

#to-hr
{
	border: 0px none;
	background:#007cc4;
	color:#FFF;
	font-family: 'Open Sans', Helvetica, sans-serif;
	font-size: 14px;
	padding: 8px;
}

#notifications_list
{
	width: 100%;
	font-size: 14px;
	/*height: 560px;
	overflow: auto;*/
}

.unread
{
	padding: 0px;
	background-color: rgba(0, 148, 255, .5);/*#16B5FF;*/
	color: #FFFFFF;
}

.read
{
	background-color: #FFFFFF;
	padding: 0px;
}

.answer
{
	background-color: #F5F8FA;
	padding: 0px;
}

#rq_area
{
	font-size: 17px;
}

.tooltip
{
    display: inline;
    position: relative;
    font-size: 12px;
}

.tooltip:hover:after{
    background: #333;
    background: rgba(36,112,244,.8);
    border-radius: 5px;
    bottom: 26px;
    color: #fff;
    content: attr(title);
    left: 20%;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 440px;
}

.tooltip:hover:before{
    border: solid;
    border-color: #333 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 20px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 99;
}

/* For displaying checkboxes in chrome */
input[type=checkbox]
{
  -webkit-appearance:checkbox;
}

#answer_box 
{
	box-shadow: 0 0 8px #888888;
	-moz-box-shadow: 0 0 8px #888888;
	-webkit-box-shadow: 0 0 8px #888888;
	border: 1px solid #CCC; 
	padding: 24px; 
	display: inline-block; 
	clear: both; 
	margin-top: -15px; 
	text-align: justify;
	width: 90%;
}

#dialogue
{
	padding-top: 8px;
	padding-bottom: 8px;
	margin:0 auto;
  	background-color:#FFFFFF;
  	border-radius: 12px;
	margin-top: 24px;
}

#dialogue_list
{
	height:380px;
	width:93%;
	border-radius: 12px 12px 12px 12px;
	background-color: rgba(55, 155, 255, 0.25);
}

#dialogue_list
{
	overflow:hidden; 
	overflow-y:scroll;	
	margin: 16px auto;
	padding: 4px;
	background-color: rgba(55, 155, 255, 0.25);
	border-color: rgb(204, 204, 204);
	border-style: solid;
	border-width: 2px;
}

#dialogue_scroll ul
{
	list-style-type: none;
}

#dialogue_scroll ul li
{
	width: 100%;
}

#dialogue_user_area
{
    	width: 85%; /*590px;*/
    	height: 77px;
   	 border: 0px;
    	padding: 0px 12px 0px 15px;
    	font-family: Arial, Helvetica, sans-serif;
    	font-weight:normal;
    	font-size:25px; 
    	position: relative;
	margin: 10px auto;
	
   	overflow: auto;
   	resize: none;
    	border: double 5em;
    	border-image: url("./images/dialogue_user_area_background.png") 12 12 12 48 stretch;
	border-width: 12px 12px 12px 48px;
	boder-image-slice: 20;
	background-clip: padding-box;
	background-color: rgba(55,155,255,0.25);
	border-collapse: separate;
	
	color: #222;
}

#dialogue_user_area_text
{
    	width: 95%; /*590px;*/
    	height: 70px;
   	 border: 0px;
    	font-family: Arial, Helvetica, sans-serif;
    	font-weight:normal;
    	font-size:25px; 
    	position: relative;
	padding: 0px;
   	overflow: auto;
   	resize: none;
    	background-clip: padding-box;
	background-color: rgba(0,0,0,0);
	
	color: #222;
}

#dialogue_user_area_voice
{
    	width: 90%; /*590px;*/
    	height: 55px;
   	 border: 0px;
    	/*padding: 0px 12px 15px 15px;*/
    	font-family: Arial, Helvetica, sans-serif;
    	font-weight:normal;
    	font-size:25px; 
    	position: relative;
	/*margin: 10px auto;*/
	
   	overflow: auto;
   	resize: none;
    	border: double 5em;
    	border-image: url("./images/dialogue_user_area_background.png") 12 12 12 48 stretch;
	border-width: 12px 12px 12px 48px;
	boder-image-slice: 20;
	background-clip: padding-box;
	background-color: rgba(55,155,255,0.25);
	
	color: #222;
}

.system_dialogue
{
	padding: 0px 5px 5px 10px;
	display: inline-block;
	margin-top: 5px;
	margin-right: 12px;
	border: double 5em;
	border-image: url("./images/system_bubble.png") 8 12 0 8 stretch;
	border-width: 8px 12px 0px 8px;
	boder-image-slice: 20;
	background-clip: padding-box;
	background-color: #FFF;
	float: left;
	clear: right;
	font-size: 17px;
	text-align: left;
	color: #000;
}

.user_dialogue
{
	padding: 0px 10px 5px 5px;
	display: inline-block;
	margin-top: 5px;
	margin-riht: 10px;
	border: double 5em;
	border-image: url("./images/user_bubble.png") 8 12 0 12 stretch;
	border-width: 8px 12px 0px 12px;
	float: right;
	clear: left;
	boder-image-slice: 20;
	background-clip: padding-box;
	background-color: #3399FF;
	color: #FFF;
	font-size: 17px;
	text-align: right;
}

.presentation
{
	font-size: 15px;
	margin-top: 10px;
}

.round-button {
	width:25%;
	margin:  0px auto;
}
.round-button-circle {
	width: 100%;
	height:0;
	padding-bottom: 30%;
    border-radius: 5%;
	border:8px solid #FFFFFF;
    overflow:hidden;
    
    background: #ECF4F7; 
    box-shadow: 0 0 3px gray;
}
.round-button-circle a:hover {
	background:#3595FE;
    color:#e2eaf3;
}

.round-button a {
    display:block;
	width:100%;
	padding-top:15%;
    padding-bottom:15%;
    line-height:1em;
	margin-top:-0.5em;
    
	text-align:center;
	color:#3595FE;
    font-family:Verdana;
    font-size:0.5em;
    font-weight:bold;
    text-decoration:none;
}

#start_stop_button
{
	background-image:url(./images/mic_off.png);
	background-color:transparent;
	background-size: 48px;
	width : 48px;
	height : 48px;
	border: none;
}

#dialogue_user_table
{
	width: 95%;
	/*padding: 0px 4px 15px 15px;*/
	margin: 0px 12px;
	border: medium none;
	border-collapse: separate;
	margin: 5px -5px 5px 15px;
}

/********* Services & Sales ************/
.pricing
{
	display: inline-block;
}

.paypal_div
{
	width: 896px;
	text-align: right;
	line-height:64px;
	margin-top: 24px;
	
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
	font-size: 14px;
	font-variant: normal;
	font-weight: bold;
}

.paypal_link
{
	color: #ffffff;
	margin-left: 24px;
	text-decoration: none;
	padding: 16px 24px;
	background: #0070ba;
	border-width: 5px;
	border-color: #007066;
	border-radius: 15% 25%;
	
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
	font-size: 18px;
	font-style: italic;
	font-variant: normal;
	font-weight: bold;
}

.introduction_div
{
	width: 896px;
	padding: 18px 6px 18px 6px;
	background: #EEEEEE;
	
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 22px;
}

.price_div
{
	float: left;
	background: #EEEEEE;
}

.price_extra_table
{
	margin: 48px 0px 36px 0px;	
	background: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	width: 113px;
	height: 270px;
	border-collapse: inherit;
}

.price_extra_table thead tr td
{
	height: 150px;
}

.price_main_table
{
	margin: 0px;	
	background: #3E98A1;
	text-align: center;
	vertical-align: middle;
	width: 165px;
	height: 450px;
        padding-bottom: 36px;
	border-collapse: inherit;
}

.price_main_table thead tr td
{
	height: 198px;
}


.price_extra_head
{
	margin: 45px auto 0px auto;
	border-radius: 50%;
	width: 90px;
	height: 90px;
	background: #E54722;
	color: #FFFFFF;
	vertical-align: middle;
	
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 90px;
}

.price_main_head
{
	margin: 48px auto 0px auto;
	border-radius: 50%;
	width: 113px;
	height: 113px;
	background: #FFFFFF;
	color: #333333;
	vertical-align: middle;
	
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
	font-size: 30px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 113px;
}

.extra_info_cell
{
	margin: auto;
	padding-top: 16px;
	border-style: solid;
	border-width: 3px 0px 0px 0px;
	border-color: #aaaaaa;
	width: 97px;
	height: 37px;
	
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 18px;
	color: #aaaaaa;
}

.main_info_cell
{
	margin: auto;
	padding-top: 12px;
	border-style: solid;
	border-width: 3px 0px 0px 0px;
	border-color: #4BB9C1;
	width: 150px;
	height: 39px;
	
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 18px;
	color: #ffffff;
}