body {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	height: 100%;
	background-image: url("/trader-meos-ui/javax.faces.resource/background.png.htm?ln=images");
/*	background-repeat: repeat-x;
	background-color: #ffffff;*/
}

.mainBack {background: url("/trader-meos-ui/javax.faces.resource/image_background.png.htm?ln=images") transparent 50% 0 no-repeat;}

form {
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

td {
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana;
}

input {
	border: 1px solid #999;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana;
}

button[type="button"], button[type="reset"], button[type="submit"], input[type="reset"], input[type="submit"], input[type="button"] {
	color: #000000;
	cursor:pointer;
	background-color: #D4D0C8;
	background-image: none;
	border: 1px solid #999999;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px;
}

button[type="button"]:hover, button[type="reset"]:hover, button[type="submit"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, input[type="button"]:hover {
	color: #000000;
	cursor:pointer;
	background-color: #E6E4E0;
	background-image: none;
	border: 1px solid #E79300;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px;
}

select {
	border: 1px solid #999;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana;
}

textarea {
	border: 1px solid #999;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana;
}

.orgLabels {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #A52315;
	padding: 5px; 
}

.banner-bg {
	background-color:#666;
	background-image:none;
	border-left:1px solid #333;
	border-right:1px solid #333;
}

.banner-bg a.logout {
	background: url("/trader-meos-ui/javax.faces.resource/logout.png.htm?ln=images") no-repeat 2px 6px #c00;
	color: #fff;
	font-weight: normal;
	padding: 5px 5px 5px 20px;
	border-radius: 0 0 0 4px;
}

.breadcrumbs {
	background-color:#F3F2F2; 
	padding:0;
	border-radius:4px 4px 0 0;
	border:1px solid #d2ae6d;
	height:27px;
	background:url("/trader-meos-ui/javax.faces.resource/path_back.png.htm?ln=images") repeat-x #f3f2f2;
	position:relative;
}

.breadcrumbsText {
	font-size: 10px; 
	font-family: Verdana, Tahoma, Arial; 
	/*color: #FF6633;*/
	color: #393B38;
	text-decoration: none;
}
.breadcrumbsPreamble{

}

a.breadcrumbsLink:link {
	font-size: 10px; 
	font-family: Verdana, Tahoma, Arial; 
	/*color: #FF6633;*/
	color: #393B38;
	text-decoration: none;
}

a.breadcrumbsLink:visited {
	font-size: 10px; 
	font-family: Verdana, Tahoma, Arial; 
	/*color: #FF6633;*/
	color: #393B38;
	text-decoration: none;	
}

a.breadcrumbsLink:hover {
	color: #FF6633;
	/*color: #393B38;*/
	text-decoration: underline;	
}

.breadcrumbs a.pathHomeLink {
	float:left;
}

.breadcrumbs span.breadcrumbsText,.breadcrumbs a.breadcrumbsLink:link {
	float: left;
	margin-top: 7px;
	margin-left: 5px;
}

.brdcr-cmpr {
    white-space: nowrap;
    width: 70px;
    overflow: hidden;
}

.barTitle {
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Tahoma, Arial;
	color: #FFFFFF;
	text-shadow:1px 1px #000;
}

.noPadding {
	padding: 0px;
}

.noborder {
	border: 0px;
}

.align_top_max {
	vertical-align: top;
	width: 100%;
}

.align_top_50 {
    vertical-align: top;
    width: 50%;
}

.align_right {
	text-align: right;
}

.nowrap {
	white-space: nowrap;
}

.alignCenter {
	margin: 0 auto;
}

.width20pct {
	width: 5%;
}

.alignTop {
	vertical-align: top;
}

.outer_table_col1 {
	vertical-align: top;
	width: 30%;
}

.inner_table_col1 {
	white-space: nowrap;
	width: 160px;
}

a.linksMenu:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}

a.linksMenu:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}

