@import "reset.css";
 
html { font-size: 100%; }
 
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	background: #9ca4a5;
	color: #444; }

/* global
-------------------------------------- */
a, active, visited {
	color: #444;
	text-decoration: none; }
 
a:hover { text-decoration: underline; }

.bold { font-weight:bold; }									

.left {
	width: 49.9%;
	float: left;
	display: inline; }
 
.center {
	float: left;
	display: inline; }
	
.right {
	width: 49.9%;
	float: right;
	display: inline;
	text-align: right; }
 
em { 
	font-style: normal; 
	font-weight:bold; }
 
.inline-block {
	display: inline-block;
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	vertical-align: top;
	zoom: 1;
	*display: inline; }
 
.block:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden; }
 
* html .block { height: 1%; }
 
*:first-child+html .block { min-height: 1px; }
 
.ie7fix { 
	display:block;
	clear:both; 
	height:1px; 
	visibility:hidden; }
	
.hidden {
	display: none; }
	
.clear {
	clear:both; }

sup {
	font-size:10px;
	vertical-align:top; }
	
/* structure
-------------------------------------- */
#page {
	width: 971px;
	margin: 0 auto;
	padding: 9px 9px 0;
	background: #9CA4A5 url(../img/page_tile.png) repeat-y center; 
	position:relative;  }
 
#page-top {
	width: 989px;
	height: 9px;
	background: url(../img/page_top.png) no-repeat;
	margin: 20px auto 0;}
 
#page-bot {
	width: 989px;
	height: 21px;
	background: url(../img/page_bot.png) no-repeat;
	margin: 0 auto 20px; }
 
#body {
	padding: 0 15px;
	font-size: 1.2em; }
 
/* header
-------------------------------------- */
#header {
	width: 100%;
	height:54px;
	overflow:visible;
	padding: 10px 0; }
 
	#header .left { width: 35%; } 
	#header .right { width: 300px; }
 
#logo { padding: 0 0 0 15px; }
 
	#logo a {
		float: left;
		width: 266px;
		height: 50px;
		background: url(../img/logo.png) no-repeat;
		text-indent: -1000em; }
 
.tagline {
	border-right: 10px solid #c6da2a;
	padding: 0 15px 0 0;
	color: #999;
	font-size: 12px;
	font-weight: normal; }
 
	h1.tagline {
		color: #444;
		font-size: 16px;
		display: block;
		padding: 0 15px 2px 0; }

 
/* nav
-------------------------------------- */
ul#nav {
	border-bottom:1px solid #ddd;
	height:30px;
	margin:0 15px 11px;
	overflow:hidden;
	padding:10px 0 0;
	width:314px; }
 
	ul#nav li {
		float: left;
		margin-left:7px;
		padding-bottom: 18px;
		position: relative;
		top: 2px; }
 
		ul#nav li.active { background: url(../img/arrow_active.png) no-repeat center bottom; }
		
		ul#nav li.first { 
			margin-left:0; }
		
		ul#nav li.first a { 
			padding-left:0;
			border-left:0; }
 
		ul#nav li a {
			float: left;
			font-size:12px;
			font-weight:bold;
			text-transform: uppercase;
			color: #999;
			padding-left:7px;
			border-left:2px solid #CCC; }
			
		ul#nav li a:hover, ul#nav li a:active, ul#nav li.active a {
			color: #111;
			text-decoration:none; }
			
.home-page ul#nav { border: 0; }
 
	.home-page ul#nav li { padding-bottom: 0; }
 
		.home-page ul#nav li.active { background: none; }
 
/* search-main
-------------------------------------- */
#search-main {
	position:relative;
	background: url(../img/search_main.png) no-repeat;
	width: 940px;
	height: 205px;
	margin: 47px 0 0; }
 
	#search-main h3 {
		background:transparent url(../img/find-heading.png) no-repeat scroll 0 0;
		height:27px;
		left:25px;
		position:absolute;
		text-indent:-1000em;
		top: 23px;
		width:637px; }
    
    #search-main h3.international {
		  background:transparent url(../img/find-graduate-jobs-and-graduate-programs.png) no-repeat scroll 0 0; }
		
	#search-main label {  }
 
		#search-main label span {
			color:#222222;
			font-size:20px;
			font-weight:bold; }
 
	#search-main form { padding: 0 0 0 20px; }
 
	#search-main fieldset, #search-main .select {
		width: 256px;
		height: 68px;
		float: left;
		margin: 65px 20px 0 0;
		padding: 25px 15px;
		background: transparent url(../img/search-panel.png) no-repeat; }
 
		/*#search-main fieldset * { vertical-align: middle; }*/
 
		#search-main fieldset .input-go, #toolbar .input-go {
			border: 0;
			padding:0;
			width: 31px;
			height: 43px;
			background: url(../img/mag.png) no-repeat;
			margin: 20px 0 0 5px;
			cursor: pointer; }
 
		#search-main h6 {
			color:#222222;
			font-size:20px;
			font-weight:bold; }
			
		#search-main select {
			-moz-border-radius:3px;
			-webkit-border-radius:3px;
			background:#fff none repeat scroll 0 0;
			border:2px solid #fff;
			font-size:18px;
			margin-top:20px;
			width:100%; }
			
			#search-main select option {
				 }
			
		#search-main .select.go {
			width: 236px;
			height: 85px;
			padding-top:15px;
			padding-left:35px; }
			
			#search-main .select.go h6 {
				margin:10px 0 0 2px; }
			
			#search-main .select.go img { 
				float:right; 
				margin-right:30px; }
			
		#search-main .btn-orange {
			margin: 18px 0 0 0; }
			
.textfield-wrap {
	width: 204px;
	height: 33px;
	background: url(../img/textfield.png) no-repeat;
	overflow: hidden; }
 
	.textfield-wrap input.text {
		border: 0;
		background: none;
		width: 180px;
		padding: 5px 7px;
		font-size: 13px;
		color: #777; }

#search-main .textfield-wrap { margin-top:20px; }
 
#search-main .textfield-wrap, #toolbar .textfield-wrap {
	width: 211px;
	height: 33px;
	background: url(../img/textfield_search.png) no-repeat;
	overflow: hidden; }
 
	#search-main .textfield-wrap input.text, #toolbar .textfield-wrap input.text {
		width: 203px;
		padding: 7px; }
 
#search-main #browse {
	padding: 50px 0 0;
	*padding: 48px 0 0;
	_padding: 50px 0 0;
	width: 100%;
	overflow: hidden; }
 
	#search-main #browse .field { float: right; }
 
		#search-main #browse .field * { vertical-align: middle; }
 
	#search-main #browse .a2z { width: 135px; }
 
	#search-main #browse .all { width: 175px; }
 
	#search-main #browse input.text {
		font-size: 11px;
		padding: 2px 4px;
		color: #777;
		border: 1px solid #368404;
		width: 110px; }
 
	#search-main #browse .input-go-2 {
		border: 0;
		text-indent: -1000em;
		width: 25px;
		height: 12px;
		background: url(../img/input_go_browse.png) no-repeat;
		margin: 2px 0 0 5px;
		cursor: pointer; }
 
