/* ***************************************************************** */
/*                                                                   */
/* Licensed Materials - Property of IBM                              */
/*                                                                   */
/* (C) Copyright IBM Corp. 2001, 2014. All Rights Reserved.          */
/*                                                                   */
/* US Government Users Restricted Rights - Use, duplication or       */
/* disclosure restricted by GSA ADP Schedule Contract with IBM Corp. */
/*                                                                   */
/* ***************************************************************** */

.bodyFont{
    color: #FFFFFF;
    font-family: Helvetica Neue, Helvetica, Roboto, Arial, Tahoma, Verdana, sans-serif;
    font-size: 1em;
    font-weight: 300;
    line-height: normal;
}

.headerFont{
	line-height: 40pt;
    font-size: 1.2em; 
    color:#FFFFFF;
    font-weight: normal;
}

.userName{
	color: #8DC63F;
    font-weight: 500;
}

.watsonMobileChatSegment.watsonChatSegment_Partner .userName{
	color: #3FBCEC;
    font-weight: 500;
}

a{
    /*font-size: 0.833em;
    color: #20A1FA;*/
    font-size: 16px;
    color: #00B2EF;
}
a:visited { color: #00B2EF }
a:hover, a:active, a:focus { color: #8CC63F }

.inlinePanelTitle{
	color: #8DC63F;
    font-weight: 500;
}

.bold{
    font-weight:bold;
}

.italics{
    font-style:italic;
}

.historyText{
	font-size: 0.667em;
    font-weight: 300;
    color: #bbbbbb;
}

.leftAlign{
	padding-left: 10px;
}

.rightAlign{
    padding-right: 12px;
}

.backgroundDiv{
    background-color: #FFFFFF;
	/*background-image:url("/watson/app/com/ibm/watson/ux/images/bg_800x1280.jpg");
	background-repeat:repeat;
	background-position:top left;*/
	margin:auto;
}
		
.mblView {
	border: none;
}
