﻿/*****************************************************************************
 * General Layout and Styling                                                *
 *****************************************************************************/

#CentreSection
{
	margin: auto;
	width: 960px;
	
}

#HeaderTopBar
{
	height: 60px;
	background: #fff;
	position: relative;
}

#HeaderLogo
{
	background-image: url(../Images/banner.jpg);
	height:292px;
}

#FooterSection
{
	padding: 20px 15px;
	clear:both;
	text-align: center;
	border-top: 1px solid #C8C8C8;
}

#MainSection
{
	background: #fff;
	clear:both;
}

#NavigationColumn
{
	float:left;
	width:200px;
	position: relative;
	top: -20px;
}

#promoButtons 
{
	background: url('../Images/homepage_buttons.png') no-repeat top left;
	height: 109px;
}

#promoButtons ul, #promoButtons li 
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	position: relative;
	
}

a.rolloverPromoteButton 
{
	height:159px;
	display: block;
	position: absolute;
	top:-50px;
	text-indent: -9000px;
	background-position: 0px 159px;
	background-repeat: no-repeat;
}

@media screen and (-webkit-min-device-pixel-ratio:0) 
{ 

	a.rolloverPromoteButton 
	{
		height:159px;
		display: block;
		position: absolute;
		top:-63px;
		text-indent: -9000px;
		background-position: 0px 159px;
		background-repeat: no-repeat;
	}

}


a.rolloverPromoteButton:hover 
{
	background-position: 0 0;
}



#promo_button_1 
{
	width:271px;
	background-image: url('../Images/promote1.jpg');
}

#promo_button_2
{
	left:271px;
	width: 227px;
	background-image: url('../Images/promote2.jpg');
}

#promo_button_3
{
	left:498px;
	width: 262px;
	background-image: url('../Images/promote3.jpg');
}



#rightContentColumn 
{
	background: url(../Images/corner.jpg) top left no-repeat;
	float: right;
	width: 760px;
}

#ContentColumn
{
	float:left;
	width:430px;
	padding: 20px 44px 35px;
	
	
}

#ContentColumn.WideContentColumn
{
	width:630px;
}

#FloatRightBoxesColumn
{
	float:left;
	width:180px;
	padding:10px;
}

div.FloatRightInfoBox
{
	-moz-border-radius-topleft: 13px;
	-moz-border-radius-topright: 13px;
	-webkit-border-top-left-radius: 13px;
	-webkit-border-top-right-radius: 13px;
	float:right;
	width: 180px;
	background-color: #EBEBEB;
	border: 1px solid #C8C8C8;
	text-align: center;
	margin-bottom: 2em;
}

div.FloatRightInfoBox *
{
	margin: 5px;
}

div.FloatRightInfoBox span.InfoBoxTitle
{
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	display:block;
	background-color: #BEBEBE; 
	padding: 5px;
	margin:0px; /* Cancel the margin from the * rule above */
	margin-bottom: 5px;
}

/*****************************************************************************
 * Header Specific Styling                                                   *
 *****************************************************************************/

#headerContactLinks 
{
	float: right;
	display: block;
	padding-top: 16px;
	font-size: 12px;
	font-weight: bold;
}

#headerContactLinks ul, #headerContactLinks li
{
	margin: 0;
	padding: 0;
	list-style-type:none;
	display: inline;
}

#headerContactLinks a 
{
	display: block;
	float: left;
	margin-right: 25px;
	padding:5px 5px 5px 30px;
}

#contactLink1 
{
	background: url(../Images/icon_australia.png) no-repeat left;
}

#contactLink2
{
	background: url(../Images/icon_world.png) no-repeat left;
}

#contactLink3 
{
	background: url(../Images/icon_email.png) no-repeat left;
}

/*****************************************************************************
 * Navigation Menu-Specific Styling                                          *
 *****************************************************************************/

#NavigationColumn ul
{
	list-style-type:none;
	list-style-position:outside;
	padding:0;
	margin:0;
	
	width:200px;
}

#NavigationColumn li.MenuLevel0
{
	font-weight:bold;
	padding: 0.2em;
	padding-left:0.8em;
	font-size:1.3em;
	background: #111;
	color: #fff;
}

#NavigationColumn li.MenuLevel0 a:link, #NavigationColumn li.MenuLevel0 a:hover, #NavigationColumn li.MenuLevel0 a:visited
{
	text-decoration: none;
}

