/*============================================================
 GTAQNT CSS - cam 09
============================================================*/

@import url(reset.css);

/*============================================================
 Essentials
============================================================*/

html, body {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.4em;
	color: #414141;
	text-align: center;
	background-color: #8f2d4e;
}

.logged-on {
    float: right;
    position: relative;
    top: 10px;
}

.non-image-menu li a {
    color: #c6c6c6;
    font-size: 16px;
	font-weight:bold;
	line-height: 1.2em;
    text-decoration: none;
}

.non-image-menu li a:hover {
    color: #E2681E;
}

/*============================================================
 Common Assets
============================================================*/

h1, h2, h3, h4, h5, h6 {
	color: #222;
	}

h1 {
	font-weight: normal;
	}

strong {
	font-weight: bold;
	}

em {
	font-style: italic;
	}

p {
	margin-bottom: 20px;
	}

input,
textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7a7a7a;
	}

a	{
	text-decoration: underline;
	outline: none;
	}

a:link, a:visited {
	color: #e2681e;
	}

a:hover, a:active {
	text-decoration: none;
	}

a img	{border: none;}

/*============================================================
 Floats
============================================================*/

.float-l {
	display: block;
	float: left;
	}

.float-r {
	display: block;
	float: right;
	}

/*============================================================
 Wrapper
============================================================*/

.wrap {
	text-align: left;
	width: 960px;
	margin: 0 auto;
	}

/*============================================================
 Footer
============================================================*/

.footer-copyright {
	display: block;
	text-align: center;
	font-size: 11px;
	color: #bfbfbf;
	line-height: 1.4em;
	margin-top: 10px;
	}

.footer {
	background: white url(../images/footer-bg-inner.jpg) no-repeat center center;
	height: 412px;
    }

.footer-copyright a {
	color: #bfbfbf;
	font-size: 11px;
	text-decoration: none;
	}

.footer-copyright a:hover {
	text-decoration: underline;
	}

.footer-number {
	display: block;
	text-align: center;
	}

.inner-footer-number {
	display: block;
	text-align: center;
	padding-top: 100px;
	}

/*============================================================
 Top
============================================================*/

.top {
	display: block;
	height: 41px;
	background: white url(../images/top-bg.jpg) repeat-x top left;
	}

.top .login {
	float: right;
	height: 41px;
	width: 502px;
	position: relative;
	background: white url(../images/login-bg.jpg) no-repeat top left;
	}

.top .username {
	background-color:transparent;
	border:medium none;
	font-size:11px;
	left:116px;
	position:absolute;
	top:13px;
	width:180px;
	}

.top .password {
	background-color:transparent;
	border:medium none;
	font-size:11px;
	left:315px;
	position:absolute;
	top:13px;
	width:180px;
	}

.top .sign-in-btn {
	float: right;
	background-color: transparent;
	border: none;
	}

/*============================================================
 Logo
============================================================*/

.header {
	display: block;
	height: 129px;
	background: transparent url(../images/header-bg.jpg) repeat-x top left;
	}

.header h1 {
	text-indent: -9999px;
	display: block;
	height: 134px;
	background: transparent url(../images/logo-bg.jpg) no-repeat top right;
	}

/*============================================================
 Front Content
============================================================*/

.front-content {
	display: block;
	height: 782px;
	background: transparent url(../images/front-footer-bg.jpg) no-repeat top center;
	}

.front-content .front-headings {
	display:block;
	float:left;
	height:185px;
	margin-left:25px;
	position:relative;
	width:720px;
	}

.left-content {
	display:block;
	float:left;
	position:relative;
	width:240px;
	}

.right-content {
	display:block;
	float:left;
	position:relative;
	width:240px;
	}

.content-right-blank {
	height: 100px;
	}

.inner-content {
	display:block;
	float:left;
	position:relative;
	width:480px;
	}

.content-bottom {
	position: absolute;
	bottom: -68px;
	left: 0;
	}

.inner-content p {
	font-size:12px;
	}

