@CHARSET "UTF-8";

*:focus {
	outline: none;
}

/*
table{
	border-spacing: 0px;
}

table, td {
	padding: 0px;
	border-collapse:collapse;
	border: none;
}*/
html,body {
	overflow: hidden;
}

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td
	{
	margin: 0;
	padding: 0;
}

.blue-background {
	/* background-color: #1984B3; */
	background-color: #29004a;
}

.topLink {
	color: white;
	font-size: 11px;
	padding: 10px;
}

.topLink-over {
	color: black;
	background-color: #C4E0EB;
}

.TopLinkWithMenu {
	color: white;
	font-size: 11px;
	padding: 10px;
}

.TopLinkWithMenu-over {
	color: black;
	background-color: white;
}

.usernameTopLinkLabel {
	padding: 10px;
}

.lightblue-background {
	background-color: #C4E0EB;
}

.resultsPanel .x-tab-panel-header {
	border-color: transparent;
	background-color: #C4E0EB;
	border: 0;
	padding-bottom: 0px;
	height: 22px;
	max-height: 22px;
}

.resultsPanel .x-panel-body {
	
}

.resultsPanel ul.x-tab-strip li {
	margin-left: 0px;
	height: 22px;
}

.resultsPanel ul.x-tab-strip-top {
	border: 0;
	background: none;
	padding-top: 0px;
}

.resultsPanel .x-tab-strip-spacer {
	border: 0;
	height: 0px !important;
	/* background-color: #1984B3; */
	background-color: #29004a;
	font-size: 0px;
}

.resultsPanel .x-tab-strip-wrap {
	margin-left: 0px;
	height: 22px;
}

.resultsPanel .x-tab-panel-body {
	border: 0;
	height: auto;
}

.resultsPanel .x-tab-strip {
	height: 22px;
}

.resultsPanel .x-tab-strip-top span.x-tab-strip-text {
	color: black;
	text-decoration: none;
}

.resultsPanel .x-tab-strip-over span.x-tab-strip-text {
	color: black;
	text-decoration: none;
}

.resultsPanel .x-tab-strip-active span.x-tab-strip-text {
	color: black;
	text-decoration: none;
}

.resultsPanel .x-tab-strip span.x-tab-strip-text {
	text-align: center;
	font-size: 12px;
}

.resultsPanel .x-tab-strip-top .x-tab-right {
	background: #C4E0EB;
	padding-left: 10px;
	margin-bottom: 0px !important;
}

.resultsPanel .x-tab-strip-inner {
	height: 22px;
}

.resultsPanel .x-tab-strip-top .x-tab-left {
	background: #C4E0EB;
	padding-right: 10px;
}

.resultsPanel .x-tab-strip-top .x-tab-strip-inner {
	background: #C4E0EB;
}

.resultsPanel .x-tab-strip-top .x-tab-strip-over .x-tab-right {
	background: #E1EFF4;
	padding-left: 10px;
}

.resultsPanel .x-tab-strip-top .x-tab-strip-over .x-tab-left {
	background: #E1EFF4;
	padding-right: 10px;
}

.resultsPanel .x-tab-strip-top .x-tab-strip-over .x-tab-strip-inner {
	background: #E1EFF4;
}

.resultsPanel .x-tab-strip-top .x-tab-strip-active .x-tab-right {
	background: white;
	padding-left: 10px;
}

.resultsPanel .x-tab-strip-top .x-tab-strip-active .x-tab-left {
	background: white;
	padding-right: 10px;
}

.resultsPanel .x-tab-strip-top .x-tab-strip-active .x-tab-strip-inner {
	background: white;
}

.resultsPanel .x-tab-strip-top .x-tab-strip-active .x-tab-right span.x-tab-strip-text
	{
	padding-bottom: 2px;
}

/* CMTabPanel */
.CMTabPanel {
	background-color: #C4E0EB;
	height: 22px;
}

.CMTabPanel .gwt-TabBarItem {
	cursor: pointer;
	background-color: #C4E0EB;
	width: 120px;
	height: 22px;
}

.CMTabPanel .gwt-TabBarItem:focus {
	outline-style: none;
}

.CMTabPanel .gwt-Label {
	text-align: center;
	padding-top: 3px;
}

.CMTabPanel .gwt-TabBarItem-selected {
	cursor: default !important;
	background-color: white !important;
}

.CMTabPanel .gwt-TabBarItem-hover {
	cursor: pointer;
	background-color: #E1EFF4;
}