a.linksMenu:hover {
	color: #0090FF;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}

.linksMenu {
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	background-color:#aaa;
	border-radius:4px;
	color:#fff;
	padding:5px 10px;
	text-shadow:1px 1px #666;
}

.linksMenu:hover {
	color:#0090FF;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	cursor: pointer;
	
	color:#efefef !important;
	text-shadow:1px 1px #000;
}

.commandLinkButton {
	color: #FFFFFF;
	text-decoration: none;
}

.outputLabelActionMenu {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.noBottomBorder {
	border-bottom: none;
}

.noTopAndBottomBorder {
	border-bottom: none;
	border-top: none;
}

.padding20px {
	padding: 20px;
}

.divAlignRight {
	text-align: right;
}

.alignRight {
	text-align: right;
}

.divAlignCenter {
	text-align: center;
	font-weight: bold;
}

.textAlignCenter {
	text-align: center;
}

.floatRight {
	float: right;
}

.div500px {
	width: 500px;
}

.panel65PercentCenter {
	width: 65%;
	margin: 0 auto;
}

.width260px {
	width: 260px;
}

.width440px {
	width: 440px;
}

.width470px {
	width: 470px;
}

.vAlignBottom {
	vertical-align: bottom;
}

.panel44PercentCenter {
	width: 44%;
	margin: 0 auto;
}

.redBorder {
	border-color: red;
}

.boldFonts {
	font-weight: bold
}

.width100percent {
	width: 100%
}

.textArea300x150Dimensions {
	width: 300px;
	height: 150px
}

.textArea380x150Dimensions {
	width: 380px;
	height: 150px
}

.textArea400x120Dimensions {
	width: 400px;
	height: 120px
}

.textArea203pxDimensions {
	width: 203px;
}

.buttonFloatLeft {
	float: left
}

.error {
	color: #A52315;
}

.asterisk {
	color: #E60131;
}

.diffIndicator {
	position: relative;
	left: -10px;
	top: -8px;
}

.dataComboGrid {
	width: 100%;
}

.applyToReadOnly {
	color: #000000;
	background-color: #F3F2F2;
	background-image: none;
	/*background-color: transparent;*/
}

.historicalView {
	background: none;
	background-color: #FFFBB9;
}

.centerScreen {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 300px;
      height: 300px;
      margin-left: -150px; /* half of width */
      margin-top: -150px;  /* half of height */
}

.centerOfDiv {
	position:absolute;
	left: 50%;
	top :50%;
	/*width: 100px;*/
	/*height: 100px;*/
	margin-left: -50px;  /* half of width */
	margin-top: -50px;   /* half of height */
}

.dataTable {
	background-color:#EAF0EF;
	border: solid 1px #C0C0C0;	
}

.dataTableRowOdd {
	background-color:#fff;
	border-radius:4px;
}

.dataTableRowOdd2 {
	background-color: #F9F9F9;
}

.dataTableRowEven {
	background-color: #ffffff;
}

.dataTableRowMouseOver {
	background-color: #F1F1F1;
}

.errorsTable {
	border:solid 1px;
	border-color: #A52315; 
	width:100%;
	background-color: #ffffff;
}

.errPanelHdr {
	background-image: url("../images/errpnl-hdr.gif");
	background-repeat: repeat-x;
	background-color: #ffffff;
	height: 14px;
	padding : 2px;
}

.notification {	
	overflow: auto; 
	z-index: 20000; 
	opacity: 0.90; 
	position: absolute; 
	left: 50%; 
	top: 50%; 
	width: 400px; 
	height: 75px; 
	margin-left: -200px; 
	margin-top: -50px; 
	-moz-border-radius: 10% 10% 10% 10%; 
	-webkit-border-radius: 10px;
	
	border: solid 2px;
	border-color: #7DA1D5;
	background-color: #C0C8DD;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	color: #ffffff;
	cursor: pointer;
	font-size: 100%;
	font-weight: bold;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
}

.errorDetails {
	z-index: 30000;  
	position: absolute; 
	left: 50%; 
	top: 50%; 
	width: 800px; 
	height: 400px; 
	margin-left: -400px; 
	margin-top: -200px;
	border: solid 2px #C0C0C0; 
	background-color: #ffffff;
}

/* Begin Rich faces styles */
.rich-datascr-act {
	border-top-color: #E79300;
	color: #E79300;
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
}

.rich-tool-tip{
    background-color: #eef2f8;
    border-color: #7196c8;
    color: #19469F;
}

.rich-tabhdr-cell-active {
	font-weight: bold;	
}

.rich-tabpanel-content {
	background-color: #F9F9F9;
}

.rich-panel-header {
	font-family: Verdana, Tahoma, Arial; 
}

.rich-panel {
	background-color: #F9F9F9;
	font-family: Verdana, Tahoma, Arial;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px;
}

.rich-panel-header {
	-moz-border-radius: 4px 4px 0px 0px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
}

.rich-pmenu-top-group-div {
	background-color: #F9F9F9;
}

.rich-tab-header {
	font-size: 10px;
	font-family: Tahoma, Arial, Verdana;
}

.rich-table-subheadercell {
	font-family:Tahoma, Arial, Verdana;
}

.rich-table-cell {
	font-family:Tahoma, Arial, Verdana;
}

.rich-menu-item-label {
	font-family:Tahoma, Arial, Verdana; 
}

.rich-label-text-decor {
	font-family:Tahoma, Arial, Verdana;
}

.rich-modalpanel {
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px;
}

.rich-mpnl-shadow {
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px;
}

.rich-mpnl-content {
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px;
}

.rich-mpnl-header {
	-moz-border-radius: 4px 4px 0px 0px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
}

.rich-mpnl-body {
	
}

.rich-tab-inactive:hover {
	border-color:#E79300;
	cursor: pointer;
}

/** rounded tab headers start */
.rich-tabhdr-side-border{
	background-image:none;
	background-color:transparent;
}

.rich-tabhdr-side-cell{
	border:none;
}

.rich-tab-header{
	border-top: solid 1px #c0c0c0;
	border-left: solid 1px #c0c0c0;
	border-right: solid 1px #c0c0c0;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}
/** rounded tab headers end */

.rich-sb-ext-decor-2 {
	background-color:#EAF0EF;
}

.rich-sb-int{
	background-color:#FFFFFF;
}

.sbRowMouseOver {
	background-color: #F1F1F1;
}

.rich-sb-int-decor-table {

}

.rich-sb-cell-padding {
	border-right:solid 1px #C0C0C0;
	border-bottom:solid 1px #C0C0C0;
}
/* End Rich faces styles */

/* Autocomplete Style*/

.aucominput{
	width: 55px !important;
}

.aucompopup{
	width: auto !important;
}
/* End Autocomplete Style*/

/* TODO remove the following style*/
textarea {
	max-width: 390px;
}

/**/

/* Landing Page*/

.landing-page {
	margin: 8px;
}

.landing-page div#content{
    background-color: #F9F9F8;
    border: 1px solid #B7B7B7;
    min-height: 393px;
    width: 950px;
	margin:auto;
	padding:0 20px;
}

.landing-page div.content{
    background-color: #F9F9F8;
}

.landing-page .projectTitle {
    border-top:1px solid #E1E1E1;
	border-bottom:1px solid #E1E1E1;
    color: #666;
    font: 25px/1.5 "Lucida Grande",Geneva,Arial,Verdana,sans-serif;
	margin:50px auto;
	padding:10px 0;
	text-align:left;
	width:902px;
}

.landing-page .projectTitle p {background: url("") no-repeat transparent 0 50%;padding:0 0 0 55px;margin:0;display:inline-block;text-shadow:1px 1px #fff}

.landing-page .sibHeader {
    background: none repeat scroll 0 0 #666666;
    color: #FFFFFF;
    font: 16px/1.5 Verdana,Tahoma,Arial;
    height: 26px;
    padding-left: 10px;
}

.landing-page div.appLinks {width:880px;border:1px dashed #ccc;padding:10px;border-radius:6px;margin:0 auto 20px;}

.landing-page ul {list-style:none;padding:0;margin:0;}
.landing-page li {background-color:#fff;margin:5px;display:inline-block;text-align:center;vertical-align:middle;border-radius:6px;}
a.applLink {text-decoration:none;color:#CF0000;display:block;font-weight:bold;width:231px;padding:20px 20px;min-height:34px;}
a.disabled {color:#666666 !important;}
.landing-page li:hover {box-shadow:0 0 8px #ccc;}

.landing-page .contenTable {
	margin: 20px;
}

.landing-page .contenTable tr{
	vertical-align: top;
}

.apps-links-container{
    padding: 0px !important;
}
.apps-links-container .landing-page div.content{
    background-color: #F9F9F8;
}

.apps-links-container .landing-page li{
    padding-bottom: 5px;
    width: 260px;
    height: 90px;
    overflow: hidden;
}

.apps-links-container a.applLink{
    font-size: 14px;
}

.apps-links-container .landing-page div.appLinks {
    width: 840px !important;
}

.apps-links-container a.applLink{
    padding:20px 16px !important;
}
/* Landing Page -End*/


.errorDetailsPopupTable-row{
    vertical-align: top;
}

.expandBtn-img, .collapseBtn-img {
    height: 20px;
    margin: 2px;
}

.addItemBtn-img {
    height: 24px;
}

.switchViewItemBtn-img{
    height: 24px;
}

.gds-itm-tlbr{
    float: right;
}

.err-pnl-rlid{
    min-width: 40px;
}

div.modifiedValue{
    background-color: blue;
}

div.newValue{
    background-color: green;
}

div.deletedValue{
    background-color: red;
}

.modifiedValue {
    color: blue;
}

.newValue {
    color: green;
}

.deletedValue{
    color: red;
}

