.initPivot{
    cursor:pointer;
}

/*
.trsprt{
    background-color:transparent;
    background:transparent;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
*/

.addFilter{
    cursor:pointer;
}

.removeFilter{
    cursor:pointer;
}

.page-break { 
    display:none; 
} 

.filterKeyword_tooltip_checkboxes{
  float : left ;
}

/****************************************
 * Jodange
 * Main CSS Rules
 ****************************************/
 
/****************************************
 * General Formatting
 ****************************************/

html {
    background: #e6e6da;
}

body {
    margin: 0;
    padding: 0;
    font-family: helvetica, arial, sans-serif;
    background: #f5f5e9;
    font-size: 12px;
    color: #262626;
    min-width: 940px;
}

/****************************************
 * Layout
 ****************************************/

/* Header */

#header {
    position: relative;
    height: 65px;
    padding: 0 5%;
    min-width: 700px;
    background: url(../images/layout/header_bg.gif) repeat-x top left;
}

#logo_service {
    margin: 0 0 0 8px;
    padding: 0 0 0 10px;
    background: url(../images/layout/logo_separator.gif) no-repeat 0 50%;
}

#accountLinks {
    position: absolute;
    top: 26px;
    right: 5%;
    color: #fff;
    z-index: 0;
}

#accountLinks a, #accountLinks a:visited {
    padding: 0 0 0 5px;
    color: #9df;
}

#accountLinks a:hover {
    color: #ffbf80;
}

#accountLinks a:active {
    color: #9df;
}

#accountLinks .separator {
    padding: 0 0 0 5px;
    color: #5c5d5e;
}

/* Title */

#title {
    padding: 10px 5%;
    margin:0;
    min-width: 700px;
    background: #d6ebff url(../images/layout/title_bg.gif) repeat-x bottom left;
    border-bottom: 2px solid #91caf2;
}

#breadcrumb{
    margin: 10px 0 0px 0;
    display: block;
}

h1 {
    margin: 0;
    font-size: 20px;
    line-height: 1em;
}

.title_data {
    margin: 8px 0 0 0;
    font-size: 11px;
    color: #5e6872;
}

/* Content */

#content {
    padding: 25px 5% 10px 5%;
    min-width: 900px;
    background: #f5f5e9;
}

/* Footer */

#footer {
    clear: both;
    padding: 15px 5% 30px 5%;
    min-width: 700px;
    border-top: 2px solid #e0dfd1;
    font-size: 11px;
    background: #e6e6da;
    color: #99968a;
}

#copyright {
    float: left;
}

#footer_links {
    float: right;
    text-align: right;
}

#footer_links a, #footer_links a:visited {
    color: #3078bf;
}

#footer_links a:hover {
    color: #bf4000;
}

#footer_links a:active {
    color: #3078bf;
}

/****************************************
 * Content Formatting
 ****************************************/

/* Text */

h2 {
    margin: 0 0 20px 0;
    font-size: 15px;
    line-height: 1em;
}

h3 {
    margin: 0 0 20px 0;
    font-size: 13px;
    line-height: 1em;
}

h4 {
    margin: 0 0 20px 0;
    font-size: 12px;
    line-height: 1em;
}

p {
    margin: 0 0 20px 0;
    line-height: 1.3em;
}

ul {
    margin: 0 0 20px 0;
    padding: 0 0 0 35px;
    line-height: 1.3em;
}

li {
    margin: 10px 0;
}

/* Links */

a, a:visited {
    color: #0060bf;
    text-decoration: none;
}

a:hover {
    color: #bf4000;
    text-decoration: underline;
}

a:active {
    color: #0060bf;
}

.action {
    font-size: 11px;
    font-weight: normal;
}

.headlineLinks {
    padding-left: 5px;
}

/* Images */

img {
    border: none;
}

.icon {
    padding-right: 3px;
}

.action .icon {
    padding-right: 0;
    vertical-align: -1px;
}

/* Tables */

table {
    margin: 0 0 20px 0;
    width: 100%;
    border-collapse: collapse;
}

