/* Basic styles. */

BODY {
	margin: 0px; 
	padding: 0px;
}

.top-line {
	background-color: #C8DDED;
}

.bottom-line {
	background-color: #C8DDED;
} 

.table-outer {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
	border-width: 0px;
}


/* actionBarList styles.  */
.list-table {
	border-collapse: collapse;
	border-spacing: 0px;
	border-width: 0px;
}

.list-table-outer {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
	border-width: 0px;
}

.list-column {
	white-space: nowrap;
	background-color: #2068BB;
}

.list-column-active {
	white-space: nowrap;
	background-color: #C8DDED;
}

.list-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.list-text:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.list-text-active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}

.list-text-active:hover { 
	text-decoration: underline;
}


/* actionBarGateway styles. */
.gateway-content-table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
	border-width: 0px;
}

.gateway-content-back {
	background-color: #6292CC;
}


/* Settings for active tab */
.gateway-tab-active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #C8DDED;
	text-decoration: none;
	white-space: nowrap;
}


/* Background color for non-active tabs */
.gateway-content-center {
	background-color: #E2EDF6;
	white-space: nowrap;
	text-align: center;
}

/* Text setting for non-active tab */
.gateway-tab {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	white-space: nowrap;
}

.gateway-tab:hover {
	color: #000000;
	text-decoration: none;
}


.gateway-edit-link {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
}

.gateway-user-name {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.gateway-user-role {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.gateway-edit-link:hover {
	text-decoration: underline;
}