﻿
/**************************************************************************
** Copyright (c) 2000-2007 MassMedia Studios Pty Ltd.
** 68-72 Wentworth Ave, Surry Hills, NSW 2010, Australia.
** All rights reserved.
**
** This software is the confidential and proprietary information of 
** MassMedia Studios Pty Ltd. ("Confidential Information").  You shall not
** disclose such Confidential Information and shall use it only in
** accordance with the terms of the license agreement you entered into
** with MassMedia Studios Pty Ltd.
** ------------------------------------------------------------------------
** 
** Author: Helen Fu
** Release notes:
** Sections: global, structure, navigation, headings, form elements, lists, tables, other
**
**************************************************************************/

/*-------------------------- GLOBAL --------------------------*/


body {
	font:								normal 1.7em arial,helvetica,sans-serif;
	color:								#000 !important;
	margin:								0;
	padding:							0;
	text-align:							center;
	
	background-image: none;
}

body.home, body.home .content,
body.standard, body.standard .content,
body.standard_full, body.standard_full .content
{
	background-image: none !important;
	background-color: #fff !important;
}

body.standard, body.standard_full
{
	background-image: none;
}



img {
	border:								0px;
}
div.content a,div.content a:link {
	color:								#000 !important;
	text-decoration:					none !important;
}
a:hover {
	color:								#000 !important;
}
.cDiv {
	clear:								left;
}
.cDivRight {
	clear:								right;
}
.cDivBoth {
	clear:								both; 
}
.cDiv, .cDivRight, .cDivBoth {
	line-height:						0px;
	font-size:							2px;
}
.floatLeft {
	float:								left;
}
.floatRight {
	float:								right;
}
.alignLeft {
	text-align:							left;
}
.alignCenter {
	text-align:							center;
}
.alignRight {
	text-align:							right;
}
.hide {
	display:							none!important;
}
.show {
	display:							inline!important;
}

/* to be REMOVED */
.techNote {
	border: 1px solid #f00;
	color: #f00;
	padding: 2px 10px;
	margin: 5px 0px;
	display: none;
}

/*-------------------------- STRUCTURE --------------------------*/

div#globalWrap {
	margin:								0 auto;
	width:								845px;
	font-size: 100%;
}

div.header, div.navigation, div.content, div.footer {
	width:								845px;
	margin:								0 auto;
	text-align:							left;
}

div.navigation
{
	display: none;
}

.standard div.footer,.standard_full div.footer
{
	position: relative;
	
}

/* header */
div.header {
	padding-bottom:						7px;
	overflow:							hidden; /* clearing */
}
div.header a.logoTraction {
	width:								162px;
	height:								53px;
	display:							block;
	float:								left;
	margin-top:							11px;
}

div.header a.logoTraction img
{
	visibility: hidden;
}

div.header a.logoTraction
{
	background: url(../App_Themes/Traction_v2/Images/logo_traction_gray.gif) no-repeat top left;
}

div.header span.tagline {
	width:								356px;
	height:								54px;
	display:							block;
	float:								left;
	margin-top:							10px;
	text-indent:						372px;
	background-image: none;
}
div.header div.searchBox {
	width:								272px;
	height:								34px;
	heigh\t:							26px;
	padding-top:						8px;
	float:								right;
	background:							url(Images/bg_searchBox.gif) no-repeat top right;
	text-align:							center;
	display: none;
}
/* search box */
div.searchBox div.fldWrapper {
	border:								1px solid #b6b6b6;
	background:							#fff;
	width:								152px;
	widt\h:								148px;
	padding:							0px 0px 0px 4px;
	margin:								0 auto;
	display: none;
}
div.searchBox label {
	display:							none!important;
}
div.searchBox .sf_searchText { /* input field */
	border:								0px;
	color:								#767676;
	font:								normal 1em arial,helvetica,sans-serif;
	vertical-align:						middle;
	width:								125px;
}
div.searchBox .sf_searchSubmit { /* input button */
	border:								0px;
	outline:							0px;
	text-indent:						-2000px;
	width:								20px;
	height:								18px;
	vertical-align:						middle;
	background:							url(Images/icon_search.gif) no-repeat 0px 0px;
	cursor:								pointer; 
	line-height: 0px;
}