th, td {
    padding: 7px 10px;
    text-align: left;
    border: 1px solid #e6e6e6;
    line-height: 1.2em;
        vertical-align: top;
}

th {
    background: #f2f2f2;
}

thead th, thead td {
    border: 1px solid #e1e1e1;
}

thead .active {
    background: #e1e1e1;
}

.odd {
    background: #fff;
}

.even {
    background: #fafafa;
}

.even th {
    background: #ebebeb;
}

.sort {
    margin: 0 0 0 3px;
    vertical-align: 1px;
}

table .hover {
    color: #bf4000;
}

.empty {
    border-width: 0;
    background: transparent;
}

/* Miscellaneous */

.separator {
    padding: 0 3px;
    font-size: 9px;
    color: #ccc;
    vertical-align: 1px;
}

.clear {
    clear: both;
}

.disabled {
    color: #999;
}

.hover {
    background-color: #fec;
    cursor: pointer;
}

.error {
    color: #c00;
}

/****************************************
 * Containers
 ****************************************/

/* General/Open */

.container {
    float: left;
    margin: 0 0 25px 0;
    /* used to be 100% to support fluid browser width */
    /* width: 100%; */
    width: 900px;
    
}

.container_header {
    position: relative;
    background-position: top left;
    background-repeat: repeat-x;
    background-image: url(../images/layout/container/open/top_middle.gif);
    cursor: pointer;
}

.container_header .inner1 {
    padding-left: 17px;
    background-position: top left;
    background-repeat: no-repeat;
    background-image: url(../images/layout/container/open/top_left.gif);
}

.container_header .inner2 {
    padding-top: 12px;
    padding-right: 42px;
    height: 28px;
    background-position: top right;
    background-repeat: no-repeat;
    background-image: url(../images/layout/container/open/top_right.gif);
}

.container h2 {
    margin: 0;
}

.container_content {
    padding-left: 22px;
    background: #fff url(../images/layout/container/open/left.gif) repeat-y top left;
}

.container_content .inner1 {
    padding: 20px 22px 20px 0;
    background: #fff url(../images/layout/container/open/right.gif) repeat-y top right;
}

.container_footer {
    width: 100%;
    height: 9px;
    background: url(../images/layout/container/open/bottom_middle.gif) repeat-x bottom left;
}

.container_footer .inner1 {
    height: 9px;
    background: url(../images/layout/container/open/bottom_left.gif) no-repeat bottom left;
}

.container_footer .inner2 {
    height: 9px;
    background: url(../images/layout/container/open/bottom_right.gif) no-repeat bottom right;
}

.container_links {
    clear: both;
    
}

/* Closed */

.closed .container_header {
    background-image: url(../images/layout/container/closed/middle.gif);
}

.closed .container_header .inner1 {
    background-image: url(../images/layout/container/closed/left.gif);
}

.closed .container_header .inner2 {
    height: 32px;
    background-image: url(../images/layout/container/closed/right.gif);
}

.closed .container_content, .closed .container_footer {
    display: none;
}

/* Tabs */

.closed .tabs {
    display: none;
}

.tabs {
    position: absolute;
    top: 8px;
    right: 47px;
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1em;
}

.tabs li {
    float: left;
    margin: 0;
    padding: 0;
}

.tabs a {
    float: left;
    background-repeat:  no-repeat;
    background-position: top left;
    background-image: url(../images/layout/tab_left.gif);
    cursor: pointer;
}

.tabs span {
    float: left;
    padding: 12px 15px 0 15px;
    height: 20px;
    background-repeat:  no-repeat;
    background-position: top right;
    background-image: url(../images/layout/tab_right.gif);
}

.tabs a:hover {
    background-position: 0 -32px;
}

.tabs a:hover span {
    background-position: 100% -32px;
}

.tabs .active a, .tabs .active a:hover {
    background-position: bottom left;
    color: #262626;
    font-weight: bold;
    text-decoration: none;
    cursor: default;
}

.tabs .active a span, .tabs .active a:hover span {
    background-position: bottom right;
}

/****************************************
 * Sections and Filter Sets
 ****************************************/

/* General sections */

