html,body {
	margin: 0;
	padding: 0px 10px;
	background-color: #f0f0f0;
}

.logout-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: blue;
	text-decoration: underline;
	cursor: pointer;
}

/**
 * Action button style: search, create, login, add, remove, group, prev, next
 */
.gwt-Button-action-button {
	background: #DFDFDF;
	color: white;
}

/**
 * Dataloss button style: delete, revert, reset, cancel
 */
.gwt-Button-dataloss-button {
	background: #DA2325;
	color: white;
}

/**
 * Commit button style: save, rollback
 */
.gwt-Button-commit-button {
	background: #0F8837;
	color: white;
}

.gwt-Button {
	cursor: pointer;
	font-size: small;
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 2px;
	padding: 0px 5px;
	text-decoration: none;
	font-weight: bold;
	border-style: solid;
	border-width: 1px;
	background-image: url(images/button_gradient.png);
	border-color: #333333;
}

/* unselected tabs */
.gwt-TabBar .gwt-TabBarItem {
	margin-left: 6px;
	padding: 3px 6px 3px 6px;
	cursor: pointer;
	color: white;
	font-weight: bold;
	text-align: center;
	background: #3C576A;
}

.gwt-TabBar .gwt-TabBarItem-selected {
	color: black;
	cursor: default;
	background: #95A8B4; /*currently selected tab */
}

.advanced-search-background {
	background: #C8D4DD;
	padding: 15px;
}

.gwt-MenuBar {
	background: #858585;
	border: 0px;
}

.gwt-MenuBar .gwt-MenuItem {
	color: white;
}

.gwt-MenuBar .gwt-MenuItem-selected {
	background: #465462;
	color: white;
}

.x-panel-body { /* dashboard */
	background: #f0f0f0;
	border: none;
}

.loggedIn {
	text-align: right;
	background: #858585;
	color: white;
	font-weight: bold;
	padding: 2px 14px 2px 1px;
	font-size: small;
}

/* portlet header: left, center, right */
.x-panel-tl {
	background: rgb(59, 88, 105);
}

.x-panel-tc {
	background: rgb(59, 88, 105);
}

.x-panel-tr {
	background: rgb(59, 88, 105);
}

/* portlet middle section: left, center, right */
.x-panel-ml {
	background: rgb(195, 211, 222);
}

.x-panel-mc {
	background: rgb(195, 211, 222);
}

.x-panel-mr {
	background: rgb(195, 211, 222);
}

/* portlet bottom: left, center, right */
.x-panel-bl {
	background: rgb(195, 211, 222);
}

.x-panel-bc {
	background: rgb(195, 211, 222);
}

.x-panel-br {
	background: rgb(195, 211, 222);
}

.x-panel-header-text {
	color: #FFFFFF;
}

.x-column-inner {
	background-image: url('images/backgroundGradient.png');
	background-repeat: repeat-y;
	width: 100% !important;
}

.gwt-DisclosurePanel {
	
}

.gwt-DisclosurePanel .header,.gwt-DisclosurePanel .header a,.gwt-DisclosurePanel .header td
	{
	text-decoration: none; /* Remove underline from header */
	color: black;
	cursor: pointer;
}

.wtk-RoundedDisclosureContainer {
	margin: 5px;
	min-width: 850px;
	width: 850px;
}

.wtk-RoundedDisclosureContainer-open {
	
}

.wtk-RoundedDisclosureContainer-closed {
	min-width: 850px;
}

.wtk-RoundedDisclosureContainer .content {
	border-right: solid 1px white;
	border-bottom: solid 1px white;
	border-left: solid 1px white;
	margin: 0px 7px 0px 7px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	min-width: 850px;
}

.wtk-RoundedDisclosureContainer .header,.wtk-RoundedDisclosureContainer .header a,.wtk-RoundedDisclosureContainer .header td
	{
	color: white;
	font-weight: bold;
	text-decoration: none; /* Remove underline from header */
	cursor: pointer;
}

.wtk-RoundedDisclosureContainer .header table {
	background-color: #707070;
}

.wtk-RoundedDisclosureContainer .header {
	min-width: 850px;

}

.wtk-RoundedDisclosureContainer .label-corners {
	background-color: #707070;
}

.header-panel {
	height: 30px;
	border-bottom: solid 1px black;
	min-width: 825;
	width: 100%;
	margin: 10px 0px 15px 0px;
}

.header-panel-label {
	font-weight: bold;
}

.neptune-center-container {
	min-height: 100%;
	position: relative;
	padding-top: 20px;
}

.neptune-login-form {
	background-color: white;
	border: 2px solid #707070;
}

#portalMainContainerPanel {
	width: 100%;
}

.wplogo {
	width: 353px !important;
}
	
.headergradient {
	height: 52px;
	width: 100% !important;
}
	
.tandberglogo {
	height: 52px;
	width: 173px !important;
}

.gwt-Frame {
	min-width: 90%;
	min-height: 768px;
	width: 100%;
	height: 100%;
	border: 0;
}

.neptune-tab-container { 
	width: 100%;
	margin: 0px auto;
}