.inner-content h3 {
	font-size:11px;
	color:#e2681e;
	font-weight:bold;
	text-transform:uppercase
	}

.inner-content h4 {
	font-size:11px;
	color:#000;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom: 10px;
	}

.inner-headings {
	display:block;
	float:left;
	position:relative;
	width:480px;
	height: 100px;
	}

.inner-heading {
	display: block;
	font-size: 58px;
	color: #9e3456;
	letter-spacing: -5px;
	position: absolute;
	top: 0;
	left: 0;
	}

.inner-heading strong {
	color: #e2681e;
	font-size: 58px;
	letter-spacing: -5px;
	}

.inner-sub-heading {
	display: block;
	font-size: 20px;
	color: #9e3456;
	letter-spacing: -1px;
	position: absolute;
	left: 0;
	top: 60px;
	}

.inner-sub-heading strong {
	color: #e2681e;
	}

.left-image {
	margin-top:20px;
	}

.front-content .front-headings .main-heading {
	display: block;
	font-size: 58px;
	color: #9e3456;
	letter-spacing: -5px;
	position: absolute;
	top: 0;
	left: 0;
	}

.front-content .front-headings .main-heading-two {
	display: block;
	font-size: 55px;
	color: #9e3456;
	letter-spacing: -5px;
	position: absolute;
	top: 50px;
	left: 0;
	}

.front-content .front-headings .sub-heading {
	display: block;
	font-size: 20px;
	color: #c6c6c6;
	letter-spacing: -1px;
	position: absolute;
	bottom: 0;
	left: 0;
	}


/*============================================================
 Navigation
============================================================*/

#primary-nav {
	float: left;
	}

#primary-nav li {
	margin: 0;
	padding: 0;
	height: 18px;
	display: block;
	position: relative;
}

#primary-nav li#home a.mainlink {width: 171px; background: transparent url(../images/nav-home.jpg) no-repeat; }
#primary-nav li#employment a.mainlink {width: 171px; background: transparent url(../images/nav-employment.jpg) no-repeat;}
#primary-nav li#apprentices a.mainlink {width: 171px; background: transparent url(../images/nav-apprentices.jpg) no-repeat;}
#primary-nav li#gto a.mainlink {width: 171px; background: transparent url(../images/nav-gto.jpg) no-repeat;}
#primary-nav li#noticeboard a.mainlink {width: 171px; background: transparent url(../images/nav-noticeboard.jpg) no-repeat;}
#primary-nav li#publications a.mainlink {width: 171px; background: transparent url(../images/nav-publications.jpg) no-repeat;}
#primary-nav li#partners a.mainlink {width: 171px; background: transparent url(../images/nav-partners.jpg) no-repeat;}
#primary-nav li#resources a.mainlink {width: 171px; background: transparent url(../images/nav-resource.jpg) no-repeat;}
#primary-nav li#contact a.mainlink {width: 171px; background: transparent url(../images/nav-contact.jpg) no-repeat;}

/* over */
#primary-nav li#home a.mainlink:hover, #primary-nav li#employment a.mainlink:hover, #primary-nav li#apprentices a.mainlink:hover, #primary-nav li#gto a.mainlink:hover,#primary-nav li#noticeboard a.mainlink:hover, #primary-nav li#publications a.mainlink:hover, #primary-nav li#partners a.mainlink:hover, #primary-nav li#resources a.mainlink:hover, #primary-nav li#contact a.mainlink:hover {background-position: 0 -18px;}

#primary-nav li a.mainlink {
	display: block;
	height: 18px;
	width: auto;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}

#primary-nav li strong {
	display: none;
}

/*============================================================
 Splash
============================================================*/

.splash {
	display: block;
	float: left;
	width: 960px;
	height: 274px;
	text-align:center;
	}

/*============================================================
 Content
============================================================*/

.content {
	display: block;
	background: white url(../images/content-bg.jpg) repeat-x top left;
	}

