@import url("./GetThemeResource?resourceName=theme/default/grid.css");
@import url("./GetThemeResource?resourceName=theme/default/user_role_detail_grid.css");

HTML {
	background: #f1efe2;
	margin: 0px;
	padding: 0px;
}

BODY {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	/*overflow: hidden;*/
	overflow: auto;
	background-color: #f1efe2;
}

BODY, TD, TH {
	font-size: 12px;
}

#main-container {
    margin-top: 2px;
    /*WCAP_CCR_2464 - commented out padding*/
    /*padding-bottom: 10px;*/
    background-color: #f1efe2;
}

#outer-container {
    padding: 0px;
    margin-top: 0px;
    margin-left: 3px;
    margin-right: 3px;
    /*WCAP_CCR_2464 - commented out margin*/
    /*margin-bottom: 3px;*/
    width: 98%;
/*height: 55%; R-57092 - native mode to make table flow with enclosing div*/
    background-color: #fffef9;
	/*height: expression( document.body.clientHeight - 20 ); */
	/*background: #AFAEC7 url(./GetThemeResource?resourceName=theme/default/img/main-back.jpg) top left no-repeat;*/
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-color: #4F4E68;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #4F4E68;
    
}

/* Styles for outer-container top cap */
.outer-top-left {
    width: 50px;
    height: 6px;
    background: url(./GetThemeResource?resourceName=theme/default/img/main-top-left.gif) top left no-repeat;
}

.outer-top {
    height: 6px;
    width: 95%;
    background: #ffffff;
}

.outer-top-right {
    width: 50px;
    height: 6px;
    background: url(./GetThemeResource?resourceName=theme/default/img/main-top-right.gif) top right no-repeat;
}

.outer-top-container {
    width: 98%;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 12px;
}

DIV>.outer-top-container {
    width: 98%;
    margin-right: 10px;
}


/* Styles for the data container */
.container-top-left {
    width: 50px;
    height: 8px;
    background: url(./GetThemeResource?resourceName=theme/default/img/container-top-left.gif) top left no-repeat;
}

.container-top {
    height: 8px;
    width: 99%;
    background: url(./GetThemeResource?resourceName=theme/default/img/container-top.gif) top left repeat-x;
}

.container-top-right {
    width: 50px;
    height: 8px;
    background: url(./GetThemeResource?resourceName=theme/default/img/container-top-right.gif) top right no-repeat;
}

.container-left {
    width: 8px;
    background: url(./GetThemeResource?resourceName=theme/default/img/container-left.gif) top left repeat-y;
}

.container-body {
    background: #E1E0EB;
    width: 99%;
    height: 100px;
}

.container-center {
    background: #E1E0EB;
    width: 100%;
    
    margin-right: 2px;
    border-left: 1px solid #666666;
    border-right: 3px solid #555549;
}

.container-body2 {
    margin: 10px;
}

.container-right {
    width: 12px;
    background: url(./GetThemeResource?resourceName=theme/default/img/container-right.gif) top right repeat-y;
}

.container-bottom-left {
    width: 8px;
    height: 10px;
    background: url(./GetThemeResource?resourceName=theme/default/img/container-bottom-left.gif) top left no-repeat;
}

.container-bottom {
    height: 8px;
    background: url(./GetThemeResource?resourceName=theme/default/img/container-bottom.gif) top left repeat-x;
}

.container-bottom-right {
    width: 12px;
    height: 10px;
    background: url(./GetThemeResource?resourceName=theme/default/img/container-bottom-right.gif) top right no-repeat;
}

/* End Data Container Styles */

/* Styles for the portal body container */
.portal-body-top-left {
    width: 8px;
    height: 8px;
    background: url(./GetThemeResource?resourceName=theme/default/img/portal-body-top-left.gif) top left no-repeat;
}

.portal-body-top {
    height: 8px;
    width: 99%;
    background: url(./GetThemeResource?resourceName=theme/default/img/portal-body-top.gif) top left repeat-x;
}

.portal-body-top-right {
    width: 8px;
    height: 8px;
    background: url(./GetThemeResource?resourceName=theme/default/img/portal-body-top-right.gif) top right no-repeat;
}

.portal-body-left {
    width: 8px;
    background: url(./GetThemeResource?resourceName=theme/default/img/portal-body-left.gif) top left repeat-y;
}

.portal-body-main {
    background: #FFFFFF;
    width: 99%;
    height: 100px;
    padding: 5px;
}