/* body > block
-------------------------------------- */
#body .block {
	border: 1px solid #ddd;
	padding: 15px;
	margin: 10px 0 0;
	background: url(../img/grad_block.png) repeat-x bottom; }
 
	#body .block .left {
		border-right: 1px solid #ddd;
		width: 48%;
		padding: 0 2% 0 0; }
 
	#body .block .right { width: 48%; }
	
	#body .block h5 {
		line-height:1.1em;
		color:#ff6501;
		font-size: 1.8em;
		font-weight:normal; }
 
  #body .block.orange h4 {
    color:#aaa; }
    
  #body .block.orange a {
    color:#ff6501; }
    
/* intro
-------------------------------------- */
.intro {
	font-size: 14px;
	line-height: 1.6; }
 
	.intro h2 {
		font-size: 24px;
		color: #ff6501; }
	
	.intro h3 { 
		font-size: 15px;
		color: #faa168; }
		
	.intro h4 {
		height: 44px;
		background: url(../img/title_intro.png) no-repeat;
		text-indent: -1000em;
		margin: 0 0 10px; }
		
	
/* tag cloud
-------------------------------------- */
.tag-cloud {
	text-align: justify;
	line-height: 1.4; }
 
	.tag-cloud h6 {
		height: 8px;
		background: url(../img/title_tagcloud.png) no-repeat;
		text-indent: -1000em;
		margin: 0 0 5px; }
 
	.tag-cloud a { color: #777; }
 
		.tag-cloud a:hover { color: #000; }
 
/* wizard intro
-------------------------------------- */
.wizard-intro { font-size: 14px; }

	.wizard-intro a:hover { text-decoration:none }
	
	.wizard-intro img { 
		float:left; }
 
	.wizard-intro h4 {
		font-size: 15px;
		color: #faa168;
		margin: 0 0 10px 45px; }
		
		.wizard-intro h4 em {
			font-size: 24px;
			color: #ff6501;
			display:block;
			margin-bottom:10px; }
 
	.wizard-intro strong, .wizard-intro em { font-weight: bold; }
 
	.wizard-intro ul { background: #fff url(../img/step_numbers.png) no-repeat 0 32px; }
 
		.wizard-intro ul li {
			line-height: 2;
			padding: 0 0 0 28px; }
 
			.wizard-intro ul li.first { padding-left: 0; }
 
/* block small
-------------------------------------- */
.other {
	width: 100%;
	overflow: hidden; }
 
	.other .block-sm {
		margin: 10px 11px 0 0;
		float: left;
		width: 274px;
		padding: 15px;
		background: url(../img/grad_block_green.png) repeat-x bottom;
		border: 1px solid #d3e25e; }
 
		.other .block-sm.last { margin-right: 0; }
 
		.other .block-sm p {
			font-size:1.2em;
			color:#777; }
			
		.other .block-sm h4, .other .block-sm h5 { margin-bottom:9px; }
			
			.other .block-sm h4 {
				line-height:1.1em !important;
				color:#8FA201 !important;
				font-size: 1.8em !important;
				font-weight:normal; }
				
			.other .block-sm h4 a {
				color:#8FA201 !important; }
        
			.other .block-sm h5 a {
				color:#8FA201;
				font-size: 1.5em;
				font-weight:normal; }
				
			.other .block-sm h4 a:hover, .other .block-sm h5 a:hover {
				text-decoration:none; }
				
		.other .block-sm img {
			float:right; }
			
		.other .block-sm a img {
			float:none; }
		
	.other .block-sm.orange {	
		border: 1px solid #ff6501; }
		
			.other .block-sm.orange h4 {
				color:#ff6501 !important; }
			
			.other .block-sm h5 a {
				color:#ff6501; }
	
	.other .block-sm.sponsors {
		width:908px; }
		
		.other .block-sm.sponsors h4 {
			line-height:1.1em;
			color:#8FA201;
			font-size: 1.8em;
			font-weight:normal; }
			
		.other .block-sm.sponsors h6 {
			margin-top:10px;
			color: #666;
			font-size: 1.4em; }
			
		.other .block-sm.sponsors p {
			margin-top:10px; }
  
		.other .block-sm.sponsors a.ca {
			text-indent:-1000em;
			width:140px;
			height:60px;
			background: url(../img/content/sponsors/icaa/CAlogo_120x120.gif) no-repeat 0 -30px; }
			
		.other .block-sm.sponsors .ca {
			float:left;
			display:inline; }
			
			.other .block-sm.sponsors div.ca h6 {
				margin-top:10px;
				color: #666;
				font-size: 1.4em; }
				
			.other .block-sm.sponsors div.ca p {
				margin-top:10px; }
			
		.other .block-sm.sponsors a.sponsor {
			text-indent:-1000em;
			width:120px;
			height:120px;
			float:left;
			display:inline; }
			
		.other .block-sm.sponsors a.nzica {
			background: url(http://static.gradconnection.co.nz/img/content/profiles/nzica/nzica-logo.jpg) no-repeat 0 0; }
    
		.other .block-sm.sponsors a.waikato {
			width:244px;
			background: url(http://static.gradconnection.co.nz/img/content/profiles/waikato/waikato-logo.jpg) no-repeat 0 0; }
    
/* tabbed interface 
----------------------------------*/
.tabs {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	height: 27px;
	border-bottom: 1px solid #d4d4d4;
	padding: 0 20px;
	margin: 20px 0 0; }
 
	.tabs a {
		background: #f2f2f2;
		color: #a8a8a8 !important;
		cursor: pointer;
		height: 27px;
		line-height: 27px;
		float: left;
		border-right: 1px solid #d4d4d4;
		border-bottom: 1px solid #d4d4d4; }
 
		.tabs a:hover {
			color: #000 !important;
			text-decoration: none; }
 
		.tabs a span {
			border-top: 1px solid #d4d4d4;
			float: left;
			padding: 0 10px; }
 
		.tabs a.first, .tabs a.last { background: #f2f2f2 url(../img/tabs.png) no-repeat; }
 
		.tabs a.first span { padding: 0 10px 0 5px; }
 
		.tabs a.last span { padding: 0 5px 0 10px; }
 
		.tabs a.first {
			padding: 0 0 0 5px;
			background-position: left -27.5px; }
 
		.tabs a.last {
			padding: 0 5px 0 0;
			background-position: right -55px;
			border-right: 0; }
 
		.tabs a.active {
			background-color: #fff;
			color: #000 !important;
			border-bottom: 1px solid #fff; }
 
			.tabs a.active.first { background-position: left 0; }
 
			.tabs a.active.last { background-position: right -82px; }
 
.tab-content {
	padding: 10px 0;
	font-size: 1.1em;
	text-align: left; }
 
	.tab-content p {
		padding: 0 0 10px;
		line-height: 1.5; }
 
/* buttons
-------------------------------------- */
.btn {
	background: url(../img/buttons.png) no-repeat;
	cursor: pointer;
	display: inline-block;
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	vertical-align: top;
	zoom: 1;
	*display: inline;
	text-indent:-1000em; }
 
	.btn span { display: none; }
 
.btn-launchWizard {
	background-position: bottom;
	width: 134px;
	height: 30px;
	margin: 10px 0 0; }
 
.btn-createCv {
	width: 99px;
	height: 32px;
	background-position: 0 -24px;
	margin: 10px 0 0; }
 
.btn-join {
	width: 99px;
	height: 32px;
	background-position: 0 -56px;
	margin: 10px 0 0; }
 
.btn-apply {
	width: 103px;
	height: 32px;
	background-position: 0 -88px;
	margin: 10px 0 0; }
 
.btn-google {
	width: 24px;
	height: 24px;
	background-position: 0 0;
	border: 0; }
	
.btn-green, .btn-orange {
	margin-top:10px;
	float:left;
	position:relative;
	height:32px; }
	 
	.btn-green a, .btn-orange a {
		text-shadow: 1px 1px 1px #777;
		font-size:14px;
	  	background: transparent url(../img/button-green-center.png) repeat-x;
	  	color:#FFFFFF;
		font-weight:bold;
		line-height:32px;
		margin:0 6px;
		padding:8px 3px 9px;
		text-transform:uppercase; }
		
	  .btn-green a.fixed, .btn-orange a.fixed {
      display:block;
      height:32px;
      padding:0;
      text-align:center;
      width:90px; }
	  
	.btn-orange a {
	  	background: transparent url(../img/button-orange-center.png) repeat-x; }
	  	
		.btn-green a:hover {
			text-decoration:none;
			color:#ef9 }
			 
		.btn-orange a:hover {
			text-decoration:none;
			color:#fe9 }
		
.btn-green-left, .btn-orange-left {
	position:absolute; 
  	top:0; 
  	left:0; 
  	background: transparent url(../img/button-green-left.png) no-repeat;
  	width:6px;
   	height:32px }
   	
.btn-orange-left {
  	background: transparent url(../img/button-orange-left-2.png) no-repeat; }
   	 
.btn-green-right, .btn-orange-right {
	position:absolute; 
  	top:0; 
  	right:0; 
  	background: transparent url(../img/button-green-right.png) no-repeat;
  	width:6px;
   	height:32px }

.btn-orange-right {
  	background: transparent url(../img/button-orange-right-2.png) no-repeat; }
	
/* footer
-------------------------------------- */
#footer {
	background: #f2f3ec;
	margin: 10px 15px 0;
	border: 1px solid #e5e7d9;
	padding: 15px; }
 
	.col {
		float: left;
		padding: 0 15px 0 0;
		margin: 0 15px 0 0;
		background: url(../img/h_sep.png) repeat-y right; 
		width: 700px;
		min-height:146px;
     }
 
 	#footer .col-2 {
 		width: 130px;
 	}
 	#footer .col-3 {
 		width: 130px;
 	}
 
	#footer .col-4 {
		padding-right: 0;
		margin-right: 0;
		background: none;
		width: 129px; }
 
 	#footer .employer-links { 
 		height:106px; 
 		overflow:hidden; }
 
	#footer .links { margin: 0 0 15px; }
 
		#footer .links a {
			line-height:15px;
			text-transform: uppercase;
			font-size: .9em;
			color: #000;
			padding-right: 3px; }
 
			#footer .links a.first { padding-left: 0; }
 
	#footer .fineprint {
		font-size: 1em;
		color: #bbb;
		font-family: Georgia, "Times New Roman", Times, serif;
		line-height: 1.5;
		margin: 20px 0 0; }
 
	#footer h6 {
		text-transform: uppercase;
		font-size: .9em;
		color: #000;
		font-weight: normal;
		margin: 0 0 10px; }
 
	#footer .col ul li a {
		color: #777;
		font-size: 1.1em;
		line-height: 1.6; }
 
	#footer .col ul li.last a { color: #444; }
 
	#footer .social-media { *padding: 0 0 10px; }
 
	.social-media a { 
		padding: 5px 0 5px 26px;
		line-height:34px !important;
		margin: 0 0 15px; }
		.social-media a:hover, .social-media a:active { background-position: 0 0 !important; }
		
	.social-media a.twitter { background: url(../img/twitter-icon-24x24.png) no-repeat scroll 0 -24px; }
	.social-media a.facebook { background: url(../img/facebook-icon-24x24.png) no-repeat scroll 0 -24px; }
	
/* pagination 
-------------------------------------- */
.pagination {
	margin: 0 auto 10px; 
	background: #f0f0f0;
	height: 23px;
	line-height: 23px;
	text-align: center;
	color: #777; }
 
	.pagination span {  }
 
	.pagination a {
		color: #666;
		padding: 0 2px; }
 
		.pagination a.pr { margin-left: 10px; }
 
		.pagination a.disabled {
			color: #ccc;
			opacity: 1; }
 
		.pagination a.active {
			color: #000;
			font-weight: bold; }
 
/* wizard
-------------------------------------- */
#wizard {
	background: #f3f3f3;
	border: 1px solid #ccc;
	padding: 10px; }
 
	#wizard #questions, #wizard #results {
		float: left;
		background: #fff;
		border: 1px solid #ddd; }
 
	#wizard #questions {
		width: 325px;
		padding: 3px 0; }
 
	#wizard #results {
	  position: relative;
		width: 560px;
    min-height:500px;
		float: right;
		padding: 10px; }
    
  #wizard #results.wide {
    float:none;
    width:897px; }

#initial-sponsor, #injected-sponsor { 
	text-align:center;
  margin-bottom:10px; }
#initial-sponsor img, #injected-sponsor img {
	margin: 0 auto; }
	
.intro-text {
	float:right;
	margin-bottom:10px;
	background-color: #fff;
	padding:10px;
	width:560px;
	border: 1px solid #ddd; }
	
.intro-text h5 {
	font-weight:normal;
	font-size: 2em;
	line-height:1;
	color: #a3c726;
	margin-bottom: 10px; }
	
.intro-text p {
	margin-bottom: 5px; }
	
#top-questions {
	line-height: 1.5em; }
	
	#top-questions .left-area {
		display:inline;
		float:left;
		margin: 0 10px 10px 0;
		width:602px; }
		
	#top-questions .question-panel {
		background: transparent url(../img/gm-panel-middle.png) repeat-y;
		width:285px;
		padding: 0 20px; }
	
	#top-questions .question-panel-top {
		background: transparent url(../img/gm-panel.png) no-repeat 0 top;
		width:325px;
		height:20px; }
		
	#top-questions .question-panel-bottom {
		background: transparent url(../img/gm-panel.png) no-repeat 0 bottom;
		width:325px;
		height:20px;
		margin-bottom:10px; }
		
	#top-questions select {
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		background:#fff none repeat scroll 0 0;
		border:2px solid #fff;
		font-size:16px;
		width:100%; }
		
	#top-questions #question-location label {
		font-size: 12px; }
			
	#top-questions #question-location .question-location-top {
		background: transparent url(../img/location-panel.png) no-repeat 0 0;
		width:285px;
		height:10px; }
		
	#top-questions #question-location .question-location-middle {
		background: transparent url(../img/location-panel-middle.png) repeat-y 0 0;
		width:265px;
		padding:0 10px; }
		
	#top-questions #question-location .question-location-bottom {
		background: transparent url(../img/location-panel.png) no-repeat 0 bottom;
		width:285px;
		height:10px; }
		
	.question-panel .heading {
		color: #fff; }
			 
	.heading { 
		font-size:2em;
		line-height: 1;
		text-indent: 40px;
		margin: 0;
		padding: 4px 0 15px;
		background: url(../img/numbers.png) no-repeat 0 0; }
		
	#top-questions .heading.one { background-position: 0 0;  }
	#top-questions .heading.two { background-position: 0 -43px; margin-top:20px; }
	#top-questions .heading.three { background-position: 0 -86px; margin-top:20px; }
	#questions .heading { background-position: 0 -129px; margin: 19px 0 5px 19px; }
	
	#results h3 { 
		background: none;
		margin:5px 0 10px;
		text-align:center;
		color: #a3c726;
		font-size: 2em;
    font-weight:normal; }
	
	#top-questions .question-text {
		font-size:1.1em;
		font-weight:bold;
		margin-bottom:10px;	}
		
	#top-questions .bottom {
		padding-top:10px;
		clear:both; }
		
	#top-questions .question-panel .panel-content { padding: 0;	}
		
	#top-questions .single-box { 
		display:block;
		margin-bottom: 10px; }
	
	#top-questions .options .gwt-CheckBox {
		padding-right:10px; }
	
	.col-133 {
		display:inline;
		float:left;
		width:130px; }
	