.CMTabPanel .gwt-TabBarItem-disabled {
	cursor: default;
	color: gray;
	background-color: #C4E0EB !important;
}

.gwt-TabLayoutPanelTab {
	cursor: pointer;
	background-color: #C4E0EB;
	width: 120px;
	height: 22px;
}

.gwt-TabLayoutPanelTab:focus {
	outline-style: none;
}

.gwt-TabLayoutPanelTab .gwt-Label {
	text-align: center;
	padding-top: 3px;
	width: 100%;
	height: 19px;
	/*height:100%;*/
}

.gwt-TabLayoutPanelTabs {
	background-color: #C4E0EB;
}

.gwt-TabLayoutPanelTab-selected {
	cursor: default !important;
	background-color: white !important;
}

.gwt-TabLayoutPanelTab-hover {
	cursor: pointer;
	background-color: #E1EFF4;
}

.gwt-TabLayoutPanelTab-disabled {
	cursor: default;
	color: gray;
	background-color: #C4E0EB !important;
}

.hide-offsets {
	left: -10000px !important;
	top: -10000px !important;
	visibility: hidden;
}

.hideApplet object {
	visibility: hidden !important;
}

.CMTabPanel .gwt-TabBarFirst {
	width: 0px;
	background-color: white !important;
	display: none;
}

.CMTabPanel .gwt-TabBarRest {
	width: 0px;
	background-color: white !important;
	display: none;
}

.x-layout-split {
	background-color: white !important;
}

.greenBoldText {
	color: #8CAF5F;
	font-size: 18px;
}

.searchTriangle{
	color: #8CAF5F;
	font-size: 20px;
	margin-top:45px;
}

.titleLabelSearch {
	color:#8CAF5F;
	font-size:16px;
	font-weight:bold;
	padding:1px 5px;
	/*width:200px;*/
}

.grayText {
	color: #808080;
}

#searchFlexTable { /*table-layout:fixed;*/
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	min-height: 100%;
}

.searchFirstRow {
	height: 44px;
}

.searchSecondColumn {
	width: 382px;
}

.searchLastRow {
	height: 300px;
}

.advancedSearchFirstRow { 
	height: 102px;
}

.grayGradient {
	background: #E8E8E8 url("images/gradient_one_px.png") repeat-x top left;
}

.blue-borders {
	border: 2px solid #62AECA;
}

.white-borders {
	border: 2px solid #FFFFFF;
}

.suggestBoxButton {
	cursor: pointer;
	padding: 1px;
}

.suggestBoxDeckPanel {
	height: 100%;
	overflow: hidden;
}

.newSearchHelp {
	padding-top: 0px;
	background: none;
	border: 0 none;
	color: #CCCFC1;
	font-style: italic;
	padding-left: 10px;
}

.gwt-SuggestBox {
	padding-top: 0px;
	background: none;
	border: 0 none;
	padding-left: 10px;
}

.suggestBoxReplacer {
	padding-top: 0px;
	background: none;
	height: auto !important;
}

.advancedOptionsLabel {
	font-size: 14px;
	margin-right: 5px;
}

.gwt-SuggestBoxPopup .item-selected {
	background-color: #E1EFF4;
}

.gwt-SuggestBoxPopup {
	border: 2px solid #62AECA;
	border-top: 0px none;
}

.SimpleSearchSuggestBoxPanel {
	border: 2px solid #62AECA;
	width: 511px;
	height: 32px;
	background-color: white;
}

.SimpleSearchSuggestBoxPanel .suggestBoxDeckPanel {
	width: 487px;
	height: 32px;
}

.SimpleSearchSuggestBoxPanel .suggestBoxDeckPanel input {
	height: 32px !important;
}

.SimpleSearchSuggestBoxPanel .suggestBoxDeckPanel * {
	font-size: 18px;
	line-height: 32px !important;
}

.SimpleSearchSuggestBoxPanel .suggestBoxDeckPanel .suggestBoxReplacer {
	height: 32px !important;
}

.SimpleSearchSuggestBoxPanel * { /*line-height:32px !important;*/
	
}

.SimpleSearchSuggestBoxPopup {
	width: 511px;
}

.SimpleSearchSuggestBoxPopup * {
	font-size: 12px !important;
}

.SimpleSearchSuggestBoxPopup .item {
	width: 511px;
}

.QuickSearchSuggestBoxPanel .suggestBoxDeckPanel {
	width: 177px;
	height: 20px;
}

