/*

	/css/global.css

*/

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
P, TD {
	margin: 0;
	font-size: 1em;
}
LI {
	margin-bottom: 0em;
}
A, AREA {
	outline: none;
}

SPAN.cmsSup {
	font-size: .75em;
	position: relative;
	top: -.3em;
}
SPAN.cmsSub {
	font-size: .75em;
	position: relative;
	top: .3em;
}
DIV.cmsTrace {
	color: Red;
	font-weight: bold;
	background: white;
	padding: 5px;
	font-family: Arial;
	font-size: 11px;
}
DIV.tmpDebug {
	background: white;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: Red;
	padding: 5px;
	margin-bottom: 1px;
	display: none;
}

/* Global image styles */

TABLE.cmsImg, TABLE.cmsImgBorder, TABLE.cmsImgL, TABLE.cmsImgR, TABLE.cmsImgC {
	width: 1px;
	margin: 0;
	padding: 0;
	margin-top: 5px;
	margin-right: 10px;
	color: #5F6062;
}
TABLE.cmsImgL {
	margin-left: 0;
	margin-right: 10px;
	margin-top: 2px;
}
TABLE.cmsImgR {
	margin-left: 10px;
	margin-right: 0;
	margin-top: 2px;
}
TABLE.cmsImgC {
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}
TABLE.cmsImgBorder {
	margin-bottom: 2px;
}
TABLE.cmsImgBorder IMG.cmsImgBorder {
	border: 1px solid #5F6062;
	margin: 4px;
}
DIV.cmsContent TD.cmsImgTxt, DIV.cmsContent TD.cmsImgTxtBorder {
	text-align: center;
	padding-top: 3px;
	padding-bottom: 6px;
}
TD.cmsImgTxtBorder {
	padding-top: 0px;
	padding-left: 3px;
	padding-right: 3px;
}

/* Layout elements */