.panel-title {
	background: url(../img/panel_title_3.png) no-repeat;
	display: block;
	width: 312px;
	height: 33px;
	line-height: 35px;
	text-indent: 25px;
	margin: 3px auto;
	font-size: 1.2em;
	color: #666 !important;
	text-decoration: none;
	overflow: hidden; }
	
.panel-content { padding: 15px; }
		
#questions ul {
	position: relative;
	width: 100%;
	overflow: hidden; }
 
	li.active a.panel-title {
		background-position: 0 -33px !important;
		color: #fff !important; }
	
	a.panel-title:hover {
		text-decoration:none;
		background-position: 0 -66px;
		color: #fff !important; }
	 
	#questions select { border-color:#A3C726 }
	
	#questions label, #questions .gwt-Label, #questions p {
		display: block;
		font-weight: bold;
		padding: 0 0 5px;
		line-height: 1.4; }
		
	#questions p { padding: 0 19px 15px; }
		
	#questions .options {
		padding: 0 0 15px;
		width: 100%;
		overflow: hidden; }
		
	#questions table.options .col_150 {
		width: 150px; }
	
	#questions .gwt-CheckBox label, #questions .gwt-RadioButton label {
		display: inline;
		font-weight: normal;
		padding: 0; }
		
	#questions fieldset.options label {
		display: block;
		font-weight: normal;
		padding: 0; }