/* content area - where modules sit */
div.content {
	padding-top:						16px;
	background-image: none;
	margin-top: -1px;
}
div.leftCol {
	width:								67% !important;
	float:								left;
	min-height:							200px;
	padding: 20px 0 0;
}

* html div.leftCol
{
	height:								664px;
}

div.rightCol {
	width:								30% !important;
	float:								right;
	padding: 20px 0 0;
}
div.fullCol {
	width:								795px;
	float:								left;
}

/* modules */
div.module {
	width:								100% !important;
	widt\h:								100% !important;
	padding:							0px 0px !important;
	background:							#fff;
	margin-bottom:						0px;
}
div.module div.topCnrs {
	width:								845px;
	height:								15px;
	font-size:							2px;
	background-image: none;
	margin:								0px -25px 10px;
	position: relative; 
	display: none;
}

/* print/font+/font- icons container */

div.module div.topCnrs   div#icons
{
	position: absolute;
	left: 775px;
	top: 2px;
	z-index: 9999;
	width: 100px;
	height: 28px;
	display: none;
}


div.module div.topCnrs  div#icons #print_icon
{
	float: left;
	width: 28px;
	height: 23px;
	background: transparent url(Images/print_icon.gif);
	display: none; /* hide for now */
}

div.module div.topCnrs   div#icons #font_increase
{
	float: left;
	width: 24px;
	height: 23px;
	background: transparent url(Images/increase.gif);
}

div.module div.topCnrs  div#icons #font_decrease
{
	float: left;
	width: 18px;
	height: 23px;
	background: transparent url(Images/decrease.gif);
}



/* this is for corners with leaves at the bottom which is used only on homepage in between top and bottom white panels */

div.module div.home_botCnrs {
	width:								845px;
	height:								31px;
	font-size:							2px;
	background-image: none !important;
	margin:								10px -25px 0px;
	display: none !important;
}

div.module div.botCnrs
{
	width:								845px;
	height:								15px;
	font-size:							2px;
	background-image: none !important;
	margin:								10px -25px 0px;
	display: none !important;
}


/* module with square top left corner */
div.modBC {
	clear:								left;
}
div.modBC div.topCnrs {
	background-image: none !important;
	display: none !important;
}



/* footer */
div.footer {
	color:								#454545;
	padding:							20px 0px 40px;
	height:								100px;
	heigh\t:							40px;
	background-image: none !important;
	display: none !important;
}

div.footer .floatLeft p {
	text-align:							left;
	padding-left: 8px;
	margin: 0;
}


div.footer .floatRight div {
	float: none;
}


div.footer .floatRight p {
	text-align: right;
	clear: right;
	margin: 0;
}

div.footer .floatRight
{
	padding: 0 8px 0 0;
}

div.footer .floatRight ul
{
	float: right;
}



div.footer .floatRight img
{
	float: right;
	margin-top: 13px;
}



div.footer a 
{
	text-decoration:					underline;
	color:								#454545 !important;
	cursor:								pointer;
}


#leaves_on_the_left
{
	background-image: none;
	width: 75px;
	height: 330px;
	position: absolute;
	top:	-489px;
	left: -75px;
}



#wrapper1 
{
	min-height: 407px;
}

* html #wrapper1
{
	height: 407px;
}

#wrapper_standard_full
{
	min-height: 724px;
}

* html #wrapper_standard_full
{
	height: 1050px;
}


/*-------------------------- NAVIGATION --------------------------*/

.sf_postCategory a,.sf_postTags a
{
	display: none !important;	
}

/* breadcrumbs */
div.breadcrumbs {
	float:								left;
	padding:							3px 100px 23px 0px !important;
	background-image: none;
	position:							relative;
	height:								28px;
	heigh\t:							22px;
	overflow: hidden;
}


/* for IE6 only to position breadcrumbs as they should */

* html div.breadcrumbs
{
	padding:							2px 100px 23px 0px !important;
}