.section {
    margin: 0 0 20px 0;
}

.section_header {
    background: #f2f2f2 url(../images/layout/corners/white_tl.gif) no-repeat top left;
}

.section_header .inner1 {
    padding: 11px 15px 10px 15px;
    background: url(../images/layout/corners/white_tr.gif) no-repeat top right;
}

.section h3 {
    margin: 0;
}

.section_content .inner1 {
    background: #fcfcfc;
    padding: 0 15px;
    border: 2px solid #f2f2f2;
    border-top: none;
}

.subsection {
    margin-top: -1px;
    padding: 15px 0 16px 0;
    border-top: 1px solid #f2f2f2;
}

.subsection_item {
    margin-bottom: 10px;
}

.group1 {
    float: left;
    margin: 15px 0;
    padding: 0 3% 0 0;
    width: 47%;
    border-right: 1px solid #f2f2f2;
}

.group2 {
    float: left;
    margin: 15px 0 15px -1px;
    padding: 0 0 0 3%;
    width: 46%;
    border-left: 1px solid #f2f2f2;
}

.group1 .group1, 
.group1 .group2,
.group2 .group1,
.group2 .group2 {
    margin: 0;
    border: none;
}

.checklist {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 11px;
}

.checklist li {
    margin: 0 0 5px 0;
}

/* Filter set sections */

.filterSet .section_header {
    cursor: pointer;
}

.filterSet_open .section_header .inner2 {
    background: url(../images/layout/arrows/grey_up.gif) no-repeat 100% 0;
}

.filterSet_closed .section_header .inner2 {
    background: url(../images/layout/arrows/grey_down.gif) no-repeat 100% 1px;
}

#filters .section {
    float: left;
    width: 32%;
    margin-right: 2%;
}

#filters #advanced {
    margin-right: 0;
}

.removeFilterLink {
    margin: 10px 0 0 0;
    text-align: right;
    font-size: 11px;
}

.currentFilterSelections {
    margin: 10px 0 0 0;
    font-size: 11px;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

.currentFilterSelections table {
    margin: 0;
    width: auto;
}

.currentFilterSelections td {
    padding: 0;
    border: none;
}

.closed .currentFilterSelections, 
.filterSet_closed .currentFilterSelections {
    overflow: hidden;
}

#advanced_filters_dateRange div {
    padding: 10px 0 0 0;
    clear: both;
}

#advanced_filters_dateRange label {
    float: left;
    width: 40px;
    padding: 3px 0 0 0;
    line-height: 1.1em;
}

/* Calendar */

button.calendar {
    background: url(calendar-icon.gif);
        border: 0;
        cursor: pointer;
        /*
        float: right;
        */
        height: 20px;
        margin-right: 6px;
        margin-bottom: 4px;
    width: 20px;
}

button.calendar:hover,
button.calendar.active {
    background-position: 0 20px;
}

.calendar div {
    padding: 3px 3px 3px 4px;
    background: #333;
}

.calendar table {
    margin: 0;
    width: auto;
    background: #fff;
}

.calendar div {
    margin-left: -154px;
    margin-top: 23px;
}

.calendar th, .calendar td {
    padding: 4px 0 2px 0;
    width: 20px;
    font-size: 11px;
    text-align: center;
    line-height: 1em;
}

.calendar td {
    color: #999;
}

.calendar td.valid {
    color: #0060bf;
}

.calendar td.inactive {
    color: #333;
}

.calendar td.active {
    color: #fff;
    font-weight: bold;
    background: #0060bf;
}

.calendar caption {
   clear: both;
 position: relative;
 margin: 0 0 0 -1px;
 width: 148px;
 background: #333;
 padding: 5px 0 6px 0;
 font-weight: bold;
 cursor: move;
 color: #fff;
 font-size: 12px;
 line-height: 1em;
 text-align: center;
 }

 .calendar caption span {
 padding: 0 2px;
 }

 .calendar caption .prev {
 padding: 0 10px 0 0;
 cursor: pointer;
 color: #fff;
 text-align: left;
 }

 .calendar caption .next {
   padding: 0 0 0 10px;
 cursor: pointer;
 color: #fff;
 text-align: right;
 }