.whats-this-button {
	padding: 0 5px; }
	
.whats-this-popup {
		background:#fff;
		border: solid 3px #d3e25e;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		padding:10px; }
    
.wizard-page .block.info p {
  margin-bottom:10px;
}

.wizard-page .block.info ul {
  list-style-image:url("../img/bullet.png");
  overflow:hidden;
  padding-left:12px;
  margin-bottom:10px;
}


/* results
-------------------------------------- */
#results .note {
	font-size: 1.1em;
	line-height: 1.4;
	margin: 0 0 10px; }
 
#results ul.note {
	list-style-position:inside;
	list-style-image: url(../img/bullet.png); }

#industry-alerts {
	margin-bottom:10px;
	height:20px;
	text-align:center;}
	
	#industry-alerts .alert-link {
		height:20px;
		line-height:20px;
		background:transparent url(../img/email_16.png) no-repeat scroll 0 0;
		padding: 0 0 5px 20px;  }
	
#results .result {
	border-top: 1px solid #eee;
	padding: 10px 0;
	width: 100%;
	overflow: hidden; 
	border-collapse:separate;
  background:none; }
 
	#results .result:hover .action a { background-position: bottom; }
 
	#results-innertube {
		overflow:hidden;
		position:relative; }
		
	#results .loading { 
		text-align:center; 
		padding: 100px 0 }
		
	#results .wizard-results-page {
		width:560px; }
		
	#results .result:first-child { border-top:none; }
  
.result.sponsored {
  background-color:#ffffcf !important;
}

.result .sponsored-text {
  color:#CCCCCC;
  float:right;
  font-weight:bold;
  margin:10px 5px 0 0;
}
  
.result.open {
  background-color:#FAFFF0;
  border-top:1px solid #D3E25E !important;
}

.result .applications-open {
  float:right;
  margin:0 5px 0 0;
  line-height:16px;
}

.result .applications-open a {
  color:#A3C726;
  font-weight:bold;
}
  