a.c-right {
	background-color: #e9e9e9;
	padding: 20px;
	height: auto;
	width: 198px;
	border-bottom: 2px solid white;
	border-left: 2px solid white;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	}

a.c-right:hover {
	background-color: #f9f9f9;
	}

.c-right strong {
	background: transparent url(../images/arrow-right.gif) no-repeat 0 0;
	color:#E2681E;
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
	padding-left:20px;
	display: block;
	}

.c-right span {
	color:#414141;
	font-size:12px;
	display: block;
	line-height: 1.2;
	}

.c-text {
	padding: 40px;
	display: block;
	float: left;
	background-color: #f6f6f6;
      /*min-height:297px;*/
      height:auto !important;
      height:297px;
	width: 400px;
	}

.c-text p span {
	color: #E2681E;
	font-weight: bold;
	}

.c-text p strong {
	font-weight: bold;
	}

.c-text p.anchor-list {
	display: block;
	}

.c-text p.anchor-list a {
	display: block;
	font-size: 11px;
	}

.c-text ul {
	list-style-type: disc;
	margin: 0 0 20px 15px;
	text-align:left;
}

.c-text li {
	margin:0;
	padding: 0 0 5px 0;
}

.c-text ul.gto-lists {
	list-style-type: none;
	margin: 0 0 20px 70px;
	text-align:left;
	float: left;
}


.d-text {
	padding: 35px 60px 35px 40px;
	background:#ffffff;
	text-align:left;
	}


.d-text p span {
	color: #ed1a3b;
	font-weight: bold;
	}

.back-to-top {
	color: grey !important;
	font-size: 10px;
	}

/*============================================================
 Content Scroller
============================================================*/

.scroller {
	background: transparent url(../images/scroller-bg.jpg) no-repeat top left;
	display:block;
	position: relative;
	float:left;
	width:394px;
	height: 124px;
	overflow:hidden;
	margin-bottom:20px;
	}

.scroller .topfade {
	background: transparent url(../images/scroller-topfade.png) repeat-x top left;
	position: absolute;
	top: 0;
	left: 0;
	height: 35px;
	width: 100%;
	z-index:33;
	}

.scroller .botfade {
	background: transparent url(../images/scroller-bottomfade.png) repeat-x top left;
	position: absolute;
	bottom: -0px;
	left: 0;
	height: 32px;
	width: 100%;
	z-index:33;
	}

.scroller .scroller-content {
	left:0;
	padding:20px 20px 16px 20px;
	position:absolute;
	top:-0px;
	z-index:11;
	width:374px;
	text-align: center;
	}

.scroller .scroller-content span {
	font-size:16px;
	font-weight: bold;
	padding:5px 0;
	color: #e2681e;
	display: block;
	}

/*============================================================
 Employer Steps
============================================================*/

.employer-step {
	display:block;
	float:left;
	width:123px;
	margin:0 0 20px 15px;
	}

.first-step {
	margin:0 0 20px 0px;
	}

.employer-step span {
	float:left;
	font-size:11px;
	line-height:1.2em;
	padding:10px 6px;
	}

/*============================================================
 Easy Steps
============================================================*/

.easy-steps {
	display:block;
	width:387px;
	margin-bottom:15px;
	}

.easy-step-item {
	display: block;
	background: transparent url(../images/steps-bg.jpg) no-repeat top left;
	padding: 15px;
	float: left;
	width: 100%;
	}

.easy-step-item a {
	float:left;
	font-size:14px;
	font-weight:bold;
	width:331px;
	}

.easy-step-item img {
	margin-right:10px;
	float: left;
	}

.easy-step-item p {
	margin:0;
	}

.easy-step-item .easy-step-date {
	float: left;
	text-align:center;
	width:28px;
	}

.easy-step-item .easy-step-date span.month {
	text-transform: uppercase;
	font-size: 11px;
	}

.easy-step-item .easy-step-date span.year {
	text-transform: uppercase;
	font-size: 22px;
	}

.easy-step-item .stories-listing {
	float: left;
	width: 305px;
	margin-left:20px;
	}

