﻿/*** Media Panel ***/

div.PL_IMAGEHOLDER
{
	width:100%; 
	overflow: hidden;
	margin: 0px; 
	padding: 0px;
	height: 320px;
	float: left;
}

/*** End of Media Panel ***/

/*------------------ 
 - COLUMNS
 ------------------*/

.PL_COLUMNS
{
	width:100%; 
	margin: 0px; 
	padding: 0px;
	float: left;
}

.PL_COLUMNS_left,
.PL_COLUMNS_centre,
.PL_COLUMNS_right
{
	padding-top: 30px;
	padding-bottom: 20px;
	vertical-align: top;
}

/*** Left Column ***/

.PL_COLUMNS_left
{
	width: 190px;
	text-align: center;
}

div.PL_COLUMNS_left_nav
{
	padding-bottom: 10px; 
	width: 149px;
	border: 1px #DFDFDF solid; 
	background-image: url('/Style Library/HIE/Images/PageLayouts/leftnav_bg.jpg'); 
	background-repeat: repeat-x; 
	background-position: center bottom;
	margin: 0 auto;
	padding-top: 10px; 
	padding-bottom: 10px; 
}

/*** Subsite Left Navigation ***/

table.LeftSubsiteNav
{
	margin: 0px;
	vertical-align: top; 
	padding-top: 0px;
	width: 149px !Important;
}

table.LeftSubsiteNav tr td
{
	padding-left: 3px;
}

table.LeftSubsiteNavItem
{
	margin: 0 auto;
	padding: 0px;
	width: 140px;
	text-align: left;
	height: 34px;
	/*margin-left: 2px;*/
	padding-top: 5px;
	padding-bottom: 5px;
}

a.LeftSubsiteNavItem
{
	color: #3D3D3D;
	font-size: 8pt!important;
	display: block !important;
	line-height: 12px !Important;
	width: 133px;
}

a.LeftSubsiteNavItem:hover
{
	text-decoration: underline;
}

table.LeftSubsiteNavSelected
{
	padding: 0px;
	background-image: url('/Style Library/HIE/Images/PageLayouts/navbutton.jpg');
	background-repeat: no-repeat;
	background-position:left;
	/*margin-left: 2px;*/
	width: 140px;
	height: 34px;
}

table.LeftSubsiteNavSelected tr td
{
	/*padding-left: 4px;*/
	width: 100px;

}

a.LeftSubsiteNavSelected
{
	color: white !important;
	line-height: 12px !important;
	text-decoration: none;
	width: 133px;
	display: block;
}	

a.LeftSubsiteNavSelected:hover
{
	text-decoration: none;
	line-height: 12px;
}

/*** End of Subsite Left Navigation ***/

/*** End of Left Column ***/

/*** Centre Column ***/

.PL_COLUMNS_centre
{
	text-align:left;
	width: 530px;
	border-right: 1px #DBDBDB solid; 
	padding-left: 10px;
	padding-right: 20px;
}

div.PL_COLUMNS_centre_title
{
	width:100%;
	padding-bottom: 20px;
	text-align:left;
	font-size: 14pt;
	font-weight:lighter;
}

div.PL_COLUMNS_centre_title h1
{
	padding: 0px;
	margin: 0px;
	font-size: 20pt;
	font-weight: normal;
}

div.PL_COLUMNS_centre_par
{
	width: 25%; 
	text-align:right;
	float: left;
	
	font-size: 14pt;
	font-weight:lighter;
	margin-top: 4px;

}

/*** Breadcrumbs ***/

div.PL_COLUMNS_centre_breadcrumbs
{
	text-align: left; 
	padding-bottom: 20px;
}

span.BREADCRUMB_CURRENT
{
	color: #595959;
	font-size: 7.5pt;
	text-decoration: none;
}

a.BREADCRUMB,
a.BREADCRUMB:after,
a.BREADCRUMB:hover,
a.BREADCRUMB:active
{
	color: #A4A4A4;
	text-decoration: none;
	font-size: 7.5pt;
	border: none;
	display: inline;
	padding: 0px;
	margin: 0px;
}

/*** End of Breadcrumbs ***/

/*** HTML Content Area ***/

