/* Redactor Editor */
.redactor_box {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.redactor_redactor.redactor_editor {
	padding: 10px 20px;
}
.redactor_editor ul li,
.redactor_editor ol li {
	list-style-position: outside;
}
.redactor_editor ul li {
	list-style-type: disc;
}
.redactor_editor ol li {
	margin: 0;
}

.redactor_editor s, 
.redactor_editor strike, 
.redactor_editor del {
	text-decoration: line-through;
}

.redactor_editor b, 
.redactor_editor strong {
	font-weight: bold;
}

.redactor_editor i, 
.redactor_editor cite, 
.redactor_editor em {
	font-style: italic;
}

.redactor_editor table#contactForm td {
	padding: 5px 0 !important;
	border: 0;
}




/* Ddir Objects */
.redactor_editor .company-details {
	width: 185px;
	float: left;
	margin: 0 !important;
}

.company-details > div {
	overflow: auto;
}

.dentist,
.service {
	margin-bottom: 5px;
}
.dentist .name,
.service .name,
.companyName {
	font-weight: bold;
	display: block;
}
.dentist .education {
	font-style: italic;
}
li.week {
	line-height: 24px;
}
.week .name {
	font-weight: bold;
	display: inline;	
}
.week .appointment {	
	display: inline;
}
.companyName {
	line-height: 20px;
}

.address {
	line-height: 18px;
}
.address,
.extension,
.phone {
	display: block;
	font-size: 12px;
}




/* Patient Videos */
#patientVideo strong {
	font-size: 12px;
}
#patientVideo select {
	font-size: 12px;
	max-width: 127px;
	height: 24px;
	padding: 2px;
	margin: 0;
	outline: 0;	
	border: 1px solid #dddddd;
}
#zone-6 #patientVideo select {
	max-width: 225px;
	color: #000000;
}
#videoDescription {
	width: 100%;
	height: 100%;	
}
.redactor_editor div#videoDescription {
	margin-top: 10px !important;
}
#videoDescription,
#videoDescription div:last-child {
	margin: 0 !important;
}
#videoDescription .video {
	padding: 6px;
	border: 1px solid #dddddd;
	list-style-type: none;	
	background: #ffffff !important;
	color: #000000;
	overflow: auto;
}
#videoDescription .video .thumb {
	width: 87px; 
	display: table-cell; 
	vertical-align: middle;	
}
#videoDescription .video .thumb img {
	width: 80px;
}
#videoDescription .video .content {
	display: table-cell;
}
#videoDescription .video .content h5 {
	line-height: 16px !important;
	font-size: 12px !important;
	margin-bottom: 3px !important;
}	
#videoDescription .video .content p {
	line-height: 14px !important;
	margin: 0 !important;
}



/** Content */
.ui-sortable .page-zone-content {
	cursor: move;
}
.ui-sortable.ui-sortable-disabled .page-zone-content{
	cursor: default;
}




/** Logo */
.logo {
	padding: 0;
	margin: 0;
	max-height: 80px;
	max-width: 100%;
	overflow: hidden;
}
	#zone-14 .logo img {
		max-height: 80px;
	}
	.zone-14 .title {
		padding: 10px 15px;
		font-size: 25px;
		font-weight: bold;
	}
	.zone-14 .zoneEditAction {
		right: 50%;
	}	



/* Login Area */
#loginArea {
	width: 262px;
	min-height: 150px;
	position: absolute;
	right: 15px;
	top: 30px;
	background: #fff;
	border: 2px solid #666666;
	z-index: 300;
}

#loginArea .tab-group {
	line-height: 25px;
	height: 25px;
	background: #fafafa;
	border-bottom: 1px solid #888888;
	border-top-right-radius: inherit;
	border-top-left-radius: inherit;
}	

	#loginArea .tab-group .tab {
		width: 130px;
		height: 25px;
		line-height: 25px;
		float: left;
		text-align: center;
		cursor: pointer;
		font-size: 12px;
		color: #666666;
	}	
	
	#loginArea .tab-group .tab.active {
		border: 1px solid #888888;
		font-weight: bold;
		height: 26px;
		line-height: 26px;
		color: #666666;
		border-bottom: 0;
		background: #fff;
		border-top-right-radius: inherit;
		border-top-left-radius: inherit;
		margin: -1px;
	}	
	
	#loginArea form {
		margin: 5px;
		font-size: 12px;
	}
	
	#loginArea .loginTypeLogo {
		height: 30px;
		width: 100%;
		background-position: center;
		margin: 5px 0;
		padding: 0;
	}
	
	#loginArea form input[type='text'], form input[type='password'] {
		width: 160px;
		height: 22px;
		margin: 0;
		padding: 0 3px;
		border-radius: 3px;
		border: 1px solid #cccccc;
	}
	
	#loginArea form input[type='text']:focus, form input[type='password']:focus {
		border-color: #cccccc;
		-webkit-box-shadow: initial;
		-moz-box-shadow: initial;
		box-shadow: initial;			
	} 
	
	.button.grey {
		width: 55px;
		height: 22px;
		line-height: 22px;
		padding: 0;
		margin: 0 5px;
		color: #fff;
		font-size: 11px;
		text-align: center;
		background-color: #616161;
		background-image: -moz-linear-gradient(top, #A3A3A3, #616161);
		background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#A3A3A3),to(#616161));
		background-image: -webkit-linear-gradient(top, #A3A3A3, #616161);
		background-image: -o-linear-gradient(top, #A3A3A3, #616161);
		background-image: linear-gradient(to bottom, #A3A3A3, #616161);
		background-repeat: repeat-x;
		border-color: #2f96b4 #2f96b4 #1f6377;
		border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
		border-bottom-color: #b3b3b3;
	}		
	
	.button.grey:active, .button.grey:hover {
		background-image: none;
		text-decoration: none;
	}
	
	#loginArea table td {
		padding: 3px 0 3px 3px;
		text-align: left;
		color: #000000;
	}

#loginArea .wsFeedback.alert {
	margin: 5px;
}

/** Common */
.active, .active a, .active span {
	font-weight: bold;
}