.easy-step-item .stories-listing a {
	font-size:14px;
	font-weight:bold;
	padding:0;
	float: left;
	}

.easy-step-item .stories-listing span.desc {
	font-size: 12px;
	color: #414141;
	font-weight: normal;
	margin-top: 5px;
	float: left;
	}

.easy-step-item .stories-listing span.author {
	font-size: 11px;
	font-weight: normal;
	margin-top: 5px;
	float: left;
	color: #414141;
	}

.easy-step-item .stories-listing span.author a {
	font-size: 11px;
	font-weight: normal;
	padding:0;
	float: none;
	}

/*============================================================
 Find a GTO Search Bar
============================================================*/

.gto-search {
	display: block;
	height: 39px;
	width: 387px;
	margin-bottom: 15px;
	position: relative;
	background: transparent url(../images/gto-search-bg.jpg) no-repeat top left;
	}

.gto-search .postcode {
	background-color:transparent;
	border:medium none;
	font-size:11px;
	left:83px;
	position:absolute;
	top:12px;
	width:96px;
	}

.gto-search .suburb {
	background-color:transparent;
	border:medium none;
	font-size:11px;
	left:219px;
	position:absolute;
	top:12px;
	width:126px;
	}

.gto-search .search-btn {
	background-color:transparent;
	border:medium none;
	font-size:11px;
	right:8px;
	position:absolute;
	top:10px;
	}

/*============================================================
 Find a GTO Results
============================================================*/

.gto-result {
	display:block;
	float: left;
	width:360px;
	background-color: white;
	border-top: 1px solid #ccc;
	padding: 20px
	}

.gto-result-logo {
	display: block;
	float: left;
	}

.gto-result span {
	display:block;
	float: right;
	width:200px;
	}





/*============================================================
 NEW GTO Results
============================================================*/


.tooltip-alt .tooltip-inner:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}


.grid-view .company-list:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.grid-view .company-list {
    border-top: 1px solid #DBDBDB;
	border-left: 1px solid #DBDBDB;
	border-right: 1px solid #DBDBDB;
    width: 478px;
	float: left;
}

.grid-view .company-list ol, ul {
    list-style: none outside none;
}

.grid-view .company-list li {
    border-bottom: 1px solid #DBDBDB;
    border-right: 1px solid #DBDBDB;
    float: left;
    height: 160px;
    position: relative;
    width: 239px;
    z-index: 1;
}

li.alt .figure {
    width: 238px;
}

.grid-view li.alt {
    width: 238px;
	border-right: none;
}

.grid-view .figure {
    -moz-transition: opacity 0.3s ease-in 0s;
    left: 0;
    /*opacity: 0;*/
	opacity: 1;
    position: absolute;
    top: 0;
    width: 239px;
}

.grid-view .figure:hover {
    background: none repeat scroll 0 0 #F6F6F6;
    border: 1px solid #DCDCDC;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
    left: -7px;
    opacity: 1;
    text-decoration: none;
    top: -46px;
    width: 251px;
}


a {
    -moz-transition: color 0.2s ease-in 0s;
    color: #e2681e;
    cursor: pointer;
    text-decoration: none;
}

.grid-view .wrapper-img {
    background: none repeat scroll 0 0 #FFFFFF;
    display: table-cell;
    height: 160px;
    text-align: center;
    vertical-align: middle;
    width: 239px;
}

.grid-view .wrapper-img * {
    vertical-align: middle;
}



.grid-view .caption {
    display: none;
    padding: 10px 10px 0 12px;
    position: relative;
}

span.images, span.caption {
    display: block;
}

.grid-view .caption h2 {
    -moz-transition: color 0.2s ease-in 0s;
    color: #e2681e;
    font: 14px/18px Georgia,"Times New Roman",Times,serif;
}

.grid-view .caption em {
    color: #6A6A6A;
    display: block;
    font: 11px/16px LatoRegular,Arial,Helvetica,sans-serif;
    padding: 0;
}

em {
    font-style: italic;
}

