/* CKS main template */
html, form, body
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
}
body
{	
	/* For IE only */
	scrollbar-face-color: #cae5f5;
    scrollbar-track-color: #e5f5fe;
    scrollbar-arrow-color: #29365c;
    scrollbar-dark-shadow-color: #29365c;
    scrollbar-3dlight-color: #cae5f5;
    scrollbar-highlight-color: #e2f4fe;
    scrollbar-darkshadow-Color:#29365c;
}
body #browsePatient
{
	/* For IE only */
	scrollbar-face-color: #E3E3D5;
    scrollbar-track-color: #EEEEE1;
    scrollbar-arrow-color: #333333;
    scrollbar-dark-shadow-color: #F6F6EA;
    scrollbar-3dlight-color: #F6F6EA;
    scrollbar-highlight-color: #F6F6EA;
    scrollbar-darkshadow-Color: #F6F6EA;
    scrollbar-shadow-color: #ADADA4;
}
#siteBody
{
	height: 100%;
}
#wrap
{
	height: 100%;
	min-width: 770px;
}
#contentHeader
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 770px;
	z-index: 1;
}
#topMenu
{
	height: 31px;
	background: #0079C2;
	border-bottom: solid 1px #004279;
}
#searchBox
{
	background: url(../Images/bg-search.gif);
	height: 36px;
}
.leftMenu
{
	height: 100%;
}
.leftMenuWithBorder
{
	height: 100%;
	background: #F6FAFE;
}
.content
{
	padding: 10px 10px 40px 0;
}
#siteContent
{
	margin-left: 220px;
	margin-bottom: 34px;
	border: solid 1px #FFFFFF;
}
#footer
{
	position: fixed;
	left: 0;
	bottom: 0;
	height: 30px;
	width: 100%;
	line-height: 30px;
	border-top: solid 1px #004279;
	background: #FFFFFF;
	background: #FFFFFF;
}
#printFooter
{
	width: 100%;
	margin-top: 1em;
	border-top: solid 1px #004279;
}