.QuickSearchSuggestBoxPanel .suggestBoxDeckPanel input {
	height: 20px !important;
}

.QuickSearchSuggestBoxPanel .suggestBoxDeckPanel * {
	width: 177px;
	line-height: 20px !important;
}

.QuickSearchPanel {
	margin-top: 7px;
}

.QuickSearchPanel .suggestBoxButton {
	padding: 0px;
	height: 20px;
}

.QuickSearchPanel * {
	color: white;
	font-size: 12px;
}

.QuickSearchSuggestBoxPanel {
	border: 1px solid #FFFFFF;
	background-color: #62AECA;
	width: 203px;
	height: 20px;
}

.QuickSearchSuggestBoxPopup {
	margin-top: 4px;
	width: 199px;
}

.QuickSearchSuggestBoxPopup .item {
	width: 199px;
}

.AdvancedSearchSuggestBox {
	border: 2px solid #62AECA;
	width: 400px;
	height: 32px;
	background-color: white;
}

.AdvancedSearchSuggestBox .suggestBoxDeckPanel {
	width: 400px;
	height: 32px;
}

.AdvancedSearchSuggestBox input {
	height: 32px !important;
}

.AdvancedSearchSuggestBox * {
	font-size: 18px;
}

.AdvancedSearchSuggestBox * {
	line-height: 32px !important;
}

.AdvancedSearchSuggestBoxPopup {
	border: 2px solid #62AECA;
	border-top: 0px none;
}

.AdvancedSearchSuggestBoxPopup * {
	font-size: 12px !important;
}

.AdvancedSearchSuggestBoxPopup .item {
	width: 400px;
}

.AdvancedSearchSuggestBoxPopup .gwt-SuggestBoxPopup {
	border: 0px none;
	width: 400px;
}

.TermListSuggestBox {
	margin-left: 15px;
	border: 2px solid #62AECA;
	width: 400px;
	height: 32px;
	background-color: white;
}

.TermListSuggestBox .suggestBoxDeckPanel {
	width: 400px;
	height: 32px;
}

.TermListSuggestBox * {
	font-size: 18px;
}

.TermListSuggestBox * {
	line-height: 32px !important;
}

.TermListSuggestBoxPopup {
	border: 2px solid #62AECA;
	border-top: 0px none;
}

.TermListSuggestBoxPopup * {
	font-size: 12px !important;
}

.TermListSuggestBoxPopup .item {
	width: 400px;
}

.TermListSuggestBoxPopup .gwt-SuggestBoxPopup {
	border: 0px none;
	width: 400px;
}

.PubmedSearchSuggestBox {
	border: 2px solid #62AECA;
	width: 400px;
	height: 32px;
	background-color: white;
}

.PubmedSearchSuggestBox .suggestBoxDeckPanel {
	width: 400px;
	height: 32px;
}

.PubmedSearchSuggestBox * {
	font-size: 18px;
}

.PubmedSearchSuggestBox * {
	line-height: 32px !important;
}

.PubmedSearchSuggestBoxPopup {
	border: 2px solid #62AECA;
	border-top: 0px none;
}

.PubmedSearchSuggestBoxPopup * {
	font-size: 12px !important;
}

.PubmedSearchSuggestBoxPopup .item {
	width: 400px;
}

.PubmedSearchSuggestBoxPopup .gwt-SuggestBoxPopup {
	border: 0px none;
	width: 400px;
}

.EntitiesListSuggestBox {
	border: 2px solid #62AECA;
	width: 400px;
	height: 32px;
	background-color: white;
}

.EntitiesListSuggestBox .suggestBoxDeckPanel {
	width: 400px;
	height: 32px;
}

.EntitiesListSuggestBox * {
	font-size: 18px;
}

.EntitiesListSuggestBox * {
	line-height: 32px !important;
}

.EntitiesListSuggestBoxPopup {
	border: 2px solid #62AECA;
	border-top: 0px none;
}

.EntitiesListSuggestBoxPopup * {
	font-size: 12px !important;
}

.EntitiesListSuggestBoxPopup .item {
	width: 400px;
}

.EntitiesListSuggestBoxPopup .gwt-SuggestBoxPopup {
	border: 0px none;
	width: 400px;
}

.SuggestPopupOptionsPanel {
	background-color: white;
	border: 0px none;
	border-top: 2px solid #62AECA;
}

