/*
	layer7.co.nz GLOBAL Sytles
*/

/*
	Default Styles
*/
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #404040;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
}
p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 10px;
}
h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
h1 {
	font-size: 16px;
	padding-bottom: 10px;
}
h2 {
	font-size: 14px;
	padding-bottom: 5px;
}
h3 {
	font-size: 12px;
}
a:link, a:visited {
	color: #404040;
}
a:hover {
	color: #000000;
}
.tableSelect a {
	display: block;
	padding-top: 1px;
	padding-bottom: 1px;
	width: 100%;
	font-weight: bold;
}
.tableSelect a:link, td a:visited {
	color: #194747;
	text-decoration: none;
}
.tableSelect a:hover {
	background-color: #937070;
	color: #FFFFFF;
}
#pageColumn {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	width: 750px;
	text-align: left;
}
#bannerTitle {
	padding: 50px 0px 0px 3px;
	font-size: 20px;
	font-style: italic;
}
#siteLogo {
	position: absolute;
	left: 10px;
	top: 0px;
	width: 130px;
	height: 122px;
	background: url(/images/logos/logo_layer7.jpg) no-repeat top left;
	z-index: 100;
}
#tagLine {
	position: absolute;
	left: 160px;
	top: 25px;
	width: 300px;
	font-size: 12px;
	color: #909090;
	z-index: 101;
}
#flashWidget {
	position: absolute;
	left: 0px;
	top: 315px;
	z-index: 1000;
}
#pageDate {
	text-align: right;
	margin-top: 12px;
	margin-right: 3px;
	font-size: 10px;
	color: #909090;
}
#copyRight
{
	float: right;
	margin-top: 15px;
	margin-right: 3px;
	font-size: 10px;
	color: #909090;
}
#copyRight img
{
	margin: 0px 5px -3px 4px;
	border: none
}
#loginMessage {
	color: #993333;
	font-weight: bold;
	text-align: center;
}

/*
	Content Layout
*/
#menuColumn {
	float: left;
	width: 150px;
}
#contentColumn {
	float: right;
	width: 600px;
}
#contentColumn ul {
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 0px;
}
#contentColumn li {
	margin-left: -20px;
	margin-bottom: 3px;
	text-align: left;
}

.contentColumn01 {
	float: left;
	width: 380px;
	background-color: #FFFFFF;
}
.column01Left {
	width: 170px;
	text-align: justify;
	padding-right: 8px;
	border-right: 1px solid #DDDDDD;
}
.column01Right {
	float: right;
	width: 170px;
	text-align: justify;
}
.contentColumn02 {
	float: right;
	width: 220px;
	background-color: #FFFFFF;
}
.contentColumn03 {
	float: right;
	width: 600px;
	background-color: #FFFFFF;
}
.column03Left {
	width: 280px;
	text-align: justify;
}
.column03Right {
	float: right;
	width: 280px;
	text-align: justify;
}
.fade01 {
	background: url(/images/background/fade_01.jpg) repeat-x;
}
.fade02 {
	background: url(/images/background/fade_02.jpg) repeat-x;
}
.fade03 {
	background: url(/images/background/fade_03.jpg) repeat-x;
}
.baseImage01 {
	background: url(/images/global/dandelion01.jpg) no-repeat bottom right;
}

/*
	Item Styles
*/
.columnQuote {
	position: relative;
	float: left;
	width: 120px;
	margin-left: -152px;
	margin-bottom: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #666666;
	text-align: justify;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #937070;
	border-bottom: 1px solid #937070;
}
.columnQuote .signed {
	float: right;
	font-size: 10px;
	font-weight: 100;
	color: #999999;
	margin-top: 3px;
}
.blockQuote {
	text-align: left;
	margin: 0px 2px 10px 2px;
	padding: 5px 5px 3px 5px;
	border: 1px solid #909090;
}
.blockQuote a {
	cursor: pointer;
}
.indentLine {
	display: block;
	margin: 10px 0px 10px 20px;
}
.clearBoth {
	clear: both;
	font-size: 1px;
	height: 1px;
}
.finePrint {
	font-size: 10px;
	color: #AAAAAA;
}
.special {
	font-weight: bold;
	color: #937070;
}
.hidden {
	display: none;
}
.visible {
	display: block;
}
.reference {
	font-size: 10px;
	font-style: italic;
	color: #666666;
}
.formBox {
	background-color: #E0E0E0;
	border: 1px solid #808080;
	padding: 10px;
}

/*
	Menu Styles
*/
#siteMenu {
	margin: 0px -7px;
	padding: 70px 0px 0px 0px;
	width: 136px;
	font-family: Verdana, Helvetica, Arial, sans-serif; 
	font-size: 12px;
	font-weight: bold;
}
#siteMenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#siteMenu a {
	display: block;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 135px;
}
#siteMenu a:link, #siteMenu a:visited {
	color: #404040;
	text-decoration: none;
}
#siteMenu a:hover {
	color: #CCCCCC;
	background-color: #444C56;
}

/*
	Forms
*/
form {
	margin: 0px;
}
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #999999;
	background-color: #CCCCCC;
	width: 100%;
	cursor: pointer;
}
.inputText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #CCCCCC;
	width: 100%;
}

/*
	Tables
*/
.cellHighlight_Header td {
	background-color: #937070;
	font-weight: bold;
	color: #DDDDDD;
}
.cellHighlight_0 td {
	background-color: #FFFFFF;
}
.cellHighlight_1 td {
	background-color: #DDDDDD;
}
.label {
	font-weight: bold;
}

/*
	Pods
*/
.podBox {
	background: url(/images/global/podDefaultBottomRight.gif) no-repeat bottom right;
	margin: 0px 0px 0px 0px;
	/*zoom: 1;*/
}
.podHead {
	background: url(/images/global/podDefaultTopRight.gif) no-repeat top right;
}
.podHead div {
	background: url(/images/global/podDefaultTopLeft.gif) no-repeat top left;
	height: 12px;
}
.podContent {
	background: url(/images/global/podDefaultBottomLeft.gif) no-repeat bottom left;
	padding: 0px 12px 16px 12px;
}
#menuPod {
	margin: 40px 0px 0px 0px;
	width: 150px;
	background: url(/images/logos/logo_corner.jpg) no-repeat top left;
	background-color: #FFFFFF;
}
#bannerPod {
	margin: 15px 0px 0px 0px;
	width: 600px;
	height: 100px;
}