.result .points {
	width: 40px;
	height: 44px;
	float: left;
	background: url(../img/percent.png) no-repeat;
	font-size: 28px;
	font-weight: normal;
	color: #999;
	text-align: right;
	padding: 7px 20px 7px 0; }
 
 	.result .points.perfect { 
 		color: #7b8b02; 
 		letter-spacing:-2px;
		background: url(../img/percent-2.png) no-repeat; }
 
	.result .points.good { color: #7b8b02; }
 
	.result .points.avg { color: #f39c05; }
 
	.result .points.low { color: #fd2d04; }
 
.result .employer {
	text-align:center;
	/*width: 86px; */
	padding:0;
	float: left; 
	overflow:hidden; }
	
	.result .employer a {
		/*background-image:url(/project-falcon/img/company-logos/department-of-families-housing-community-services-indigenous-affairs.png);*/
		background-position:center 0;
		background-repeat:no-repeat;
		display:block;
		height:66px;
		padding:0 10px;
		text-indent:-1000em;
		width:85px;
	}
	
.result .desc {
	width: 349px;
	float: left;
	padding: 0 5px;
	line-height: 1.5; }
 
	.result .desc.long {
		width: 409px; }
		
	.result .desc h6 { 
    text-transform: uppercase;
    background:none;
    text-indent:0;
    height:auto; 
    margin: 0; }
	
.result .features { 
	clear:both;
	padding: 10px 0 0 0;
	font-size: 11px; }
	
	.result .features a.show-features { 
		line-height: 1;
		padding-left: 14px;
		background: url(../img/open_arrows.png) no-repeat 0 0;
		color: #777; }
		
	.result .features a.open { background-position: 0 -11px; }
		
	.result .features .features-holder { 
		width:462px;
		margin: 10px auto 0; }
	
	.result .features table { 
		width:226px;
		display:inline;
		float:left; }
		
		.result .features td { 
			padding: 3px 5px;
			vertical-align: middle;
			width: 100%; }
			
	.result .features .matched { 
		border: solid 1px #bcd959;
		color: #333; }
		
		.result .features .matched td { 
			background-color:#FAFFFA;
			border-left: solid 1px #bcd959; 
			border-top: solid 1px #bcd959; }
			
	.result .features .mismatched { 
		float:right;
		border: solid 1px #f2b1b1;
		color: #333; }
		 
		.result .features .mismatched td { 
			background-color:#FFFAFA;
			border-left: solid 1px #f2b1b1; 
			border-top: solid 1px #f2b1b1; }
	
	.result .features td.icon { 
		border-left: 0; 
		text-align:center; 
		width: 0; }
		
	.result .features td.title { 
		border-left: 0; 
		border-top: 0;
		text-align:left; }	
		
.result .action {
	float: left;
	width: 33px;
	overflow: hidden; }
 
	.result .action a {
		float: left;
		width: 33px;
		height: 33px;
		background: url(../img/btn_arrow.png) no-repeat;
		text-indent: -1000em;
		margin: 10px 0 0; }
 
		.result .action a:hover { background-position: bottom; }
 
.result .alert {
	background:transparent url(../img/email_16.png) no-repeat scroll 0 0;
	height:16px;
	line-height:16px;
	text-indent:20px;
	clear:both;
	float:left;
	display:block; }
	
.home-page .result .desc {
  width: 260px;
}
  
  
#email-results {
	background: #eee;
	padding: 10px 12px; 
	line-height:1.5em; }
	
	#email-results .textfield-wrap { margin: 7px 0 0; }
 
	#email-results .left { 
		text-align: center;
		padding-right: 13px;
		border-right:1px solid #DDDDDD;
		width: auto;
		height:37px; }
 
	#email-results .center {
		text-align: left;
		padding: 0 13px 0 13px;
		border-right:1px solid #DDDDDD;
		width: auto;
		height:37px; }
		
	#email-results .right {
		text-align: left;
		width: auto; }
 
#short-url-holder input {
		font-size:10px;
		color: #444;
		width:210px; }
		
.email-button {
		background: url(../img/email_16.png) no-repeat; 
		padding:1px 0 2px 20px;
		line-height:37px; }
		
.addthis-button {
		background: url(../img/share-icon-16x16.png) no-repeat; 
		padding:1px 0 2px 20px;
		line-height:37px; }
 
#email-popup {
		z-index:9999;
 		position:absolute;
 		margin: 0;
 		padding: 10px 15px;
 		border: solid 3px #ddd;
 		background: #fff url(../img/grad_block_green.png) repeat-x bottom; }
	
	#email-popup table, .email-submission table {
		margin: 0 auto; }
	
	#email-popup .input-go-3, .email-submission .input-go-3 {
		display:block;
		border: 0;
		text-indent: -1000em;
		width: 23px;
		height: 12px;
		background: url(../img/input_go_search.png) no-repeat;
		margin: 10px 0 5px;
		cursor: pointer; }
		
	#email-popup .fields, .email-submission .fields { margin: 10px 5px 5px; }
	
	#email-popup .fields td, #email-popup .header td, .email-submission .fields td, .email-submission .header td { height:1.9em; vertical-align:middle; }
 
 	#email-popup input.gwt-TextBox, .email-submission input.gwt-TextBox {
		margin:0 0 3px 5px;
		font-size:10px;
		color: #444;
		width: 160px; }
		
 	#email-popup .gwt-CheckBox input, .email-submission .gwt-CheckBox input {
		display:inline;
		float: left;
		margin-left:5px; }
		
	#email-popup label, .email-submission label {
		display:inline;
		float: left;
		font-size: 10px;
		line-height:1.9em;
		margin-left:5px;
		width:200px;
		/*width: 270px;*/ }
		
	#email-popup .email-submitted, .email-submission .email-submitted {
		margin: 5px 0;
		text-align:center; }
		
/* block > info
-------------------------------------- */
#body .block.info {
	background: #fffff0;
	border: 1px solid #e3e3c7;
	line-height: 1.4;
	font-size: 1.1em;  }
 
	#body .block.info h3 {
		color: #6e6e4a;
		font-size: 18px;
		font-weight: normal;
		margin: 0 0 7px; }
		
	#body .block.info .more {	
		clear:both; }
		
		#body .block.info .more a {	
			display:block;
			color:#6E6E4A;
			padding-top:7px; }
		
	#body .block.info .col {
		float: left;
		padding: 0 0 0 15px;
		margin: 0 0 0 15px;
		background: url(../img/h_sep.png) repeat-y left; 
		width: 204px;
		min-height:0; }
		
		#body .block.info .col.col-1 {
			background: none;
			margin: 0;
			padding: 0; }
			
		#body .block.info .col ul  {
			padding-left:12px;
			list-style-image: url(../img/bullet.png);
			overflow:hidden; }
			
		#body .block.info .col a {
			color: #777;
			font-size: 11px; }

/* profile
-------------------------------------- */
#profile,
#content {
	background: url(../img/profile.png) no-repeat 0 0;
	margin: 0 0 15px;
	padding: 15px;
}
/* profile > head
-------------------------------------- */
#profile #head {
	border-bottom: 1px solid #d3e25f;
	padding: 0 0 10px;
}
#profile #head .left {
	width: auto;
	width: 10%;
	overflow: hidden;
}
#profile #head .right {
	float: left;
	width: 87%;
	text-align: left;
	padding-left: 15px;
}
#profile #head h2 {
	font-size: 28px;
	font-weight: normal;
	color: #777;
	margin: 0 0 15px;
	padding: 0;
}
#profile #head h2 em {
	font-weight: bold;
	color: #444;
}
/* profile > industry
-------------------------------------- */
#industry, #profile-list { 
	padding: 5px 0 0; 
	*padding: 0; }
