@charset "UTF-8";

ul {
    list-style:none;
}

h3 {
	color:#FFF;
	font-weight:bold;
	font-size:18px;
	margin:0 0 15px;
}

h5 {
    margin-left:0;
    color:#CCFFAA;
}

.main .cloud .edge.left {
    *margin-left:-10px;
}

.cloud.results .content {
    padding-bottom:10px;
}

.cloud.results h2 {
    margin:15px 0;
}

select.account-selector {
    max-width:165px;
}

/****** CATEGORIZE RESULT *******/

.list td {
	padding:0px 15px 0 0;
	vertical-align:top;
}

td.weight {
	font-weight:bold;
}

.term.added {
	text-decoration:line-through;
}

.scores {
	font-size:14px;
	line-height:20px;
    width:215px;
    float:left;
    margin:0px 30px 20px 15px;
}

.scores td {
	padding-right:20px;
}

.scores .right {
	text-align:right;
}

#result_entities {
    
}

#result_entities .beta-label {
    font-size:12px;
    color:#F36;
}

#result_entities h3 {
    text-align:left;
    font-size:16px;
    padding-left:16px;
}

#result_entities .popui-tag-container {
    margin-bottom: 15px;
    text-align:left;
    padding-left:16px;
}

/************PIPE*************/

.pipe {
	background:url(/images/cloud_background.png);
	/*height:75px;*/
	margin:0px auto;
	width:35px;
}


/************MINI CLOUD*************/

.minicloud {
	margin:0 auto;
	height:85px;
	text-align:center;
	font-family: verdana;
	font-size:20px;	
	border-collapse:collapse;
}

td#left, td#right {
	background:url(/images/cloud_corners.png);
	background-position:-42px 0;
	width:44px;
	height:85px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari 3.0 and Opera 9 rules here */
    td#left, td#right {
        height:83px;
    }
    
    td#middle input {
        margin-left:10px;
    }
}

td#left {
	width:48px;
}

td#right {
	background-position:-86px 0;
}

td#middle {
    background:url(/images/cloud_background.png);
    text-align:left;
    padding:0;
}

td#middle input{
    *width:190px;
}

tr .event {
	margin-left:40px;
    float:right;
}

tr .event em {
	font-size:14px;
    font-style:normal;
    line-height:14px;
}

.minicloud .middle {
	padding:25px 1px 0;
}

.minicloud .event .button {
	height:30px;
}

.chart {
    
}

table caption {
    
}

.list {
    font-size:14px;
}

/************USER INPUT*************/
.cloud.user-input-container .tr-actions {
    right:12px;
    top:7px;
}
.user-input-container .content .edge.left {
    
}

.user-input-container select optgroup {
    *background-color:#032C3D
}
.editor {
	margin-top:15px;
}

.editor .button {
	vertical-align:top;
    margin-left:15px;
}

.user_input {
	color:#333333;
	font-family:inherit;
    *font-family:Arial,Helvetica,Tahoma,sans-serif; /* KLUDGE: in ie inherit did not work */
	font-size:24px;
	height:70px;
	letter-spacing:-1px;
	padding:5px;
	width:570px;
	border:3px solid #999;
	background:#DDD;
}

.button {
	height:60px;
}
	
/************FACE*************/
.face {
	background:url(/images/cloud_corners.png);
	width:68px;
	height:68px;
	margin:-19px 5px 0px -40px;
	position:absolute;
}
.face.input {
    background-position:-130px 0px;
}

.face.thinking {
    background-position:-130px -68px;
}

.face.happy {
    background-position:-130px -136px;
}

.face.sad {
    background-position:-61px -136px;
}		
	
/************PROCESSED*************/	
.processed_text strong {
	font-weight:normal;
	background-color:#FF3366;
	padding:2px;
}

.processed_text {
	
}

#clipboard {
    width:0;
    height:0;
}

/**** MESSAGES ****/

.face-message {
    width:365px;margin-left:200px;border:1px solid #FFF;color:#FFF;padding:10px 20px;text-align:justify
}

    .face-message .face {
        float:left;margin:0 15px 0 0;position:relative;
    }