.calendar caption .prev:hover, 
.calendar caption .next:hover {
    color: #9df;
    text-decoration: none;
}

/****************************************
 * Forms
 ****************************************/

form {
    margin: 0;
    padding: 0;
}

.input_checkbox {
    margin: 0 3px 0 0;
    padding: 0;
    vertical-align: -2px;
}

.label {
    padding: 0 5px 0 0;
}

.input_submit {
    padding: 5px;
    font-size: 14px;
    font-weight: bold;
}

/* Search/filtering form */

#search .container_links,
#configure .container_links {
    padding-top: 20px;
}

#search .input_submit,
#configure .input_submit {
    float: right;
    margin-top: -20px;
}

/****************************************
 * Global modules
 ****************************************/

/* Breadcrumb */

#breadcrumb a {
    float: left;
    padding: 3px 3px 0 5px;
    height: 13px;
    border-bottom: 1px solid #aec5d9;
    background: #fff;
    font-size: 9px;
}

#breadcrumb .icon {
    padding-right: 2px;
}

#breadcrumb .separator {
    float: left;
    padding: 0;
    width: 9px;
    height: 17px;
    background: url(../images/layout/breadcrumb/separator.gif) no-repeat top left;
}

#breadcrumb .end {
    float: left;
    width: 9px;
    height: 17px;
    background: url(../images/layout/breadcrumb/end.gif) no-repeat top left;
}

/* Message */

#message {
    float: left;
    color: #fff;
    margin: 0 0 25px 0;
    width: 100%;
    background: #3674b3 url(../images/layout/corners/message_tl.gif) no-repeat top left;
    line-height: 1.2em;
}

#message .inner1 {
    background: url(../images/layout/corners/message_tr.gif) no-repeat top right;
}

#message .inner2 {
    background: url(../images/layout/corners/message_br.gif) no-repeat bottom right;
}

#message .inner3 {
    padding: 15px;
    background: url(../images/layout/corners/message_bl.gif) no-repeat bottom left;
}

#message .polarityIndicator {
    float: left;
    margin: 0 10px 0 0;
}

#message.error {
    background: #b31212 url(../images/layout/corners/error_tl.gif) no-repeat top left;
}

#message.error .inner1 {
    background: url(../images/layout/corners/error_tr.gif) no-repeat top right;
}

#message.error .inner2 {
    background: url(../images/layout/corners/error_br.gif) no-repeat bottom right;
}

#message.error .inner3 {
    background: url(../images/layout/corners/error_bl.gif) no-repeat bottom left;
}

#message a, #message a:visited {
    color: #fff;
    text-decoration: underline;
}

#message a:hover {
    color: #fff;
}

#message a:active {
    color: #fff;
}

/* Activity indicator (spinner) */

#activityIndicator {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -75px;
    margin-top: -25px;
    padding: 25px 0;
    width: 150px;
    border: 2px solid #999;
    font-size: 11px;
    color: #666;
    background: #fff;
    text-align: center;
    z-index: 300;
}

#activityIndicator img {
    margin: 0 3px 0 0;
    vertical-align: -1px;
}

/* Dark overlay */

#overlay {
    display: none;
    background: #000;
    opacity: .75;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

/* Pagination */

.pagination {
    float: left;
    margin: 0 0 20px 0;
    width: 100%;
}

.pagination .current {
    float: left;
    width: 49%;
    font-weight: bold;
}

.pagination h3 {
    margin: 0;
}

.pagination .pager {
    float: right;
    width: 50%;
    text-align: right;
}

.pagination .pager a {
    padding: 3px 3px 1px 3px;
}

.pagination .pager .separator {
    padding: 0;
}

.pagination .disabled {
    padding: 3px 3px 1px 3px;
}

.pager a.active, .pager a.active:hover {
    background: #3078bf;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    cursor: default;
}

/* Unpopulated data */

.unpopulated {
    border: 1px solid #F2E0AA;
    background: #ffc;
    padding: 12px 12px 3px 12px;
    color: #1a1a1a;
}

