body {
	font-family: helvetica, arial, sans-serif;
	font-size: small;
	margin: 0;
	padding: 0;
}

div.header {
    width: 1024px;
    margin: 0 auto;
}

div.content {
    width: 1024px;
    margin: 0 auto;
}

.menu.selected {
	color: #fff;
    text-decoration: underline;
    cursor: auto;
}

.gwt-TextBox {
	border: 1px solid #CCC;
	font-family: helvetica, arial, sans-serif;
	font-size: small;
	height: 1.8em;
	border-radius: 3px;
}

.gwt-SuggestBox {
	border: 1px solid #CCC;
	font-family: helvetica, arial, sans-serif;
	font-size: small;
	height: 1.8em;
	border-radius: 3px;
}

.gwt-PasswordTextBox {
	border: 1px solid #CCC;
	font-family: helvetica, arial, sans-serif;
	font-size: small;
	height: 1.8em;
	border-radius: 3px;
}

.PromptedTextBox {
	border: 1px solid #CCC;
	font-family: helvetica, arial, sans-serif;
	font-size: small;
	height: 1.8em;
	border-radius: 3px;
}

.gwt-TextArea {
	font-family: helvetica, arial, sans-serif;
	font-size: small;
	border-radius: 3px;
}

.gwt-Button {
	background: #4787ED;
	border: 1px solid #3079ED;
	border-radius: 3px;
	color: #FFF;
	cursor: pointer;
	cursor: hand;
	font-size: small;
	font-family: helvetica, arial, sans-serif;
	margin: 0;
	padding: 5px 7px;
	text-decoration: none;
	-moz-border-radius: 3px;
}

.gwt-Button:active {
	background: #407AD5;
	border: 1px inset #2B6DD5;
}

.gwt-Button:hover {
	background: #407AD5;
	border-color: #2B6DD5;
}

.gwt-Button[disabled] {
	border: 1px outset #DDD;
	background: #EEE;
	cursor: default;
	color: #888;
}

.gwt-Button[disabled]:hover {
	border: 1px outset #AAA;
}

.gwt-Button-grey {
	background: #EEE;
	border: 1px solid #CCC;
	border-radius: 3px;
	color: #666;
	cursor: pointer;
	cursor: hand;
	font-size: small;
	font-family: helvetica, arial, sans-serif;
	margin: 0;
	padding: 5px 7px;
	text-decoration: none;
	-moz-border-radius: 3px;
}

.gwt-Button-grey:active {
	background: #BBB;
	border: 1px inset #666;
	color: #333;
}

.gwt-Button-grey:hover {
	background: #DDD;
	border-color: #BBB;
	color: #444;
}

.gwt-Button-grey[disabled] {
	border: 1px outset #DDD;
	background: #DDD;
	cursor: default;
	color: #888;
}

