@charset "utf-8";
/** cdi tool panel *************************************************/
a.closeLink {
	background: url(../images/btn-panel-close.gif) no-repeat left top;
	display: block;
	float: right;
	width: 35px;
	height: 13px;
	overflow: hidden;
	line-height: 50px;
}
.loginPanel, .gatewayPanel, .connectPanel {
	position: absolute;
	display: none;
}
.loginPanel *, .gatewayPanel *, .connectPanel * {
	font-family: helvetica, arial;
}
.gatewayPanel p, .connectPanel p, .gatewayPanel div, .connectPanel div {
	font-size: 11px;
}
.loginPanel label, .gatewayPanel label, .connectPanel label {
	color: #3d362d;
}

.loginPanel {
	width: 284px;
	overflow: hidden;
	top: 14px;
	left: 413px;
}
.loginPanel .loginTop {
	background: url(../images/bg-panel-login-t.png) no-repeat;
	overflow: hidden;
	height: 44px;
}
.loginPanel .loginCont {
	background: url(../images/bg-panel-login-m.png) repeat-y left top;
	padding: 2px 16px 0 16px;
	width: 252px;
}
.loginPanel .loginBottom {
	background: url(../images/bg-panel-login-b.png) no-repeat left bottom;
	height: 39px;
}
.loginPanel .loginBottom1 {
	background: url(../images/bg-panel-login-b1.png) no-repeat left bottom;
	height: 12px;
}
.loginPanel .loginTop .lg {
	background: url(../images/ico-login-panel-open.gif) no-repeat left center;
	display: block;
	float: right;
	height: 16px;
	width: 35px;
	padding-left: 20px;
	margin: 8px 10px 20px 10px;
	font-size: 11px;
	font-weight: bold;
}
.loginPanel .loginTop a.forPatient {
	display: block;
	float: left;
	margin-top: 8px;
	height: 16px;
	width: 50px;
	font-size: 11px;
	outline: none;
	text-indent: -9999px;
}

.tbLoginPanel {
	width: 100%;
}
.tbLoginPanel * {
	font-size: 11px;
}
.tbLoginPanel tr.thead td {
	padding-bottom: 15px;
}
.tbLoginPanel tr.thead h3 {
	color: #566f00;
	font-size: 16px;
	width: 200px;
}
.tbLoginPanel input.text {
	width: 246px;
	height: 18px;
	display: block;
	font-size: 13px;
	padding: 1px 0 1px 2px;
	padding: 2x 0 1px 2px\9;
}
.tbLoginPanel .remeEmail {
	font-size: 9px;
}
.tbLoginPanel span.message, .tbLoginPanel label.general {
	display: block;
}
#rememberMe {
	vertical-align: middle;
}
#login-forgot, #returnToLogin, #reLoginBtn {
	float: right;
	text-decoration: underline;
	font-size: 10px;
	font-weight: bold;
	color: #5c3579;
}
.tbLoginPanel a.loginLink {
	text-decoration: underline;
	font-size: 10px;
	font-weight: bold;
	color: #5c3579;
}
.tbLoginPanel tr.btntd td {
	padding: 12px 0 15px 0;
}
.tbLoginPanel tr.btntd .loginBtn {
	float: left;
}
.tbLoginPanel tr.btntd img.powerby {
	float: right;
}
.tbLoginPanel td.error {
	background: #FEF7D0;
}
.tbLoginPanel td.error label, .tbLoginPanel td.error span {
	color: #f50011;
}
.loginPanel .registerNow {
	clear: both;
	overflow: hidden;
	height: 20px;
	padding: 7px 0 0 0;
}
.loginPanel .loginBottom .registerNow {
	padding-left: 17px;
}
.loginPanel .registerNow h3 {
	font-size: 12px;
	color: #566f00;
	float: left;
}
.loginPanel .registerNow a {
	font-size: 12px;
	float: left;
	color: #5c3579;
	text-decoration: underline;
	padding-left: 8px;
	outline: none;
}
#login span#message {
	display: block;
	padding-bottom: 5px;
}