.grid-view .caption p {
    color: #AAAAAA;
    font: 11px/14px LatoRegular,Arial,Helvetica,sans-serif;
    padding: 10px 0 10px;
}

.grid-view .caption .ico {
    -moz-transition: opacity 0.2s ease-in 0s;
    background: none repeat scroll 0 0 #F6F6F6;
    height: 17px;
    opacity: 0;
    position: absolute;
    right: 11px;
    top: 12px;
    width: 17px;
}

.grid-view .caption .ico-png {
    background: url(../images/arrow-mc.png) no-repeat scroll 0 0 transparent;
    display: block;
    height: 17px;
    width: 17px;
}


.grid-view .figure:hover {
    text-decoration: none;
}
.grid-view .caption:hover h2 {
    color: #ff9554;
	text-decoration:underline;
}
.grid-view .caption:hover .ico {
    opacity: 1;
}
.grid-view .company-list li:hover {
    z-index: 99;
}
.grid-view .figure:hover {
    background: none repeat scroll 0 0 #F6F6F6;
    border: 1px solid #DCDCDC;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
    left: -7px;
    opacity: 1;
    text-decoration: none;
    top: -46px;
    width: 251px;
}
span.images, span.caption {
    display: block;
}
.grid-view .alt .figure:hover {
    width: 250px;
}
.grid-view .figure:hover .images {
    padding: 5px 5px 0;
}
.grid-view .figure:hover .wrapper-img {
    border: 1px solid #DBDBDB;
}
.grid-view .figure:hover .caption {
    display: block;
}
.list-view .company-list {
    width: 720px;
}
.list-view .images-clone {
    display: none;
}
.list-view .company-list li {
    border-bottom: 1px solid #DBDBDB;
    clear: both;
    float: left;
    width: 720px;
}
.list-view .company-list .figure {
    -moz-transition: background 0.2s ease-in 0s;
    display: block;
}
.list-view .company-list .images {
    float: left;
    width: 240px;
}
.list-view .company-list .wrapper-img {
    width: 240px;
}
.list-view .company-list .caption {
    float: left;
    padding: 28px 32px 0 38px;
    position: relative;
    width: 410px;
}
.list-view .company-list h2 {
    color: #e2681e;
    font: 18px/22px Georgia,"Times New Roman",Times,serif;
}
.list-view .company-list em {
    color: #524D47;
    display: block;
    font: 12px/18px LatoBold,Arial,Helvetica,sans-serif;
    padding: 0 0 10px;
}
.list-view .company-list p {
    color: #524D47;
    font: 12px/18px LatoRegular,Arial,Helvetica,sans-serif;
    padding: 0 0 10px;
}
.list-view .company-list .ico {
    right: 41px;
    top: 33px;
}
.list-view .company-list .figure:hover {
    background: none repeat scroll 0 0 #F6F6F6;
    text-decoration: none;
}
.list-view .company-list .figure:hover .ico {
    opacity: 1;
}
.list-view .figure:hover h2 {
    color: #ff9554;
	text-decoration:underline;
}




/*============================================================
 NEW GTO Results - More Details Page
============================================================*/

.gto-grid-result {
	display:block;
	float: left;
	width:400px;
	}

.gto-grid-logo {
	display:block;
	float: right;
	width:200px;
	}
	
.gto-grid-logo img {
	width:200px;
	}	
	
	
.gto-grid-text {
	display:block;
	float: left;
	width:200px;
	padding: 30px 0 0 0;
	}
	
.gto-grid-text h4 {
    color: #9E3456;
    font-size: 20px;
	line-height:22px;
    letter-spacing: -1px;
}	
	
	
	
.gto-grid-details {
	display:block;
	float: left;
	width:360px;
/*	padding:20px;
	border-top: 1px solid #DBDBDB;
	background-color:#fff;*/
	margin: 15px 0 0 0;
	}
	
	
.gto-grid-details p {
	padding:20px 0 0 0;
	float:left;
	width: 360px;
	display:block;
	}