.portal-body-right {
    width: 8px;
    background: url(./GetThemeResource?resourceName=theme/default/img/portal-body-right.gif) top right repeat-y;
}

.portal-body-bottom-left {
    width: 8px;
    height: 8px;
    background: url(./GetThemeResource?resourceName=theme/default/img/portal-body-bottom-left.gif) top left no-repeat;
}

.portal-body-bottom {
    height: 8px;
    background: url(./GetThemeResource?resourceName=theme/default/img/portal-body-bottom.gif) top left repeat-x;
}

.portal-body-bottom-right {
    width: 8px;
    height: 8px;
    background: url(./GetThemeResource?resourceName=theme/default/img/portal-body-bottom-right.gif) top right no-repeat;
}

/* End Portal Body Container Styles */

/* Container Header */

.container-header {
    height: 26px;
    width: 100%;
    margin-left: 10px;
    margin-right: 15px;
    padding: 0px;
    background: url(./GetThemeResource?resourceName=theme/default/img/container-header-left.gif) top left no-repeat;
}

DIV>.container-header {
    width: 95%;
}

.container-header-text {
    margin-top: 2px;
    margin-left: 5px;
    padding-left: 10px;
    height: 26px;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: white;
    
}

.container-header-icons {
    margin-left: 0px;
    margin-right: 8px;
    height: 26px;
    width: 150px;
    background: url(./GetThemeResource?resourceName=theme/default/img/container-header-right.gif) top right no-repeat;
}

.portal-icon-maximize {
    float: right;
	background: url(./GetThemeResource?resourceName=theme/default/img/portal-icon-maximize.gif) top left no-repeat;
	width: 18px;
	height: 18px;
	margin-right: 5px;
	margin-bottom: 2px;
	cursor: pointer;
}

.portal-icon-minimize {
    float: right;
	background: url(./GetThemeResource?resourceName=theme/default/img/portal-icon-minimize.gif) top left no-repeat;
	width: 18px;
	height: 18px;
	margin-right: 5px;
	cursor: pointer;
}

.portal-icon-edit {
    float: right;
	background: url(./GetThemeResource?resourceName=theme/default/img/portal-icon-edit.gif) top left no-repeat;
	width: 18px;
	height: 18px;
	margin-right: 5px;
	cursor: pointer;
}

.portal-icon-close {
    float: right;
	background: url(./GetThemeResource?resourceName=theme/default/img/portal-icon-close.gif) top left no-repeat;
	width: 18px;
	height: 18px;
	cursor: pointer;
}

/* End Container Header */




#header-container {
	/*position: fixed; */
	top: 0px;
	z-index: 99;
	margin-bottom: 20px;
}

#header {
	height: 35px;
}

#app-logo {
	position: absolute;
	top: 16px;
	left: 16px;
	height: 44px;
	width: 90px;
	background: url(./GetThemeResource?resourceName=theme/default/img/gts-logo.gif) top left no-repeat;
}

#app-logo SPAN {
	visibility: hidden;
}

#site-icons {
    float: right;
    height: 50px;
    width: 220px;
    padding-top: 10px;
    padding-left: 60px;
    background: url(./GetThemeResource?resourceName=theme/default/img/toolbar-icon-bkgnd.gif) top right no-repeat;
}

#client-logo-header {
    float: right;
}

#client-logo {
    margin-top: 2px;
    margin-left: 10px;
    margin-right: 20px;
    height: 53px;
	width: 90px;
	background: url(./GetThemeResource?resourceName=theme/default/img/A-Banc-Logo.jpg) top right no-repeat;
}


#user-icon {
	float: left;
	background: url(./GetThemeResource?resourceName=theme/default/img/icon-user.gif) top left no-repeat;
	width: 26px;
	height: 26px;
	margin-right: 2px;
	cursor: pointer;
}

#home-icon {
	float: left;
	background: url(./GetThemeResource?resourceName=theme/default/img/icon-home.gif) top left no-repeat;
	width: 26px;
	height: 26px;
	margin-right: 2px;
	cursor: pointer;
}

#home-icon SPAN {
	visibility: hidden;
}


#prefs-icon {
	float: left;
	background: url(./GetThemeResource?resourceName=theme/default/img/icon-prefs.gif) top left no-repeat;
	width: 26px;
	height: 26px;
	margin-right: 2px;
	cursor: pointer;
}

#prefs-icon SPAN {
	visibility: hidden;
}