#industry li, #profile-list li {
	list-style-position: outside !important;
	list-style-type: none !important;
	float: left;
	height: 28px;
	margin:0 !important;
}
#industry li a, #profile-list li a {
 *float: left;
	text-transform: uppercase;
	background: #f7f7f7 url(../img/industry-icons/ico_engineering.png) no-repeat 7px center;
	color: #444;
	padding: 8px 12px 6px;
	padding-left: 30px;
	border: 1px solid #ddd;
	text-decoration: none;
	font-size: 11px;
}
#industry li.accounting a {
	background: #f7f7f7 url(../img/industry-icons/accounting.png) no-repeat 7px center;
	padding-left: 35px;
}
#industry li.engineering a { background: #f7f7f7 url(../img/industry-icons/engineering.png) no-repeat 7px center; }
#industry li.it a { background: #f7f7f7 url(../img/industry-icons/information-technology.png) no-repeat 7px center; }
#industry li.general a { background: #f7f7f7 url(../img/industry-icons/generalist-and-leadership.png) no-repeat 7px center; }
#industry li.gov a { background: #f7f7f7 url(../img/industry-icons/government.png) no-repeat 7px center; }
#industry li.science a { background: #f7f7f7 url(../img/industry-icons/science.png) no-repeat 7px center; }
#industry li.property a { background: #f7f7f7 url(../img/industry-icons/property.png) no-repeat 7px center; }
#industry li.marketing a { background: #f7f7f7 url(../img/industry-icons/marketing.png) no-repeat 7px center; }
#industry li.law a { background: #f7f7f7 url(../img/industry-icons/law.png) no-repeat 7px center; }
#industry li.investment a { background: #f7f7f7 url(../img/industry-icons/investment-banking.png) no-repeat 7px center; }
#industry li.gas a { background: #f7f7f7 url(../img/industry-icons/oil-gas.png) no-repeat 7px center; }
#industry li.funds a { background: #f7f7f7 url(../img/industry-icons/funds-management.png) no-repeat 7px center; }
#industry li.environment a { background: #f7f7f7 url(../img/industry-icons/environment.png) no-repeat 7px center; }
#industry li.economics a { background: #f7f7f7 url(../img/industry-icons/economics.png) no-repeat 7px center; }
#industry li.construction a { background: #f7f7f7 url(../img/industry-icons/construction.png) no-repeat 7px center; }
#industry li.business a { background: #f7f7f7 url(../img/industry-icons/banking-finance.png) no-repeat 7px center; }
#industry li.arts a { background: #f7f7f7 url(../img/industry-icons/arts.png) no-repeat 7px center; }
#industry li a:hover {
	background-color: #fff;
	color: #000;
}
/* profile 
-------------------------------------- */
#profile #details #offers {
	background: url(../img/grad_block_green.png) repeat-x bottom;
	border: 1px solid #d3e25e;
	margin-top: 10px;
	padding: 15px;
}
#profile #details #offers h5 {
	font-weight: bold;
	font-size: 14px;
	color: #8fa201;
	text-transform: uppercase;
}
#profile #details #offers ul { padding: 10px 0; }
#profile #details #offers ul li {
	font-size: 14px;
	padding: 7px 0 3px 28px;
	margin: 0 0 5px;
	list-style-type: none;
	list-style-position: outside;
}
#offers ul li.parking { background: url(../img/ico_parking.png) no-repeat left center; }
#offers ul li.study { background: url(../img/ico_study.png) no-repeat left center; }
#offers ul li.travel { background: url(../img/ico_travel.png) no-repeat left center; }
#offers ul li.training { background: url(../img/ico_training.png) no-repeat left center; }
#offers ul li.dev { background: url(../img/ico_dev.png) no-repeat left center; }
#offers ul li.coffee { background: url(../img/ico_coffee.png) no-repeat left center; }
#offers ul li.club { background: url(../img/ico_social.png) no-repeat left center; }
#offers ul li.babysit { background: url(../img/ico_babysit.png) no-repeat left center; }
#offers ul li.gym { background: url(../img/ico_gym.png) no-repeat left center; }
#offers ul li.health { background: url(../img/ico_health.png) no-repeat left center; }

#profile #details .content {
	/*float: right;
	width: 730px;*/
}
#profile #details .content .col-1 {
	float: left;
	margin-right:15px;
	width:590px; }

	#profile #details .content .col-1 a {
		color: #8FA201; }


#profile #details .content .col-2 {
	float: right;
	width: 306px; }

#profile #details .block {
	margin: 10px 0;
	padding: 10px 20px; }
	
#profile #details h2 { 
	color: #444;
	line-height: 1.1em; } 
	
#profile #details ul.offers h5 {
	font-weight: bold;
	font-size: 14px;
	color: #8fa201;
	text-transform: uppercase;
}

#profile #details ul.offers li {
	font-size: 14px;
	padding: 7px 0 3px 28px;
	list-style-type: none;
	list-style-position: outside;
}
#profile #details ul.offers li a:hover {
	color: #8FA201;
}
	
/* content/profile pages
-------------------------------------- */

#content { min-height:500px; }
#content .col-1 {
	width:580px;
	float:left;
}
#content .col-2 {
	width:310px;
	float:right;
}
#content img.al {
	float:left;
	margin:10px 10px 10px 0;
}
#content h1, #profile h1 {
	border-bottom:1px solid #eee;
	padding:0 0 10px;
	margin:0 0 10px;
	display:block;
	font-weight:normal;
	font-size:28px;
}
#content h1 em, #profile h1 em {
	font-size:22px;
	display:block;
}
#content h1 small, #profile h1 small {
	font-size:14px;
	display:block;
	color:#779F49;
	padding:5px 0 0;
	font-weight:normal;
}
#content h2 {
	display:block;
	font-size:16px;
	padding:10px 0;
	color:#666;
}
#profile h2 {
	display:block;
	font-size:1.8em;
	padding:20px 0;
	color:#666;
}
#content h3, #profile h3 {
	display:block;
	font-size:1.4em;
	padding: 10px 0;
	color:#8FA201;
}
#profile h4, #content h4 {
	font-weight:normal;
	font-size:1.3em;
	padding: 10px 0;
	color:#8FA201; }
	
#content p, #profile p {
	line-height:1.5;
	padding:0 0 10px;
}
#content ul, #profile ul {
	line-height:1.5;
	padding:0 0 20px;
}
#content ul li, #profile ul li {
	list-style: outside disc;
	margin:0 20px;
}
#content blockquote, #profile blockquote {
	margin: 1em 20px;
	min-height:41px;
}
#content blockquote cite, #profile blockquote cite {
	display:block;
	padding:5px 0 0;
}
#content blockquote cite:before, #profile blockquote cite:before { content: "- "; }
.content-page .other .block-sm { margin-right:0; }
.content-page #toolbar { }
.content-page #toolbar fieldset { float:left; margin:10px 22px 0 0;   }
.content-page #toolbar fieldset * { vertical-align:middle; }
.content-page #toolbar fieldset label { color:#fff; font-size:16px; display:block; font-weight:bold; padding:0 0 10px; }			