#NavigationColumn li.MenuLevel1
{
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #fff;
	background: #eee url(../Images/menu_level_2_bg.jpg) repeat-x  left;
}

#NavigationColumn li.MenuLevel1 a
{
	font-weight:bold;
	display:block;
	padding: 5px 5px 5px 25px;
	background: url('../Images/bullet.png') no-repeat 6px center ;
}


#NavigationColumn li.MenuLevel2 a
{
	display:block;
	padding:5px 5px 5px 45px;
	border-bottom: 1px solid #eee;
	font-size: 0.9em;
}

#NavigationColumn li.MenuLevel3 a
{
	display:block;
	padding:5px 5px 5px 56px;
	border-bottom: 1px solid #eee;
	font-size: 0.9em;
	color:#5F9BB2;
}


#NavigationColumn li.MenuLevel1 a:hover, #NavigationColumn li.MenuLevel2 a:hover, #NavigationColumn li.MenuLevel3 a:hover
{
	background-color: #efefef;
}

#NavigationColumn li.MenuLevel1 a:hover,
#NavigationColumn li.MenuLevel2 a:hover,
#NavigationColumn li.MenuLevel3 a:hover
{
	text-decoration:none;
	color:#67a604;
}



/*****************************************************************************
 * General Text Styling                                                      *
 *****************************************************************************/

body
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	line-height: 1.5;
	color: #555;
	background: #fff url('../Images/body.jpg') repeat-x top;
	margin:0;
	padding:0;
}

h1, h2, h3, h4, h5 
{
	color: #2187ad;
	font-weight: normal;
}

h1
{
	margin:0 0 0.75em;
	padding-bottom: 10px;
	background: url(../Images/breaker.jpg) no-repeat bottom left;
	font-size: 1.8em;
}

h2
{
	margin-bottom: 1em;
	font-size: 1.4em;
	padding-top: 26px;
	background: url(../Images/h2_bg.jpg) no-repeat top left;
}

h2#h2Logo 
{
	margin:0;
	padding:0;
	background:none;
}

h2#h2Logo a 
{
	text-indent: -9000px;
	background: #ddd;
	float: left;
	display: block;
	height: 107px;
	width: 200px;
	background: url('../Images/mainLogo.png') no-repeat top left;
	position: absolute;
	
}

h3
{
	margin-bottom:1em;
	font-size: 12px;
}

h4
{
	color:Gray;
}

p
{
	margin:0; /*Removes any browser defaults*/
	margin-bottom:1em;
	line-height: 1.3em;
}

p.NoSpacing
{
	margin:0;
}


a:link, a:visited
{
	color:#2187ad;
}

a:hover {
	color:#67a604;
	text-decoration: underline;
}

a:link
{
	text-decoration: none;
}

a:visited
{
	text-decoration: none;
}


a:link img, a:hover img, a:visited img
{
	border:0;
	text-decoration:none;
}

div.FloatRightInfoBox
{
	color:#505050;
	text-align:center;
	font-size:0.9em;
}

div.FloatRightInfoBox span.InfoBoxTitle
{
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: white;
	font-weight: bold;
	font-size: 1.2em;
}

#ContentColumn li
{
	list-style-type:square;
	line-height: 1.3em;
}

#ContentColumn img.CentreImage
{
	margin-top:0;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
	display:block;
}

hr
{
	border:0;
	border-top:1px #AFAFAF solid;
	margin:1em 0em;
}

p img.InlineIcon, td img.InlineIcon, th img.InlineIcon
{
	vertical-align:text-bottom;
}


/*****************************************************************************
 * Standard Table Styling                                                    *
 *****************************************************************************/

#ContentColumn table td, #ContentColumn table th
{
	padding: 10px;
	border-collapse: collapse;
}

#ContentColumn table tbody td, #ContentColumn table tbody th
{
	background-color: #E1E1E1;
	color: #505050;
}

#ContentColumn table thead th, #ContentColumn table.KeyValueTable tbody th
{
	background-color: #AFAFAF;
	color: white;
	font-weight: bold;
}

#ContentColumn table tbody th, #ContentColumn table tbody td.HeadingRow
{
	font-weight: bold;
	text-align: left;
}

#ContentColumn table
{
	margin-bottom: 1em;
	margin-top: 0;
}

#ContentColumn table td.CellLighterBackground
{
	background-color:#F1F1F1;
}

#ContentColumn table td.CellLightGreenBackground
{
	background-color:#DDFFDD;
}