#logout-icon {
	float: left;
	background: url(./GetThemeResource?resourceName=theme/default/img/icon-logout.gif) top left no-repeat;
	width: 26px;
	height: 26px;
	margin-right: 2px;
	cursor: pointer;
}

#logout-icon SPAN {
	visibility: hidden;
}

#help-icon {
	float: left;
	background: url(./GetThemeResource?resourceName=theme/default/img/icon-help.gif) top left no-repeat;
	width: 26px;
	height: 26px;
	cursor: pointer;
}

#help-icon SPAN {
	visibility: hidden;
}

#calendar-icon
{
	background: url(./GetThemeResource?resourceName=theme/default/img/icon-calendar.gif) center center no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}

#calendar-icon SPAN
{
	visibility: hidden;
}

#search-icon
{
	background: url(./GetThemeResource?resourceName=theme/default/img/icon-search.gif) center center no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}

#object-search-icon
{
	background: url(./GetThemeResource?resourceName=theme/default/img/icon-search.gif) center center no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}

#toolbar {
    position: absolute;
    top: 12px;
    left: 130px;
    width: 75%;
    background: url(./GetThemeResource?resourceName=theme/default/img/toolbar-bkgnd.gif) top left repeat-x;
	height: 50px;
	margin: 0px;
}

#toolbar-navigation {
    margin-top: 10px;
    margin-left: 20px;
    width: 100%;
	text-align: left;
}

#main-navigation {
    margin-top: 11px;
    margin-bottom: 4px;
    height: 18px;
	list-style: none;
	padding: 0px;
	text-align: left;
	margin-left: 10px;
	
}



#main-navigation LI {
	margin: 0px;
	float: left;
	border-right: 1px solid white;
	
}

#main-navigation >LI {
    height: 22px;
}

#main-navigation LI A {
	float: left;
	color: white;
	text-decoration: none;
	height: 24px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
	font-family: Arial;
    font-size: 14;
    font-weight: bold;
}

#main-navigation LI A:hover {
	background-color: #EBEBF1;
	margin: 2px;
	border: 1px solid #666666;
	height: 18px;
	padding-top: 2px;
	padding-left: 6px;
	padding-right: 4px;
	color: black;
}

#main-navigation LI>A:hover
{
	height: 18px;
}



#page-container {
	padding: 2px;
	z-index: 0;
	/*WCAP_CCR_2464 - commented out margin*/
	/*margin-top: 5px;
	margin-bottom: 5px;*/

}

#page-title {
	font-size: 14px;
	font-weight: bold;
	color: #006699;
	float: right;
	padding-right: 5px;
}
/*
DIV.Popup-Menu-Container {
	position: absolute;
	top: -50px;
	left: -500px;
	border: 1px solid #666666;
	background: #EBEBF1 top left repeat-y;
	padding: 1px;
	visibility: hidden;
	color: black;
}

IFRAME.Popup-Menu-Container {
	position: absolute;
	top: -50px;
	left: -500px;
	padding: 1px;
	visibility: hidden;
	border: 0px;
}*/

/* --- Start breadcrumb styles --- */

#breadcrumb-container
{
	padding: 5px;
	margin: 10px;
	font-size: 11px;
}

UL.breadcrumb
{
	position: relative;
	list-style: none;
	height: 24px;
	margin: 0px;
	padding: 0px;
	z-index: 1;
}

UL.breadcrumb LI
{
	float: left;
	height: 22px;
	padding: 0px;
	padding-top: 3px;
	padding-left: 4px;
	padding-right: 4px;
	z-index: 999;
	font-weight: bold;
	color: white;
}

UL.breadcrumb LI A {
	text-decoration: underline;
	color: #666666;
}

UL.breadcrumb LI A SPAN {
	cursor: pointer;
}

.breadcrumb-startcap {
    background: url(./GetThemeResource?resourceName=theme/default/img/breadcrumb-startcap.gif); top left no-repeat;
}

.breadcrumb-startcap-single {
    background: url(./GetThemeResource?resourceName=theme/default/img/breadcrumb-startcap-single.gif) top left no-repeat;
}

.breadcrumb-bkgnd {
    background: url(./GetThemeResource?resourceName=theme/default/img/breadcrumb-bkgnd.gif);
}

.breadcrumb-last-bkgnd {
    background: url(./GetThemeResource?resourceName=theme/default/img/breadcrumb-last-bkgnd.gif);
}

.breadcrumb-connector {
    width: 32px;
    background: url(./GetThemeResource?resourceName=theme/default/img/breadcrumb-cap.gif) top left no-repeat;
}

