@CHARSET "ISO-8859-1";

.error {
    color: #DB0218;
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 0;
}

.FormLable {
    text-align: right;
    vertical-align: top;
    width: 150px;
    color: #222222;
    font-weight: bold;
    line-height: 150%;
    margin: 0;
    padding: 0 0 3px;
}

.FormDetails {
    padding: 0 0 5px 5px !important;
}

.img46 {
	border: 1px solid #DDD;
    height: 46px;
    padding: 2px;
    width: 46px;
    border-radius: 3px 3px 3px 3px;
}

.rightLableTD {
    text-align: right;
    vertical-align: top;
    width: 90px;
    color: #222222;
    font-weight: bold;
    line-height: 150%;
    margin: 0;
    padding: 0 0 3px;
}

.leftTD{
	text-align: left !important;
	padding-left: 20px;
}

.viewPageTitle {
	font-weight:bold;
	font-family:"Segoe UI",Frutiger,Tahoma,Helvetica,"Helvetica Neue",Arial,sans-serif;
	color: #0062A4;
    font-size: 16px;
    letter-spacing: 0;
    padding: 0 0 10px;
    text-shadow:#fff 1px 1px 0;
}

.vertAlignBtm {
	vertical-align: bottom;
}

.noResultDiv{
display:block;	
color: #0062A4;
font-weight: bold;
text-align: center;
}

.selectedGroup {
    background-color: #ffffcf;
}