BODY.tmpBody {
	background-image: url(/global/images/bg.gif);
	margin: 0;
	font-family: Tahoma, Geneva, Sans-Serif;
	color: #5F6062;
}
DIV.tmpLayout {
	width: 800px;
	background-color: White;
	padding-bottom: 9px;
}
DIV.tmpHeadBar {
	background-color: #C60B46;
	height: 12px;
	overflow: hidden;
}
DIV.tmpHead {
	margin-left: 28px;
	margin-right: 28px;
	margin-top: 22px;
	width: 744px;
	height: 85px;
}
A.tmpLogo {
	width: 221px;
	height: 57px;
	background-image: url(/global/images/logo.gif);
	float: left;
}
DIV.tmpTopNav {
	text-align: right;
}
DIV.tmpTopNav A {
	display: inline-block;
	background-image: url(/global/images/redstar.gif);
	background-repeat: no-repeat;
	background-position: 10px 2px;
	padding-left: 24px;
	padding-bottom: 2px;
	text-decoration: none;
	color: #5F6062;
	font-size: 13px;
}
DIV.tmpTopNav A:hover, DIV.tmpTopNav A.tmpOn {
	color: #C60B46;
}
DIV.tmpTopNav A.tmpBtnOn {
	color: #C60B46;
}
DIV.tmpMidNav {
	margin-left: 28px;
	margin-right: 28px;
	height: 35px;
	overflow: hidden;
	background-color: #F2F2F2;
	background-image: url(/global/images/navbg.gif);
	background-repeat: repeat-x;
	background-position: 0 1px;
}
TABLE.tmpMidNav {
	border-top: 1px solid #9FA0A1;
	border-bottom: 1px solid #9FA0A1;
	width: 744px;
}
TABLE.tmpMidNav TD {
	height: 33px;
	vertical-align: middle;
}
DIV.tmpMidNav A {
	display: block;
	width: 76px;
	font-size: 13px;
	text-decoration: none;
	color: #5F6062;
	line-height: 14px;
	text-align: center;
}
DIV.tmpBanner {
	margin-left: 28px;
	margin-right: 28px;
	margin-bottom: 6px;
	overflow: hidden;
	border-bottom: 1px solid #9FA0A1;
	height: 145px;
}
.tmpBanner {
	/* default color */
	background-color: #8B8275;
}
DIV.tmpBanner DIV {
	background-repeat: no-repeat;
	height: 127px;
	text-align: left;
}
DIV.tmpFloatingBanner {
	position: absolute;
	top: 154px;
	left: 0;
	width: 100%;
	margin-top: 65px;
}
DIV.tmpFloat {
	overflow: hidden;
	width: 800px;
	text-align: left;
}
DIV.tmpFloat DIV.cmsContent_QuickClicks {
	position: relative;
	left: 593px;
}
DIV.tmpBanner DIV.tmpQuickClicksLayer DIV {
	margin-left: 565px;
	margin-top: 65px;
	background: pink;
}
DIV.tmpBody {
	border-top: 1px solid #9FA0A1;
	border-bottom: 1px solid #9FA0A1;
	background: #EAEAEB;
	margin-left: 28px;
	margin-right: 28px;
}
TABLE.tmpBody {
	width: 744px;
}
TABLE.tmpBody TD.tmpSidebar {
	width: 185px;
	font-size: 13px;
	padding-bottom: 10px;
}
DIV.tmpSidebarHead {
	width: 185px;
	height: 31px;
	background-repeat: no-repeat;
	overflow: hidden;
}
DIV.tmpSidebar {
	padding-left: 20px;
	padding-right: 20px;
}
DIV.tmpSidebar A {
	display: block;
	color: #5F6062;
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 7px;
	border: 0;
}
DIV.tmpSidebar A:hover {
	color: whitesmoke;
}
DIV.tmpSidebar A.tmpOn, DIV.tmpSidebar A.tmpOn:hover {
	color: White;
}
DIV.tmpSidebar DIV.tmpLine {
	height: 1px;
	overflow: hidden;
	background: whitesmoke;
}
TABLE.tmpBody TD.tmpContent {
	background: white;
	padding: 20px;
}
DIV.tmpFootBar {
	background-color: #C60B46;
	color: White;
	height: 23px;
	width: 800px;
	overflow: hidden;
	font-size: 13px;
}
DIV.tmpFootBar A {
	color: White;
}
DIV.tmpFootBar DIV.tmpLeft {
	margin-left: 15px;
	float: left;
	padding-top: 3px;
	padding-bottom: 3px;
}
DIV.tmpFootBar DIV.tmpRight {
	margin-right: 15px;
	float: right;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: right;
}
DIV.cmsContent TABLE.tmpResultTable{
	margin-top: 20px;
	width: 100%;
}
DIV.cmsContent TABLE.tmpResultTable TD {
	vertical-align: top;
	font-size: 11px;
	padding-left: 7px;
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom: 1px dotted gainsboro;
}
DIV.cmsContent TABLE.tmpResultTable TR.tmpHeader {
	color: White;
	font-weight: bold;
}
DIV.cmsContent TABLE.tmpResultTable TR.tmpShaded {
	/*background-color: whitesmoke;*/
}
DIV.cmsContent TABLE.tmpResultTable TR.tmpHeader SPAN {
	font-weight: normal;
}
DIV.cmsContent TABLE.tmpResultTable TR.tmpHeader TD {
	padding-left: 0;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 0;
}
TABLE.tmpBody TD.tmpSidebar {
	padding: 0;
	padding-bottom: 10px;
}
TABLE.tmpBody DIV.tmpPhysicianSearch {
	background: #AAA193;
	color: White;
	font-size: 13px;
	padding: 10px;
	margin-bottom: 9px;
}
DIV.tmpSearchForm {
	width: 165px;
	overflow: hidden;
}
DIV.tmpSearchForm FORM {
	margin: 0;
}
DIV.tmpSearchForm INPUT, DIV.tmpSearchForm SELECT {
	border: 1px solid #8E8F90;
	width: 165px;
}
DIV.tmpSearchForm INPUT.tmpSubmit {
	width: 69px;
	height: 23px;
	border: 0;
}
DIV.tmpSearchForm DIV.tmpField {
	padding-top: 3px;
	padding-bottom: 10px;
}
DIV.tmpSidebarGap {
	height: 9px;
	overflow: hidden;
}