.gto-grid-details-item {
	padding:8px 5px 8px 5px;
	border-bottom: 1px solid #DBDBDB;
	font-size: 11px;
	float:left;
	width: 390px;
	display:block;
	background-color:#ffffff;
	}



/*============================================================
 Publications Right
============================================================*/

.c-right-links {
	background-color: #e9e9e9;
	padding: 20px;
	height: auto;
	border-bottom: 2px solid white;
	border-left: 2px solid white;
	text-decoration: none;
	display: inline-block;
	}

.c-right-links .c-right-arrow {
	float: left;
	}

.c-right-links span {
	color:#E2681E;
	font-weight:bold;
	padding:0 0 2px 5px;
	}

.c-right-links ul {
	float:left;
	margin: 10px 0 0 10px;
	}

.c-right-links ul li {
	margin:0; padding: 0 0 5px 10px;
	background:transparent url(../images/small-arrow.jpg) no-repeat scroll 0 4px;
	}

.c-right-links ul li a {
	color: #414141;
	}

/*============================================================
 Stories
============================================================*/

h2.story-title {
	color:#E2681E;
	display:block;
	font-size:16px;
	font-weight:bold;
	margin-bottom:20px;
	}

.story-text {
	display:block;
	float:left;
	font-size:12px;
	width:235px;
	}

.story-text span {
	font-size: 11px;
	}

.story-images {
	display:block;
	float:right;
	width:150px;
	}

.story-images img {
	display:block;
	margin: 0 0 10px;
	}

/*============================================================
 Partners
============================================================*/

.partner {
	display:block;
	float: left;
	width:360px;
	background-color: white;
	border-top: 1px solid #ccc;
	padding: 20px
	}

.partner-logo {
	display: block;
	float: right;
	}

.event-logo {
	display: block;
	margin-bottom: 20px;
	}

.partner a {
	float:left;
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
	}

.partner span {
	display:block;
	float: left;
	width:200px;
	font-size:11px;
	}

.partner span a {
	float:none;
	font-size:11px;
	font-weight:normal;
	margin:0;
	}

.partner p {
	width:200px;
	font-size:11px;
	}

/*============================================================
 Members
============================================================*/

.members {
	display:block;
	float: left;
	width:360px;
	background-color: white;
	border-top: 1px solid #ccc;
	padding: 20px
	}

.members-logo {
	border:1px solid #DDDDDD;
	display:block;
	float:right;
	padding:3px;
	}

.members h4 {
	float:left;
	color: #E2681E;
	font-size:11px;
	font-weight:bold;
	margin-bottom:10px;
	}

.members span {
	display:block;
	float: left;
	width:200px;
	font-size:11px;
	}

.members span a {
	float:none;
	font-size:11px;
	font-weight:normal;
	margin:0;
	}

/*============================================================
 Content Side Element
============================================================*/

.c-side {
	width: 320px;
	margin-top: 15px;
	background: #CCC url(../images/c-side-bg.jpg) no-repeat top left;
	}

.c-side h3 {
	color: #7a7a7a;
	margin: 10px 6px 0 20px;
	height: 24px;
	font-weight: bold;
	}

.c-side-item {
	display: block;
	padding: 20px;
	font-size: 11px;
	line-height: 1.2em;
	background-color: #f3f3f3;
	border-bottom: 1px solid #e3e3e3;
	}

.c-side-item span {
	font-weight: bold;
	display: block;
	}


.c-side-item ul {
	line-height: 14px;	list-style:none;
	margin: 0; padding: 8px 0 8px 0; text-align:left;
}

.c-side-item li {
	margin:0; padding: 0 0 0 10px;
	background:transparent url(../images/arrow-bull.gif) no-repeat scroll 0 5px;
}


.gtalogo {
	margin: 0 0 15px 5px;
	display:inline;
	}

/*============================================================
 Tables
============================================================*/

.content table {
	margin-top: 10px;
	}

.t-alt {
	background-color: #f3f3f3;
	}