div.HTML_CONTENT h1,
div.HTML_CONTENT h1 a,
div.HTML_CONTENT h1 a:hover
{
	font-size: 18pt;
	text-decoration:none;
		font-family:helvetica,verdana,arial,sans-serif;
		color:#737373;
}

div.HTML_CONTENT h2,
div.HTML_CONTENT h2 a,
div.HTML_CONTENT h2 a:hover
{
	font-size: 12pt;
	text-decoration:none;
		font-family:helvetica,verdana,arial,sans-serif;
	color:#737373;
}

div.HTML_CONTENT h3,
div.HTML_CONTENT h3 a,
div.HTML_CONTENT h3 a:hover
{
	font-size: 10pt;
	text-decoration:none;
		font-family:helvetica,verdana,arial,sans-serif;
	color:#737373;
}

.HTML_CONTENT
{
	font-size:8.7pt;
		font-family:helvetica,verdana,arial,sans-serif;
	color: #737373;
}

.HTML_CONTENT a
{
	font-size:8.7pt;
		font-family:helvetica,verdana,arial,sans-serif;
	color:#006600;
	text-decoration: Underline;
}

.HTML_CONTENT a:hover
{
	font-size:8.7pt;
		font-family:helvetica,verdana,arial,sans-serif;
	color:#006600;
	text-decoration: underline;
}

/* 
 * Standard table for use within the HTML content area.
 * To enable this style the user will need to add the 'INFO_TABLE' class to the desired table.
 */
.HTML_CONTENT table.INFO_TABLE 
{
	border: 1px #E1E1E1 solid;
	border-top: none;
	border-bottom: none;
}

.HTML_CONTENT table.INFO_TABLE tr th
{
	height: 24px;
	background-image: url('/Style Library/HIE/Images/Webparts/wp_header_bg.jpg');
	background-repeat: repeat-x;
	vertical-align: top;
	text-align: center;
	color:#FFF;
}

.HTML_CONTENT table.INFO_TABLE tr td
{
	border-bottom: 1px #E1E1E1 solid;
	height: 24px;
	vertical-align: top;
}

.HTML_CONTENT table.INFO_TABLE tr td p,
.HTML_CONTENT table.INFO_TABLE tr th p
{
	text-align: center;
}

.HTML_CONTENT table.INFO_TABLE tr th p
{
	color: white;
}

.HTML_CONTENT table.SPECIAL_TABLE 
{
	border: 1px #E1E1E1 solid;
	border-top: none;
	border-bottom: none;
}

.HTML_CONTENT table.SPECIAL_TABLE tr th
{
	height: 24px;
	background-image: url('/Style Library/HIE/Images/Webparts/wp_header_bg.jpg');
	background-repeat: repeat-x;
	vertical-align: top;
	text-align: left;
	color:#FFF;
}

.HTML_CONTENT table.SPECIAL_TABLE tr td
{
	border-bottom: 1px #E1E1E1 solid;
	height: 24px;
	vertical-align: top;
}

.HTML_CONTENT table.SPECIAL_TABLE tr td p,
.HTML_CONTENT table.SPECIAL_TABLE tr th p
{
	text-align: left;
}

.HTML_CONTENT table.SPECIAL_TABLE tr th p
{
	color: white;
}

/*** End of HTML content area ***/

/*** Page Edit Section ***/

.ms-long
{
	width: 700px;
}

div.PAGE_CONFIG_EDIT_SECTION
{
	background-color: #F9F9F9; 
	clear: both;
	width: 100%; 
	border: 1px #EAEAEA solid;
}

div.PAGE_CONFIG_EDIT_SECTION h2
{
	padding: 4px;
}

div.HORIZONTAL_BANNER_CONTENT
{
	text-align: center; 
	margin-top: 20px;
}

/*** End of Page Edit Menu ***/

/*** End of Centre Column ***/

/*** Right Column ***/

.PL_COLUMNS_right
{
	width: 250px;
}

div.PL_COLUMNS_right_webparts
{
	width: 208px;
	margin: 0 auto;
}

/*** End of Right Column ***/

/*------------------ 
 - END OF COLUMNS
 ------------------*/