/* profile accordion
-------------------------------------- */

#accordion ul {
	list-style-position: outside; }
	
#accordion ul li {
	list-style-position: outside;
	list-style-type:none;
	margin:0;
	padding:0; }

#accordion ul li a.panel-title {
	margin: 5px 0;
	font-size:1.1em;
	background:transparent url(../img/panel_title_4.png) no-repeat scroll 0 0;
	width:548px; }

#accordion ul li a.panel-title:hover {
	background-position: 0 -66px; }

/* toolbar
-------------------------------------- */

#toolbar-frame {
	height:31px;
	overflow:hidden;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	z-index:999999;}

#external-toolbar {
	overflow:hidden; }
	
#external-frame {
	width:100%;
	height:100%;
	background-color:#FFFFFF; }
	
#toolbar {
	background: url(../img/toolbar.png) repeat-x;
	height: 30px;
	border-bottom:solid 1px #666; }

#toolbar .col {
	background: none;
	float: left;
	padding: 0;
	margin:0;
	min-height:0;
	height:30px }
	
#toolbar .employers { 
	width: 80%;
	overflow:hidden; }
	
	#toolbar .employers li {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		float: left;
		height: 27px;
		margin: 0 10px 0 0;
		padding: 5px 0 0 10px;
		background: url(../img/sep_toolbar.png) no-repeat top left; }
		
		#toolbar .employers li a {
			color: #111;
			font-size:10px;
			background: url(../img/favicon.gif) no-repeat left center;
			display: inline-block;
			padding: 5px 0 4px 22px; }
			
		#toolbar .employers li a:hover { color: #777; }
		
		#toolbar .employers li.active a {
			color: #7b8b02;
			text-decoration: underline; }
			
		#toolbar .employers li.active a:hover { text-decoration: none; }

#toolbar .back { 
	height:16px;
	padding: 7px 10px 0;
	width: 70px; }
	
	#toolbar .back a.icon {
		margin: 0 !important; }
		
	#toolbar .back a.btext {
		line-height:16px;
		margin: 0 0 0 5px; }
	
#toolbar a.icon {
	margin:7px 0 0 10px;
	display:block;
	float:left;
	width:16px;
	height:16px;
	background: transparent url(../img/arrows.png) no-repeat 0 0;  
	text-indent:-1000em;
	line-height:16px; }
	
	#toolbar a.icon.d { background-position: 0 0; }
	#toolbar a:hover.icon.d { background-position: 0 -16px; }
	#toolbar a.icon.u { background-position: -16px 0; }
	#toolbar a:hover.icon.u { background-position: -16px -16px; }
	#toolbar a.icon.r { background-position: -32px 0; }
	#toolbar a:hover.icon.r { background-position: -32px -16px; }
	#toolbar a.icon.l { background-position: -48px 0; }
	#toolbar a:hover.icon.l { background-position: -48px -16px; }
	#toolbar a.icon.x { background-position: -64px 0; }
	#toolbar a:hover.icon.x { background-position: -64px -16px; }
	
	#toolbar a.icon.email {
		width:50px;
		text-indent: 20px;
		background: transparent url(../img/email_16.png) no-repeat scroll 0 0; }
	#toolbar a.icon.addthis {
		width:50px;
		text-indent: 20px;
		background: transparent url(../img/share-icon-16x16.png) no-repeat scroll 0 0; }
	
#toolbar .actions {
	background:  url(../img/toolbar.png) repeat-x;
	position: absolute;
	top: 0;
	right: 0;
	width: 190px;
	height:30px; }
	
	#toolbar .actions .share {
		background: url(../img/sep_toolbar.png) no-repeat top left;
		position: absolute;
		top: 0;
		right: 34px;
		width: 158px;
		height:30px; }
		
	#toolbar .actions .close { 
		background: url(../img/sep_toolbar.png) no-repeat top left;
		position: absolute;
		top: 0;
		right: 0;
		width: 34px;
		height:30px; }
		
		
#toolbar #login {
	background:  url(../img/toolbar.png) repeat-x;
	position: absolute;
	top: 0;
	right: 0;
	width: 620px;
	height: 30px; }
	
	#toolbar #login .login-form {
		background: url(../img/sep_toolbar.png) no-repeat top left;
		position: absolute;
		top: 0;
		right: 0;
		padding: 3px 10px;
		height: 30px; }
		
	#toolbar #login .login-form .or {
		font-weight: bold;
		padding: 0 10px; }
		
	#toolbar #login .login-form .register-button {
		font-weight: bold;
		text-decoration:underline; }
	
		
#toolbar-expanded {
	width:100%;
	overflow:hidden;
	border-bottom:solid 1px #666;
	height:300px;
	background: #fff url(../img/grad_block_green.png) repeat-x bottom; }

	#toolbar-expanded .expanded-content { 
		position:relative;
		margin:0 auto;
		width:1000px; }
	
	#toolbar-expanded #results { 
		overflow:auto;
		height:300px;
		width:600px; }
		
	#toolbar-expanded #results .result {
		width:560px;
		height:65px;
		padding:7px 10px 2px; }
		
	#toolbar-expanded .share {
		position:absolute;
		right:0;
		top:0;
		width:400px;
		height:300px;
		background: #fff url(../img/grad_block_green.png) repeat-x bottom; }
		
	#toolbar-expanded .email-submission {
		height:260px;
		padding:10px;
		margin:10px 0;
		float:right;
		width: 235px;
		position: static;
		border: 0;
		background: transparent none;
	    border-left: 1px solid #eee; }

.addthis_toolbox {
	float:right;
	height:280px;
    width: 140px;
    margin: 10px 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px; }

.addthis_toolbox a {
	font-size: 15px;
    width: 102px;
    padding: 4px 0 4px 34px;
    position: relative;
    display: block;
    text-decoration: none;
    color: #7B8B02; }

.addthis_toolbox a:hover {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #D3E25E;
    text-decoration: none; }

.addthis_toolbox span {
    position: absolute;
    left: 14px;
    top: 4px; }

.addthis_toolbox .more {
    border-top: solid 1px #eee;
    padding: 10px 0 0 0;
    margin: 10px 10px 0 10px;
    text-align: center; }

.addthis_toolbox .more a {
    padding: 4px 0;
    margin: 0; }

.addthis_toolbox .more span {
    display: none; }


/* contact form
-------------------------------------- */
	
#contact-area { }
#contact-area input, #contact-area textarea {
	border:2px solid #CCCCCC;
	font-family:Helvetica,sans-serif;
	font-size:1.4em;
	margin:7px 15px;
	padding:5px;
	width:390px; }
#contact-area textarea {
	height:90px; }
#contact-area textarea:focus, #contact-area input:focus {
	border:2px solid #D3E25E; }
#contact-area input.submit-button {
	margin-right:10px;
	float:right;
	width:100px; }
