/* ***************************************************************** */
/*                                                                   */
/* Licensed Materials - Property of IBM                              */
/*                                                                   */
/* (C) Copyright IBM Corp. 2001, 2014. All Rights Reserved.          */
/*                                                                   */
/* US Government Users Restricted Rights - Use, duplication or       */
/* disclosure restricted by GSA ADP Schedule Contract with IBM Corp. */
/*                                                                   */
/* ***************************************************************** */

.oneui .mblSimpleDialog{
	padding: 0px;
	border-radius: 6px;
	font-size: 0.938em;
}
.mblSimpleDialogContainer .aboutHeader{
	color: #000000;
	text-align: center;
	background-color: #E6E8E8;
	border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.mblSimpleDialogContainer .aboutClose{
	color: #2B99C4;
}
.oneui .mblSimpleDialogButton{
	border-radius: 0px;
	border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
	background-image: none;
	margin: 0px;
	border: none;
	padding: 0px;
	width: 100%;
	height: initial;
	color: #2B99C4;
	background-color: #E6E8E8;
}

.oneui .aboutDlg{
	background-image: none;
	color: #000000;
	background-color: #F9F9F9;
	background-image: none;
	border: none;
	text-align: left;
}

.mblSimpleDialogContainer .closeButton{
    margin: auto;
	text-align: center;
	vertical-align: middle;
	height: 44px;
	line-height: 44px;
	background-color: #e6e8e8;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9ea0a1;
}

.mblSimpleDialogContainer a,
.mblSimpleDialogContainer a:visited{
	color: #00649d;
}

.aboutDialogDisclaimer{
    border-bottom-width: 1px;
    border-bottom-color: #C6C6C7;
    border-bottom-style: solid;
    font-weight: lighter;
    padding: 13px 10px;
    vertical-align: middle;
    background-color: #FFFFFF;
}

.aboutDialogRow{
	border-bottom-width: 1px;
	border-bottom-color: #C6C6C7;
	border-bottom-style: solid;
	font-weight: lighter;
	padding: 13px 10px;
	vertical-align: middle;
}

.aboutDialogRow:nth-last-child(1){
	border-bottom: none;
}

.aboutDialogContent{
	background-color: #FFFFFF;
}

.oneui .mblSimpleDialogCover{
	position: fixed;
	overflow-y: hidden;
	display: table;
	opacity: 0.65;
}