.t-dark {
	background-color: #e5e5e5;
	}

.t-head td {
	font-weight: bold;
	}

.contact-note {
	float: left;
	margin: 15px 0 0;
	}

.results tr td {
	height: 30px;
	vertical-align: middle;
	font-size: 11px;
	line-height:14px;
	}

.results tr td.photo {
	height: 120px;
	vertical-align: middle;
	}

.results tr td.name {
	color: #e91838;
	font-weight: bold;
	}

.t-dark td {
	font-size: 12px !important;
	}


/*============================================================
 Member Stats Table
============================================================*/

.memStats {
	font-size:11px;
	font-weight:normal;
}

.memStats table {
	color:#414141;
}
.memStats td {
	border:2px solid #FFFFFF;
	margin:1px;
	padding:1px 3px;
	float:left;
	width:188px;
	background:#e4e3e3;
}

.memStats tr {
	width:100%;
}

.memStats th {
	width:188px;
	font-weight:bold;
	border:2px solid #FFFFFF;
	padding:1px 3px;
	background-color:#999999;
	color:#FFFFFF;
	text-align:center;
}

tr.marBtm4 {
	margin-bottom:4px;
	float:left;
}

/*============================================================
 Partners expanding divs
============================================================*/

/*.parHeading {
margin: 1px;
color: #fff;
padding: 3px 10px;
cursor: pointer;
position: relative;
background-color:#c30;
}
.parContent {
padding: 5px 10px;
background-color:#fafafa;
}*/


/*============================================================
 Forms
============================================================*/

.fieldset-element {
	text-align: left;
	margin-bottom: 5px;
	}

.fieldset-title {
	display: block;
	margin-bottom: 10px;
	}

.fieldset-input {
	display: block;
	float: left;
	}

.fieldset-element #update {
	background-color:white;
	border:1px solid #C7C7C7;
	float:left;
	margin-bottom:4px;
	padding:4px 8px;
	width:244px;
	cursor: pointer;
	}

.fieldset input, .fieldset select {
	padding: 4px 8px;
	background-color: white;
	border: 1px solid #c7c7c7;
	width: 244px;
	float: left;
	}

.fieldset textarea {
	padding: 4px 8px;
	background-color: white;
	border: 1px solid #c7c7c7;
	width: 244px;
	height: 300px;
	float: left;
	margin-bottom: 4px;
	}

.fieldset-label {
	font-weight: bold;
	cursor: pointer;
	display:block;
	float: left;
	margin:0 5px 0 0;
	width: 130px;
	}

#stats .fieldset-label {
	width: 240px;
	}

#stats .fieldset input{
	width: 100px;
	}

#stats .fieldset select {
	width: 118px;
	}

.fieldset label em {
	color: red;
	font-style: normal;
	}

.submit-btn {
	width: 110px;
	padding: 0;
	margin:8px 0 0;
	background-color: transparent;
	border: none;
	float: right;
	}

.fieldset-input .form-submit {
	width: 118px;
	color:black;
	font-weight:bold;
	cursor: pointer;
	}

.form-divider {
	display:block;
	height:15px;
	margin-bottom:20px;
	width:100%;
	border-bottom: 1px dotted #ddd;
	}

/*============================================================
 Fixes
============================================================*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */






.error-msg {
	padding: 5px;
	background: #FFFFFF;
	color: #FF0000;
	border: 1px solid #FF0000;
}
.msg-text {
	padding: 5px;
	background: #FFFFFF;
	color: #009900;
	border: 1px solid #009900;
}

.msg_open, .msg_close {
	cursor: pointer;
	color: #E2681E;
	font-weight: bold;
}


.testimonialBG {
	display: block;
	background: transparent url(../images/steps-bg.jpg) repeat-x top left;
	float: left;
	width: 100%;
	margin-top:-1px;
	margin-bottom:10px;
}

.gtoBG {
	display: block;
	background: transparent url(../images/steps-bg.jpg) repeat-x top left;
	float: left;
	width: 360px;
	padding:20px;
}
