/* 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: #d6e6f5;
	color: #00152c;
}
.bullet-points {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	list-style-position: outside;
	margin-bottom: 10px;
}
.pagetext-black {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}
.sidetext-black {
	font-family: Tahoma;
	font-size: 11px;
	color: #ffffff;
}

.orange-text {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FE9C51;
	border: 1px none #D4D4D4;
}



/* text based css */

.pagetext {
	font-family: Tahoma;
	font-size: 11px;
	color: #00152c;
}
.pagetext2 {
	font-family: Tahoma;
	font-size: 12px;
	color: #00152c;
}

/* 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;
}

A.class_bottom:link {
	COLOR: #bebfc0;
	TEXT-DECORATION: none;
	font-family: Tahoma;
	font-size: 9px;
	font-weight: normal;
}
A.class_bottom:visited {
	COLOR: #bebfc0;
	TEXT-DECORATION: none;
	font-family: Tahoma;
	font-size: 9px;
}
A.class_bottom:hover {
	COLOR: #314355;
	TEXT-DECORATION: none;
	font-family: Tahoma;
	font-size: 9px;
	font-weight: normal;
}
A.class_bottom:active {
	COLOR: #bebfc0;
	TEXT-DECORATION: none;
	font-family: Tahoma;
	font-size: 9px;
	font-weight: normal;
}
/* layout css */




div.scroll {	height: 380px;	width: 534px;	overflow: auto;	padding: 0px;}
.left-table {
	background-image: url(../images/nottingham-orthodontics_01.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.right-table {
	background-image: url(../images/nottingham-orthodontics_07.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.centre-table {
	background-image: url(../images/nottingham-orthodontics_21.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.dots {
	font-family: Arial;
	font-size: 9px;
	color: #00152c;
}



/* 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: 11px;
	color: #000066;
	background-color: #cfe4f5;
}


/* 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%; 
} 