#contact-area label {
	float:left;
	font-size:1.4em;
	margin-right:10px;
	padding-top:5px;
	text-align:right;
	width:100px;
  height:40px;
  line-height:40px; }
#contact-area input.gwt-FileUpload {
	font-size: 1em; 
  width:auto;
  margin:7px 5px 7px 15px; }
#contact-area .long-label {
  width:245px;
  float:right;
}
#contact-area td {
	vertical-align: middle; }

#contact-area select.gwt-ListBox, #contact-area .date-picking-container {
  margin:7px 15px;
  width:auto;
}
#contact-area .gwt-RadioButton input {
  margin:7px 0;
  width:auto;
}
#contact-area .labels {
  width:250px;
}

#contact-area .validation {
  color:#fd2d04;
  font-weight:bold;;
}

/* autocomplete 
-------------------------------------- */

.ac_results {
	background: #fff;
	font-size:12px;
	line-height:20px;
	border: solid 3px #7b8b02;
	-moz-border-radius:5px;
	-webkit-border-radius:5px; }

.ac_over { 
	background-color:#bcd959 }

.ac_even, .ac_odd {
	padding: 0 5px; }
	
	
/* User panel
-------------------------------------- */

#user-panel, #cms-user-panel {
	position:absolute;
	top:0;
	left:350px;
	width:278px; 
	height:105px;
	padding:15px 10px;
	border: 1px solid #d3e25e;
	border-top:0;
	border-bottom:0;
	background-color: #FAFFF0;}
	
	.fan-panel {
		margin-top:10px;
		text-align:center; }
		
	.login-panel, #login-panel {
		 margin-top:10px;}
		 
		.login-panel .fan-panel, #login-panel .fan-panel {
			margin-top:20px; }
	
	.register-left-panel { 
		float:left;
		width:400px; }
		
	.register-right-panel { 
		float:right;
		width:400px; }
	
	.inline {
		display:inline; }
	
	.register-panel {
		margin-top:10px;
		border-top: 1px solid #d3e25e; }
		
	.register-panel-footer {
		padding-top:10px;
		margin-top: 15px;
		border-top: 1px solid #d3e25e; }
		
	.register-form-table {
		margin-top:10px; }
		
		.register-form-table td {
			padding: 5px 0; 
			vertical-align:middle;
			text-align:left; }
			
		table.register-form-table tr {
			border-top: solid 1px #f5f5f5; }
			
			table.register-form-table tr:first-child, table.col-133 tr {
				border: none; }
			
		.register-form-table.long {
			line-height:30px;
			width:100%; }
			
			.register-form-table.long td.ra {
				text-align: right; }
					
				.register-form-table.long td.ra select {
					width:250px; }
		
	.register-button-panel {
		padding-top:19px;
		text-align:center; }
		
		.register-button-panel fb:login-button {
			margin-left: 20px; }
	
	.date-picking-container select {
		display:inline;
		margin-right:5px; }
	
	.register-panel-skip {
		text-align:right;
		margin-top:20px; }
	
	.button {
		padding:5px;
		background:#FFFAFA;
		border: solid 1px #A3C726;
		-moz-border-radius:5px;
		-webkit-border-radius:5px; }
			
		.button:hover {
			color: #A3C726;
			border: solid 1px #D3E25E;
			text-decoration:none; }
				
		.button.selected {
			background: #D3E25E; }
			
		.button.selected:hover {
			color: #444; }
			
		.button.gc {
			margin-right:40px; }
			
		.button.so, .button.md {
			margin-left:20px;}
			
		.button.r {
			margin-left: 10px;}
				
		.popup-login-buttons .button {
			font-size:1.4em;
			font-weight:bold;
			line-height:25px;
			padding:5px; }
				
	.popup-login-buttons {
		text-align:center;
		border-top: solid 1px #d3e25e; }
	
	.login-text {
		color:#A3C726;
		font-size:1.3em;
		font-weight:bold;
		margin: 20px 0 10px;
		text-align:left; }
		
	.browser-warning {
		color: #999;
		margin-top:20px;
		margin-left: 19px;
		width: 220px;
		font-style:italic; }
	
div.fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 20px 20px 40px 20px;
    margin: 0;
    background: transparent;
    display: block; }

div.fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	background: .FFF; }

div.fancy_content {
	background:#fff;
	border: solid 3px #d3e25e;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding:20px;
	margin: 0;
	z-index: 100;
	position: absolute;
	font-size:1.2em; }

	.fancy_content .label  { 
		margin-right: 5px; }
		
	.fancy_content button, .fancy_content input.text {
		margin-right:10px; }
		
	.fancy_content .validation {
		color: #666;
		font-size: 1em; 
		font-weight:bold;
		text-align:left;}
		
	.fancy_content .information {
		margin: 10px 0; }
	
	.fancy_content .required:after {
		content: "*"; }
			
	.fancy_content h3 {
		color:#666;
		font-size:1.6em;
		font-weight:normal;
		margin-bottom:5px; }
		
	.fancy_content h4 {
		color:#A3C726;
		font-size:1.3em;
		font-weight: bold;
		margin:10px 0 10px; }
		
	.fancy_content .subheading {
	  line-height:15px;
    padding:5px 0 10px; }
		
	.fancy_content .register-panel {
		margin-top:15px; }
	
		.fancy_content .register-panel .register-left-panel {
			float:none;
			margin:0 auto; }
	
	.fancy_content .register-panel.mid {
		text-align:center; }
	
		.fancy_content .register-panel.mid .register-form-table {
			margin: 0 auto; }
			
	a.fancy_close {
		position: absolute;
		top: -12px;
		right: -15px;
		height: 30px;
		width: 30px;
		background: url('../img/fancy_closebox.png') top left no-repeat;
		cursor: pointer;
		z-index: 181;
		display: block; }
    
 
.countdown {
	padding-bottm:10px;
  color:#777777;
}

.countdown .close-in {
	margin-top:5px;	
}

.countdown .location-label {
	font-weight:bold;
	font-size: 1.3em;
}
.countdown .close-today {
		font-weight: bold;
		font-size: 20px;
		color: #FF6501;
    margin-top:10px;
}
/*
#countdown .select {
	-moz-border-radius:3px;
	background:none repeat scroll 0 0 #FF6501;
	border:3px solid #FF6501;
	color:#fff;
}
*/
.counter {
	margin-top:5px;
	text-align:center; }
	
	.counter tr td {
		padding: 0 7px; }
	
	.counter .count {
		font-weight: bold;
		font-size: 30px;
		color: #FF6501;
	}
	
	.counter .units {
		font-size: 1em;
	}

.tcs {
	height: 300px;
	overflow: auto;
}

	.tcs p {
		margin-bottom: 10px; 
	}
	
	.tcs h3 {
		font-size: 1.3em;
	}

  
.gradcareers a {
  color: #ff6501;
}