.breadcrumb-last-connector {
    width: 32px;
    background: url(./GetThemeResource?resourceName=theme/default/img/breadcrumb-lastcap.gif) top left no-repeat;
}

.breadcrumb-endcap {
    width: 32px;
    background: url(./GetThemeResource?resourceName=theme/default/img/breadcrumb-endcap.gif) top left no-repeat;
}

/* --- End breadcrumb styles --- */

#tabset-container {
	padding: 5px;

}

UL.tabs {
	position: relative;
	list-style: none;
	height: 24px;
	margin: 0px;
	padding: 0px;
	z-index: 1;
}

DIV>UL.tabs {
	height: 28px;
}


UL.tabs LI {
	float: left;
	height: 24px;
	padding: 0px;
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 10px;
	background: #E0E0E0;
	border-bottom: 1px solid gray;
	border-right: 1px solid silver;
	z-index: 999;
	font-weight: bold;
}

UL.tabs LI A {
	text-decoration: none;
	color: gray;
}

UL.tabs LI A SPAN {
	cursor: pointer;
}

UL.tabs #selected {
	background-color: white;
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-bottom: 1px solid white;
}

UL.tabs #selected A {
	text-decoration: none;
	color: black;
}

.tab-body {
	border: 1px solid gray;
	background: white;
	padding: 15px;
	margin-top: -1px;
	padding-top: 5px;
	height: 1%; /* hack to keep tables from rendering off the right of the screen in IE */
}

DIV>.tab-body
{
	height: auto;
}

.tab-body H1 {
	background: url(./GetThemeResource?resourceName=theme/default/img/rule.gif) center left repeat-x;
}

.page-body H1 SPAN {
	padding-right: 5px;
	background-color: F3F3F3;
}

.page-body H1 {
	background: url(./GetThemeResource?resourceName=theme/default/img/rule.gif) center left repeat-x;
}

.tab-body H1 SPAN {
	padding-right: 5px;
	background-color: white;
}

H1, H2, H3, H4, H5, H6 {
	color: #006699;
}

H1 {
	font-size: 121%;
}
H2 {
	font-size: 118%;
}
H3 {
	font-size: 115%;
}
H4 {
	font-size: 111%;
}
H5 {
	font-size: 108%;
}
H6 {
	font-size: 105%;
}

DIV>#page-container {
	margin-top: 60px;
	height: auto;
}

.page-body {
	border: 2px solid #999999;
	background: #F3F3F3;
	padding: 10px;
	padding-top: 20px;
	margin-top: -1px;
	padding-top: 5px;
	margin-right: 5px;
	margin-left: 2px;
	height: expression(document.body.offsetHeight - 74);
}

DIV>.page-body
{
	height: auto;
}

LABEL {
	font-size: 12px;
	color: #555;
	padding-left: 10px;
}

LABEL.Nopad {
	font-size: 12px;
	color: #555;
	padding-left: 0px;
}

LABEL.Required {
	font-size: 12px;
	font-weight: bold;
	color: #555;
	color: black;
	padding-left: 10px;
	background: url(./GetThemeResource?resourceName=theme/default/img/asterick.gif) top left no-repeat;
}

.InputField
{
    margin-left: 5px;
}


/* ORIGINAL CONCEPT MODEL STYLES */
.divWelcomeImage {
	position: absolute;
	top: 80px;
	left: 30px;
}

.divWelcomeText {
	font-family: tahoma;
	font-size: 12px;
	color: black;
	font-weight: normal;
	/*filter: dropshadow(color=#000000, offx=1, offy=1);*/
}

.divWelcomeTextContainer {
	position: absolute;
	top: 98px;
	left: 182px;
	width: 208px;
	height: 85px;
	background-color: white;
	padding: 6px;
	filter: Alpha(Opacity=75);
}

.divLogin {
	position: absolute;
	top: 154px;
	left: 418px;
}

.formBody {
    padding: 10px;
}

.read-only
{
	color: #555;
	background-color: #E1E0EB;
	border: none;
}
/* R-57092 - native mode. to let table flow with enclosing div in batch status query screen*/
#mainLayoutTable {
    height:100%;
}
/*height: 55%; R-57092 - native mode to make table flow with enclosing div*/
/* R-57092 - native mode to make table flow with enclosing div */
DIV>#page-container {
	margin-top: 0px;
	/*height: auto;*/
	display: table;
}