/* Body */
body 
{
	background-color: white;
	margin: 0px;
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

/*
 * Hidden class, for headings etc
 */
.Hide {
	display: none;
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;  /* IE5 Mac */
}

/* left hand menu styles */
.GroupHeader
{
	background-image: url(../images/bar_title_menu_EGC.png);	
	width: 100%;
	height:24px;
	margin-bottom: 2px;	
	cursor: default	;
	color: White;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
}
.GroupDefault
{
	background-color: #D6CED9;
	cursor:default;
	font-family: Verdana;
	font-size:x-small;
	border-style:none;
	height: 30px;
	color:White;
	font-weight: bold;
}
.GroupHover
{
	background-image: url(../images/bar_title_menu_EGC.png);
	color: #5C71B3;
	height: 30px;
	font-size: x-small;
	font-family: Verdana;
	font-weight: bold;
}
.ItemDefault
{
	background-color: #D6CED9;
	color: Black;
	cursor:default;
	font-family: Verdana;
	font-size:xx-small;
	border-style:none;
	padding-left: 2px
}
.ItemSelectedDefault
{
	background-color: purple;
	color: white;
	cursor:default;
	font-family: Verdana;
	font-size:xx-small;
	border-style:none;
	padding-left: 2px
}

/*
 * Heading
 */
#HeaderTopBar, .HeaderTopBar
{
	height: 21px;
}

#HeaderMenu, .HeaderMenu
{
	color: Purple;
	font-size: 11px;
	font-weight: bold;
	font-family:Arial;
	height: 21px;
	padding-left: 5px;
	padding-right: 50px;
	padding-top: 3px;
	float:left;
}

/* Menu links */
#HeaderMenu a, .HeaderMenu a
{
	color: Purple;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial;
	text-decoration: none;
}

#HeaderRight, .HeaderRight
{
	color: Black;
	font-weight: bold;
	padding-right: 10px;
	padding-top: 3px;
	float: right;
}

.HeaderBlueThin
{
	position: relative;
	background-color: #4d3e5c;
	height: 3px;
	font-size: 1px;		/* Required for IE */
}

.HeaderBlueThick
{
	position: relative;
	background-color: #4d3e5c;
	height: 18px;
	color: White;
	text-align: right;
	padding-right: 10px;
	vertical-align: middle;
}

.HeaderGreen
{
	position: relative;
	background-color: #a75b81;
	height: 6px;
	font-size: 1px;		/* Required for IE */
}

#HeaderImageBarHome
{
	position: relative;
	background-image: url(../images/ESC_right_image_home.png);
	background-position: right;
	background-repeat: no-repeat;
	padding: 0px;
}

#HeaderImageBarInfo
{
	position: relative;
	background-image: url(../images/ESC_right_image_info.png);
	background-position: right;
	background-repeat: no-repeat;
	padding: 0px;
}

#HeaderImageBarTree
{
	position: relative;
	background-image: url(../images/ESC_right_image_tree.png);
	background-position: right;
	background-repeat: no-repeat;
	padding: 0px;
}


/* Footer items */
#FooterDiv
{
	margin-top: 5%;
}

.FooterBlue
{
	left:0;
	width:100%;
	margin-top: 5px;
	background-color: #a75b81;
	height: 3px;
	font-size: 1px;		/* Required for IE */
}

.FooterGreen
{
	margin-top: 1px;
	width:100%;
	left:0;
	background-color: #4d3e5c;
	height: 19px;
	font-size: 10px;		/* Required for IE */
	color: White;
	vertical-align: middle;
	padding-left: 5px;
	padding-top: 3px;
}

/* Left side bar */
#SideBar
{
	position: absolute;
	left: 0px;
	float: left;
	width: 195px;
	height: 200px;
	margin-top: 15px;
}

#SearchTitle
{
	height: 24px;
	width:100%;
	background-color: #4D3E5C;
	background-position: left top;

}
#SearchButton
{
	background-image: url(../images/button_go_EGC.png);
	background-position:right bottom;
	background-repeat: no-repeat;
	width:23px;
	height:27px;
}

#SearchImage
{
	height: 24px;
	width: 185px;
	background-image: url(../images/bar_title_search_EGC.png);
	background-position:right top;
	background-repeat: no-repeat;
}

#SearchEntry
{
	margin-top: 2px;
	height: 35px;
	background: #D6CED9;
	width: auto;
	vertical-align: middle;
	padding-top: 5px;
	padding-left: 5px;
}

#SearchHistory
{
	margin-top: 2px;
	background: #D6CED9;
	width: auto;
	vertical-align: middle;
	font-size: 10px;
	padding-left: 3px;
	padding-bottom: 3px;
	margin-bottom: 5px;
}

/*
 * Main Content Div
 */
#MainContent
{
	margin-left: 205px;
	height: expression(document.body.clientHeight - 320 + "px");
	padding-top: 15px;
	background-color: white;
}

#PageTitle
{
	font-size: 16px;
	font-weight: bold;
	border-bottom: solid 2px #caadda;
	margin-right: 10px;
	padding-bottom: 2px;
}

.PageTitle
{
	font-size: 16px;
	font-weight: bold;
	border-bottom: solid 2px #caadda;
	margin-right: 10px;
	padding-bottom: 2px;
	padding-top: 15px;
}

/* Logon Details */
.LogonLabel
{
	width: 100px;
	padding-left: 20px;
}

.LogonField
{
	margin-left: 10px;
	margin-right: 10px;
	width: 100px;
}

/* Error */
.ErrorMessage
{
	color: Red;
	font-weight: bold;
}

/* Effectiveness Description */
.Effectiveness
{
	color: White;
	background-color: Purple;
	font-weight: normal;
}

/* Alphabet buttons for Reference admin */
.AZLink
{
	background-color: #caadda;
	padding: 1px 0px 1px 0px;
	width: 20px;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	color: White;
	text-decoration: none;
	white-space: nowrap;
}

/* Reference admin grid */
#grdContent
{
	font-size: 10px;
	border: 0px;
}

/* Iframe in Treeview page */
#IFrameDetails
{
	margin-top: 5px;
	border: solid 1px silver;
	width: 99%;
	height:75%;
}

/* IFrame Page Heading */
.FramePageTitle
{
	color: Purple;
	font-size: 24px;
	font-weight: bold;
}

#FrameLeft
{
	margin-top: 30px;
	float: left;
	width: 40%;
}

#FrameRight
{
	margin-top: 30px;
	float: right;
	width: 40%;
}

#FrameCenter
{
	text-align: center;
}

.NodeRefButton
{
	margin-top: 15px;
}
.NodeUnreleased
{
	font-family: Tahoma;
	font-size: 8pt; 
	color: red;	
	padding-left: 3px;
	text-decoration: none;	
}
.NodeInternal
{
	font-family: Tahoma;
	font-size: 8pt; 
	color: blue;	
	padding-left: 3px;
	text-decoration: none;	
}

/* Text area - Full size */
.fill {
   width: 100%;
   height: 100%;
}

.searchHighlight
{
	background-color: Yellow;
	color: Purple;
}

/* Glossary */
.GlossaryTerm
{
	font-weight: bold;
}

.GlossaryExplanation
{
	padding-left: 20px;
	margin-bottom: 10px;
}

/* Breadcrumb trail above treeview */
#crumbs
{
	font-size: 10px;
}

/* IFrame Page Title */
#FramePageTitle
{
	font-size: 16px;
	font-weight: bold;
	border-bottom: solid 2px #9933CC;
	margin-right: 10px;
	padding-bottom: 2px;
	margin-left: 5px;
}
TABLE
{
	font-size: 10px;
}

.InterventionElements
{
	font-size:10px;
}


/* Additional colours for info pages */
.InfoPatient
{
	color: Purple;
}

.InfoIntervention
{
	color: red;
	font-size: xx-small;
}

.InfoComparison
{
	color: green;
	font-size: xx-small;
}

.InfoOutcome
{
	color: Blue;
	font-size: xx-small;
}

#WholePage
{
	height: auto;
}