.MobBlueButtonDisabled, .MobBlueButtonTDisabled, .MobBlueButton[disabled], .MobBlueButtonT[disabled]{
	color: #ccc;
}
.more-data {
font-size: 13px; 
color: #3199df;
}
.Text_Disabled {
background-color: #dcdcdc;	
}
.Text_Disabled_Bold {
background-color: #dcdcdc;	
font-weight: bold;
}
.SubSectionFrame {
border: 2px solid #d6d5d5;
padding: 10px;
border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
}
.SectionFrameTop {
border: 3px solid #c0c0c0;
border-bottom-style: none;
padding: 10px;
border-radius: 5px 5px 0px 0px;
-webkit-border-radius: 5px 5px 0px 0px;
}
.SectionFrameBottom {
background-color: #d3d3d3;
border: 3px solid #c0c0c0;
border-top-style: none;
padding-top: 10px;
height: 60px;
border-radius: 0px 0px 5px 5px;
-moz-border-radius: 0px 0px 5px 5px;
-webkit-border-radius: 0px 0px 5px 5px;
}
.SelectEntityLabel {
text-align: center;
color: #ffffff;
background-color: #4887B3;
font: bold 14px Nunito, sans-serif;
border-color: #4887B3;
padding-top: 6px;
width: 130px;
height: 28px;
border-radius: 4px 0 0 4px;
-webkit-border-radius: 4px 0 0 4px;
}
.SelectEntity {
font: bold 14px Nunito, sans-serif;
border-left-style: none;
padding-left: 6px;
display: inline;
width: 350px;
height: 28px;
line-height: 110%;
border-radius: 4px 4px 4px 4px;
-webkit-border-radius: 4px 4px 4px 4px;
}

.badtext {
border: 1px solid #ff0000;
}
.badtextmsg {
color: #ff0000;
font: bold 13px Nunito, sans-serif;
}
.noPadding .A5CWLayout {
padding: 2px 0px;
}


.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #9fb4f2;
	-webkit-box-shadow:inset 0px 1px 0px 0px #9fb4f2;
	box-shadow:inset 0px 1px 0px 0px #9fb4f2;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7892c2), color-stop(1, #476e9e));
	background:-moz-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:-webkit-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:-o-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:-ms-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:linear-gradient(to bottom, #7892c2 5%, #476e9e 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7892c2', endColorstr='#476e9e',GradientType=0);
	background-color:#7892c2;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #4e6096;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Nunito;
	font-size:13px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #283966;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #476e9e), color-stop(1, #7892c2));
	background:-moz-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:-webkit-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:-o-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:-ms-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:linear-gradient(to bottom, #476e9e 5%, #7892c2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#476e9e', endColorstr='#7892c2',GradientType=0);
	background-color:#476e9e;
}
.myButton:active {
	position:relative;
	top:1px;
}
/*
.A5CWLayout .controlHeader{
padding-top:4px;
}
*/