/*****************************************************/
.gatewayPanel {
	width: 402px;
	overflow: hidden;
	top: 14px;
	left: 306px;
}
.gatewayPanel .gatewayTop {
	background: url(../images/bg-panel-gateway-t.png) no-repeat;
	overflow: hidden;
	height: 44px;
}
.gatewayPanel .gatewayCont {
	background: url(../images/bg-panel-gateway-m.png) repeat-y center top;
	padding: 6px 16px 0 16px;
	width: 370px;
}
.gatewayPanel .gatewayBtm {
	background: url(../images/bg-panel-gateway-b.png) no-repeat center top;
	height: 39px;
}
.gatewayPanel .gatewayTop .gateway {
	background: url(../images/ico-az-gateway-open.gif) no-repeat left center;
	display: block;
	height: 16px;
	width: 85px;
	padding-left: 20px;
	margin: 8px 10px 20px 10px;
	font-size: 11px;
	font-weight: bold;
	cursor: default;
	float: left;
}
.gatewayPanel .gatewayTop .forPatient {
	display: block;
	float: left;
	height: 16px;
	width: 63px;
	font-weight: bold;
	margin-top: 8px;
	line-height: 80px;
	overflow: hidden;
}
.gatewayPanel .gatewayTop .login {
	display: block;
	height: 16px;
	width: 58px;
	float: right;
	margin-top: 8px;
	text-indent: -9999px;
	outline: none;
}
.gatewayPanel h3 {
	font-weight: normal;
	font-size: 16px;
	color: #566f00;
}
.gatewayPanel h3 a {
	color: #566f00;
}
.gatewayPanel .gatewayContent {
	clear: both;
	padding: 5px 0;
	font-size: 11px;
}
.gatewayPanel .gatewayContent a {
	/*
	color: #552876;
	*/
	color: #693b8a;
	font-family: arial, helvetica;
	background: url(../images/ico-arrow-right.gif) no-repeat right 5px;
	padding-right: 5px;
}
.gatewayPanel .gatewayContent a.imgLink {
	background: none;
}
.gatewayPanel .dotLine {
	border-bottom: 1px #999 dotted;
	clear: both;
	margin-bottom: 13px;
	margin-top: 3px;
}
.gatewayPanel .gatewayContent p {
	padding: 2px 0;
}

/*****************************************************/
.connectPanel {
	width: 403px;
	overflow: hidden;
	top: 14px;
	left: 207px;
}
.connectPanel .connectTop {
	background: url(../images/bg-panel-connect-t.png) no-repeat left top;
	overflow: hidden;
	height: 44px;
}
.connectPanel .connectCont {
	background: url(../images/bg-panel-connect-m.png) repeat-y left top;
	padding: 6px 6px 0 6px;
	width: 391px;
}
.connectPanel .connectBtm {
	background: url(../images/bg-panel-connect-b.png) no-repeat left top;
	height: 10px;
}
.connectPanel .connectBtm1 {
	background: url(../images/bg-panel-connect-b1.png) no-repeat left top;
	height: 10px;
}
.connectPanel .connectTop .connect {
	background: url(../images/ico-az-connect-open.gif) no-repeat left center;
	display: block;
	height: 16px;
	width: 86px;
	padding-left: 20px;
	margin: 8px 10px 20px 10px;
	font-size: 11px;
	font-weight: bold;
	float: left;
	cursor: default;
}
.connectPanel .connectTop a {
	color: #FFF;
	float: left;
	display: block;
	height: 16px;
	margin-top: 8px;
	line-height: 60px;
	overflow: hidden;
}
.connectPanel .connectTop .gateway {
	width: 68px;
	margin-right: 32px;
}
.connectPanel .connectTop .patientsite {
	width: 66px;
}
.connectPanel .container {
	padding: 0 10px;
}
.connectPanel .graybg {
	background: #f0ebda;
	padding: 12px 18px 10px 18px;
}
.connectPanel h3 {
	font-weight: normal;
	font-size: 17px;
	color: #566f00;
}
.connectPanel strong {
	color: #566f00;
}
.connectPanel .connInfo {
	margin: 5px 0 6px 0;
	font-size: 11px;
	color: #3d362d;
}
.connectPanel .connectInfo p a {
	color:#693B8A;
}
.connectPanel .connInfo a, .connectPanel .repContainer a {
	color: #552876;
	background: url(../images/ico-arrow-right.gif) no-repeat right 5px;
	padding-right: 5px;
}
.connectPanel .tbConnect {
	margin-bottom: 15px;
}
.connectPanel .tbConnect * {
	font-size: 11px;
}
.connectPanel .tbConnect input.text {
	width: 150px;
}
.connectPanel .tbConnect input.phone {
	width: 35px;
}
.connectPanel .tbConnect input.phoneMain {
	width: 52px;
}
.connectPanel .tbConnect label, .connectPanel .tbConnect i {
	color: #746c61;
}
.connectPanel .tbConnect span.extphone {
	color: #746c61;
	margin-left: 82px;
}
.connectPanel .orContainer {
	height: 22px;
	line-height: 22px;
	background: #cec6b4;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 2px;
}
.connectPanel p.callGoback {
	padding: 6px 0 10px 0;
}
.connectPanel .repContainer {
	padding: 10px 0 15px 0;
}
.connectPanel .repContainer p {
	clear: both;
}
.connectPanel .repContainer .userName {
	color: #566f00;
	font-size: 16px;
	font-weight: normal;
	padding: 10px 0;
}
.connectPanel .repContainer .userPic {
	float: left;
	padding: 0 12px 15px 0;
}

.connectPanel .tempConnect .powerby {
	padding: 8px 0 10px 0;
}
.connectPanel .tempConnect strong {
	color: #566f00;
	font-size: 19px;
	display: block;
	padding: 5px 0;
}
.connectPanel .tempConnect b {
	color: #566f00;
}
.connectPanel .connectFirstLine {
	width: 320px;
}