#ContentColumn table td.CellLightRedBackground
{
	background-color:#FFCCCC;
}

#ContentColumn table td.CellLightBlueBackground
{
	background-color:#D1D1FF;
}

#ContentColumn table td.OneIconWidth, #ContentColumn table th.OneIconWidth
{
	width:16px;
}

#ContentColumn table td.TwoIconWidth, #ContentColumn table th.TwoIconWidth
{
	width:36px;
}

#ContentColumn table td.ThreeIconWidth, #ContentColumn table th.ThreeIconWidth
{
	width:56px;
}

#ContentColumn table td.FourIconWidth, #ContentColumn table th.FourIconWidth
{
	width:76px;
}

/*****************************************************************************
 * Layout Table Styling                                                      *
 *****************************************************************************/

#ContentColumn table.LayoutTable
{
	margin-left:0;
	margin-right:0;
}

#ContentColumn table.LayoutTable, #ContentColumn table.LayoutTable td, #ContentColumn table.LayoutTable th
{
	background-color:Transparent;
	padding:0;
	vertical-align:top;
	font-weight:normal;
}

#ContentColumn table.LayoutTable td, #ContentColumn table.LayoutTable th
{
	padding:0.2em;
}

#ContentColumn table.LayoutTable tbody th
{
	text-align:right;
}

/*****************************************************************************
 * Exchange Rate Table Styling                                               *
 *****************************************************************************/

#ContentColumn table.ExchangeRateTable tbody th
{
	background-color: #AFAFAF;
	color: white;
	font-weight: bold;
}

#ContentColumn table.ExchangeRateTable input[type="text"]
{
	width:5.5em;
}

/*****************************************************************************
 * Pricing Table Styling                                                     *
 *****************************************************************************/

#ContentColumn table.PricingTable
{
	background-color:#E1E1E1;
	border-spacing:0;
	border-collapse:collapse;
}

#ContentColumn table.PricingTable th
{
	border-top:#E1E1E1 2px solid;
}

#ContentColumn table.PricingTable tr:first-child th
{
	border-top:0;
}

#ContentColumn table.PricingTable td
{
	text-align:right;
}

#ContentColumn table.PricingTable td.SubHeading
{
	font-weight:bold;
}

#ContentColumn table.PricingTable td.Sum
{
	border-bottom: 1px solid black;
	padding-bottom:9px;
}

#ContentColumn table.PricingTable td.SumFromAbove
{
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding-top:9px;
	padding-bottom:9px;
}

#ContentColumn table.PricingTable td.GrandTotal
{
	border-top: 1px solid black;
	border-bottom:3px double black;
	font-weight:bold;
	padding-top:9px;
	padding-bottom:7px;
}


/*****************************************************************************
 * Form Element Styling                                                      *
 *****************************************************************************/

form
{
	margin:0; /*Removes IE7's default margin*/
}


#ContentColumn fieldset
{
	border:1px solid #BEBEBE;
	margin:0;
	margin-bottom: 1em;
	background-color: #F0F0F0;
	padding: 0.5em;
	padding-top: 1em;
}

#ContentColumn input[type="submit"], #ContentColumn input[type="button"]
{
	border:1px solid #BEBEBE;
	background-color:#F0F0F0;
}

#ContentColumn input[type="submit"]:hover, #ContentColumn input[type="button"]:hover
{
	background-color:#DDDDDD;
	cursor:pointer;
}

#ContentColumn input[type="submit"]:active, #ContentColumn input[type="button"]:active
{
	background-color:#CCCCCC;
	cursor:pointer;
}

#ContentColumn legend
{
	font-weight:bold;
	color: #646464;
}

#ContentColumn textarea, #ContentColumn input, #ContentColumn select
{
	border: 1px solid #C8C8C8;
	background-color: white;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
}

#ContentColumn input[type=image]
{
	background-color:Transparent;
	border:0;
	margin:0;
}

#ContentColumn textarea
{
	height:10em;
	width:30em;
}

#ContentColumn input, #ContentColumn select, #ContentColumn textarea
{
	padding: 0.2em;
	margin-right:0.5em;
}

#ContentColumn input[type="text"], #ContentColumn input[type="password"]
{
	width:20em;
}

#ContentColumn div.FieldFloatWrapper
{
	width:20.5em;
	float:left;
	white-space:nowrap;
}

#ContentColumn input[type="text"].ShortNumberField
{
	width:6em;
}

#ContentColumn div.ShortNumberFieldFloatWrapper
{
	width:6.5em;
	float:left;
	white-space:nowrap;
}

