body{font:12px Tahoma,Arial,Helvetica,sans-serif;line-height:15px;}
a:focus{outline:1px dotted invert}
hr{border:0 #ccc solid;border-top-width:1px;clear:both;height:0}
/*Page Title */
h1{font-size:14px;color:#333333;}
/*Homepage Header */
h2{font-size:14px;color:#366D7E;}
h3{font-size:13px;font-weight:bold;color:#666666;}
h4{}
h5{font-size:14px;}
h6{font-size:15px;}
ol{list-style:decimal}
ul{list-style:disc}
li{margin-left:30px}
p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset{margin-bottom:15px}

reg { font-size:85%;vertical-align: super; }


/** 
 * SilverStripe Black Candy Theme
 * http://www.silverstripe.com
 *
 * This typography file is included in the WYSIWYG editor and the front end. It provides
 * a place to add link styles and font styles you would like in the CMS and the Front End.
 */
body{color:#333333;}
a {text-decoration:none;color:#366D7E;font-weight:bold;}
a:hover {text-decoration:underline;}
table {margin-bottom:0;width:100%;}
/*p {margin-bottom:10px;}*/

	
/* GENERIC STYLES 
-------------------------------------------- */
 

/* QUOTES
-------------------------------------------- */
.typography blockquote {
	margin: 10px;
	font-size: 1.4em;
	color: #777;
	font-style: italic;
}	
.typography q {
	display:block;
	font-size: 0.8em;
	margin: 1em 1em;
	padding: 0.5em;
	border: 1px #ccc solid;
}


/* LIST STYLES 
-------------------------------------------- */
.typography ul, 
.typography ol {
	margin: 0 0 18px 24px;
	color: #666;
}
	.typography li {
		margin: 5px 10px;
		font-size: 11px;
	}
		.typography li li {
			font-size: 10px;
		}

/* PRE STYLES 
-------------------------------------------- */	
.typography pre {
	font-family:"Courier New",Courier;
	display:block;
	font-size:1.2em;
	margin:2em 5em;
	padding:0.5em;
	border:1px #ccc solid;
	background:#eee;;
}

/* TABLE STYLING 
-------------------------------------------- */
.typography table {
	margin: 0 0 18px 0;
	font-size: 11px;
	color: #666;
	border-collapse:collapse;
}
	.typography tr {}
	
		.typography td {
			border:1px solid #999;
			padding:5px;
		}

/* WYSIWYG EDITOR ALIGNMENT CLASSES 
-------------------------------------------- */
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}

/* IMAGES 
-------------------------------------------- */

	img.right {
		float: right;
		padding-left:20px;
		padding-bottom:10px;
		padding-top:10px;
	}
	img.left {
		float: left;
		padding-right:20px;
		padding-bottom:10px;
	}
	img.leftAlone {
		float: left;
		margin-right: 100%;
		padding-bottom:10px;
	}
	img.center {
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;
		padding-bottom:10px;
	}
	img.patient-form-icon {
		float: left;
		padding-right:10px;
		padding-bottom:10px;
	}