.gwt-Button-green {
	background-color: #59a61d;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #68c520),
		color-stop(1, #4a881a) );
	background-image: -webkit-linear-gradient(top, #68c520 0, #4a881a 100%);
	background-image: -moz-linear-gradient(top, #68c520 0, #4a881a 100%);
	background-image: -o-linear-gradient(top, #68c520 0, #4a881a 100%);
	background-image: -ms-linear-gradient(top, #68c520 0, #4a881a 100%);
	background-image: linear-gradient(top, #68c520 0, #4a881a 100%);
	border: 1px solid #68c520;
	border-radius: 3px;
	color: #FFF;
	cursor: pointer;
	cursor: hand;
	font-size: small;
	font-family: helvetica, arial, sans-serif;
	margin: 0;
	padding: 5px 7px;
	text-decoration: none;
	-moz-border-radius: 3px;
}

.gwt-Button-green:active {
	background: #5ea724
}

.gwt-Button-green:hover {
	background: #5ea724
}

.gwt-InlineLabel-logo {
	color: #334E7D;
	font-size: 40px;
	font-weight: 900;
	text-shadow: 2px 2px 3px #A1A4AC;
}

.gwt-InlineLabel-newsStreamLogo {
	color: #7D7D7D;
	margin-left: 0.3em;
	font-size: 25px;
	text-shadow: 1.5px 1.5px 3px #AFB6C9;
}

.gwt-MenuBar {
	cursor: pointer;
}

.gwt-MenuBar .gwt-MenuItem {
	cursor: pointer;
}

.gwt-MenuBar .gwt-MenuItem-selected {
	
}

.gwt-MenuBar-vertical {
	margin: 1px 10px 6px 10px;
	background: white;
	border: 1px solid #999;
	box-shadow: 2px 2px 3px #999;
}

.gwt-MenuBar-vertical table {
	border-collapse: collapse;
}

.gwt-MenuBar-vertical .gwt-MenuItem {
	padding: 6px 40px 6px 3px;
}

.gwt-MenuBar-vertical .gwt-MenuItem:hover {
	background-color: whiteSmoke;
}

.gwt-MenuBar-vertical .gwt-MenuItemSeparator {
	padding: 2px 0px;
}

.gwt-MenuBar-vertical .gwt-MenuItemSeparator .menuSeparatorInner {
	height: 1px;
	padding: 0px;
	border: 0px;
	border-top: 1px solid #ccc;
	overflow: hidden;
}

.gwt-MenuBar-vertical .subMenuIcon {
	padding-right: 4px;
}

.gwt-MenuBar-vertical .subMenuIcon-selected {
	background: #E3E8F3;
}

.headerMenu-mainPanel {
	background-color: #55647D;
}

.headerMenu-optionsPanel {
	margin-right: auto;
	margin-left: auto;
}

.headerMenuOption {
	color: #EEE;
	cursor: pointer;
	font-size: medium;
	text-decoration: none;
	margin: 13px 15px 0 0;
}

.headerMenuOption:hover {
	color: #FFF;
	text-decoration: underline;
}

.headerMenuOption-active {
	color: #FFF;
	font-size: medium;
	font-weight: 800;
	text-decoration: none;
}

.gwt-InlineLabel-smallRightSpace {
	margin-right: 1em;
}

.header-mainPanel {
	background: whiteSmoke;
}

.header-bodyPanel {
	margin: 0px auto;
	padding: 10px 0 10px 0;
}

.gwt-PopupPanelGlass {
	background: #333;
	filter: alpha(opacity =     40);
	opacity: 0.4;
}

.gwt-DecoratedPopupPanel {
	background: white;
	border: 1px solid #999;
	border-radius: 3px;
}

.gwt-DecoratedPopupPanel .popupContent {
	padding: 10px;
}

.gwt-InlineLabel-loginLink {
	color: #999;
	cursor: pointer;
	cursor: hand;
}

.gwt-InlineLabel-loginLink:hover {
	color: #333;
	text-decoration: underline;
}

.gwt-InlineLabel-formLabel {
	color: #666;
}

.homeWindow-title {
	font-size: 25px;
	margin: 20px 0 40px 0;
}

.loginForm-warningMessage {
	color: #F00;
	margin: 6px 0 6px 0;
}

.adminWindow-container {
	
}

.experimentSearch {
	
}

.experimentSearch-searchLabel {
	font-size: 120%;
	margin-bottom: 3px;
}

.experimentSearch-searchButton {
	font-size: medium;
	margin-top: 3px;
}

.experimentSearch-message {
	background-color: #FFF;
	border: 1px solid #FAA;
	border-radius: 3px;
	color: red;
	font-size: 110%;
	margin: 40px 0 10px 0;
	padding: 10px 3px 10px 3px;
}

.experimentSearch-resultPanel {
	background: white;
	border: 1px solid #DDD;
	border-radius: 3px;
	margin-top: 30px;
	padding: 10px;
}

.experimentSearch-resultTitle {
	color: #666;
	font-size: 110%;
	margin-bottom: 10px;
}

.signupForm {
	background: whiteSmoke;
	border: 1px solid #DDD;
	border-radius: 3px;
	padding: 25px 20px 25px 20px;
}

.signupForm-title {
	font-size: 20px;
	color: #A30;
}

.signupForm-subtitle {
	font-size: 120%;
	margin: 6px 0 8px 0;
}

.signupForm-message {
	color: #F00;
	margin: 1em 0 0.8em 0;
}

.signupForm-confirmButton {
	margin-top: 10px;
	font-size: medium;
}

.signupForm-agreeCheckPanel {
	margin: 8px 6px 0 0;
}

.signupForm-agreeCheckLink {
	color: #666;
	cursor: hand;
	cursor: pointer;
}

.signupForm-agreeCheckLink:hover {
	color: #000;
	text-decoration: underline;
}

/*  ADMIN SYSTEM */
.gwt-Label-tagHelp {
	color: #AAA;
	font-size: x-small;
}

.gwt-Label-warning {
	color: #F00;
	margin: 10px 0 5px 0;
}

.mainWindow-logoPanel {
	margin-left: 15px;
}

.gwt-Button-news {
	margin-right: 30px;
}

.head-view-mainPanel {
	background-color: #369;
}

.gwt-Label-logoTitle {
	color: #FFF;
	font-size: 30px;
}

.gwt-Image-logo {
	margin: 2px 5px 2px 3px;
}

.userQueryView-title-panel {
	border-bottom: 1px solid #CCC;
	padding: 0 0 0.5em 0.5em;
	margin-bottom: 1.5em;
	text-align: center;
}

.userQueryView-title {
	font-size: large;
	color: #55647D;
}

.userQueryView-queryPanel {
	margin: 0 0.5em 1em 1.5em;
}

.userQueryView-nameLabel {
	color: #666;
	cursor: pointer;
	cursor: hand;
	font-size: medium;
}

.userQueryView-nameLabel:hover {
	color: #000;
	text-decoration: underline;
}

.userQueryView-tagsLabel {
	color: #999;
}

.gwt-Image-icon {
	margin-right: 6px;
}

.newsView {
	padding: 0 13px 0 0;
}

.newsView-newsPanel {
	margin: 0 0 5px 10px;
}

.newsView-buttonsPanel {
	margin-top: 6px;
	margin-bottom: 10px;
}

.newsView-message {
	font-size: 140%;
	line-height: 150%;
}

.newsView-helpMoreInfo {
	color: #999;
	cursor: pointer;
	cursor: hand;
}

.newsView-helpMoreInfo:hover {
	color: #666;
	text-decoration: underline;
}

.newsItem {
	background-color: "#FFF";
	border: 1px solid #FFF;
	border-radius: 6px;
	-moz-border-radius: 6px;
}

.newsItem .newsItemBody {
	margin-bottom: 20px;
	padding: 6px;
}

.newsItem .newsItemBody .description {
	line-height: 130%;
	margin-bottom: 2px;
}

.newsView-image {
	margin-right: 3px;
}

.newsItem .newsItemBody .sourceDate {
	color: #AAA;
	font-size: 0.9em;
	margin: 3px 0 3px 0;
}

.newsItem .newsItemBody .fastViewLink {
	color: #093;
	cursor: pointer;
	cursor: hand;
	font-size: small;
}

.newsItem .newsItemBody .fastViewLink:hover {
	color: #073;
	text-decoration: underline;
}

.newsItem-selected {
	background-color: #FAFAFA;
	border: 1px solid #EBEBEB;
}

.pageBar {
	font-size: medium;
	margin: 15px 0 30px 0;
}

.pageLink {
	color: #666;
	cursor: pointer;
	cursor: hand;
	margin-left: 10px;
}

.pageLink:hover {
	color: #000;
	text-decoration: underline;
}

.pageLinkVoid {
	font-weight: 800;
	margin-left: 8px;
}

.gwt-InlineLabel-resultBarTotal {
	color: #999;
}

.resultBarView {
	margin: 0 0 18px 6px;
}

.gwt-Label-gray {
	color: #666;
	font-size: 120%;
	margin-bottom: 0.2em;
}

.gwt-Label-gray-topMargin {
	color: #666;
	font-size: 120%;
	padding-top: 6px;
}

.gwt-Label-languageTitle {
	padding-left: 6px;
	padding-bottom: 3px;
}

.gwt-Label-gray-biggerTopSpace {
	padding: 15px 0 3px 0;
}

.gwt-Label-gray-noBottom {
	color: #666;
	font-size: 120%;
}

.gwt-Label-gray-normal {
	color: #666;
}

.gwt-Label-appTitle {
	font-weight: 800;
	font-size: 18px;
}

.gwt-RadioButton-gray {
	color: #666;
}

.gwt-CheckBox-gray {
	color: #666;
}

.gwt-DateBox {
	border: 1px solid #ccc;
	border-top: 1px solid #999;
	font-family: helvetica, arial, sans-serif;
	font-size: small;
}

.gwt-DateBox input {
	width: 4em;
}

.dateBoxFormatError {
	background: #ffcccc;
}

.dateBoxPopup {
	
}

.gwt-DatePicker {
	border: 1px solid #ccc;
	border-top: 1px solid #999;
	cursor: default;
}

.gwt-DatePicker td,.datePickerMonthSelector td:focus {
	outline: none;
}

.datePickerDays {
	width: 100%;
	background: white;
}

.datePickerDay,.datePickerWeekdayLabel,.datePickerWeekendLabel {
	font-size: 85%;
	text-align: center;
	padding: 4px;
	outline: none;
	font-weight: bold;
	color: #333;
	border-right: 1px solid #EDEDED;
	border-bottom: 1px solid #EDEDED;
}

.datePickerWeekdayLabel,.datePickerWeekendLabel {
	background: #fff;
	padding: 0px 4px 2px;
	cursor: default;
	color: #666;
	font-size: 70%;
	font-weight: normal;
}

.datePickerDay {
	padding: 4px 7px;
	cursor: hand;
	cursor: pointer;
}

.datePickerDayIsWeekend {
	background: #f7f7f7;
}

.datePickerDayIsFiller {
	color: #999;
	font-weight: normal;
}

.datePickerDayIsValue {
	background: #d7dfe8;
}

.datePickerDayIsDisabled {
	color: #AAAAAA;
	font-style: italic;
}

.datePickerDayIsHighlighted {
	background: #F0E68C;
}

.datePickerDayIsValueAndHighlighted {
	background: #d7dfe8;
}

.datePickerDayIsToday {
	padding: 3px;
	color: #fff;
	background-color: #999;
}

.datePickerMonthSelector {
	width: 100%;
	padding: 1px 0 5px 0;
	background: #fff;
}

td.datePickerMonth {
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	font-size: 100%;
	font-weight: bold;
	color: #333;
}

.datePickerPreviousButton,.datePickerNextButton {
	font-size: 120%;
	line-height: 1em;
	color: #3a6aad;
	cursor: hand;
	cursor: pointer;
	font-weight: bold;
	padding: 0px 4px;
	outline: none;
}

.mySearchWindow {
	margin-top: 10px;
}

.searchWindow-bodyPanel {
	margin-top: 10px;
}

.searchToolsBar {
	border-bottom: 1px solid #EEE;
	padding-bottom: 3px;
	padding-top: 3px;
}

.searchForm-body {
	padding: 0 12px 12px 12px;
}

.searchForm-showFormLabel {
	color: #4787ED;
	cursor: pointer;
	cursor: hand;
	font-size: 88%;
	margin-bottom: 8px;
	margin-right: 3px;
	text-decoration: none;
}

.searchForm-showFormLabel:hover {
	color: #3079ED;
	text-decoration: underline;
}

.searchForm-helpLogo {
	cursor: pointer;
	cursor: hand;
}

.searchForm-datePanel {
	border: 1px solid #AAA;
	margin-top: 1em;
	padding: 0.4em;
	border-radius: 3px;
}

.searchForm-dataPublishPanel {
	padding: 6px 0 3px 0;
}

.searchForm-sortPanel {
	
}

.searchForm-langPanel {
	border: 1px solid #AAA;
	margin-top: 1em;
	border-radius: 3px;
}

.searchForm-sourcePanel {
	border: 1px solid #AAA;
	margin-top: 1em;
	padding-top: 1em;
	text-align: center;
}

.searchForm-submitButton {
	margin: 1em 0 1em 1em;
	font-size: 120%;
}

.mainWindow-fastViewPanel {
	background-color: #FAFAFA;
	border: 1px solid #EBEBEB;
	padding: 6px;
	border-radius: 6px;
	-moz-border-radius: 6px;
}

.newsFastView {
	
}

.newsFastView-greyItem {
	font-size: 0.85em;
	color: #AAA;
}

.newsFastView-subtitle {
	margin: 3px 0 3px 0;
}

.newsFastView-dateContent {
	font-size: 0.85em;
	color: #AAA;
	margin-bottom: 12px;
}

.newsFastView-imagesPanel {
	margin: 5px 0 10px 0;
}

.newsFastView-arrow {
	cursor: hand;
	cursor: pointer;
}

.newsFastView-imageCaption {
	font-size: 85%;
	color: #666;
}

.newsFastView-showTotalImages {
	font-size: 85%;
	color: #666;
	margin: -3px 10px 0 10px;
}

.sourceName {
	margin: 3px 3px 3x 0;
	padding: 4px;
	border: 1px solid #FFF;
	border-radius: 3px;
	cursor: hand;
	cursor: pointer;
	text-align: left;
	margin-right: 3px;
}

.sourceName:hover {
	border: 1px solid #CCC;
}

.sourceName-active {
	background-image: url('img/check.png');
	background-repeat: no-repeat;
	background-position: right;
}

.sourceName-active:hover {
	border: 1px solid #AAA;
}

.sourcesView-selectedSourcesMessagePanel {
	margin: 3px 4px 6px 0;
}

.sourcesView-selectedSourcesMessage {
	color: #BBB;
}

.sourcesView-selectedSourcesMessage-active {
	cursor: hand;
	cursor: pointer;
	color: #093;
	text-decoration: none;
}

.sourcesView-selectedSourcesMessage-active:hover {
	text-decoration: underline;
	color: #073;
}

/* BillView */
.billView-detailPanel {
	border: 1px solid #CCC;
	margin-top: 30px;
	padding: 30px 0 30px 100px;
	border-radius: 6px;
	-moz-border-radius: 6px;
}

.billView-detailTitle {
	font-weight: 800;
	font-size: 16px;
	margin-bottom: 20px;
}

.billView-cellGridTitle {
	font-weight: 800;
	color: #999;
	border-bottom: 1px solid #DDD;
	font-size: 14px;
}

.billView-cellGridTotal {
	font-weight: 800;
	font-size: 14px;
	padding-top: 20px;
}

.billView-message {
	font-size: large;
	font-weight: 800;
	margin: 80px 0 80px 0;
}

/* MonthYearWidget */
.monthYearWidget {
	background-color: #EEE;
	border: 1px solid #EBEBEB;
	border-radius: 6px;
	-moz-border-radius: 6px;
	margin-top: 20px;
}

.monthYearWidget-arrowPanel {
	
}

.monthYearWidget-arrowPanel:hover {
	background-color: #DDD;
	border-radius: 6px;
	-moz-border-radius: 6px;
}

.monthYearWidget-arrow {
	margin: 0 10px 0 10px;
	cursor: hand;
	cursor: pointer;
}

.monthYearWidget-date {
	font-size: 16px;
	color: #666;
	text-align: center;
	text-shadow: #FFF 0 1px 0;
}

.accountForm-bodyPanel {
	border: 1px solid #CCC;
	margin-top: 20px;
	padding: 30px 0 30px 0;
	border-radius: 6px;
	-moz-border-radius: 6px;
}

.accountForm-label {
	font-size: 120%;
	color: #666;
	margin-top: 10px;
	margin-left: 3px;
}

.accountForm-paymentPanel {
	border: 1px solid #DDD;
	margin-top: 10px;
	padding: 20px;
	border-radius: 4px;
	-moz-border-radius: 6px;
	background-color: whiteSmoke;
}

.accountForm-paymentLabel {
	margin-bottom: 10px;
	font-size: 120%;
}

.accountForm-trialLabel {
	font-size: 110%;
	font-weight: 800;
	margin: 12px 0 10px 70px;
}

.accountForm-planType {
	font-size: 110%;
	margin: 5px 0 5px 70px;
}

.accountForm-help {
	color: #999;
	font-size: 85%;
	margin: 0 0 5px 110px;
}

.accountForm-warning {
	color: #F00;
	font-size: 120%;
	margin-top: 20px;
}

.accountForm-buttonsPanel {
	margin: 20px 0 10px 0;
}

.accountForm-cancelButton {
	margin-right: 6px;
}

.accountForm-button {
	margin: 1em 0 1em 1em;
	font-size: 120%;
}

.accountForm-warningLabel {
	font-size: 85%;
	font-style: italic;
}

.saveSearchPopup-nameLabel {
	color: #666;
	margin-bottom: 3px;
}

.saveSearchPopup-alertLabel {
	color: #F00;
	margin-right: 10px;
	font-size: 90%;
}

.saveSearchPopup-overwriteCheck {
	font-size: 90%;
	margin-right: 8px;
}

.mySearchManagerView-mainPanel {
	padding-left: 6px;
}

.mySearchManagerView-panel {
	border: 1px solid #CCC;
	border-radius: 3px;
	color: #666;
	font-size: small;
	font-family: helvetica, arial, sans-serif;
	margin: 0 0 10px 0;
	text-decoration: none;
	-moz-border-radius: 3px;
}

.mySearchManagerView-panel:hover {
	background: #EEE;
	border: 1px solid #AAA;
	color: #333;
}

.mySearchManagerView-panelActive {
	background: #EEE;
	border: 1px solid #AAA;
	color: #333;
}

.mySearchManagerView-panelActive:hover {
	background: #DDD;
	border: 1px solid #AAA;
	color: #000;
}

.mySearchManagerView-label {
	cursor: hand;
	cursor: pointer;
	padding: 6px 7px;
}

.mySearchManagerView-menuPanel {
	margin: 4px 3px 4px 0;
}

.mySearchManagerView-menuOption {
	cursor: hand;
	cursor: pointer;
}

.notifyMessage-popup {
	position: fixed !important;
	background-color: #F9EDBE;
	border: 2px solid #F0C36D;
	border-radius: 3px;
	box-shadow: 2px 2px 3px #999;
	text-align: center;
	-moz-border-radius: 3px;
}

.sucessMessage-popup {
	position: fixed !important;
	background-color: #68BB3B;
	border: 2px solid #217800;
	border-radius: 3px;
	box-shadow: 2px 2px 3px #999;
	text-align: center;
	-moz-border-radius: 3px;
}

.failMessage-popup {
	position: fixed !important;
	background-color: #DF4B4B;
	border: 2px solid #9E0303;
	border-radius: 3px;
	box-shadow: 2px 2px 3px #999;
	color: #FFF;
	text-align: center;
	-moz-border-radius: 3px;
}

.notifyMessage-label {
	font-weight: 800;
	font-size: 90%;
	padding: 0 3px 0 3px;
}

.notifyMessage-panel {
	text-align: center;
}

/* RichTextToolbar */
.RichTextToolbar {
	padding: 3px;
	margin: 0px;
}

.RichTextToolbar .gwt-ToggleButton {
	background: #F4F4F4;
	border: 1px outset #ccc;
}

.RichTextToolbar .gwt-PushButton {
	background: #F4F4F4;
	border: 1px outset #ccc;
}

.RichTextToolbar .gwt-ToggleButton-up-hovering {
	background: #F4F4F4;
	border-color: #9cf #69e #69e #7af;
}

.RichTextToolbar .gwt-PushButton-up-hovering {
	background: #F4F4F4;
	border-color: #9cf #69e #69e #7af;
}

.RichTextToolbar .gwt-ToggleButton-down {
	background: #D5D5D5;
	border-color: #777777 #777777 #777777 #777777;
}

.RichTextToolbar .gwt-PushButton-down {
	background: #D5D5D5;
	border-color: #777777 #777777 #777777 #777777;
}

.RichTextToolbar .gwt-ToggleButton-down-hovering {
	background: #D5D5D5;
	border-color: #9cf #69e #69e #7af;
}

.RichTextToolbar .gwt-PushButton-down-hovering {
	background: #D5D5D5;
	border-color: #9cf #69e #69e #7af;
}

.RichTextToolbar .gwt-PushButton-up-disabled {
	background: #717171;
	border-color: #B9968F #B9968F #B9968F #B9968F;
}

.RichTextToolbar .gwt-PushButton-down-disabled {
	background: #717171;
	border-color: #B9968F #B9968F #B9968F #B9968F;
}

.RichTextToolbar .gwt-ToggleButton-up-disabled {
	background: #717171;
	border-color: #B9968F #B9968F #B9968F #B9968F;
}

.RichTextToolbar .gwt-ToggleButton-down-disabled {
	background: #717171;
	border-color: #B9968F #B9968F #B9968F #B9968F;
}

.RichTextToolbar .gwt-TextBox {
	width: 60px;
	height: 19px;
}

.reportView-textFormatterPanel {
	border: 1px solid #FFF;
	cursor: pointer;
}

.reportView-textFormatterPanel:hover {
	background-color: #EEE;
	border: 1px solid #DDD;
}

.reportView-textFormatterPanel-active {
	background-color: #CCC;
	border: 1px solid #AAA;
}

/* MyReportWindow */
.myReportWindow-bodyPanel {
	margin-top: 10px;
}

.myReportWindow-message {
	font-size: 140%;
	line-height: 150%;
}

.myReportWindow-reportPanel {
	border: 1px solid #EEE;
	border-radius: 3px;
	margin-bottom: 15px;
	padding: 8px;
}

.myReportWindow-reportPanel:hover {
	border: 1px solid #AAA;
	background-color: whiteSmoke;
}

.myReportWindow-name {
	font-size: 120%;
	color: #3A64C8;
	cursor: pointer;
	cursor: hand;
}

.myReportWindow-delete {
	cursor: pointer;
	cursor: hand;
}

.myReportWindow-name:hover {
	text-decoration: underline;
}

.videoSearchWindow-bodyPanel {
	margin-top: 10px;
}

.videoView {
	padding: 0 13px 0 0;
}

.videoView-bodyPanel {
	margin: 0 0 5px 10px;
}

.videoView-message {
	font-size: 140%;
	line-height: 150%;
}

.videoView-videoItem {
	background-color: "#FFF";
	border: 1px solid #FFF;
	border-radius: 6px;
	-moz-border-radius: 6px;
}

.videoView-videoItem-selected {
	background-color: #FAFAFA;
	border: 1px solid #EBEBEB;
}


.videoView-videoItemBody {
	margin-bottom: 20px;
	padding: 6px;
}

.videoView-videoSourceDate {
	color: #AAA;
	font-size: 0.9em;
	margin: 3px 0 3px 0;
}

.videoView-videoImage {
	margin-right: 3px;
}

.videoView-videoDescription {
	line-height: 130%;
	margin-bottom: 2px;
}

.videoView-itemOption {
	color: #093;
	cursor: pointer;
	cursor: hand;
	font-size: small;
}

.videoView-fastViewLink:hover {
	color: #073;
	text-decoration: underline;
}

.videoFastView-greyItem {
	font-size: 0.85em;
	color: #AAA;
}

.videoFastView-subtitle {
	margin: 3px 0 3px 0;
}

.videoFastView-dateContent {
	font-size: 0.85em;
	color: #AAA;
	margin-bottom: 12px;
}

/**
 * Clipping
 */
.clipping-Button {
	background: #F21633;
	border: 1px solid #D90D28;
	border-radius: 3px;
	color: #FFF;
	cursor: pointer;
	cursor: hand;
	font-size: small;
	font-family: helvetica, arial, sans-serif;
	margin: 0;
	padding: 5px 7px;
	text-decoration: none;
	-moz-border-radius: 3px;
}

.clipping-Button:active {
	background: #D21633;
	border: 1px solid #C90D28;
}

.clipping-Button:hover {
	background: #D21633;
	border: 1px solid #C90D28;
}

.clipping-Button[disabled] {
	border: 1px outset #DDD;
	background: #EEE;
	cursor: default;
	color: #888;
}

.clipping-Button[disabled]:hover {
	border: 1px outset #AAA;
}

.clipping-header {
	font-size: 14px;
	font-weight: bold;
}

.channels-Panel {
	border: 1px solid #EBEBEB;
	margin-top: 6px;
	margin-bottom: 6px;
	padding: 6px;
	border-radius: 6px;
	-moz-border-radius: 6px;
}

.singleNewsPanel {
	margin: 5px;
	border: 1px solid #EBEBEB;
	border-radius: 6px;
	-moz-border-radius: 6px;
}

.linkButton {
	color: blue;
}

/**
 * From KnewinAdmin
 */

table.listing {border-collapse: collapse}
table.listing > tbody > tr {border-bottom:solid 1px #ccc}
table.listing tr.header {background-color:#ddd;border-bottom:solid 1px #aaa;font-weight:bold}
table.listing > tbody > tr > td {padding: 2px 6px}

table.listing .odd {background-color:#eee}


/** Add css rules here for your application. */
body {}
#app-here .root-panel {width:980px;margin:5px auto; background-color:#fff}
#app-here .root-panel > div {overflow:visible !important}
#app-here .root-panel div.header {display:block;background-image:url(images/header.png);background-repeat:no-repeat;height:85px}
#app-here .root-panel div.header .header-top {text-align:right;color:#fff;font-weight:bold}
#app-here .root-panel div.header .header-top a{color:#fff}
#app-here .root-panel div.header .header-top > * {display:inline-block;margin:0 3px}
.align-right {text-align:right}
.body-holder > div {overflow:visible !important}
.main-menu-bar {padding: 8px 12px}
.main-menu-bar > * {display:inline-block;padding:5px 12px;border-radius:6px;cursor:pointer;font-weight:bold}
.main-menu-bar > .active {background-color:#366CA3;color:#fff;cursor:default}
.inline-block-panel > * {display:inline-block;margin-left:2px;margin-right:2px}
.inline-block-panel > *:first-child {margin-left:0}
.inline-block-panel > *:last-child {margin-right:0}
.like-anchor {cursor:pointer;color:#3974AE;}
.like-anchor:hover {text-decoration: underline;color:#234669}
.like-disabled {color:#999}
.overflow-visible {overflow:visible !important}
.box-sizing-border {box-sizing:border-box}
.bold {font-weight:bold}
.break-word {word-wrap:break-word}
.no-wrap {white-space: nowrap}
.flow-panel > div {display:inline-block}
.margin-left {margin-left:5px !important;display:inline-block}
.vertical-margin {margin-top:12px;margin-bottom:12px}
.results-message {padding:30px 0 !important;text-align:center;font-style:italic;font-size:1.06em;color:#666}
.test-success{padding:1px 6px;background-color:green;color:#fff}
.test-error{padding:1px 6px;background-color:red;color:#fff}
.large-combo{padding:3px;border-color:#aaa}
.dialog-content {margin:12px}

table.listing {border-collapse: collapse}
table.listing > tbody > tr {border-bottom:solid 1px #ccc}
table.listing tr.header {background-color:#ddd;border-bottom:solid 1px #aaa;font-weight:bold}
table.listing > tbody > tr > td {padding: 2px 6px}

table.listing .odd {background-color:#eee}

div.usuarios-cliente {border:solid 1px #ccc;overflow-y:scroll} 
table.usuarios-cliente {}

.date-input {width:90px}
.time-input {width:50px}
.date-time-box .time-input {margin-left:5px}
.stacktrace-view {font-size: 9pt}

.tabbed-content {border:solid 5px #CCCCCC;border-top:none;padding:12px;box-sizing:border-box}

/** Most GWT widgets already have a style name defined */
.gwt-PasswordTextBox{font-family: Arial Unicode MS, Arial, sans-serif;font-size: small;}
.gwt-TabBarFirst-wrapper {padding-right:9px;height:34px}

.gwt-ListBox.combobox {padding:4px;border-color:#bbb}

.dialogVPanel {
  margin: 5px;
}

.serverResponseLabelError {
  color: red;
}

/** Set ids using widget.getElement().setId("idOfElement") */
#closeButton {
  margin: 15px 6px 6px;
}


/**
 *************************
 *
 * ADMIN SOURCE CONFIG
 *
 *************************
 */
 
.gwt-DecoratorPanel-decoratorContainer {
	height: 100%;
	width: 100%;
}

.gwt-DecoratorPanel .middleCenter {
	height: 100%;
	width: 100%;
}

.gwt-DecoratorPanel-decoratorSearchSource {
	height: 100%;
	width: 100%;
}

.sourceTableContainer .sourceTableLeft {
	margin-right: 80px;
}

.config-label {
	color: #2B60DE;
}

.config-label-id {
	font-weight: bold;
	color: #000;
}

.config-label-sourceName {
	font-weight: bold;
	font-size: medium;
	color: #2B60DE;
}

.config-CheckBox {
	color: #2B60DE;
}

.gwt-SuggestBox:focus {
	border: 2px solid #000 !important;
}

.gwt-SuggestBox-suggest {
	border: 2px solid #666 !important;
	font-weight: bold;
	color: #000;
}

.gwt-SuggestBox-suggest-hint {
	font-style: italic;
	color: #ccc;
}

.gwt-TextArea {
	font-family: sans-serif;
	font-size: 14px;
	border: 1px solid #666 !important;
    width: 99%;
    height: 24px;
    vertical-align: middle;
    resize: none;
}

.gwt-TextArea-focus {
	border: 1px solid #000 !important;
}

.gwt-TextArea-invalid {
	border-color: red !important;
}

.regex-Popup {
    background-color: #F0F0F0;
    border: 3px solid #099;
	font-family: sans-serif;
	font-size: 14px;
}

.regex {
	font-family: sans-serif;
	font-size: 14px;
	margin: 5px;
	white-space: pre-wrap;      /* CSS3 */       
	white-space: -moz-pre-wrap; /* Firefox */        
	white-space: -pre-wrap;     /* Opera <7 */       
	white-space: -o-pre-wrap;   /* Opera 7 */        
	word-wrap: break-word; 
}

.regex-Popup-Html {
	font-family: sans-serif;
	font-size: 14px;
	margin: 5px;
	white-space: pre-wrap;      /* CSS3 */       
	white-space: -moz-pre-wrap; /* Firefox */        
	white-space: -pre-wrap;     /* Opera <7 */       
	white-space: -o-pre-wrap;   /* Opera 7 */        
	word-wrap: break-word; 
}

.regex-label {
	font-family: sans-serif;
	font-size: 12px;
	border: 1px solid green;
    width: 99%;
    height: 100%;
    margin: 0;
    padding: 5px;
	font-family: sans-serif;
	font-size: small;
}

 
/**
 *
 * CLEAN CSS FROM GWT
 *
 */
 /**
 * The file contains styles for GWT widgets in the Clean theme.
 *
 * In order to maintain cross-browser compatibility, the following syntax is
 * used to create IE6 specific style rules:
 *    .gwt-Widget {
 *      property: rule applies to all browsers
 *      -property: rule applies only to IE6 (overrides previous rule)
 *    }
 *    * html .gwt-Widget {
 *      property: rule applies to all versions of IE
 *    }
 */

body, table td, select, button {
  font-family: Arial Unicode MS, Arial, sans-serif;
  font-size: small;
}
pre {
  font-family: "courier new", courier;
  font-size: small;
}
body {
  color: black;
  margin: 10px;
  border: 0px;
  padding: 0px;
  background: #fff;
  direction: ltr;
}
a, a:visited {
  color: #0066cc;
  text-decoration:none;
}

a:hover {
  color: #0066cc;
  text-decoration:underline;
}

select {
  background: white;
}

/**
 * The reference theme can be used to determine when this style sheet has
 * loaded.  Create a hidden div element with absolute position, assign the style
 * name below, and attach it to the DOM.  Use a timer to detect when the
 * element's height and width are set to 5px.
 */
.gwt-Reference-clean {
  height: 5px;
  width: 5px;
  zoom: 1;
}

.gwt-CheckBox {
}
.gwt-CheckBox-disabled {
  color: #888;
}

.gwt-DecoratorPanel {
}
.gwt-DecoratorPanel .topCenter {
  border-top: 1px solid #bbb;
  line-height: 0px;
}
.gwt-DecoratorPanel .bottomCenter {
  border-bottom: 1px solid #bbb;
  line-height: 0px;
}
.gwt-DecoratorPanel .topCenterInner,
.gwt-DecoratorPanel .bottomCenterInner {
  height: 1px;
  line-height: 0px;
  font-size: 1px;
}
.gwt-DecoratorPanel .middleLeft {
  border-left: 1px solid #bbb;
}
.gwt-DecoratorPanel .middleRight {
  border-right: 1px solid #bbb;
}
.gwt-DecoratorPanel .middleLeftInner,
.gwt-DecoratorPanel .middleRightInner {
  width: 1px;
  line-height: 1px;
}
.gwt-DecoratorPanel .topLeftInner,
.gwt-DecoratorPanel .topRightInner,
.gwt-DecoratorPanel .bottomLeftInner,
.gwt-DecoratorPanel .bottomRightInner {
  width: 5px;
  height: 5px;
  zoom: 1;
  font-size: 1px;
  overflow: hidden;
}
.gwt-DecoratorPanel .topLeft {
  line-height: 0px;
  background: url(images/circles.png) no-repeat 0px -6px;
  -background: url(images/circles_ie6.png) no-repeat 0px -6px;
}
.gwt-DecoratorPanel .topRight {
  line-height: 0px;
  background: url(images/circles.png) no-repeat -5px -6px;
  -background: url(images/circles_ie6.png) no-repeat -5px -6px;
}
.gwt-DecoratorPanel .bottomLeft {
  line-height: 0px;
  background: url(images/circles.png) no-repeat 0px -11px;
  -background: url(images/circles_ie6.png) no-repeat 0px -11px;
}
.gwt-DecoratorPanel .bottomRight {
  line-height: 0px;
  background: url(images/circles.png) no-repeat -5px -11px;
  -background: url(images/circles_ie6.png) no-repeat -5px -11px;
}
* html .gwt-DecoratorPanel .topLeftInner,
* html .gwt-DecoratorPanel .topRightInner,
* html .gwt-DecoratorPanel .bottomLeftInner,
* html .gwt-DecoratorPanel .bottomRightInner {
  width: 5px;
  height: 5px;
  overflow: hidden;
}

.gwt-DialogBox .Caption {
  background: #F1F1F1;
  padding: 4px 8px 4px 4px;
  cursor: default;
  font-family: Arial Unicode MS, Arial, sans-serif;
  font-weight: bold;
  border-bottom: 1px solid #bbbbbb;
  border-top: 1px solid #D2D2D2;
}
.gwt-DialogBox .dialogContent {
}
.gwt-DialogBox .dialogMiddleCenter {
  padding: 3px;
  background: white;
}
.gwt-DialogBox .dialogBottomCenter {
  background: url(images/hborder.png) repeat-x 0px -2945px;
  -background: url(images/hborder_ie6.png) repeat-x 0px -2144px;
}
.gwt-DialogBox .dialogMiddleLeft {
  background: url(images/vborder.png) repeat-y -31px 0px;
  width: 2px;
}
.gwt-DialogBox .dialogMiddleRight {
  background: url(images/vborder.png) repeat-y -32px 0px;
  -background: url(images/vborder_ie6.png) repeat-y -32px 0px;
}
.gwt-DialogBox .dialogTopLeftInner {
  width: 10px;
  height: 8px;
  zoom: 1;
}
.gwt-DialogBox .dialogTopRightInner {
  width: 12px;
  zoom: 1;
}
.gwt-DialogBox .dialogBottomLeftInner {
  width: 10px;
  height: 12px;
  zoom: 1;
}
.gwt-DialogBox .dialogBottomRightInner {
  width: 12px;
  height: 12px;
  zoom: 1;
}
.gwt-DialogBox .dialogTopLeft {
  background: url(images/circles.png) no-repeat -20px 0px;
  -background: url(images/circles_ie6.png) no-repeat -20px 0px;
}
.gwt-DialogBox .dialogTopRight {
  background: url(images/circles.png) no-repeat -28px 0px;
  -background: url(images/circles_ie6.png) no-repeat -28px 0px;
}
.gwt-DialogBox .dialogBottomLeft {
  background: url(images/circles.png) no-repeat 0px -36px;
  -background: url(images/circles_ie6.png) no-repeat 0px -36px;
}
.gwt-DialogBox .dialogBottomRight {
  background: url(images/circles.png) no-repeat -8px -36px;
  -background: url(images/circles_ie6.png) no-repeat -8px -36px;
}
* html .gwt-DialogBox .dialogTopLeftInner {
  width: 10px;
  overflow: hidden;
}
* html .gwt-DialogBox .dialogTopRightInner {
  width: 12px;
  overflow: hidden;
}
* html .gwt-DialogBox .dialogBottomLeftInner {
  width: 10px;
  height: 12px;
  overflow: hidden;
}
* html .gwt-DialogBox .dialogBottomRightInner {
  width: 12px;
  height: 12px;
  overflow: hidden;
}

.gwt-DisclosurePanel {
}
.gwt-DisclosurePanel-open {
}
.gwt-DisclosurePanel-closed {
}
.gwt-DisclosurePanel .header,
.gwt-DisclosurePanel .header a,
.gwt-DisclosurePanel .header td {
  text-decoration: none;  /* Remove underline from header */
  color: black; 
  cursor: pointer;
  cursor: hand;
}
.gwt-DisclosurePanel .content {
  border-left: 3px solid #e7e7e7;
  padding: 4px 0px 4px 8px;
  margin-left: 6px;
}

.gwt-FileUpload {
}

.gwt-Frame {
  border-top: 2px solid #666;
  border-left: 2px solid #666;
  border-right: 2px solid #bbb;
  border-bottom: 2px solid #bbb;
}

.gwt-HorizontalSplitPanel {
}
.gwt-HorizontalSplitPanel .hsplitter {
  cursor: move;
  border: 0px; 
  background: #e7e7e7;
  line-height: 0px;
}
.gwt-VerticalSplitPanel {
}
.gwt-VerticalSplitPanel .vsplitter {
  cursor: move;
  border: 0px; 
  background: #e7e7e7;
  line-height: 0px;
}

.gwt-HTML {
  padding: 0 0px;
}

.gwt-Hyperlink {
  cursor: pointer;
}

.gwt-Image {
}

.gwt-Label {
}

.gwt-ListBox {
}

.gwt-MenuBar {
  cursor: default;
}
.gwt-MenuBar .gwt-MenuItem {
  cursor: default;
  font-family: Arial Unicode MS, Arial, sans-serif;
}
.gwt-MenuBar .gwt-MenuItem-selected {
  background: #E3E8F3;
}
.gwt-MenuBar-horizontal {
  background: #e3e8f3 url(images/hborder.png) repeat-x 0px -2003px;
  border: 1px solid #e0e0e0;
}
.gwt-MenuBar-horizontal .gwt-MenuItem {
  padding: 5px 10px;
  vertical-align: bottom;
  color: #000;
  font-weight: bold;
}
.gwt-MenuBar-horizontal .gwt-MenuItemSeparator {
  width: 1px;
  padding: 0px;
  margin: 0px;
  border: 0px;
  border-left: 1px solid #ccc;
  background: white;
}
.gwt-MenuBar-horizontal .gwt-MenuItemSeparator .menuSeparatorInner {
  width: 1px;
  height: 1px;
  background: white; 
}
.gwt-MenuBar-vertical {
  margin-top: 0px;
  margin-left: 0px;
  background: white;
}
.gwt-MenuBar-vertical table {
  border-collapse: collapse;
}
.gwt-MenuBar-vertical .gwt-MenuItem {
  padding: 2px 40px 2px 1px;
}
.gwt-MenuBar-vertical .gwt-MenuItemSeparator {
  padding: 2px 0px;
}
.gwt-MenuBar-vertical .gwt-MenuItemSeparator .menuSeparatorInner {
  height: 1px;
  padding: 0px;
  border: 0px;
  border-top: 1px solid #ccc;
  overflow: hidden;
}
.gwt-MenuBar-vertical .subMenuIcon {
  padding-right: 4px;
}
.gwt-MenuBar-vertical .subMenuIcon-selected {
  background: #E3E8F3;
}
.gwt-MenuBarPopup {
  margin: 0px 0px 0px 3px;
}
.gwt-MenuBarPopup .menuPopupTopCenter {
  background: url(images/hborder.png) 0px -12px repeat-x;
}
.gwt-MenuBarPopup .menuPopupBottomCenter {
  background: url(images/hborder.png) 0px -13px repeat-x;
  -background: url(images/hborder_ie6.png) 0px -13px repeat-x;
}
.gwt-MenuBarPopup .menuPopupMiddleLeft {
  background: url(images/vborder.png) -12px 0px repeat-y;
  -background: url(images/vborder_ie6.png) -12px 0px repeat-y;
}
.gwt-MenuBarPopup .menuPopupMiddleRight {
  background: url(images/vborder.png) -13px 0px repeat-y;
  -background: url(images/vborder_ie6.png) -13px 0px repeat-y;
}
.gwt-MenuBarPopup .menuPopupTopLeftInner {
  width: 5px;
  height: 5px;
  zoom: 1;
}
.gwt-MenuBarPopup .menuPopupTopRightInner {
  width: 8px;
  height: 5px;
  zoom: 1;
}
.gwt-MenuBarPopup .menuPopupBottomLeftInner {
  width: 5px;
  height: 8px;
  zoom: 1;
}
.gwt-MenuBarPopup .menuPopupBottomRightInner {
  width: 8px;
  height: 8px;
  zoom: 1;
}
.gwt-MenuBarPopup .menuPopupTopLeft {
  background: url(images/corner.png) no-repeat 0px -36px;
  -background: url(images/corner_ie6.png) no-repeat 0px -36px;
}
.gwt-MenuBarPopup .menuPopupTopRight {
  background: url(images/corner.png) no-repeat -5px -36px;
  -background: url(images/corner_ie6.png) no-repeat -5px -36px;
}
.gwt-MenuBarPopup .menuPopupBottomLeft {
  background: url(images/corner.png) no-repeat 0px -41px;
  -background: url(images/corner_ie6.png) no-repeat 0px -41px;
}
.gwt-MenuBarPopup .menuPopupBottomRight {
  background: url(images/corner.png) no-repeat -5px -41px;
  -background: url(images/corner_ie6.png) no-repeat -5px -41px;
}
* html .gwt-MenuBarPopup .menuPopupTopLeftInner {
  width: 5px;
  height: 5px;
  overflow: hidden;
}
* html .gwt-MenuBarPopup .menuPopupTopRightInner {
  width: 8px;
  height: 5px;
  overflow: hidden;
}
* html .gwt-MenuBarPopup .menuPopupBottomLeftInner {
  width: 5px;
  height: 8px;
  overflow: hidden;
}
* html .gwt-MenuBarPopup .menuPopupBottomRightInner {
  width: 8px;
  height: 8px;
  overflow: hidden;
}

.gwt-PasswordTextBox {
  padding: 5px 4px;
  border: 1px solid #ccc;
  border-top: 1px solid #999;
  font-size: 100%;
}
.gwt-PasswordTextBox-readonly {
  color: #888;
}

.gwt-PopupPanel {
  border: 3px solid #e7e7e7;
  padding: 3px;
  background: white;
}

.gwt-DecoratedPopupPanel .popupContent {
}
.gwt-DecoratedPopupPanel .popupMiddleCenter {
  padding: 3px;
  background: #f1f1f1;
}
.gwt-DecoratedPopupPanel .popupTopCenter {
  background: url(images/hborder.png) 0px -2937px repeat-x;
}
.gwt-DecoratedPopupPanel .popupBottomCenter {
  background:  url(images/hborder.png) repeat-x 0px -2938px;
  -background: url(images/hborder_ie6.png) repeat-x 0px -2138px;
}
.gwt-DecoratedPopupPanel .popupMiddleLeft {
  background: url(images/vborder.png) -21px 0px repeat-y;
}
.gwt-DecoratedPopupPanel .popupMiddleRight {
  background: url(images/vborder.png) repeat-y -24px 0px;
  -background: url(images/vborder_ie6.png) repeat-y -24px 0px;
}
.gwt-DecoratedPopupPanel .popupTopLeftInner {
  width: 6px;
  height: 5px;
  zoom: 1;
}
.gwt-DecoratedPopupPanel .popupTopRightInner {
  width: 6px;
  height: 5px;
  zoom: 1;
}
.gwt-DecoratedPopupPanel .popupBottomLeftInner {
  width: 6px;
  height: 6px;
  zoom: 1;
}
.gwt-DecoratedPopupPanel .popupBottomRightInner {
  width: 6px;
  height: 6px;
  zoom: 1;
}
.gwt-DecoratedPopupPanel .popupTopLeft {
  background: url(images/circles.png) no-repeat 0px -16px;
  -background: url(images/circles_ie6.png) no-repeat 0px -16px;
}
.gwt-DecoratedPopupPanel .popupTopRight {
  background: url(images/circles.png) no-repeat -6px -16px;
  -background: url(images/circles_ie6.png) no-repeat -6px -16px;
}
.gwt-DecoratedPopupPanel .popupBottomLeft {
  background: url(images/circles.png) no-repeat 0px -21px;
  -background: url(images/circles_ie6.png) no-repeat 0px -21px;
}
.gwt-DecoratedPopupPanel .popupBottomRight {
  background: url(images/circles.png) no-repeat -6px -21px;
  -background: url(images/circles_ie6.png) no-repeat -6px -21px;
}
* html .gwt-DecoratedPopupPanel .popupTopLeftInner {
  width: 6px;
  height: 5px;
  overflow: hidden;
}
* html .gwt-DecoratedPopupPanel .popupTopRightInner {
  width: 6px;
  height: 5px;
  overflow: hidden;
}
* html .gwt-DecoratedPopupPanel .popupBottomLeftInner {
  width: 6px;
  height: 6px;
  overflow: hidden;
}
* html .gwt-DecoratedPopupPanel .popupBottomRightInner {
  width: 6px;
  height: 6px;
  overflow: hidden;
}

.gwt-PushButton-up,
.gwt-PushButton-up-hovering,
.gwt-PushButton-up-disabled,
.gwt-PushButton-down,
.gwt-PushButton-down-hovering,
.gwt-PushButton-down-disabled {
  margin: 0;
  text-decoration: none;
  background: url("images/hborder.png") repeat-x 0px -27px;
  border-radius: 2px;
  -moz-border-radius: 2px;
}
.gwt-PushButton-up,
.gwt-PushButton-up-hovering,
.gwt-PushButton-up-disabled {
  padding: 3px 5px 3px 5px;
}
.gwt-PushButton-up {
  border:1px solid #bbb;
  border-bottom: 1px solid #a0a0a0;
  cursor: pointer;
  cursor: hand;
}
.gwt-PushButton-up-hovering {
  border: 1px solid;
  border-color: #939393;
  cursor: pointer;
  cursor: hand;
}
.gwt-PushButton-up-disabled {
  border: 1px solid #bbb;
  cursor: default;
  opacity: .5;
  filter: alpha(opacity=45);
  zoom: 1;
}
.gwt-PushButton-down,
.gwt-PushButton-down-hovering,
.gwt-PushButton-down-disabled {
  padding: 4px 4px 2px 6px;
  outline:none;
}
.gwt-PushButton-down {
  border: 1px inset #666;
  cursor: pointer;
  cursor: hand;
}
.gwt-PushButton-down-hovering {
  border: 1px solid #939393;
  border-top: 1px solid #333333;
  cursor: pointer;
  cursor: hand;
}
.gwt-PushButton-down-disabled {
  border: 1px outset #ccc;
  cursor: default;
  opacity: 0.5;
  filter: alpha(opacity=45);
  zoom: 1;
}

.gwt-RadioButton {
}
.gwt-RadioButton-disabled {
  color: #888;
}

.gwt-RichTextArea {
}
.hasRichTextToolbar {
  border: 0px;
}
.gwt-RichTextToolbar {
  background: #e3e8f3 url(images/hborder.png) repeat-x 0px -2003px;
  border-bottom: 1px solid #BBBBBB;
  padding: 3px;
  margin: 0px;
}
.gwt-RichTextToolbar .gwt-PushButton-up {
  padding: 0px 1px 0px 0px;
  margin-right: 4px;
  margin-bottom: 4px;
  border-width: 1px; 
}
.gwt-RichTextToolbar .gwt-PushButton-up-hovering {
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 0px 1px 0px 0px;
  border-width: 1px; 
}
.gwt-RichTextToolbar .gwt-PushButton-down {
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 0px 0px 0px 1px;
  border-width: 1px; 
}
.gwt-RichTextToolbar .gwt-PushButton-down-hovering {
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 0px 0px 0px 1px;
  border-width: 1px; 
}
.gwt-RichTextToolbar .gwt-ToggleButton-up {
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 0px 1px 0px 0px;
  border:1px solid #bbb;
  border-bottom: 1px solid #a0a0a0;
}
.gwt-RichTextToolbar .gwt-ToggleButton-up-hovering {
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 0px 1px 0px 0px;
  border-width: 1px;
}
.gwt-RichTextToolbar .gwt-ToggleButton-down {
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 0px 0px 0px 1px;
  border-width: 1px;
}
.gwt-RichTextToolbar .gwt-ToggleButton-down-hovering {
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 0px 0px 0px 1px;
  border-width: 1px;
}

.gwt-StackPanel {
  border-bottom: 1px solid #bbbbbb;
}
.gwt-StackPanel .gwt-StackPanelItem {
  cursor: pointer;
  cursor: hand;
  font-weight: bold;
  font-size: 1.3em;
  padding: 3px;
  border: 1px solid #bbbbbb;
  border-bottom: 0px;
  background: #d3def6 url(images/hborder.png) repeat-x 0px -989px;
}
.gwt-StackPanel .gwt-StackPanelContent {
  border: 1px solid #bbbbbb;
  border-bottom: 0px;
  background: white;
  padding: 2px 2px 10px 5px;
}

.gwt-DecoratedStackPanel {
  border-bottom: 1px solid #bbbbbb;
}
.gwt-DecoratedStackPanel .gwt-StackPanelContent {
  border: 1px solid #bbbbbb;
  border-bottom: 0px;
  background: white;
  padding: 2px 2px 10px 5px;
}
.gwt-DecoratedStackPanel .gwt-StackPanelItem {
  cursor: pointer;
  cursor: hand;
}
.gwt-DecoratedStackPanel .stackItemTopLeft,
.gwt-DecoratedStackPanel .stackItemTopRight {
  height: 6px;
  width: 6px;
  zoom: 1;
}
.gwt-DecoratedStackPanel .stackItemTopLeft {
  border-left: 1px solid #bbbbbb;
  background: #d3def6 url(images/corner.png) no-repeat 0px -49px;
  -background: #d3def6 url(images/corner_ie6.png) no-repeat 0px -49px;
}
.gwt-DecoratedStackPanel .stackItemTopRight {
  border-right: 1px solid #bbbbbb;
  background: #d3def6 url(images/corner.png) no-repeat -6px -49px;
  -background: #d3def6 url(images/corner_ie6.png) no-repeat -6px -49px;
}
.gwt-DecoratedStackPanel .stackItemTopLeftInner,
.gwt-DecoratedStackPanel .stackItemTopRightInner {
  width: 1px;
  height: 1px;
}
* html .gwt-DecoratedStackPanel .stackItemTopLeftInner,
* html .gwt-DecoratedStackPanel .stackItemTopRightInner {
  width: 6px;
  height: 6px;
  overflow: hidden;
}
.gwt-DecoratedStackPanel .stackItemTopCenter {
  background: url(images/hborder.png) 0px -21px repeat-x;
}
.gwt-DecoratedStackPanel .stackItemMiddleLeft {
  background: #d3def6 url(images/hborder.png) repeat-x 0px -989px;
  border-left: 1px solid #bbbbbb;
}
.gwt-DecoratedStackPanel .stackItemMiddleLeftInner,
.gwt-DecoratedStackPanel .stackItemMiddleRightInner {
  width: 1px;
  height: 1px;
}
.gwt-DecoratedStackPanel .stackItemMiddleRight {
  background: #d3def6 url(images/hborder.png) repeat-x 0px -989px;
  border-right: 1px solid #bbbbbb;
}
.gwt-DecoratedStackPanel .stackItemMiddleCenter {
  font-weight: bold;
  font-size: 1.3em;
  background: #d3def6 url(images/hborder.png) repeat-x 0px -989px;
}
.gwt-DecoratedStackPanel .gwt-StackPanelItem-first .stackItemTopRight,
.gwt-DecoratedStackPanel .gwt-StackPanelItem-first .stackItemTopLeft {
  border: 0px;
  background-color: white;
}
.gwt-DecoratedStackPanel .gwt-StackPanelItem-below-selected .stackItemTopLeft,
.gwt-DecoratedStackPanel .gwt-StackPanelItem-below-selected .stackItemTopRight {
  background-color: white;
}

.gwt-SuggestBox {
  padding: 5px 4px;
  border: 1px solid #ccc;
  border-top: 1px solid #999;
  font-size: 100%;
  font-family: Arial Unicode MS, Arial, sans-serif;
}

.gwt-SuggestBoxPopup {
}

.gwt-SuggestBoxPopup .item {
  padding: 2px 6px;
  color: #000;
  cursor: default;
  font-size: 110%;
}
.gwt-SuggestBoxPopup .item-selected {
  background: #D5E2FF;
}
.gwt-SuggestBoxPopup .suggestPopupContent {
  background: white;
}
.gwt-SuggestBoxPopup .suggestPopupTopCenter {
  border-top: 1px solid #bbb;
}
.gwt-SuggestBoxPopup .suggestPopupBottomCenter {
  border-bottom: 1px solid #bbb;
}
.gwt-SuggestBoxPopup .suggestPopupTopCenterInner,
.gwt-SuggestBoxPopup .suggestPopupBottomCenterInner {
  height: 1px;
  line-height: 1px;
}
.gwt-SuggestBoxPopup .suggestPopupMiddleLeft {
  border-left: 1px solid #bbb;
}
.gwt-SuggestBoxPopup .suggestPopupMiddleRight {
  border-right: 1px solid #bbb;
}
.gwt-SuggestBoxPopup .suggestPopupMiddleLeftInner,
.gwt-SuggestBoxPopup .suggestPopupMiddleRightInner {
  width: 1px;
  line-height: 1px;
}
.gwt-SuggestBoxPopup .suggestPopupTopLeftInner {
  width: 0px;
  height: 0px;
  zoom: 1;  
}
.gwt-SuggestBoxPopup .suggestPopupTopRightInner {
  width: 0px;
  height: 0px;
  zoom: 1;
}
.gwt-SuggestBoxPopup .suggestPopupBottomLeftInner {
  width: 0px;
  height: 0px;
  zoom: 1;
}
.gwt-SuggestBoxPopup .suggestPopupBottomRightInner {
  width: 0px;
  height: 0px;
  zoom: 1;
}
.gwt-SuggestBoxPopup .suggestPopupTopLeft {
  background: url(images/circles.png) no-repeat 0px -6px;
  -background: url(images/circles_ie6.png) no-repeat 0px -6px;
  width:5px;
  height:5px;
}
.gwt-SuggestBoxPopup .suggestPopupTopRight {
  background: url(images/circles.png) no-repeat -5px -6px;
  -background: url(images/circles_ie6.png) no-repeat -5px -6px;
  width:5px;
  height:5px;
}
.gwt-SuggestBoxPopup .suggestPopupBottomLeft {
  background: url(images/circles.png) no-repeat 0px -11px;
  -background: url(images/circles_ie6.png) no-repeat 0px -11px;
  width:5px;
  height:5px;
}
.gwt-SuggestBoxPopup .suggestPopupBottomRight {
  background: url(images/circles.png) no-repeat -5px -11px;
  -background: url(images/circles_ie6.png) no-repeat -5px -11px;
  width:5px;
  height:5px;
}
* html .gwt-SuggestBoxPopup .suggestPopupTopLeftInner {
  width: 0px;
  height: 0px;
  overflow: hidden;
}
* html .gwt-SuggestBoxPopup .suggestPopupTopRightInner {
  width: 0px;
  height: 0px;
  overflow: hidden;
}
* html .gwt-SuggestBoxPopup .suggestPopupBottomLeftInner {
  width: 0px;
  height: 0px;
  overflow: hidden;
}
* html .gwt-SuggestBoxPopup .suggestPopupBottomRightInner {
  width: 0px;
  height: 0px;
  overflow: hidden;
}

.gwt-TabBar {
  background: #ccc;
  padding-top: 6px;
}
.gwt-TabBar .gwt-TabBarFirst {
  width: 5px;  /* first tab distance from the left */
}
.gwt-TabBar .gwt-TabBarRest {
}
.gwt-TabBar .gwt-TabBarItem {
  margin-left: 4px;
  padding: 4px 8px 4px 8px;
  cursor: pointer;
  cursor: hand;
  color: white;
  font-weight: normal;
  text-align: center;
  background: #8E8E8E;
  -moz-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;
}
.gwt-TabBar .gwt-TabBarItem-selected {
  cursor: default;
  background: white;
  color: #333;
  font-weight: bold;
} 
.gwt-TabBar .gwt-TabBarItem-disabled {
  cursor: default;
  color: #999999;
}
.gwt-TabPanel {
}
.gwt-TabPanelBottom {
  border-color: #ccc;
  border-style: solid;
  border-width: 0px 1px 1px;
  overflow: hidden;
  padding: 6px;
}
.gwt-DecoratedTabBar {
  background: #ccc;
  padding-top: 6px;
}
.gwt-DecoratedTabBar .gwt-TabBarFirst {
  width: 5px;  /* first tab distance from the left */
}
.gwt-DecoratedTabBar .gwt-TabBarRest {
}
.gwt-DecoratedTabBar .gwt-TabBarItem {
  border-collapse: collapse;
  margin-left: 4px;
}
.gwt-DecoratedTabBar .tabTopCenter {
  padding: 0px;
  background: #8E8E8E;
}
.gwt-DecoratedTabBar .tabTopLeft,
.gwt-DecoratedTabBar .tabTopRight {
  padding: 0px;
  zoom: 1;
}
.gwt-DecoratedTabBar .tabTopLeftInner,
.gwt-DecoratedTabBar .tabTopRightInner {
  width: 3px;
  height: 3px;
}
.gwt-DecoratedTabBar .tabTopLeft {
  background: url(images/circles.png) no-repeat 0px 0px;
  -background: url(images/circles_ie6.png) no-repeat 0px 0px;
}
.gwt-DecoratedTabBar .tabTopRight {
  background: url(images/circles.png) no-repeat -3px 0px;
  -background: url(images/circles_ie6.png) no-repeat -3px 0px;
}
* html .gwt-DecoratedTabBar .tabTopLeftInner,
* html .gwt-DecoratedTabBar .tabTopRightInner {
  width: 3px;
  height: 3px;
  overflow: hidden;
}
.gwt-DecoratedTabBar .tabMiddleLeft,
.gwt-DecoratedTabBar .tabMiddleRight {
  width: 3px;
  padding: 0px;
  background: #8E8E8E;
}
.gwt-DecoratedTabBar .tabMiddleLeftInner,
.gwt-DecoratedTabBar .tabMiddleRightInner {
  width: 1px;
  height: 1px;
}
.gwt-DecoratedTabBar .tabMiddleCenter {
  padding: 0px 5px 4px 5px;
  cursor: pointer;
  cursor: hand;
  color: #fff;
  font-weight: normal;
  text-align: center;
  background: #8E8E8E;
}
.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabTopCenter {
  background:#fff;
}
.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabTopLeft {
  background: url(images/circles.png) no-repeat -6px 0px;
  -background: url(images/circles_ie6.png) no-repeat -6px 0px;
}
.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabTopRight {
  background: url(images/circles.png) no-repeat -9px 0px;
  -background: url(images/circles_ie6.png) no-repeat -9px 0px;
}
.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabMiddleLeft,
.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabMiddleRight {
  background: #fff;
}
.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabMiddleCenter {
  cursor: default;
  background: #fff;
  color:#333;
  font-weight:bold;
}
.gwt-DecoratedTabBar .gwt-TabBarItem-disabled .tabMiddleCenter {
  cursor: default;
  color: #999999;
}

.gwt-TextArea {
  padding: 4px;
  border: 1px solid #ccc;
  border-top: 1px solid #666;
  font-size: 100%;
  font-family: Arial Unicode MS, Arial, sans-serif;
}
.gwt-TextArea-readonly {
  color: #888;
}

.gwt-TextBox {
  padding: 5px 4px;
  border: 1px solid #ccc;
  border-top: 1px solid #999;
  font-size: small;
  font-family: Arial Unicode MS, Arial, sans-serif;
}
.gwt-TextBox-readonly {
  color: #888;
}
.gwt-ToggleButton-up,
.gwt-ToggleButton-up-hovering,
.gwt-ToggleButton-up-disabled,
.gwt-ToggleButton-down,
.gwt-ToggleButton-down-hovering,
.gwt-ToggleButton-down-disabled {
  margin: 0;
  text-decoration: none;
  background: url("images/hborder.png") repeat-x 0px -27px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.gwt-ToggleButton-up,
.gwt-ToggleButton-up-hovering,
.gwt-ToggleButton-up-disabled {
  padding: 3px 5px 3px 5px;
}
.gwt-ToggleButton-up {
  border:1px solid #bbb;
  border-bottom: 1px solid #a0a0a0;  
  cursor: pointer;
  cursor: hand;
}
.gwt-ToggleButton-up-hovering {
  border: 1px solid;
  border-color: #939393;
  cursor: pointer;
  cursor: hand;
}
.gwt-ToggleButton-up-disabled {
  border: 1px solid #bbb;
  cursor: default;
  opacity: .5;
  zoom: 1;
  filter: alpha(opacity=45);
}
.gwt-ToggleButton-down,
.gwt-ToggleButton-down-hovering,
.gwt-ToggleButton-down-disabled {
  padding: 4px 4px 2px 6px;
}
.gwt-ToggleButton-down {
  background-position: 0 -513px;
  border: 1px inset #666;
  cursor: pointer;
  cursor: hand;
}
.gwt-ToggleButton-down-hovering {
  background-position: 0 -513px;
  border: 1px inset;
  border-color: #9cf #69e #69e #7af;
  cursor: pointer;
  cursor: hand;
}
.gwt-ToggleButton-down-disabled {
  background-position: 0 -513px;
  border: 1px inset #ccc;
  cursor: default;
  opacity: .5;
  zoom: 1;
  filter: alpha(opacity=45);
}

.gwt-Tree .gwt-TreeItem {
  padding: 1px 0px;
  margin: 0px;
  white-space: nowrap;
  cursor: hand;
  cursor: pointer;
}
.gwt-Tree .gwt-TreeItem-selected {
  background: #ebeff9;
}
.gwt-TreeItem .gwt-RadioButton input,
.gwt-TreeItem .gwt-CheckBox input {
  margin-left: 0px;
}
* html .gwt-TreeItem .gwt-RadioButton input,
* html .gwt-TreeItem .gwt-CheckBox input {
  margin-left: -4px;
}

.gwt-DateBox {
  padding: 5px 4px;
  border: 1px solid #ccc;
  border-top: 1px solid #999;
  font-size: 100%;
}
.gwt-DateBox input {
  width: 8em;
}
.dateBoxFormatError {
  background: #ffcccc;
}
.dateBoxPopup {
}

.gwt-DatePicker {
  border: 1px solid #ccc;
  border-top:1px solid #999;
  cursor: default;
}
.gwt-DatePicker td,
.datePickerMonthSelector td:focus {
  outline: none;
}
.datePickerDays {
  width: 100%;
  background: white;
}
.datePickerDay,
.datePickerWeekdayLabel,
.datePickerWeekendLabel {
  font-size: 85%;
  text-align: center;
  padding: 4px;
  outline: none;
  font-weight:bold;
  color:#333;
  border-right: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
}
.datePickerWeekdayLabel,
.datePickerWeekendLabel {
  background: #fff;
  padding: 0px 4px 2px;
  cursor: default;
  color:#666;
  font-size:70%;
  font-weight:normal;
}
.datePickerDay {
  padding: 4px 7px;
  cursor: hand;
  cursor: pointer;
}
.datePickerDayIsWeekend {
  background: #f7f7f7;
}
.datePickerDayIsFiller {
  color: #999;
  font-weight:normal;
}
.datePickerDayIsValue {
  background: #d7dfe8;
}
.datePickerDayIsDisabled {
  color: #AAAAAA;
  font-style: italic;
}
.datePickerDayIsHighlighted {
  background: #F0E68C;
}
.datePickerDayIsValueAndHighlighted {
  background: #d7dfe8;
}
.datePickerDayIsToday {
  padding: 3px;
  color: #fff;
  background: url(images/hborder.png) repeat-x 0px -2607px;
}

.datePickerMonthSelector {
  width: 100%;
  padding: 1px 0 5px 0;
  background: #fff;
}
td.datePickerMonth {
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 100%;
  font-weight: bold;
  color: #333;
}
.datePickerPreviousButton,
.datePickerNextButton {
  font-size: 120%;
  line-height: 1em;
  color: #3a6aad;
  cursor: hand;
  cursor: pointer;
  font-weight: bold;
  padding: 0px 4px;
  outline: none;
}

.gwt-StackLayoutPanel {
  border-bottom: 1px solid #bbbbbb;
}
.gwt-StackLayoutPanel .gwt-StackLayoutPanelHeader {
  cursor: pointer;
  cursor: hand;
  font-weight: bold;
  font-size: 1.3em;
  padding: 3px;
  border: 1px solid #bbbbbb;
  border-bottom: 0px;
  background: #d3def6 url(images/hborder.png) repeat-x 0px -989px;
}
.gwt-StackLayoutPanel .gwt-StackLayoutPanelHeader-hovering {
  background: #d3def6;
}
.gwt-StackLayoutPanel .gwt-StackLayoutPanelContent {
  border: 1px solid #bbbbbb;
  border-bottom: 0px;
  background: white;
  padding: 2px 2px 10px 5px;
}

.gwt-TabLayoutPanel {
}
.gwt-TabLayoutPanel .gwt-TabLayoutPanelTabs {
  background: #ccc;
  padding-top: 6px;
  padding-left: 5px;
}
.gwt-TabLayoutPanel .gwt-TabLayoutPanelContentContainer {
  border-color: #ccc;
  border-style: solid;
  border-width: 0px 1px 1px;
  overflow: auto;
}
.gwt-TabLayoutPanel .gwt-TabLayoutPanelContent {
  overflow: hidden;
  padding: 6px;
}
.gwt-TabLayoutPanel .gwt-TabLayoutPanelTab {
  margin-left: 4px;
  padding: 4px 8px 4px 8px;
  cursor: pointer;
  cursor: hand;
  color: white;
  font-weight: normal;
  text-align: center;
  background: #8E8E8E;
  -moz-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;
}
.gwt-TabLayoutPanel .gwt-TabLayoutPanelTab-selected {
  cursor: default;
  background: white;
  color: #333;
  font-weight: bold;
}

.gwt-SplitLayoutPanel-HDragger {
  background: #e7e7e7 url(images/thumb_vertical.png) center center no-repeat;
  cursor: col-resize;
}

.gwt-SplitLayoutPanel-VDragger {
  background: #e7e7e7 url(images/thumb_horz.png) center center no-repeat;
  cursor: row-resize;
}

.statusView {
	width: 1024px;
}

.statusView-tabPanel {
	width: 100%;
	min-height: 730px;
}

.knewinInline-logo {
	color: #334e7d;
	font-size: 40px;
	font-weight: 900;
	text-shadow: 2px 2px 3px #a1a4ac;	
}

.flipInline-logo {
	color: #7d7d7d;
	margin-left: 0.3em;
	font-size: 25px;
	text-shadow: 1.5px 1.5px 3px #afb6c9;	
}

.uploadView {
	width: 1024px;
}

.uploadView-body-panel {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 50px;
	text-align: center;
}

.uploadView-body-form {
	/* margin: 50px; */
}

.uploadView-body-title {
	font-size: 20px;
	font-weight: bold;
}

.uploadView-body-warning {
	font-size: 14px;
	padding-top: 30px;
	text-align: left;
	color: #333;
}

.status-loading {
	position: absolute;
    top: 220px;
    left: 560px;	
}