/*Reset & Basics*/
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; 
	}
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
	ol, ul { list-style: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; 
	}
	body {
		line-height: 1;
		background: #f5f5f5;
		font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #434343;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
	}

/*Typography*/
	h1, h2, h3, h4, h5, h6 {
		color: #747474;
		font-weight: normal; 
	}
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 46px; line-height: 50px; margin-bottom: 14px;}
	h2 { font-size: 35px; line-height: 40px; margin-bottom: 10px; }
	h3 { font-size: 28px; line-height: 34px; margin-bottom: 8px; }
	h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; }
	h5 { font-size: 17px; line-height: 24px; }
	h6 { font-size: 14px; line-height: 21px; }
	.subheader { color: #777; }

	p { margin: 0 0 20px 0; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	strong { font-weight: bold; color: #333; }
	small { font-size: 80%; }
	.grn_text { color:#82a95c; }
	.gry_text { color:#c1c1c1; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }

/*Links*/
	a, a:visited { color: #747474; text-decoration: none; outline: 0; }
	a:hover, a:focus { color: #202020; text-decoration: underline;}
	p a, p a:visited { line-height: inherit; }

/*Lists*/
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol, ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li, ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 18px; margin-bottom: 12px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }

/*Forms*/
	form { margin-bottom: 20px; }
	fieldset { margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #ccc;
		padding: 6px 4px;
		outline: none;
		/*-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;*/
		font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #777;
		margin: 0;
		width: 210px;
		max-width: 100%;
		display: block;
		margin-bottom: 20px;
		background: #fff; }
	select { padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
		color: #444;
		/*-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2);*/ }
	textarea { min-height: 60px; }
	label, legend {
		display: block;
		font-weight: bold;
		font-size: 13px;  }
	select { width: 220px; }
	input[type="checkbox"] { display: inline; }
	label span, legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }

/*Clearing */
.clearfix:before, .clearfix:after,
.row:before, .row:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0; }
.row:after, .clearfix:after { clear: both; }
.row, .clearfix { zoom: 1; }
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.fright{
	float: right;
	margin: 0 auto;
}
.fleft{
	float: left;
	margin: 0 auto;
}
/*For modern browsers */
.cf:before, .cf:after { content:""; display:block; }
.cf:after { clear:both; }

/*Site Styles*/
/*.main_table / .med_table*/
.interactive_content{
	margin: 10px 6px 0px 6px;
}

#top {
	border-bottom: solid 1px #dedede;
	display: table;
	padding: 0;
	margin: 0;
	height: 65px;
	width: 100%;
}
#top #task_list ul{
	display: none;
}
#top div, #top nav { display: table-cell; }
#top ul li {
	display: inline;
	padding: 2px 14px 3px 0px;
	margin: 0 10px 0 0px;
	font-size: 14px;
}
#top ul li:last-child {
	padding-right: 0;
	margin-right: 0;
}
#top ul li.active {
	font-weight: bold;
}
#top #nav {
	float: right;
}
#top #patient_card, #top #nav {
	margin: 12px;
}
#top #patient_card {
	width: 175px;
	height: 50px;
	display: inline-block;
}
#top #patient_card #photo {
	background: url('../images/robert_martin.png');
	height:46px;
	width: 46px;
	display: inline-block;
	margin-right: 10px;
}
#top #patient_card #info {
	display: inline-block;
}
#patient_card #info #name {
	line-height: 24px;
}
#patient_card #info #dob, #patient_card #info #gender {
	font-size: 10px;
	display: inline;
}
#patient_card #info #gender {
	margin-left: 15px;	
}
section {	margin: 20px 15px 10px 15px; }
.wrapper {
	background-color: #fff;
	border: solid 1px #dadada;
	margin: 8px 6px 6px 6px;
	-moz-box-shadow:    0px 1px 4px 0px #dadada;
  	-webkit-box-shadow: 0px 1px 4px 0px #dadada;
  	box-shadow:         0px 1px 4px 0px #dadada;
}
.header {
	color: #535353;
	font-size: 11px;
	margin: 10px 20px 0px 20px;
}
.header .welcome {
	float: left;
}
.header .todays_date {
	float: right;
}
iframe {
	margin: 0px 0px 40px 0px;
	height:450px;
	width:100%;
}

	/* #Tablet (Portrait) Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	/*.container  { width: 768px; }*/
}
	/*  #Mobile (Portrait) Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
	/*.container { width: 300px; }*/
}
	/* #Mobile (Landscape) Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	/*.container { width: 420px; }*/

}