#ContentColumn .field-validation-error
{
    color: #ff0000;
}

#ContentColumn .input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

#ContentColumn .validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

#ContentColumn span.field-validation-error
{
	display:block;
}

#ContentColumn form.IconForm
{
	display:inline;
}

#ContentColumn form.IconForm p
{
	margin:0;
	display:inline;
}

#ContentColumn form.IconForm input
{
	padding:0;
}

#ContentColumn input[type="submit"].AddButton, #ContentColumn input[type="button"].AddButton
{
	background-image:url(../../Content/Images/AddIcon.png); 
	background-repeat:no-repeat; 
	background-position:2px; 
	padding-left: 20px;
}

/*****************************************************************************
 * Content List Styling                                                     *
 *****************************************************************************/
 
 .Points li
 {
 	padding-bottom:5px;
 }

/*****************************************************************************
 * TempInfoBox Styling                                                       *
 *****************************************************************************/

div.TempInfoBox
{
	padding:5px;
	padding-left: 25px;
	background-position: 5px center; 
	background-repeat: no-repeat;
	margin-bottom: 1em;
}

div.TempInfoBox p
{
	margin:0;
	font-weight: bold;
}

div.WarningBox
{
	border:1px solid #F9F948;
	background-color: #FFFFCE;
	background-image: url(../Images/TempInfoBoxWarningIcon.gif);
}

div.SuccessBox
{
	border:1px solid #66CC33;
	background-color: #DDFFDD;
	background-image: url(../Images/TempInfoBoxSuccessIcon.gif);
}

div.InfoBox
{
	border:1px solid #75AFEA;
	background-color: #D8E4F1;
	background-image: url(../Images/TempInfoBoxInfoIcon.gif);
}

div.ErrorBox
{
	border:1px solid #FF3D3D;
	background-color: #FFCCCC;
	background-image: url(../Images/TempInfoBoxErrorIcon.gif);
}


/*****************************************************************************
 * Collapsible Fieldset Styling                                              *
 *****************************************************************************/

fieldset.Collapsible legend
{
	background-repeat:no-repeat;
	background-position:left center;
	padding-left: 12px;
	cursor:pointer;
}

fieldset.Collapsible legend.Expand
{
	background-image: url(../Images/Expand.png);
}

fieldset.Collapsible legend.Collapse
{
	background-image: url(../Images/Collapse.png);
}


/*****************************************************************************
 * Sortable Column Header Styling                                            *
 *****************************************************************************/

#ContentColumn th.PrimarySortColumn
{
	padding-right: 25px;
	background-repeat:no-repeat;
	background-position:right center;
}

#ContentColumn th.SortedAscending
{
	background-image:url(../Images/SortAscending.png);
}

#ContentColumn th.SortedDescending
{
	background-image:url(../Images/SortDescending.png);
}

#ContentColumn th.NonPrimarySortColumn
{
	background-image:none;
}

#ContentColumn table thead th.Sortable a:link, #ContentColumn table thead th.Sortable a:hover
{
	color:White;
}

#ContentColumn table thead th.Sortable a:visited
{
	color:White;
}


/*****************************************************************************
 * Expand/Collapse Second Row Styling (see JS func InitExpandCollapseCell in *
 * OnsetCustomScripts.js)                                                    *
 *****************************************************************************/

td.Expand, td.Collapse
{
	background-repeat:no-repeat;
	background-position: center center;
	width:14px;
	cursor:pointer;
}

#ContentColumn th.Expand, #ContentColumn th.Collapse
{
	background-repeat:no-repeat;
	background-position: 9px center;
	cursor:pointer;
	padding-left:26px;
}

td.Expand, th.Expand
{
	background-image:url(../../Content/Images/Expand.png);
}

td.Collapse, th.Collapse
{
	background-image:url(../../Content/Images/Collapse.png);
}


/*****************************************************************************
 * Bing Search Box Styling                                                   *
 *****************************************************************************/

#WLSearchBoxDiv
{
	padding-left:3px;
	width:195px; 
	margin-top:2px;
	margin-bottom:2px;
}

#WLSearchBoxDiv td
{
	padding:0;
	margin:0;
	vertical-align:top;
	line-height:0;
}

#WLSearchBoxInput
{
	border:1px gray solid;
	padding-top:3px;
	padding-bottom:3px;
	margin:0;
	margin-right:3px;
	width: 164px;
}