/* CSS Document */

/* main body css */

body{
	margin: 0px;
	colour: #ffffff;
	font-family: Tahoma; /*or any other font family you prefer*/
	font-size: 11px;
	background-color: #FFFFFF;
	color: #FFFFFF;
}
.bullet-points {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	list-style-position: outside;
	list-style-image: url(../images/bullet.png);
	margin-bottom: 10px;
}
.pagetext-black {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}

.orange-text {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #EF6601;
	border: 1px none #D4D4D4;
}



/* text based css */

.pagetext {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
}

/* page links */

a:link {
	color: #0172C0;
	text-decoration: none;
}
a:visited {
	color: #0071C1;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}

/* layout css */

.maintable100 {
	height: 100%;
	width: 860px;
	background-image: url(../images/kent-dentist-group_46.jpg);
}

.maintable-index {
	width: 860px;
	background-image: url(../images/kent-dentist-group_46.jpg);
}
.bluerbar {
	background-color: #0071C1;
}
.sidebar-colour {
	background-color: #F0F0F0;
	background-image: url(../images/kent-dentist-group_32.jpg);
}
.bottom-table-bg {
	background-image: url(../images/kent-dentist-group_38.jpg);
}



div.scroll {	height: 380px;	width: 534px;	overflow: auto;	padding: 0px;}

/* Scrollbar css */

body,html {
scrollbar-face-color: #231f20;
scrollbar-shadow-color: #666666;
scrollbar-highlight-color: #666666;
scrollbar-3dlight-color: #666666;
scrollbar-darkshadow-color: #014d87;
scrollbar-track-color: #231f20;
scrollbar-arrow-color: #ffffff;
}
.formobject {
	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
	background-color: #F0F0F0;
	border: 1px solid #CDCDCD;
}


/* set 100% table to full 100% - crack css*/

html, body, #container { 
min-height: 100%; /* Not supported by IE 5/6, but required for Firefox/Opera */ 
width: 100%; 
height: 100%; 
} 
.header-orange {
	font-family: Calibri;
	font-size: 20px;
	font-weight: normal;
	color: #EF6601;
}
.header-blue {
	font-family: Calibri;
	font-size: 20px;
	font-weight: normal;
	color: #0172C2;
}
.dots {
	font-family: Arial;
	font-size: 9px;
	color: #0071C1;
}
