﻿/* Developed at Software Solutions, Computer Systems Australia, Copyright 2009
 *
 * Author: Danny Wilson
 * 
 * Revision History:
 */

/*** 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: 180px;
}

div.PL_COLUMNS_left_nav
{
	padding-top: 10px; 
	padding-bottom: 10px; 
	margin-bottom: 20px;
	width: 150px; 
	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;
}

/*** End of Left Column ***/

/*** Centre Column ***/

.PL_COLUMNS_centre
{
	text-align:left;
	width:760px; 
	border-right: 1px #DBDBDB solid; 
	padding-right: 20px;
	padding-left: 10px;
}

div.PL_COLUMNS_centre_title
{
	width:100%;
	padding-bottom: 5px;
	text-align:left;
}

div.PL_COLUMNS_centre_title h1
{
	font-size: 15pt;
	font-weight:lighter;
	padding: 0px;
	margin: 0px;
}

/*** Left Site Navigation ***/

table.LeftNav
{
	margin: 0px;
	vertical-align: top; 
	padding-top: 0px;
	width: 150px;
}

table.LeftNavItem
{
	margin: 0 auto;
	padding: 0px;
	width: 140px;
	text-align: left;
	height: 30px;
	/*margin-left: 2px;*/
	padding-top: 5px;
	padding-bottom: 5px;
}

a.LeftNavItem
{
	color: #3D3D3D;
	font-size: 8pt!important;
	display: inline;
	width: 120px;
	line-height: 12px;
}

table.LeftNavSelected
{
	background-image: url('/Style%20Library/HIE/Images/PageLayouts/LeftNav_LinkBg.jpg');
	background-repeat: no-repeat;
	background-position:left;
	/*margin-left: 2px;*/
	width: 140px;
}

table.LeftNav tr td
{
	padding-left: 3px;
}

table.LeftNavSelected tr td
{
	padding-left: 3px;
}

a.LeftNavSelected
{
	color: white !important;
	line-height: 12px;
	text-decoration: none;
}	

a.LeftNavSelected:hover
{
	text-decoration: underline;
	line-height: 12px;
}

a.LeftNavItem:hover
{
	text-decoration: underline;
}

/*** End of Left Site Navigation ***/

/*** HTML Content ***/

.HTML_CONTENT
{
	font-size:8.5pt;
	color: #5A5A5A;
}

.HTML_CONTENT a
{
	font-size:8.5pt;
	color:#024A49;
	text-decoration: underline;
}

.HTML_CONTENT a:hover
{
	font-size:8.5pt;
	color:#024A49;
	text-decoration: underline;
}

/*** End of HTML Content ***/

/*** Page Configuration Panel ***/

.ms-long
{
	width: 700px;
}

div.PAGE_CONFIG_EDIT_SECTION
{
	background-color: #C4EBE8; 
	clear: both;
	width: 100%; 
	border: 1px #EAEAEA solid;
	margin-top: 10px;
}

div.PAGE_CONFIG_EDIT_SECTION h3
{
	padding: 4px;
	font-size: 12pt;
}

/*** End of Page Configuration Panel ***/

/*** End of Centre Column ***/

/*------------------ 
 - END OF COLUMNS
 ------------------*/
