/* layout */
html {
    background: #dddddd;
}
body {
    font: 13px / 1.231 arial, helvetica, clean, sans-serif;
    font-size: 62.5% !important;
    text-align: left;
    color: #333333;
}
#main-wrapper {
    width: 96.82em;
    min-width: 1007px;
    margin: 0 auto;
	background: #ffffff;
    overflow:hidden;
}
#mainContent {
	/*width: 92.5%*/
	/*float:right;*/
	margin:0 2em;
	min-height: 30em;
	padding-bottom:20px;
}
.pageMainTitle {
	border-bottom: 1px dotted #999999;
	padding-top:0.4em;
	/*padding-top: 0.2em;*/
}
#main-wrapper-bd {
	padding: 10px;
	width: 98.1%;
	overflow: hidden;
}
/* sub navigation */
.subNavigation {
	width: 100%;
	border-bottom: 1px solid #ccc;
	height: 23px;
	margin: 1.2em 0;
}
.subNavigation li {
	float: left;
}
.subNavigation li a {
	display: block;
    border-width: 1px 1px 1px 1px;
    margin-right: -1px;
    border-style: solid;
    border-color: #CCCCCC;
    padding: 0 1.3em;
    height: 23px;
    border-bottom-width: 0;
    line-height: 20px;
    color: #7C7C7C;
    float: left;
	background-color: #eeeeee;
    background: -webkit-gradient(linear, left top, left bottom,	from(#ffffff), to(#e7e7e7));
	background: -moz-linear-gradient(top, #ffffff, #e7e7e7);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#e7e7e7);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#e7e7e7)";
}
.subNavigation li a.activeTab {
	height: 24px;
    background: #FFFFFF;
    margin-top: -5px;
    border-bottom-width: none;
    border-left-width: 1px;
    color: #000;
    padding-top: 0.4em;
    padding-top: 4px;
	filter:#ffffff; 
}
/* look & feel */
a {
    text-decoration: none;
}
a.link1:link {
    color: #0066cc;
    font-size: 120%;
	font-weight: bold;
}
a.link1:visited {
    color: #0066cc;
    font-size: 120%;
	font-weight: bold;
}
a.link1:hover {
    color: #0066cc;
    font-size: 120%;
	font-weight: bold;
	text-decoration: underline;
}
a.link1:active {
    color: #0066cc;
    font-size: 120%;
	font-weight: bold;
}
a.link2:link {
    color: #0066cc;
    font-size: 120%;
}
a.link2:visited {
    color: #0066cc;
    font-size: 120%;
}
a.link2:hover {
    color: #0066cc;
    font-size: 120%;
	text-decoration: underline;
}
a.link2:active {
    color: #0066cc;
    font-size: 120%;
}
a.link3:link {
    color: #0066cc;
    font-size: 100%;
	font-weight: bold;
}
a.link3:visited {
    color: #0066cc;
    font-size: 100%;
	font-weight: bold;
}
a.link3:hover {
    color: #0066cc;
    font-size: 100%;
	font-weight: bold;
	text-decoration: underline;
}
a.link3:active {
    color: #0066cc;
    font-size: 100%;
	font-weight: bold;
}
a.link4:link {
    color: #0066cc;
    font-size: 100%;
}
a.link4:visited {
    color: #0066cc;
    font-size: 100%;
}
a.link4:hover {
    color: #0066cc;
    font-size: 100%;
	text-decoration: underline;
}
a.link4:active {
    color: #0066cc;
    font-size: 100%;
}
a.link5:link {
    color: #0066cc;
    font-size: 110%;
	font-weight: bold;
}
a.link5:visited {
    color: #0066cc;
    font-size: 110%;
	font-weight: bold;
}
a.link5:hover {
    color: #0066cc;
    font-size: 110%;
	font-weight: bold;
	text-decoration: underline;
}
a.link5:active {
    color: #0066cc;
    font-size: 110%;
	font-weight: bold;
}
.title1 {
	color: #333333;
	font-size: 240%;
}
.title2 {
	color: #688bab;
	font-size: 170%;
	font-weight:bold;
}
.title3 {
	color: #333333;
	font-size: 130%;
	font-weight: bold;
}
.title4 {
	color: #333333;
	font-size: 120%;
	font-weight: bold;
}
.title5 {
	color: #666666;
	font-size: 120%;
	font-weight: bold;
}
.title6 {
	color: #666666;
	font-size: 110%;
	font-weight: bold;
}
.title7 {
	color: #663366;
    font-size: 240%;
}
.title8 {
	color: #663366;
    font-size: 170%;
	font-weight:bold;
}
.title9 {
	color: #663366;
    font-size: 120%;
	font-weight: bold;
}
.text1 {
	color: #333333;
	font-size: 120%
}
.text2 {
	color: #666666;
	font-size: 110%;
}
.text3 {
	color: #666666;
	font-size: 120%;
	font-weight: normal;
}
.text4 {
	color: #ffffff;
	font-size: 120%;
}
.text5 {
	color: #999999;
	font-size: 120%;
	font-weight: normal;
}
.text6 {
	color: #999999;
	font-size: 80%;
	font-weight: normal;
}
.text7 {
	color: #999999;
	font-size: 110%;
	font-weight: normal;
}
.button1 {
	background-color: #660066;
	overflow:visible;
	width:auto;
	border:0;
    color: #FFFFFF;
	line-height:26px;
	padding:0 8px;
	height:30px;
    font-weight:bold;
    display: inline-block;
	text-align:center;
	border-radius:4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: solid 1px #17426D;
	background: rgb(83,131,193); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(83,131,193,1) 0%, rgba(30,87,153,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(83,131,193,1)), color-stop(100%,rgba(30,87,153,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(83,131,193,1) 0%,rgba(30,87,153,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(83,131,193,1) 0%,rgba(30,87,153,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(83,131,193,1) 0%,rgba(30,87,153,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(83,131,193,1) 0%,rgba(30,87,153,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5383c1', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.8);
	-moz-box-shadow:    0px 0px 4px rgba(50, 50, 50, 0.8);
	box-shadow:         0px 0px 4px rgba(50, 50, 50, 0.8);
	cursor:pointer;
	font-size:130%;
	text-shadow: -1px 1px 1px rgba(50, 50, 50, 1);
}
.button2 {
	overflow:visible;
	width:auto;
	border:0;
    color: #FFFFFF;
	height:30px;
	line-height:26px;
	padding:0 8px;
	font-size:130%;
	font-weight:bold;
	display:block; 
	text-align:center;
	background-color: #6a9aca;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border: solid 1px #6a9aca;
	background:#6a9aca; /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(163,192,222,1) 0%, rgba(106,154,202,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(163,192,222,1)), color-stop(100%,rgba(163,192,222,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(163,192,222,1) 0%,rgba(106,154,202,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(163,192,222,1) 0%,rgba(106,154,202,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,   rgba(163,192,222,1) 0%,rgba(106,154,202,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,   rgba(163,192,222,1) 0%,rgba(106,154,202,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3c0de', endColorstr='#6a9aca',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.8);
	-moz-box-shadow:    0px 0px 4px rgba(50, 50, 50, 0.8);
	box-shadow:         0px 0px 4px rgba(50, 50, 50, 0.8);
	cursor:pointer;
	text-shadow: -1px 1px 1px rgba(50, 50, 50, 1);
}
.button3 {
	overflow:visible;
	width:auto;
	border: 0;
	color: #FFFFFF;
	height:30px;
	line-height:26px;
	padding:0 8px;
	font-size:130%;
	font-weight:bold;
	display:block; 
    text-align: center;
	background-color: #f05d05;
	border-radius:4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	border: solid 1px #f05d05;
	background:#f05d05; /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(249,139,31,1) 0%, rgba(240,93,5,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,139,31,1)), color-stop(100%,rgba(240,93,5,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(249,139,31,1) 0%, rgba(240,93,5,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(249,139,31,1) 0%, rgba(240,93,5,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,   rgba(249,139,31,1) 0%, rgba(240,93,5,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,   rgba(249,139,31,1) 0%, rgba(240,93,5,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f98b1f', endColorstr='#f05d05',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.8);
	-moz-box-shadow:    0px 0px 4px rgba(50, 50, 50, 0.8);
	box-shadow:         0px 0px 4px rgba(50, 50, 50, 0.8);
	cursor:pointer;
	text-shadow: -1px 1px 1px rgba(50, 50, 50, 1);
}
.button4 {
	background-color: #646464;
	overflow:visible;
	width:auto;
	border:0;
    color: #FFFFFF;
	height:30px;
	line-height:26px;
	padding:0 8px;
	font-size:130%;
	font-weight:bold;
	display:block; 
	text-align:center;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border: solid 1px #676767;
	background:#676767; /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(163,163,163,1) 0%, rgba(103,103,103,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(163,163,163,1)), color-stop(100%,rgba(103,103,103,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(163,163,163,1) 0%, rgba(103,103,103,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(163,163,163,1) 0%, rgba(103,103,103,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,   rgba(163,163,163,1) 0%, rgba(103,103,103,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,   rgba(163,163,163,1) 0%, rgba(103,103,103,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3a3a3', endColorstr='#676767',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.8);
	-moz-box-shadow:    0px 0px 4px rgba(50, 50, 50, 0.8);
	box-shadow:         0px 0px 4px rgba(50, 50, 50, 0.8);
	cursor:pointer;
	text-shadow: -1px 1px 1px rgba(50, 50, 50, 1);
}
.disabledButton {
    overflow: visible;
    width: auto;
    border: 0;
    height: 30px;
    line-height: 26px;
    padding: 0 8px;
    color: #cccccc;
    font-weight: bold;
	font-size:130%;
    display: block;
    text-align: center;
	border-radius:4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	border: solid 1px #dddddd;
	background:#dddddd; /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(221,221,221,1) 0%, rgba(221,221,221,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(221,221,221,1)), color-stop(100%,rgba(221,221,221,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(221,221,221,1) 0%, rgba(221,221,221,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(221,221,221,1) 0%, rgba(221,221,221,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,   rgba(221,221,221,1) 0%, rgba(221,221,221,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,   rgba(221,221,221,1) 0%, rgba(221,221,221,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
	cursor:default;
}

/* dataTable */
.dataTable {
	width: 100%;
}
.dataTable table {
	width: 100%;
	border-collapse: collapse;
}
.dataTable th {
    background: #EEF3F8;
    border-bottom: 2px solid #ddd;
    padding: 0.45em 0.6em;
	vertical-align:bottom;
}
.dataTable tbody td, .dataTable tbody th  {
    padding: 0.45em 0.6em;
    border-bottom: 1px solid #ddd;
}
.dataTable tbody th {
	background:none;
	vertical-align:middle;
}
.dataTable .moneyTypeNumber {
	text-align: right;
	padding-right: 0.7em;
}
.paging {
	font-size: 120%;
	color: #333333;
	text-align:center;
	padding:0.8em 0;
}
.paging span {
	padding: 0 0.2em;
}
.paging a:link {
    text-decoration: none;
	border: 1px solid #cccccc;
	padding: 0.1em 0.4em;
	text-decoration: none;
	color: #333333;
}
.paging a:visited {
    text-decoration: none;
	border: 1px solid #cccccc;
	padding: 0.1em 0.4em;
    text-decoration: none;
	color: #333333;
}
.paging a:hover {
    text-decoration: none;
	border: 1px solid #979797;
	padding: 0.1em 0.4em;
    text-decoration: underline;
	color: #333333;
}
.paging a:active {
   text-decoration: none;
	border: 1px solid #979797;
	padding: 0.1em 0.4em;
    text-decoration: underline;
	color: #333333;
}
.paging a.enable:link {
    text-decoration: none;
	border: 1px solid #cccccc;
	padding: 0.1em 0.4em;
	text-decoration: none;
	color: #333333;
}
.paging a.enable:visited {
    text-decoration: none;
	border: 1px solid #cccccc;
	padding: 0.1em 0.4em;
    text-decoration: none;
	color: #333333;
}
.paging a.enable:hover {
    text-decoration: none;
	border: 1px solid #979797;
	padding: 0.1em 0.4em;
    text-decoration: underline;
	color: #333333;
}

.paging a.enable:active {
   text-decoration: none;
	border: 1px solid #979797;
	padding: 0.1em 0.4em;
    text-decoration: underline;
	color: #333333;
}
.paging a.disable{
    text-decoration: none;
	border: 1px solid #cccccc;
	background:#dfdfdf;
	padding: 0.1em 0.4em;
	color: #999999;
	cursor:default;
}
.positiveSort {
	background-position: right;
 	background-repeat: no-repeat;
	padding-right: 10px;
}
.invertedSort {
	 background-position: right;
	 background-repeat: no-repeat;
	 padding-right: 10px;
}

/* filter */
.filterBackground {
    border: 1px solid #ccc;
	clear: both;
    padding: 5px 8px;
	background-color: #EEEEEE;
    background: -webkit-gradient(linear, left top, left bottom,	from(#ffffff), to(#e2e2e2));
	background: -moz-linear-gradient(top, #ffffff, #e2e2e2);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#e2e2e2);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#e2e2e2)";
	overflow: hidden;
	margin-top:0.6em;
}
.filterContent li.filterTitle {
	width: 100%;
	clear: both;
	padding-bottom: 0.5em;
}
.filterContent li {
	float: left;
	padding-bottom: 1em;
	padding-right: 2em;
}
.filterContent li label {
	display: block;
}
.filterContent input{
	width: 13em;
}
.filterContent select {
	width: 13.5em;
}
.filterButton {
	width: 100%;
	clear: both;
	padding-top: 0.5em;
}
.filterButton input {
	margin-left: 45%;
}
a.filterControl{
	text-decoration: none !important;
	display: inline-block;
}

/* Drop down start */
.dropDownListTitleActive {
	text-decoration: none !important;
    cursor: pointer;
    color: #ffffff !important;
    background: #888888;
}
.dropDownListTitleInactive{
	color:#0066cc;
	text-decoration: none !important;
}
.dropDownListTitleInactive a {
	text-decoration: none !important;
	display: inline-block;
}
.dropDownListTitleActive a {
	display: inline-block;
	text-decoration: none !important;
}
.dropDownListTitleActive a:link {
    color: #ffffff;
}
.dropDownListTitleActive a:visited {
    color: #ffffff;
}
.dropDownListTitleActive a:hover {
    color: #ffffff;
}
.dropDownListTitleActive a:active {
    color: #ffffff;
}
.downArrow {
	border: 4px solid #fff;
    border-top: 4px solid #0066cc;
	width: 0;
    height: 0;
    display: inline-block;
    margin-top: 6px;
    margin-left: 2px;
}
.dropDownListTitleActive .downArrow {
    border: 4px solid gray;
    border-top: 4px solid #fff;
	width: 0;
    height: 0;
    display: inline-block;
    margin-top: 6px;
    margin-left: 2px;
}
.dropDownListBody {
	padding: 0.4em 0em;
    border: 1px solid #ccc;
    background: #ffffff;
}
.dropDownListBody a {
	padding: 0.3em 0.8em;
}
.selectedItem{
	background-color: #B5D7FF;
}
/* Overlay */
.yui-overlay{
	position:absolute;
}
.overlayHead {
    height: 28px;
    background: #e8e8e8;
    text-align: right;
}
.overlayHead img{
	cursor:pointer;
}
.overlayContent{
	background:#ffffff;
	padding: 1em 1.5em;
}
.overlayBottomButtons {
	padding-top: 1em;
	overflow: hidden; 
}
.buttonMarginRight {
	margin-right: 1em;
}
.overlayTitle {
	padding-bottom: 0.4em;

}
/* others */
select {
	color: #333;
	font-size: 120%;
}
input[type=text],input[type=password] {
	border: 1px solid #cccccc;
	padding: 2px 1px;
	color: #333;
	font-size: 120%;
}
input [type=hidden] {
	border: none !important;
}
input[type=radio],input[type=checkbox]{
	vertical-align: middle;
	margin-right: 0.5em;
}
.disableSelect {
	color: #bbbbbb !important;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.hide{
	display:none;
}
.clear {
	clear: both;
}
.collapseTriangleShow {
	width: 0;
    height: 0;
    border: 5px solid #fff;
    border-left: 5px solid #921902;
    display: inline-block;
	margin: 0px 0px 2px 2px;
	vertical-align: middle;
	font: 0 / 0;
}
.collapseTriangleHide {
	width: 0;
    height: 0;
    border: 5px solid #fff;
    border-top: 5px solid #921902;
    display: inline-block;
    margin-top: 5px;
    margin-left: 2px;
	margin: 3px 4px -3px 2px;
	font: 0 / 0;
}
.settingsTool {
	float: right;
	/*margin-top: -4px;*/
}
.mpnConfigTableSetting .button2{
	font-size:120%;
	height:25px;
 	line-height:22px;
	padding:0 4px;
}
.mpnConfigTableSetting a{
	display:inline-block;
}
.viewDate {
	margin-right: 1em;
	margin-top: 0.2em;
}
.mpnAlertMessage {
	margin: 0.6em 0;
}
.errorContainer .text4{
	color: #333333;
}
.corner{
	width:60%;
	background:#f9fafe;
	-moz-border-radius:4px;
	border:1px solid #6a9aca;
	padding:0.5em 0 0.5em 0.2em;
}
.splitLine {
	font-size: 120%;
	color: #999999;
	padding: 0 0.3em;
}
.successInfoDetail {
	list-style: square inside;
	text-indent: 4.8em;
	padding-top: 0.3em;
}
.taskAmount {
	color: #ffffff;
	font-size: 120%;
	font-weight: bold;
	padding: 7px 0;
	width:44px;
	display: inline-block;
	float:right;
	text-align: center;
}
/*success*/
.successMessage{
	border:1px solid #99cc33;
	-moz-border-radius:4px;	
	padding:6px 0 6px 28px;
	font-size:12px;
	margin-top:1em;
}
.successMessage strong{
	font-weight:bold;
	color:#000000;
}
/*alertMessage*/
.alertMessage {
    list-style: none;
    border: 1px solid #e5dcb8;
    -moz-border-radius: 4px;
    color: #333333;
    font-size: 120%;
	margin-top:1em;
	background-color:#fefdf6;
}

.alertMessage li {
    padding:4px 0 4px 24px;
}
.noteMessage {
	overflow: hidden;
	list-style: none;
    border: 1px solid #e5dcb8;
    -moz-border-radius: 4px;
	margin-top:1em;
	background-color:#fefdf6;
	margin-bottom:0;
}
.noteMessage dt {
	padding:4px 0 4px 24px;
	color: #ff0000;
	float: left;
}
.noteMessage dd{
	float: left;
	width: 92%;
	padding:4px 0 4px 4px;
	margin-bottom: 0;
}

.noteMessage dd ul{
   margin-bottom:0;
}
/*process*/
/* process layout css */
.processTag {
    background: #ffffff;
    padding: 0 2em 2em 2em;
}

.processHeader {
    line-height: 6em;
    height: 6em;
}

/* process left control */
.process {
    width: 14.42em;
    list-style: none;
    float: left;
}

.process li {
    font-size: 120%;
    font-weight: bold;
    line-height: 1.3em;
    height: auto;
	min-height:20px;
    color: #cccccc;
	padding:0.5em 0;
}

.process li span {
    display: inline-block;
    width: 8em;
    vertical-align: middle;
	padding-left:0.2em;
}

.process li label {
    color: #FFFFFF;
    display: inline-block;
    height: 3.17em;
    line-height: 3.17em;
    text-align: center;
    width: 2.8em;
    vertical-align: middle;
	cursor: pointer;
	font-size: 0.75rem;
    margin-top: 0;
}

.process li.current {
    color: #6D3E6E;
    border: 2px solid #CCCCCC;
    border-right-width: 0;
    background: #FFFFFF;
    position: relative;
    font-weight: bold;
	margin-right:-2px;
}

.process li.activity {
    color: #000000;
    cursor: pointer;
}

.process li.current label, .process li.activity label {
    color: #FFFFFF;
    display: inline-block;
    height: 3.17em;
    line-height: 3.17em;
    text-align: center;
    width: 2.8em;
	vertical-align:middle;
}

/* process content css */
.processContent {
    float: left;
    border: 2px solid #cccccc;
    padding: 10px;
    width: auto;
}
/* error css */
.commonErrorMessageDefaultClass {
    text-align: left;
    -moz-border-radius: 4px;
    border: 1px solid red;
    padding: 0.3em 0.5em 0.3em 0.5em;
    margin: 1px 0 5px 0;
    background: #fcebeb;
}

.fieldErrorMessageDefaultClass {
    text-align: left;
    -moz-border-radius: 4px;
    border: 1px solid red;
    padding: 0.3em 0.3em 0.3em 0.5em;
    background-color: #fcebeb;
}

.yui-skin-sam .fieldErrorMessageDefaultClass .bd {
    border: none;
    margin: 0;
    padding: 0;
	background-color: #fcebeb;
}
.loginContentRight .clientContent {
    display:none;
}
.yui-skin-sam .mask{
	width: 100% !important;
	height: 100% !important;
	position: fixed;
}
.mpnPlanadminTotals{
	overflow:hidden;
	clear:both;
}
.mpnPlanadminTotals div{
	margin-left:0.8em;
	float:left;
	padding:0.4em 0.6em;
	min-width:8em;
}

.mpnCurrentCount{
	padding-right:0.5em;
}
#mpnShowTotals{
	float:right;
	margin-right:43%;	
}

.mpnPlanadminTotals p{
	line-height: 1.3em;
}
.dataTable .nowrapWord{
	white-space:nowrap;
}
.off-screen {
    position: absolute;
    left: -999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
/* mpn setting */
#mpnSettingsContainer{
	float:right;
	margin-top:1.2em;
}
.mpnSettingsLink{
	
	font-size:150%;
}
#mpnSettings{
	+zoom:1;
}
#mpnSettings span{
	margin-top:0.7em;
}
.mpnSettingLabel{
	padding:0 0.4em;
}
.mpnSettingsIcon{
	float:left;
	height:1.6em;
}
/*print link*/
.mpnPrintLink {
	padding-left: 20px;
	margin-right: 3em;
	float: right;
	font-size: 120%;
	color: #06C;
	margin-top: 1.3em;
}
.split {
	color: #999;
	font-weight: bold;
	padding: 0 0.5em;
}

a.link2.saveLinkDisabeld:visited,
a.link2.saveLinkDisabeld:link{
	color:#ccc;
	text-decoration: none;
	cursor: default;
}
/* customplanlist.inc */
#manageCustomPlanListContainer{
	+vertical-align:0.3em;
}
@media print{
	.dropdownListContainer{
		display:none;
	}
}
.mpnWordWrap{
	word-break:break-all;
	word-wrap: break-word;
	word-break: normal;
}
.mpnNoWrap{
	white-space:nowrap;
}
.mpnBreakNormal{
	word-break: normal;
	word-wrap: normal;
}

.disabledSelectValue option{
	color:black;
}
.enabledSelectValue .disabledSelectOption{
	color:#ccc;
}

.disabledSelectValue .disabledSelectOption, .disabledSelectValue {
	color:#ccc;
}

::-ms-clear {
	display: none;
}
.tablePrint table td.mpnWordWrapForTagName{
	word-wrap:break-word !important;
	white-space:normal !important;
}

#QandABody{
    
letter-spacing: unset;
}

.alertMessageMFA {
    margin-bottom:0;
}

.hMFA2 {
    margin: 0 0.75rem 0 0;
    line-height: unset;
}

.questionTitle {
    font-size: unset;
    font-weight: unset;
}

.mfaProcess {
    margin:0
}

.processContent P {
    margin-bottom: 0;
}


.activateMFAButton{
    background-color:#06C;
    overflow:visible;
    width:auto;
    border:0;
    color: white;
    line-height:20px;
    padding:0 16px;
    height:50px;
    font-weight:bold;
    display: inline-block;
    text-align:center;
    border: solid 1px #b2c2d6;
    cursor:pointer;
    font-size:130%;
    margin-bottom: 2rem;
}

.activateMFAButton:hover{
    background-color:white;
    color:#06C;
}

.authenticationcontainer
{
    margin: 2rem;
}

#activateMFAContainer {
    padding-left: 12rem;
}

.mfaCancelButton{
    font-size: 130%;
    margin-left: 4rem;
}

.activateMfaContent{
    margin-left: -12rem;
    margin-right: 8em;
    padding-top: 3em;
}