.unpopulated p {
    margin: 0 0 10px 0;
}

/****************************************
 * Column Selector
 ****************************************/

.columnSelector {
    clear: both;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -225px;
    margin-left: -360px;
    width: 700px;
    height: 450px;
    padding: 8px;
    border: 2px solid #e6e6e6;
    background: #ccc;
    z-index: 200;
    visibility: hidden;
}

.columnSelector_header {
    padding: 5px 0 0 0;
    height: 25px;
}

.columnSelector h3 {
    margin: 0;
}

.columnSelector_content {
    width: 700px;
    height: 380px;
    background: #fff;
    overflow-x: scroll;
}

.columnWrapper {
    float: left;
    width: 0;
    overflow: hidden;
}

.column {
    float: left;
    width: 210px;
    height: 363px;
    overflow-y: scroll;
}

.columnSelector .wait {
    margin: 10px;
}

.columnSelector .toggleLink {
    margin: 10px 10px 5px 10px;
}

.columnSelector .item {
    padding: 6px 20px 5px 10px;
    clear: both;
}

.columnSelector .item input {
    float: left;
    margin: -1px 7px 5px 0;
}

.columnSelector .hasChildren {
    font-weight: bold;
    background: url(../images/layout/arrows/dark_right.gif) no-repeat 95% 6px;
    cursor: pointer;
}

.columnSelector .active {
    color: #fff;
    background: #3078bf url(../images/layout/arrows/white_right.gif) no-repeat 95% 6px;
    cursor: default;
}

.columnSelector .hover {
    background-color: #fec;
}

.columnSelector_footer {
    margin: 13px 0 0 0;
    text-align: right;
}

/****************************************
 * Polarity Indicators
 ****************************************/

/* Bar style */

.polarityIndicator_bar {
    width: 70px;
    height: 4px;
    border: 1px solid #808080;
    white-space: nowrap;
    margin-left: 23px;
    position: relative;
    /*top: -13px;*/
}

.polarityIndicator_bar div {
    float: left;
    height: 4px;
    /*
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
    */
}

.polarityIndicator_bar .negative {
    background: url(../images/polarity/bar/negative.gif) repeat-x top left;
}

.polarityIndicator_bar .neutral {
    background: url(../images/polarity/bar/neutral.gif) repeat-x top left;
}

.polarityIndicator_bar .positive {
    background: url(../images/polarity/bar/positive.gif) repeat-x top left;
}

/* Text */

.opinion {
    font-weight: bold;
}

.opinion:hover {
    text-decoration: none;
}

.polarity_strongPositive, 
.polarity_strongPositive:visited, 
.polarity_strongPositive:hover {
    color: #090;
}

.polarity_positive, 
.polarity_positive:visited, 
.polarity_positive:hover {
    color: #74b274;
}

.polarity_neutral, 
.polarity_neutral:visited, 
.polarity_neutral:hover {
    color: #b2b2b2;
}

.polarity_strongNeutral, 
.polarity_strongNeutral:visited, 
.polarity_strongNeutral:hover {
    color: #555555;
}

.polarity_negative, 
.polarity_negative:visited, 
.polarity_negative:hover {
    color: #d98282;
}

.polarity_strongNegative, 
.polarity_strongNegative:visited, 
.polarity_strongNegative:hover {
    color: #c00;
}

/* Numbers style */

.polarityIndicator_numbers {
    font-size: 11px;
}

.polarityIndicator_numbers .separator {
    padding: 0 2px;
}

.polarityIndicator_numbers .polarity_neutral {
    color: #666;
}

/****************************************
 * Tooltips
 ****************************************/

.tooltip {
    position: absolute;
    top: 350px;
    left: 350px;
    z-index: 50;
    width: 300px;
    background: url(../images/layout/clear.gif) no-repeat top left;
}

