/*
 * Permanent CSS
 */

html {  background-color: #fff;  font-family: Arial, sans-serif;  font-size: 12px;  color: #000;  font-weight: normal;  margin-top: 0px;  }
.block-login-box {  background-color: #f5f5f5;  line-height: 150%;  padding-bottom: 10px;  padding-left: 10px;  padding-right: 10px;  padding-top: 10px;  -moz-border-radius: 2px;  }
div {  font-family: Arial, sans-serif;  font-size: 12px;  }
table {  }
tr {  }
td {  font-family: Arial, sans-serif;  font-size: 12px;  }
body {  font-family: Arial, sans-serif;  font-size: 12px;  margin-top: 0px;  padding-top: 0px;  }
p {  font-family: Arial, sans-serif;  font-size: 12px;  margin-bottom: 10pt;  }
h1 {  font-size: 16px;  font-weight: bold;  }
h2 {  font-size: 14px;  font-weight: bold;  }
h3 {  }
h4 {  }
h5 {  }
h6 {  }

td { padding: 0px 10px; }

em, i
{
	font-style: italic;
}

strong, b
{
	font-weight: bold;
}

ul li
{
	list-style-type: disc;
	list-style-position: inside;
}

ol li
{
	list-style-type: decimal;
	list-style-position: inside;
}

.hide
{
	display: none;
}

.full
{
	float: left;
	width: 100%;
}

div#contact-form-block
{
	float: left;
}

div#contact-form-block div.form-block
{
	float: left;
	width: 100%;
	clear: both;
	margin: 5px 0px;
}

div#contact-form-block input[type=radio]
{
	width: 20px;
	margin: 0px 5px;
}

div#iplasma-menu-top
{
	float: left;
	width: 900px;
	margin: 9px 22px;
	min-height: 30px;
}

div#iplasma-menu-top a
{
	color: white;
	font-size: 16px;
	text-decoration: none;
	text-align: center;
}

div#iplasma-menu-top a:hover
{
	border-bottom: 3px solid #8099B3;
}

div#iplasma-menu-top li#top-menu-item-1
{
	border-left: 0px;
}

div#iplasma-menu-top li#top-menu-item-5
{
	border-right: 0px;
}

.sf-menu
{
	float: left;
}
.sf-menu a
{
	text-decoration: none;	
}
.sf-menu a, .sf-menu a:visited
{ /* visited pseudo selector so IE6 applies text colour*/
	color:			#13a;
}

.sf-menu li
{
	padding: 5px 20px;
	border-left: 1px solid #8099B3;
	border-right: 1px solid #001933;
	display: inline-block;
	/*background:		#BDD2FF;*/
}

.sf-menu li ul li
{
	float: left;
	background:	#AABDE6;
	padding: 5px 20px;
	border-left: 1px solid #8099B3;
	border-right: 1px solid #001933;
	display: block;
	z-index: 1000000;
}
/*
.sf-menu li li li
{
	background:		#9AAEDB;
}
*/
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	/*background:		#CFDEFF;*/
	outline:		0;
}

/*
 * Site Specific CSS
 */



a, a:visited
{
	color: #103463;
	font-weight: bold;
}

a:hover
{
	color: black;
	text-decoration: underline;
}

div.iplasma-content-title
{
	color: #103463;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 0px;
}

div.iplasma-breadcrumb
{
	float: left;
	width: 100%;
	margin: 10px 0px;
	font-size: 14px;
	font-weight: bold;
}

div.iplasma-breadcrumb-alt
{
	float: left;
	width: 100%;
	margin: 10px 0px;
	font-size: 14px;
	font-weight: bold;
	color: white;
}

div.iplasma-breadcrumb-alt a
{
	color: white;
}

input.medium
{
	padding: 4px;
	font-size: 14px;
	font-weight: bold;
}

input.large, select.large
{
	padding: 4px;
	font-size: 18px;
	font-weight: bold;
}

body
{
	font-size: 0.9em;
	font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
}

div.wrapper
{
	float: left;
	width: 100%;

}

div.container
{
	width: 980px;
	margin: 0px auto;
}

div#logo
{
	float: left;
	margin-top: 20px;
}

div#arc
{
	float: left;
	margin-left: -20px;
}

div.body.wrapper
{
	background: #CFCFCF url('../img/grey-background.jpg') repeat-x;
	clear: both;
}

div.body.container
{
	background: #FBF7E6 url('../img/yellow-background.jpg') repeat-x;
	clear: both;
}

div.dentists.container
{
	float: left;
	background: #E7F3FE url('../img/blue-background.jpg') repeat-x;
}

div.container.indent
{
	width: 944px;
	margin: 0px auto;
	overflow: auto;
}

div.rounded
{
	float: left;
	width: 5px;
	height: 5px;
}

div#blue-top
{
	float: left;
	width: 944px;
	height: 9px;
	background: url('../img/rounded-corners.png') no-repeat;
}

div#blue-bottom
{
	float: left;
	width: 944px;
	height: 9px;
	background: url('../img/rounded-corners.png') no-repeat;
	background-position: bottom center;
}

div.blue
{
	float: left;
	width: 944px;
	background: url('../img/blue-background-shadow.png') repeat-y;
}

div#footer
{
	float: left;
	color: white;
	font-size: 1.2em;
}

div#footer a, div#footer a:visited
{
	color: white;
}

.body-wrapper {
/*	background:red;*/
/*	display:none;*/
}


div.inner-content-container
{
	float: left;
	margin:auto;
	width: 98%;
	padding: 1%;
}

div#html-content-1
{
	float: left;
	width: 69%;
}

div#profile-box
{
	float: left;
	clear: both;
	width: 409px;
	height: 206px;
	padding: 10px;
	background: url('../img/profile-box.png') no-repeat;
}

div#edit-profile-box
{
	float: left;
	clear: both;
	width: 405px;
	height: 222px;
	margin: 5px 2px;
	padding: 10px;
	background: url('../img/edit-profile-box.png') no-repeat;
}

div#edit-profile-box div a
{
	float: left;
	clear: both;
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 34px;
}

div#edit-profile-box div a span
{
	float: left;
	margin: 2px 5px;
	width: 30px;
	height: 30px;
	text-align: center;
}

div#appointments
{
	float: left;
	width: 410px;
	padding: 10px;
	background: #D6DFE8;
	min-height: 300px;
	border: 1px solid white;
}

div.account-entry
{
	float: left;
	width: 90%;
	margin: 1% 5%;
	padding-bottom: 2px;
	margin-bottom: 2px;
	border-bottom: 1px solid #003366;
}

div.account-entry span.key
{
	float: left;
	width: 30%;
	color: #E4BB13;
	font-size: 14px;
	font-weight: bold;
}

div.account-entry span.value
{
	float: left;
	width: 70%;
	color: white;
	font-size: 14px;
	font-weight: bold;
}

div.form-block
{
	float: left;
	margin: 4px auto;
}

div.form-block label
{
	float: left;
	width: 150px;
	text-align: right;
	margin-right: 10px;
}

div.form-block input, div.form-block select
{
	float: left;
	width: 150px;
	padding: 2px;
	font-weight: bold;
}

form#register-form label
{
	display: block;
	margin: 8px 0px;
}

form#register-form input, form#register-form select
{
	padding: 2px;
	font-weight: bold;
}

form#edit-billing label
{
	display: block;
	margin: 8px 0px;
}

form#edit-billing input, form#edit-billing select
{
	padding: 2px;
	font-weight: bold;
}

dl.zend_form dd
{
	float: left;
	width: 50%;
}

dl.zend_form > dt
{
	display: none;
}

dl.zend_form fieldset
{
	float: left;
	width: 100%;
}

h2.error
{
	float: left;
	width: 900px;
	padding: 8px;
	margin: 10px 22px;
	text-align: center;
	border: 1px solid red;
	background: white;
}

h2.success
{
	float: left;
	width: 900px;
	padding: 8px;
	margin: 10px 22px;
	text-align: center;
	border: 1px solid green;
	background: white;
}

tr.row-one
{
	background: #e1e1e1;
}

tr.row-one td, tr.row-two td
{
	vertical-align: top;
}

tr.row-two
{
	background: white;
}

div.dentist-account
{
	float: left;
	width: 86%;
	margin: 2% 7%;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #717c5e;
}

div.dentist-account span.key
{
	font-size: 14px;
	font-weight: bold;
	color: #164061;
	display: block;
}

div.dentist-account span.value
{
	font-size: 14px;
	font-weight: bold;
	color: black;
	display:  block;
}

div.legend-key
{
	float: left;
	width: 15px;
	height: 15px;
	border: 1px solid black;
}

div#legend > div
{
	float: left;
	margin: 0px 10px;
}

div#legend
{
	float: left;
	margin: 10px 0px;
	text-align: center;
}

div.pending-appointment
{
	float: left;
	width: 94%;
	padding: 1% 3%;
	background: #ebeff4;
	border: 1px solid #6b89a7;
	margin: 5px 0px;
}

div.pending-appointment td
{
	padding: 5px 2px;
}

div.confirmed-appointment
{
	float: left;
	width: 94%;
	padding: 1% 3%;
	background: #a8efb7;
	border: 1px solid #6b89a7;
	margin: 5px 0px;
}

div.confirmed-appointment td
{
	padding: 5px 2px;
}

p.frontpage-bullet
{
	margin: 4px 0px;
	font-size: 14px;
}

p.frontpage-bullet span
{
	color: #103463;
	font-size: 16px;
	font-weight: bold;
}

div.sitemap-container
{
	float: left;
	width: 960px;
}

div.sitemap-block
{
	float: left;
	width: 300px;
	margin: 9px;
	min-height: 160px;
}

div.sitemap-block.right	{ clear: right;}
div.sitemap-block.left	{ clear: left;}

div.sitemap-title
{
	float: left;
	width: 100%;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	line-height: 25px;
	background: url('/uploads/css/boxTitleBg.png') repeat-x;
	overflow: hidden;
}

div.sitemap-title a, div.sitemap-title a:visited, div.sitemap-title a:hover
{
	color: white !important;
}

a.sitemap-entry
{
	float: left;
	clear: both;
	padding: 4px 5px;
}

a.sitemap-entry.depth-1 { padding-left: 12px !important; }
a.sitemap-entry.depth-2 { padding-left: 22px !important; }
a.sitemap-entry.depth-3 { padding-left: 32px !important; }
a.sitemap-entry.depth-4 { padding-left: 42px !important; }
a.sitemap-entry.depth-5 { padding-left: 52px !important; }
a.sitemap-entry.depth-6 { padding-left: 62px !important; }
a.sitemap-entry.depth-7 { padding-left: 72px !important; }

ul.errors
{
	float: left;
	margin-left: 150px;
	font-size: 0.8em;
}

ul.errors li
{
	list-style-type: none;
}

#iplasma-admin-content-container dl.zend_form > dt
{
	display: block;
	clear: both;
}

#siteseal {
	display:none;
}