div.breadcrumbs span.bcLCnr {
	width:								12px;
	height:								12px;
	font-size:							2px;
	display:							block;
	position:							absolute;
	top:								0;
	left:								0;
	background-image: none !important;
}

div.breadcrumbs img.iconHome {
	float:								left;
	margin:								8px 0 0 0;
}
* html div.breadcrumbs img.iconHome {
	float:								left;
	margin:								5px 0 0 0;
}
div.breadcrumbs span {
	float:								left;
	margin-left:						-6px;
}
div.breadcrumbs span span {
	float:								left;
	display:							block;
	padding:							12px 7px;
}
* html div.breadcrumbs span span {
	float:								left;
	display:							block;
	padding:							9px 7px;
}
div.breadcrumbs span span a {
	float:								none;
	text-decoration:					underline;
	cursor:								pointer;
}

/* rad menu adjustments */

.radmenu
{
	display: none !important;
}

div.rightCol div.radmenu ul .item
{
	float: none;
	margin:5px 0;
	padding:0 0 0 17px;
}


/* search results */

.searchResults dt
{
	margin: 15px 0 0 0;
}

.searchResults dt a
{
	color: #7d9910;
	font-weight: bold;
	text-decoration: none;	
	font-size: 1.1em;
}

.searchResults dd
{
	margin: 2px 0px;
}

.searchResults dd em
{
	font-style: normal;
}


.content .sf_searchSubmit
{
	background-image: none;
	border: 0px;
	font-size: 0;
	height: 18px;
	width: 20px;
	margin: 2px 0 0 4px;
	vertical-align: top;
}

.content .sf_searchText
{
	margin-left: 10px;
		
}

fieldset
{
	display: none;
}

/* search results paging */

.content .leftCol ol.sf_pager li
{
	background: none;	
	padding: 0;
}

.content ol.sf_pager
{
	float: none;
	height: 22px;
	margin: 0;
}


.content ol.sf_pager li a.sf_PagerSelItem
{
	text-decoration: none !important;
}


/* previous/next */

a.previous
{
	background: transparent url(Images/arrow_previous.gif) no-repeat left 4px;
	padding: 0 0 0 13px;	
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
	float: left;
	display: none;
}


a.next
{
	background: transparent url(Images/arrow_next.gif) no-repeat right 4px;
	padding: 0 13px 0 0;	
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
	float: right;
	display: none;
}

.next:hover, .previous:hover
{
	text-decoration: underline;
}



/*-------------------------- HEADINGS --------------------------*/

/* also ensuring it will look same even when linked as it happens when outputted with news module */

div.content h1
{
	color: #000 !important;
	font-size: 1.8em !important;	
	background: transparent url(Images/h1_bckg.gif) repeat-x left bottom;
	padding: 0 0 2px 0;
}

div.content h1 a
{
	color: #000 !important;
	text-decoration: none!important;
	font-weight: bold;
}

div.content h2
{
	color: #000 !important;
	font-size: 1.3em !important;
	padding: 0 0 4px 0 !important;
}

div.content h2 a
{
	color: #000 !important;
	text-decoration: none!important;
	font-weight: bold;
}


h3
{
	font-size: 1.2em !important;
	color: #000 !important;	
	font-weight: bold;	
	margin: 0 0 12px;
	display: block;
}

h3 a
{
	color: #000 !important;
	text-decoration: none!important;
	font-weight: bold;	
}


h4
{
	font-size: 1.3em !important;
	background: transparent url(Images/h1_bckg.gif) repeat-x left bottom;
	padding: 0 0 4px 0 !important;
	color: #000 !important;
}

/* quick fixes for ie6 and ie7 */

* html h4
{
	padding: 4px 0 4px 0 !important;
}

*+html h4
{
	padding: 4px 0 4px 0 !important;
}

/* ******************************** */

h4 a
{
	color: #666 !important;
	text-decoration: none!important;
	font-weight: bold;
}


/*-------------------------- COMMON ITEMS --------------------------*/