.tooltip_header {
    position: relative;
    padding-left: 16px;
    background: url(../images/layout/tooltip/top_left.png) no-repeat top left;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

.tooltip_header .inner1 {
    padding-right: 16px;
    background: url(../images/layout/tooltip/top_right.png) no-repeat top right;
}

.tooltip_header .inner2 {
    padding: 14px 0 10px 0;
    background: url(../images/layout/tooltip/top_middle.png) repeat-x top left;
}

.tooltip_close {
    position: absolute;
    padding: 3px;
    top: 11px;
    right: 13px;
}

.tooltip_close:hover {
    background: #c40;
}

.tooltip_content {
    padding-left: 16px;
    background: url(../images/layout/tooltip/left.png) repeat-y top left;
    line-height: 1.2em;
    font-size: 11px;
}

.tooltip_content .inner1 {
    padding-right: 16px;
    background: url(../images/layout/tooltip/right.png) repeat-y top right;
}

.tooltip_content .inner2 {
    padding: 10px 0 5px 0;
    background: #e0f0ff;
    max-height: 300px;
    overflow-y: auto;
}

.tooltip_footer {
    padding-left: 16px;
    background: url(../images/layout/tooltip/bottom_left.png) no-repeat bottom left;
}

.tooltip_footer .inner1 {
    padding-right: 16px;
    background: url(../images/layout/tooltip/bottom_right.png) no-repeat bottom right;
}

.tooltip_footer .inner2 {
    height: 15px;
    background: url(../images/layout/tooltip/bottom_middle.png) repeat-x bottom left;
}

.tooltip_resize {
    float: right;
    position: relative;
    left: 16px;
    height: 15px;
    width: 15px;
    background: url(../images/layout/clear.gif);
    cursor: pointer;
}

.tooltip h4 {
    margin: 0 0 5px 0;
}

.tooltip li {
    margin: 5px 0;
}

.tooltip p, .tooltip ul {
    margin: 0 0 15px 0;
}

.tooltip .input_submit {
    padding: 3px;
    font-size: 12px;
}

/****************************************
 * Search Results
 ****************************************/

/* General */

#results thead th {
    white-space: nowrap;
}

/* Configuration container */

#configure .section {
    float: left;
    margin-left: 2%;
    width: 64%;
}

#configure #general {
    float: left;
    margin-left: 0;
    width: 34%;
}

#listOptions .group1 {
    width: 54%;
}

#listOptions .group2 {
    width: 39%;
}

#listOptions .group1 .group1 {
    width: 37%;
}

#listOptions .group1 .group2 {
    width: 56%;
}

#listOptions, #gridOptions, #timelineOptions {
    display: none;
}

#showList #listOptions {
    display: block;
}

#showGrid #gridOptions {
    display: block;
}

#showTimeline #timelineOptions {
    display: block;
}

/* Timeline */

.timeline_legend {
    display:none;
    float: right;
    margin: 0 0 15px 0;
    padding: 8px 0 0 0;
    width: 84%;
    background: #fcfcfc;
    border: 1px solid #f2f2f2;
    max-height: 35px;
    overflow: auto;
}

.timeline_legend h4 {
    float: left;
    margin: 0 10px 10px 10px;
}

.timeline_legend a {
    float: left;
    margin: 0 10px 8px 10px;
    font-size: 11px;
    white-space: nowrap;
}

.timeline_legend .timeline_indicator {
    float: left;
    margin: 0 6px 0 0;
}

.timeline_legend .timeline_legend_label {
    float: left;
    margin: 2px 0 0 0;
}

.timeline_indicator {
    display: block;
    font-size: 8px;
    width: 12px;
    text-align: center;
    height: 12px;
    line-height: 12px;
    border: 1px solid #8c8c8c;
    background: #a6a6a6;
    color: #fff;
    font-weight: bold;
}

.timeline_indicator_positive {
    background: #2db32d;
    border: 1px solid #090;
}

.timeline_indicator_negative {
    background: #e65050;
    border: 1px solid #bf3030;
}

.timeline_indicator {
    cursor: pointer;
}

.timeline_container {
    clear: both;
    float: left;
    margin: 0 0 10px 0;
    padding: 25px 0 0 0;
    border-top: 2px solid #f2f2f2;
    width: 100%;
}

.timeline_title {
    float: left;
    margin: 0 0 15px 0;
    width: 14%;
}