.linkQuickSearch {
	color: white;
	text-decoration: none;
	cursor: pointer;
	font-size: 10px;
}

.flexTable1Cell {
	padding: 0px;

}

.flagPanelSearchCell { /*padding-top: 10px;*/
	
}

.infoPanelSearchCell {
	padding-top: 0px;
	padding-right: 45px;
}

.hitsListBoxPanel {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
}

.termInfoTitle {
	font-size: 18px;
}

.pubgeneLabel {
	color: #808080;
}

.newTermInfoPanel {
	width: auto !important;
}

.InfoPanel {
	background: #F0F0F0 url("images/gradient.png") repeat-x top left;
	border: 1px solid #BABABA !important;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	width: 297px;
	/*height: 96px;*/
	padding: 19px;
}

.InfoPanel ul {
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.InfoPanel li {
	list-style-position: inherit;
	list-style-type: disc;
}

.flagImage {
	cursor: pointer;
}

.pleaseWaitLabel {
	color: #8CAF5F;
	height: 30px;
}

.greenButton {
	height: 24px;
	cursor: pointer;
}

.greenButton .greenButtonLeft {
	height: 24px;
	width: 5px;
	background: transparent url("images/leftButtonUp.png") no-repeat top
		left;
}

.greenButton .greenButtonCenter {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 24px;
	height: 24px;
	background: transparent url("images/centerButtonUp.png") repeat-x top
		left;
}

.greenButton .greenButtonImage {
	height: 22px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 10px;
	padding-right: 10px;
	background: transparent url("images/centerButtonUp.png") repeat-x top
		left;
}

.greenButton .greenButtonRight {
	height: 24px;
	width: 5px;
	background: transparent url("images/rightButtonUp.png") no-repeat top
		left;
}

.greenButton-over .greenButtonLeft {
	background: transparent url("images/leftButton.png") no-repeat top left;
}

.greenButton-over .greenButtonCenter {
	background: transparent url("images/centerButton.png") repeat-x top left
		;
}

.greenButton-over .greenButtonImage {
	background: transparent url("images/centerButton.png") repeat-x top left
		;
}

.greenButton-over .greenButtonRight {
	background: transparent url("images/rightButton.png") no-repeat top left
		;
}

.greenButton-disabled {
	filter: alpha(opacity =   45);
	-moz-opacity: 0.465;
	opacity: 0.45;
	cursor: normal;
}

.ResultOptionsPanel {
	height: 355px;
	width: 270px !important;
	background-color: white;
}

.ResultOptionsPanel .gwt-TabBarItem {
	width: 135px;
}

.gray-borders {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

.popupMenu {
	border: 0px none;
	background-color: white;
	background: #F0F0F0 url("images/gradient.png") repeat-x top left;
	/* color: #1984B3; */
	color: #29004a;
	padding: 4px;
}

.popupMenu * {
	/* color: #1984B3; */
	color: #29004a;
}

.flagPopupMenu {
	border: 2px solid #62AECA;
	background-color: white;
	/* color: #1984B3; */
	color: #29004a;
}

.myPageVerticalTabPanel { /*padding-top:30px;*/
	width: 100%;
	height: 100%;
}

.myPageVerticalTabPanel td {
	height: 100%;
}

.myPageVerticalTabPanel td td {
	height: auto;
}

.myPageVerticalTabPanel .gwt-TabBar {
	padding: 0px;
}

.myPageVerticalTabPanel .gwt-TabPanelBottom {
	height: 100% !important;
	border: 2px solid #62AECA !important;
}

.toolsVerticalTabPanel {
	padding-top: 30px;
	width: 95% !important;
	height: 95% !important;
}

.toolsVerticalTabPanel .gwt-TabPanel {
	width: 100% !important;
	height: 100% !important;
}

.toolsVerticalTabPanel .gwt-TabBar {
	padding: 0px;
}

.toolsVerticalTabPanel .gwt-TabPanelBottom {
	height: 100% !important;
	border: 2px solid #62AECA !important;
}

.highlighterTabPanel {
	width: 100%;
	height: 100%;
}

.highlighterTabPanel .gwt-TabPanelBottom {
	width: 100% !important;
	height: 100% !important;
	border: 0px none !important;
}

.groupsVerticalTabPanel {
	width: 95% !important;
	height: 95% !important;
}

.groupsVerticalTabPanel .gwt-TabBar {
	padding: 0px;
}

.groupsVerticalTabPanel .gwt-TabPanelBottom {
	border: 2px solid #62AECA !important;
	height: 100% !important;
}

.editSettingsTabPanel {
	width: 100% !important;
	height: 100% !important;
}

.editSettingsTabPanel .gwt-TabBar {
	padding: 0px;
}

.editSettingsTabPanel .gwt-TabPanelBottom {
	border: 0px none !important;
	height: 100% !important;
}

.projectLabel {
	width: 100%;
	/* color: #1984B3; */
	color: #29004a;
	background-color: white;
	height: 30px;
}

.projectLabel .gwt-Label {
	line-height: 30px;
}

.projectLabel-selected {
	color: black;
	background-color: #C4E0EB;
}

.projectLabel-over {
	cursor: pointer;
}

.x-panel-body {
	background: none;
	border: 0 none;
}

.aboutUsLink { /*background-color:white;*/
	
}

.aboutUsLink a {
	/* color: #1984B3; */
	color: #29004a;
	text-decoration: none;
}

.aboutUsLink-over {
	background-color: #C4E0EB;
}

.aboutUsLink-over a {
	color: black;
}

.article-list {
	border-spacing: 0px;
}

.importExportPubmedPanel legend {
	color: #808080;
	font-size: 12px;
}

.importExportPubmedPanel {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 15px;
	margin-right: 30px;
	margin-top: 15px;
}

.blue-bg {
	background-color: #C4E0EB;
}

.AbstractCoremineSubTabPanel2 { /*width:auto !important;
	height:auto !important;*/
	
}

.secondaryTab {
	/* color: #1984B3; */
	color: #29004a;
}

.groupPanelBar {
	width: auto;
}

.gwt-SplitLayoutPanel-HDragger {
	cursor: e-resize;
}

.gwt-SplitLayoutPanel>div {
	overflow: visible !important;
}

.MyPageTable { /*margin-top:30px;*/
	width: 100%;
	height: 100%;
}

.CMLazyPanel {
	height: 100%;
}

.PanelWithHeaderHeader {
	color: white;
	padding-top: 5px;
	padding-left: 5px;
}

.

.loginTextBox {
	
}

.TextBoxWithLabelLabel{
	width:130px;
	margin: 5px 0px !important;
	height: 22px;
	line-height: 22px !important;
}

.TextBoxTip{
	margin: 5px 0px !important;
	height: 22px;
	line-height: 22px !important;
}

.checkBoxesPanel {
	padding-top: 10px;
}

.gwt-PopupPanelGlass {
	background-color: #CCCCCC;
	/*z-index:9000;*/
	filter: alpha(opacity = 50);
	opacity: 0.5;
	moz-opacity: 0.5;
}

.gwt-SplitLayoutPanel {
	height: 100%;
	/*position: static  !important*/;
}

.gwt-TabLayoutPanelTabContainer {
	overflow: visible /* !important*/;
}

.CMTopPanel {
	
}

.CMTopPanelChild {
	width: 100%;
	height: 100%;
}

/*************************************
 Table and PagingTable
 *************************************/
.gwtlib-PagingTable { /*width:100%;*/
	/*height: 100%;*/
	/*border: 1px solid #EDEDED;*/
	border-spacing:0px;
}

.gwtlib-Table {
	font-family: Verdana;
	font-size: 11px;
	/* width:100%;*/
	height: 100%;
	border-collapse: collapse;
}

.scroll-cell {
	border-collapse: collapse;
	/* width:100%;*/
	height: 100% !important;
}

.paging-cell {
	
}

.gwtlib-Table-empty {
	vertical-align: top;
	font-style: italic;
}

.gwtlib-Table-error {
	vertical-align: top;
	font-weight: bold;
	color: red;
}

.gwtlib-Header-Row {
	height: 24px;
	cursor: default;
	padding: 1px 0 0;
}

.gwtlib-Header {
	color: #666666;
	font-weight: bold;
	vertical-align: middle;
	background-color: #C4E0EB;
}

.gwtlib-Header-sortable {
	color: black;
	cursor: pointer;
}

.gwtlib-Column {
	padding-left: 5px;
}

.gwtlib-Row {
	height: 2em;
	border-color: #FFFFFF #EDEDED #EDEDED;
	border-right: 1px solid #EDEDED;
	border-style: solid;
	border-width: 1px;
}

.gwtlib-Row-even {
	
}

.gwtlib-Row-odd {
	background-color: #FAFAFA;
}

.gwtlib-Row-empty {
	
}

.gwtlib-Row-selected {
	background: none repeat scroll 0 0 #DFE8F6 !important;
	border: 1px dotted #A3BAE9;
}

.gwtlib-Column-selected {
	background-color: #ffffaa
}

.gwtlib-Column-ascending {
	background-image: url("img/up.gif");
	background-position: center right;
	background-repeat: no-repeat;
}

.gwtlib-Column-descending {
	background-image: url("img/down.gif");
	background-position: center right;
	background-repeat: no-repeat;
}

.gwtlib-Cell {
	
}

.CellWrapper {
	/*line-height: 13px;*/
	vertical-align: top;
	overflow: hidden;
	display:inline-block;
}

.gwtlib-Cell-selected {
	background-color: #ffff00
}

/*************************************
 PagingBar
 *************************************/
.gwtlib-PagingBar {
	position: relative;
	/*top: -1px;*/
	font-family: Verdana;
	font-size: 11px;
	width: 100%;
}

.gwtlib-PagingBar-position {
	margin: 0px 4px 0px 4px;
	white-space: nowrap;
}

.gwtlib-PagingBar-browser {
	margin: 0px 2em 0px 2em;
	text-align: left;
	white-space: nowrap;
}

.gwtlib-PagingBar-browser-first {
	background-image: url("img/first_e.gif");
	background-position: center center;
	background-repeat: no-repeat;
	width: 18px;
	height: 16px;
	cursor: pointer;
}

.gwtlib-PagingBar-browser-first-up-disabled {
	background-image: url("img/first_d.gif");
	cursor: default;
}

.gwtlib-PagingBar-browser-prev {
	background-image: url("img/prev_e.gif");
	background-position: center center;
	background-repeat: no-repeat;
	width: 18px;
	height: 16px;
	cursor: pointer;
}

.gwtlib-PagingBar-browser-prev-up-disabled {
	background-image: url("img/prev_d.gif");
	cursor: default;
}

.gwtlib-PagingBar-browser-next {
	background-image: url("img/next_e.gif");
	background-position: center center;
	background-repeat: no-repeat;
	width: 18px;
	height: 16px;
	cursor: pointer;
}

.gwtlib-PagingBar-browser-next-up-disabled {
	background-image: url("img/next_d.gif");
	cursor: default;
}

.gwtlib-PagingBar-browser-last {
	background-image: url("img/last_e.gif");
	background-position: center center;
	background-repeat: no-repeat;
	width: 18px;
	height: 16px;
	cursor: pointer;
}

.gwtlib-PagingBar-browser-last-up-disabled {
	background-image: url("img/last_d.gif");
	cursor: default;
}

.gwtlib-PagingBar-browser-page {
	font-size: 11px;
	vertical-align: top;
	padding: 0px 2px 0px 2px;
	display: inline;
	font-weight: bold;
	cursor: default;
}

.gwtlib-PagingBar-browser-page-enabled {
	color: blue;
	font-weight: normal;
	cursor: pointer;
}

.gwtlib-PagingBar-goto {
	font-size: 11px;
	margin: 0px 1em 0px 1em;
	padding: 0px 2px 0px 2px;
	display: inline;
}

.gwtlib-PagingBar-goto .gwt-HTML {
	white-space: nowrap;
}

.gwtlib-PagingBar-gotoButton {
	background-image: url("img/go_e.gif");
	background-position: center center;
	background-repeat: no-repeat;
	width: 26px;
	height: 17px;
	cursor: pointer;
}

.gwtlib-PagingBar-gotoButton-up-disabled {
	background-image: url("img/go_d.gif");
	cursor: default;
}

.gwtlib-PagingBar-pagesize {
	font-size: 11px;
	margin: 0px 4px 0px 1em;
	padding: 0px 2px 0px 2px;
}

.gwtlib-PagingBar-pagesize .gwt-HTML {
	white-space: nowrap;
}

.gwtlib-PagingBar-pagesize .gwt-ListBox {
	font-size: 11px;
}

.gwtlib-PagingBar-loading {
	background-image: url("img/loading.gif");
	background-position: center center;
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
}

.gwtlib-PagingBar-loading-up-disabled {
	background-image: none;
	width: 16px;
	height: 16px;
}

.defaultTableWidget {
	/*line-height: 13px;*/
	overflow: hidden;
	padding: 3px 3px 3px 5px;
	white-space: nowrap;
	display:inline;
}

.alertsVerticalPanel{
	margin: 0 auto;
}