div.content a.read_more, div.content div.leftCol ul.sf_newsList p.sf_readMore a
{
	background: url(../App_Themes/Traction_v2/Images/a_read_more.gif) no-repeat left 3px;
	padding-left: 10px;
	font-weight: bold;
	color: #000 !important;
	text-decoration: none;
}

/* this is for content news full story link, weird as arrows are slightly moved up 
	so quick fix */

div.leftCol ul.sf_newsList p.sf_readMore a
{
	background: url(Images/a_read_more.gif) no-repeat left 5px;
}


a.read_more:hover,
a.read_more:focus,
div.leftCol ul.sf_newsList p.sf_readMore a:hover,
div.leftCol ul.sf_newsList p.sf_readMore a:focus
{
	text-decoration: underline;
	color: #000 !important;
}


div.rightCol a.read_more
{
	display: inline;
}

div.rightCol div.divider_dashed
{
	border-top:1px dashed #CDCDCD;
	clear:right;
	height: 12px;
}

div.rightCol div.recent_campaigns
{
	float: left;
	width: 147px;
	margin-bottom: 25px;
	margin-left: 5px;
}

div.rightCol div.recent_campaigns p
{
	margin-bottom: 9px;
}

div.rightCol div.customer_testimonials
{
	margin-bottom: 25px;	
}

div.leftCol div.success_stories
{
	padding: 0 0 12px;
	margin-bottom: 12px;
	border-bottom: 1px solid #efefef;
	position: relative;
	
	zoom: 1; /* to 'magically' show border in IE6, otherwise damn thing dosent show */
}

div.leftCol div.main
{
	float: left;	
	border-left: 1px solid #efefef;
	padding-left:20px;
	width:363px;
}


div.clear_left
{
	clear: left;	
}

a.pdf_link
{
	background: url(Images/pdf_icon.gif) no-repeat left 0px;
	padding: 2px 0 2px 22px;
	font-weight: bold;
	color: #317291 !important;
	text-decoration: none;
}

a.web_link
{
	background: url(Images/web_icon.gif) no-repeat left 0px;
	padding: 2px 32px 10px 22px;
	font-weight: bold;
	color: #317291 !important;
	text-decoration: none;
}


a.pdf_link:hover
{
	text-decoration: underline;
}

a.web_link:hover
{
	text-decoration: underline;
}


ul
{	
	margin: 0;
	padding: 0;
}

.content .leftCol li,.content .rightCol li,.content #wrapper1 li, #ControlEditor1_ctl01_ctl00_ctl00_RadEditor1Center li
{
	background: url(Images/bullet_point.gif) no-repeat left 4px;
	padding-left: 15px;
	list-style-type: none;
	line-height:1.6em;
}


.content .module .leftCol ul.sf_newsList li
{
	padding-left: 4px;
}




/* provided that item templates are used as provided in HTML_templates_for_items, these classes below
	will display templates properly */

div.leftCol p
{
	margin-bottom: 12px;
}

div.leftCol img.left_side
{
	margin: 50% 0 0 10px;	
	width: 90px !important;
}


div.leftCol div.left_logo img
{
	max-width: 90px;
	margin-top: 3px;
	height: auto !important;
}


div.leftCol div.left_logo
{
	overflow: hidden;
	text-align: center;
	float: left;
	width: 105px;
	margin: 0 3px 0 3px;
}


div.rightCol div.left_logo
{
	text-align: center;
	float: left;
	width: 90px;
	overflow: hidden;
}



div.rightCol div.left_logo img
{
	max-width: 80px;
}



ul.sf_newsList li
{
 background: none !important;
 margin-left: -4px;
 border-bottom: 1px dashed #ededed;
}



ul.sf_newsList li h2.sf_newsTitle
{
	font-size: 1.2em !important;
	color: #7d9910;	
	font-weight: bold;	
	margin: 0;
	float: left;
}

div.leftCol ul.sf_newsList li h2 a
{
	color: #000 !important;
	text-decoration: none!important;
	font-weight: bold;	
	float: left;
}



div.leftCol p.sf_newsDate
{
	float: left;
	clear: none;
	font-size: 1.1em !important;
	margin: -1px 0 0 12px;
	
}