.timeline_title h4 {
    margin-bottom: 10px;
}

.timeline_title .checklist {
    margin-left: 5px;
}

.timeline_title .checklist li {
    margin: 5px 0;
}

.timeline_content {
    float: right;
    margin: 0 0 15px 0;
    width: 84%;
    overflow-x: auto;
}

.timeline_volume_container,
.timeline_table_container {
    clear: left;
}

.timeline_content h4 {
    margin-bottom: 5px;
}

.closed .timeline_content {
    overflow-x: hidden;
}

table.timeline,
table.timeline_volume {
    margin: 1px 0 0 1px;
    width: auto;
}

table.timeline th, table.timeline td {
    padding: 0;
    border: 1px solid #e6e6e6;
}

table.timeline th.month {
    background: #666;
    color: #fff;
    font-size: 9px;
    padding: 2px 2px 1px 2px;
}

table.timeline th.day {
    font-size: 8px;
    color: #999;
    font-weight: normal;
    padding: 2px 0 1px 0;
    text-align: center;
}

table.timeline td {
    width: 14px;
    vertical-align: top;
        overflow: hidden;
}

table.timeline .timeline_indicator {
    margin: 0 0 1px 0;
    overflow: hidden;
}

table.timeline_volume td {
    padding: 0;
    border: 1px solid #fff;
    border-bottom: none;
    border-top: none;
    height: 30px;
    vertical-align: bottom;
}

.timeline_volume div {
    width: 14px;
}

.timeline_volume .positive {
    background: #2db32d;
}

.timeline_volume .neutral {
    background: #bfbfbf;
}

.timeline_volume .negative {
    background: #e65050;
}

#timelineOptions .group1 .group2 {
    margin-bottom: 10px;
}

.expanded .timeline_expanded,
.collapsed .timeline_collapsed {
    display: block;
}

.collapsed .timeline_expanded,
.expanded .timeline_collapsed {
    display: none;
}

/* Grid */

#grid {
    position: relative;
    margin: 0 0 20px 0;
    max-height: 300px;
    width: 100%;
    overflow: auto;
    padding-bottom: 17px;
}

#grid table {
    margin: 1px 1px 0 1px;
    width: auto;
}

.closed #grid {
    overflow: hidden;
}

#grid td {
    width: 101px;
}

#grid th {
    white-space: nowrap;
}

#grid .empty {
    background: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #fff #e1e1e1 #e1e1e1 #fff;
    padding: 7px 10px;
}

#grid img {
    display: block;
}

#selectPolarityIndicatorStyle .subsection_item {
    float: left;
    margin: 10px 0 0 10px;
    width: 100%;
}

#selectPolarityIndicatorStyle input, 
#selectPolarityIndicatorStyle .polarityIndicator {
    float: left;
    margin: 0 5px 0 0;
}

/****************************************
 * Document
 ****************************************/

#document_container .focus {
    margin: 0 0 15px 0;
}

#document {
    margin: 0 0 15px 0;
    /*border: 2px solid #d9d9d9;*/
    /*background: #fafafa;*/
    padding: 10px 10px 0 10px;
    /*height: 300px;*/
    overflow: auto;
}

.closed #document {
    overflow: hidden;
}

#document_links {
    margin: 0 0 20px 0;
}

#document .opinion {
    font-weight: normal;
    color: #262626;
}

#document.highlight .opinion {
    border-width: 1px;
    border-style: solid;
    padding: 2px 2px 1px 2px;
    margin: -3px -3px -2px -3px;
}

#document.highlight .polarity_strongPositive,
#document.highlight .polarity_positive {
    background: #e5f4e5;
    border-color: #57c357;
}

#document.highlight .polarity_neutral {
    background: #ddd;
    border-color: #888;
}

#document.highlight .polarity_negative,
#document.highlight .polarity_strongNegative {
    background: #f4dddd;
    border-color: #dc7878;
}

#document.highlight .polarity_overlap {
    background: #dcedfd;
    border-color: #78b2dc;
}

#document.highlight .focus {
    color: #fff;
}

#document.highlight .focus_negative,
#document.highlight .focus_strongNegative {
    background: #c33;
    border-color: #c33;
}

#document.highlight .focus_neutral {
    background: #666;
    border-color: #666;
}

#document.highlight .focus_positive,
#document.highlight .focus_strongPositive {
    background: #090;
    border-color: #090;
}

/****************************************
 * Pivot View
 ****************************************/

#pivot .section {
    float: left;
    width: 32%;
    margin-right: 2%;
}

#pivot #pivot_section3 {
    margin-right: 0;
}

#pivot .section.wide {
  width: 66%;
  margin-right: 0;
}

#pivot table {
    margin: 0;
}

#pivot td, #pivot th {
    border: none;
    background: transparent;
    padding: 0 10px 10px 0;
}

#pivot th {
    text-align: right;
    vertical-align: top;
}

#pivot h4 {
    margin: 0 0 5px 0;
}

#pivot .section.wide td {
  border: 1px solid #E6E6E6;
    vertical-align: top;
    border-left: none;
    border-right: none;
    padding: 7px 10px;
    line-height: 1.2em;
    text-align: left;
    font-size: 0.9em;
}

#pivot .section.wide th {
    border: 1px solid #E6E6E6;
    padding: 0 10px 5px 10px;
    border-left: none;
    border-right: none;
    border-top: none;
    background: #fff;
    font-size: 11px;
    color: #666;
  line-height: 1.2em;
  padding: 7px 10px;
  text-align: left;
}
#pivot .section.wide.scroll {
    
    height: 340px;
    overflow:auto;
}

#pivot .section.wide td.opinionCount {
  color: #999;
  text-align: right;
}

/****************************************
 * Login
 ****************************************/

#login {
    clear: both;
    margin: 0 auto 40px auto;
    padding: 20px 0 0 0;
    width: 650px;
}
#login td,tr{
    border: 0px solid #e6e6e6 !important;
}

#login .form_pair {
    
    margin: 0 0 10px 0;
    width: 100%;
}

#login .form_item {
    
    padding: 12px 0 0 0;
    width: 150px;
    font-size: 18px;
    text-align: left;
}

#login .form_value {
    
    width: 270px;
}

#login .input_text {
    padding: 4px;
    width: 270px;
    font-size: 15px;
    font-weight: bold;
}

#login .forgotPassword {
    width: 120px;
    display: block;
    margin: 10px 0 0 0;
    font-size: 11px;
    text-align: left;
    vertical-align:middle;
}

#login .form_submit label {
    
    margin: 10px 0 0 0;
}


/****************************************
 * Alerts
 ****************************************/

#alerts_unpopulated {
    margin: 0 0 25px 0;
}

#alerts_existing {
    background: #fff;
}

#alerts_existing td {
    vertical-align: middle;
    border-left: none;
    border-right: none;
    padding: 10px;
}

#alerts_existing th {
    padding: 0 10px 5px 10px;
    border-left: none;
    border-right: none;
    border-top: none;
    background: #fff;
    font-size: 11px;
    color: #666;
}

#alerts_existing .notification {
    white-space: nowrap;
}

#alerts_existing .holders a {
    white-space: nowrap;
}

#alerts_existing .name {
    /*width: 200px;*/
}

#alerts_existing h4 {
    margin: 0 0 2px 0;
    line-height: 1.2em;
    font-size: 13px;
}

#alerts_existing .actions {
    font-size: 11px;
}

#alerts_RSS {
    font-size: 12px;
}

#alerts_RSS .icon {
    vertical-align: -2px;
}

/* Alerts creation tooltips */

#tooltip_createAlert_start .input_text {
    width: 95%;
}

#tooltip_createAlert_start h4 {
    font-size: 11px;
    margin: 10px 0 5px 0;
    padding: 10px 0 0 0;
    border-top: 1px solid #C9DEF2;
}

#tooltip_createAlert_start .submit {
    text-align: right;
    margin: 10px 0 5px 0;
    padding: 15px 0 0 0;
    border-top: 1px solid #C2DBF2;
}

#listResultFilters {
    border-right: 1px solid #eaeaea;
}