div.leftCol div.sf_singleNews p.sf_newsDate
{
	clear: left;
	font-size: 0.9em !important;
	margin: -3px 0 10px;
}

ul.sf_newsList li p, ul.sf_newsList li p.sf_readMore, div.leftCol div.sf_singleNews p
{
	clear: both;
	margin: 0;
}

ul.sf_newsList li p.sf_readMore
{
	clear: both;
	margin: -2px 0 10px;
}



div.sf_singleNews h2.sf_NewsTitle
{
	color: #7d9910;	
	font-weight: bold;	
	margin: 0;
	float: left;
}




/* this is to make classes available from image dialog actually work. to show this classes in 
	drop down menu in a dialog this need to be added also to EditorContentArea.css. 
	these not necessarily have to be accessible thru the dialog though. */

.left_side
{
	float: left;
	margin: 0 7px 25px 0;
}

.right_side
{
	float: right;
	margin: 0 0 12px 7px;	
}



#wrapper_standard_full ul li
{
	margin: 0 0 0 13px;
}


* html #wrapper_standard_full ul li
{
	margin: 0 0 0 16px;
}

*+ html #wrapper_standard_full ul li
{
	margin: 0 0 0 16px;
}


/*-------------------------- FORM ELEMENTS --------------------------*/

form {
	margin:								0;
	padding:							0;
}


div.TractionCustomerAttribute input,div.TractionCustomerAttribute textarea
{
	width: 159px;
	float: right;	
	font: normal 1em arial,helvetica, sans-serif;
}
div.TractionCustomerAttribute span.TractionMandatory
{
	width: 14px;
	float: left;
	margin-left: 6px;
	margin-top: 3px;	
	display: none;
}

.leftCol div.TractionCustomerAttribute span.TractionCustomerLabel
{
	float: left;	
	clear: left;
	font-weight: bold;
	margin-top: 3px;
	width: 112px;
}



.rightCol div.TractionCustomerAttribute span.TractionCustomerLabel
{
	float: left;	
	clear: left;
	font-weight: bold;
	margin-top: 3px;
	width: 68px;
}


div.TractionCustomerAttribute span.TractionError
{
	width: 245px;
	margin-bottom: 0px;
	float: left;
}

/* to get our layout working and get rid of ghost bug need to add this below */


.rightCol div.TractionCustomerAttribute span.TractionError
{
	clear: both;
}
div.TractionCustomerAttribute 
{
	clear: both;	
	min-height: 28px;
	zoom: 1;
}

.content input,.content textarea
{
	border: 1px solid #ccc;
	padding: 2px;
}

/* that is for contact us page */


.content .leftCol textarea
{
	height: 92px;
}

.leftCol  div.TractionCustomerAttribute input,.leftCol  div.TractionCustomerAttribute textarea
{
	width: 372px;
	float: left;	
}


.leftCol  .TractionCustomerLabel 
{
	float: left;
	width: 112px;
	margin-right: 10px;
}


.leftCol div.TractionCustomerAttribute span input
{
	width: 15px;
	border: none;
	float: left;
	margin: 2px 0;
}


.leftCol div.TractionCustomerAttribute  span.TractionError
{
	width: 445px;
	margin-bottom: 0px;
}


* html div.TractionCustomerAttribute 
{
	height:28px;
}

.content input.submit, input.TractionSubmitButton
{
	background: url(Images/submit.gif) no-repeat left 2px;
	width: 84px;
	height: 23px;
	color: #fff;
	float: right;
	border: none !important;
}

* html input.TractionSubmitButton
{
	background: url(Images/submit.gif) no-repeat left 0px;
}
*+ html input.TractionSubmitButton
{
	background: url(Images/submit.gif) no-repeat left 0px;
}




.leftCol div.TractionSubmit input.TractionSubmitButton
{
	margin: 16px 0 0 122px;	
	float: left;
}

/*-------------------------- LISTS --------------------------*/


/*-------------------------- TABLES --------------------------*/


/*-------------------------- OTHER --------------------------*/






