body {
	background-color: #fff;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	text-align: left;
}

#doc4 {
	background-color: #fff;
	clear: both;
}

#bd {
	padding-top: 1em;
}

#main-content {
	background: #fff;
}

#main-content-body {
	background-color: #fff;
}

#expired {
	color: #d12f19;
	background: url(http://static.funnelthru.com/images/expired.png) no-repeat right top;
	padding-right: 110px;
}

p {
	font-size: 100%;
	color: #222;
}

.hide {
	display: none;
}

a {
	color: #2d7bb2;
	cursor: pointer;
	text-decoration: underline;
}

a:hover {
	color: #007fff;
	cursor: pointer;
	text-decoration: underline;
}

li > a > img {
	vertical-align: text-bottom;
}

.highlight {
	background-color: #FCED92;
	color: #222;
}

.gentle_highlight {
	background: #FFF6BF;
	color: #222;
}

.capitalize {
	text-transform: capitalize;
}

.uppercase {
	text-transform: uppercase;
}

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

.fancy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

.stop {
	background-color: #FBE3E4;
	color: #7f1105;
	text-align: center;
	padding: .5em;
}

.warning {
	color: #7f1105;
}

h1.page_title {
	font-size: 197%;
	line-height: 197%;
	text-align: left;
	padding: 0;
	margin: 0;
}

.footer_header {
	color: #4c4c4c;
	font-size: 230%;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}

.footer_content {
	font-size: 131%;
	line-height: 131%;
	color: #999;
}

.message_header {
	color: #4c4c4c;
	font-size: 230%;
	font-weight: bold;
	margin-top: 1em;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}

.message_content {
	color: #999;
	display: block;
	font-size: 131%;
	line-height: 131%;
	margin-bottom: 2em;
	margin-top: 1em;
	padding: 0;
	text-align: center;
	text-transform: lowercase;
}

.message_small {
	color: #999;
	font-size: 1em;
	/*font-weight: bold;*/
	text-align: center;
	text-transform: none;
	margin-bottom: 2em;
	margin-top: 2em;
	padding: 0;
}

.quiet {
	color: #666;
}

.yes {
	background-color: #50AD2D;
	color: #fff;
	padding: 2px;
}

.no {
	background-color: #d12f19;
	color: #fff;
	padding: 2px;
}

/* @group Header and Logo */

.main-heading {
	background: #fff;
	color: #000;
	float: left;
	padding: 0;
	width: 100%;
	border-bottom: 1px solid #ccc;
}

.main-heading .main-heading-inner {
	margin: 0 auto;
	width: 974px;
}

#main-logo {
	cursor: pointer;
	display:inline-block;
	float: left;
	margin: 10px 0 5px;
	padding: 0;
	text-decoration: none;
}

.main-heading .main-heading-inner #main-logo .subtitle {
	background-color: #FCED92;
	color: #333;
	display: block;
	margin-bottom: 5px;
}

.main-heading .main-heading-inner .user-actions {
	display:inline-block;
	float: right;
	margin: 0;
	padding-top: 20px;
}

.main-heading .main-heading-inner .user-actions a {
	color: #222;
	font-size: 100%;
	padding: 8px;
}

.main-heading .main-heading-inner .user-actions a:hover {
	color: #fff;
	background-color: #222;
}

.main-heading .main-heading-inner .user-actions a:first-child {
	border-left: none;
}

.navigation {
	background: #efefef;
	border-bottom: 1px solid #ccc;
	color: #222;
	float: left;
	padding: 0;
	width: 100%;
}

.navigation .navigation-inner {
	margin: 0 auto;
	width: 974px;
}

.navigation .navigation-inner ul.nav {
	display: inline-block;
	float: left;
	margin: 0;
	padding:0;
}

.navigation .navigation-inner ul.nav-right {
	display: inline-block;
	float: right;
	margin: 0;
	padding:0;
}


.navigation .navigation-inner ul.nav li,
.navigation .navigation-inner ul.nav-right li {
	float: left;
	font-size: 14px;
	list-style-type:none;
}

.navigation .navigation-inner ul.nav li a,
.navigation .navigation-inner ul.nav li span.menu-help,
.navigation .navigation-inner ul.nav-right li a,
.navigation .navigation-inner ul.nav-right li span.menu-help {
	color: #222;
	display: block;
	padding: 8px 10px;
	text-transform: capitalize;
	text-indent: 2px;
	/*-moz-border-top-left-radius: 3px;
	-moz-border-top-right-radius: 3px;
    -webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;*/
}

.navigation .navigation-inner ul.nav li span.menu-help,
.navigation .navigation-inner ul.nav-right li span.menu-help {
	color: #999;
}

.navigation .navigation-inner ul.nav li a {
	margin-right: 5px;
	text-decoration: underline;
}

.navigation .navigation-inner ul.nav-right li a {
	background: #afd775;
	color: #2c5700;
	margin-right: 5px;
	text-decoration: underline;
}

.navigation .navigation-inner ul.nav li a:hover,
.navigation .navigation-inner ul.nav-right li a:hover {
	background: #222;
	color: #fff;
}

.navigation .navigation-inner ul.nav li.active a,
.navigation .navigation-inner ul.nav-right li.active a {
	background: #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	color: #000;
	margin-bottom: -1px;
	text-decoration: none;
}

.footer {
	float: left;
	width: 100%;
	margin-top: 2em;
}

.footer .footer-inner {
	background: #fff;
	border-top: 1px solid #ccc;
	margin: 0 auto;
	padding: 2em 0;
	width: 974px;
}

/* @end */

/* @group Buttons */

div.buttons {
	margin: 0;
	padding: 0.5em;
	vertical-align: text-bottom;
}

div.right > a.button, 
div.right > button {
	float: right;
	margin-right: 4em;
}

div.buttons div.cancel_options {
	display: block;
	float: left;
	margin: 0.25em 0.5em 0.25em 0;
	padding: 5px 10px 5px 5px;
}

a.button, button {
	background-color: #f5f5f5;
	border: 1px solid #dedede;
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	color: #565656;
	cursor: pointer;
	display: block;
	float: left;
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size: 100%;
	font-weight: bold;
	line-height: 130%;
	margin: 0.25em 0.5em 0.25em 0;
	padding: 5px 10px 5px 7px;
	text-decoration: none;
	/*border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
}

button {
	width: auto;
	overflow: visible;
	padding: 4px 10px 3px 7px;
	/*IE6 */
}

button[type] {
	padding: 4px 10px 4px 7px;
	/* Firefox */
  	line-height: 17px;
  	/* Safari */
}

*:first-child+html button[type] {
	padding: 4px 10px 3px 7px;
	/* IE7 */
}

button img, a.button img {
	margin: 0 3px -3px 0 !important;
	padding: 0;
	border: none;
	width: 16px;
	height: 16px;
	float: none;
}

/* Button colors
-------------------------------------------------------------- */

/* Standard */

button:hover, a.button:hover {
	background-color: #dff4ff;
	border: 1px solid #c2e1ef;
	color: #336699;
}

a.button:active {
	background-color: #6299c5;
	border: 1px solid #6299c5;
	color: #fff;
}

/* Apply */

a.apply, button.apply {
	background-color: #50AD2D;
	border: 1px solid #50AD2D;
	color: #fff;
}

a.apply:hover, button.apply:hover {
	background-color: #deffc7;
	border: 1px solid #50AD2D;
	color: #50AD2D;
}

a.apply:active, button.apply:active {
	background-color: #50AD2D;
	border: 1px solid #50AD2D;
	color: #fff;
}

/* Search */

button.search {
	background-color: #333;
	border: 1px solid #333;
	color: #fff;
}

button.search:hover, button.search:hover {
	background-color: #e6e6e6;
	border: 1px solid #333;
	color: #333;
}

button.search:active {
	background-color: #333;
	border: 1px solid #333;
	color: #fff;
}



/* View */

a.view {
	background-color: #2d7bb2;
	border: 1px solid #2d7bb2;
	color: #fff;
}

a.view:hover, button.view:hover {
	background-color: #dff4ff;
	border: 1px solid #2d7bb2;
	color: #2d7bb2;
}

a.view:active {
	background-color: #2d7bb2;
	border: 1px solid #2d7bb2;
	color: #fff;
}

/* Delete */



a.delete {
	background-color: #d12f19;
	border: 1px solid #d12f19;
	color: #fff;
}

a.delete:hover, button.delete:hover {
	background: #fbe3e4;
	border: 1px solid #fbc2c4;
	color: #d12f19;
}

a.delete:active {
	background-color: #d12f19;
	border: 1px solid #d12f19;
	color: #fff;
}

/* Positive */

body .positive {
	color: #529214;
}

a.positive:hover, button.positive:hover {
	background-color: #E6EFC2;
	border: 1px solid #C6D880;
	color: #529214;
}

a.positive:active {
	background-color: #529214;
	border: 1px solid #529214;
	color: #fff;
}

/* Negative */

body .negative {
	color: #d12f19;
}

a.negative:hover, button.negative:hover {
	background: #fbe3e4;
	border: 1px solid #fbc2c4;
	color: #d12f19;
}

a.negative:active {
	background-color: #d12f19;
	border: 1px solid #d12f19;
	color: #fff;
}

/* @end */

/* @group Fancy Zoom */

table#zoom_table {
	border: none;
	border-collapse:collapse;
	border-spacing:0;
}

table#zoom_table tbody tr td {
	border: none;
	border-collapse:collapse;
	border-spacing:0;
}

/* @end */

/* @group Google Feeds */

.gfg-root {
  /*border: 1px solid #222;*/
  font-size: 100%;
  height : auto;
  margin-bottom: 1em;
  margin-top: 1em;
  overflow : hidden;
  position : relative;
  text-align : center;
  width : 100%;
}

.gfg-title {
  	background-color: #222;
  	color : #fff;
  	font-size: 108%;
  	font-weight: bold;
  	line-height : 1.4em;
  	overflow : hidden;
  	padding: 5px;
  	white-space : nowrap;
  	border-radius: 3px;
  	-moz-border-radius: 3px;
  	-webkit-border-radius: 3px;
	text-transform: uppercase;
}

.gfg-title a {
  	color : #fff;
	font-weight: bold;
	text-transform: uppercase;
}

.gfg-subtitle {
  font-size: 12px;
  font-weight : bold;
  color : #3366cc;
  background-color: #E5ECF9;
  line-height : 1.4em;
  overflow : hidden;
  white-space : nowrap;
  margin-bottom : 5px;
}

.gfg-subtitle a {
  color : #3366cc;
}

.gfg-entry {
  	background-color : white;
  	width : 100%;
  	height : 8em;
  	position : relative;
  	overflow : hidden;
  	text-align : left;
  	margin-top : 3px;
}

/* To allow correct behavior for overlay */
.gfg-root .gfg-entry .gf-result {
  position : relative;
  background-color : white;
  width : auto;
  height : 100%;
  padding-left : 5px;
  padding-right : 5px;
}

.gfg-list {
  position : relative;
  overflow : hidden;
  text-align : left;
  margin-bottom : 5px;
}

.gfg-listentry {
  line-height : 1.5em;
  overflow : hidden;
  white-space : nowrap;
  text-overflow : ellipsis;
  -o-text-overflow : ellipsis;
  padding-left : 5px;
  padding-right : 5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.gfg-listentry-odd {
  background-color : #efefef;
}

.gfg-listentry-even {
}

.gfg-listentry-highlight {
	background: #FFF6BF no-repeat center;
}

/*
 * FeedControl customizations.
 */

.gfg-root .gfg-entry .gf-result .gf-title {
  font-size: 14px;
  line-height : 1.2em;
  overflow : hidden;
  white-space : nowrap;
  text-overflow : ellipsis;
  -o-text-overflow : ellipsis;
  margin-bottom : 2px;
}

.gfg-root .gfg-entry .gf-result .gf-snippet {
  height : 3.8em;
  color: #000000;
  margin-top : 3px;
}

/*
 * Easy way to get horizontal mode, applicable via js options to gadget.
 */

.gfg-horizontal-container {
  position : relative;
}

.gfg-horizontal-root {
  height : 1.5em;
  _height : 100%;
  position : relative;
  white-space : nowrap;
  overflow : hidden;
  text-align : center;
  font-size: 13px;
  border: 1px solid #AAAAAA;
  padding : 5px;
  margin-right : 80px;
}

.gfg-horizontal-root .gfg-title {
  font-weight : bold;
  background-color: #FFFFFF;
  line-height : 1.5em;
  overflow : hidden;
  white-space : nowrap;
  float : left;
  padding-left : 10px;
  padding-right : 12px;
  border-right: 1px solid #AAAAAA;
}

.gfg-horizontal-root .gfg-title a {
  color : #444444;
  text-decoration : none;
}

.gfg-horizontal-root .gfg-entry {
  width : auto;
  height : 1.5em;
  position : relative;
  overflow : hidden;
  text-align : left;
  margin-top : 0px;
  margin-left : 0px;
  padding-left : 0px;
}

/* To allow correct behavior for overlay */
.gfg-horizontal-root .gfg-entry .gf-result {
  position : relative;
  background-color : white;
  width : 100%;
  height : 100%;
  line-height : 1.5em;
  overflow : hidden;
  white-space : nowrap;
}

.gfg-horizontal-root .gfg-list {
  display : none;
}

/*
 * FeedControl customizations.
 */

.gfg-horizontal-root .gfg-entry .gf-result .gf-snippet,
.gfg-horizontal-root .gfg-entry .gf-result .gf-author {
  display : none;
}

.gfg-horizontal-root .gfg-entry  .gf-result .gf-title {
  color: #0000cc;
  margin-right : 3px;
  float : left;
}

.gfg-horizontal-root .gfg-entry .gf-result .gf-spacer {
  float : left;
}

.gfg-horizontal-root .gfg-entry .gf-result .gf-spacer,
.gfg-horizontal-root .gfg-entry .gf-result .gf-relativePublishedDate {
  display : block;
  color: #AAAAAA;
}

.gfg-branding {
  white-space : nowrap;
  overflow : hidden;
  text-align : left;
  position : absolute;
  right : 0px;
  top : 0px;
  width : 80px;
}

.gfg-collapse-open, .gfg-collapse-closed {
  background-repeat : no-repeat;
  background-position : center;
  cursor : pointer;
  float : right;
  width : 17px;
  height : 20px;
}

.gfg-collapse-open {
  background-image : url('arrow_open.gif');
}

.gfg-collapse-closed {
  background-image : url('arrow_close.gif');
}

.gfg-collapse-href {
  float : left;
}

.clearFloat {
  clear : both;
}

/* @end */

/* @group Flash Messages */

.flash_message {
	font-size:100%;
	text-align:center;
	width: 100%;
}

.flash_message > .flash_inner {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}

#flash-error.flash_inner, 
#flash-notice.flash_inner, 
#flash-warning.flash_inner {
	border: 2px solid #ddd;
	padding: 1em;
	-moz-border-bottom-left-radius: 15px;
	-moz-border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
}

#flash-error.flash_inner {
	background: #FBE3E4;
	border-color: #FBC2C4;
	color: #8a1f11;
}

#flash-warning.flash_inner {
	background: #FFF6BF;
	border-color: #FFD324;
	color: #514721;
}

#flash-notice.flash_inner {
	background: #E6EFC2;
	border-color: #C6D880;
	color: #264409;
}

#flash-error.flash_inner a {
	color: #8a1f11;
}

#flash-warning.flash_inner a {
	color: #514721;
}

#flash-notice.flash_inner a {
	color: #264409;
}

/* @end */

/* @group MarkItUp - Simple */

/* -------------------------------------------------------------------
// markItUp! Universal MarkUp Engine, JQuery plugin
// By Jay Salvat - http://markitup.jaysalvat.com/
// ------------------------------------------------------------------*/

.markItUp * {
	margin: 0px;
	padding: 0px;
	outline: none;
}

.markItUp a:link,
.markItUp a:visited {
	color: #000;
	text-decoration: none;
}

.markItUp {
	width: 392px;
	margin: 5px 0 5px 10px;
}

.markItUpContainer {
	font: 100% "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.markItUpEditor {
	background: #fff url(http://static.funnelthru.com/images/input_shadow.gif) repeat-x left top;
	border-color: #727272 #B4B4B4 #D9D9D9;
	border-style: solid;
	border-width: 0.1em;
	font-size: 100%;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	padding: 5px;
	width: 380px;
	height: 400px;
	clear: both;
	display: block;
	line-height: 18px;
	overflow: auto;
	resize: none;
}

.markItUpPreviewFrame {
	overflow: auto;
	background-color: #FFF;
	width: 99.9%;
	height: 300px;
	margin: 5px 0;
}

.markItUpFooter {
	width: 100%;
}

.markItUpResizeHandle {
	overflow: hidden;
	width: 22px;
	height: 5px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(http://static.funnelthru.com/images/handle.png);
	cursor: n-resize;
}

/***************************************************************************************/

/* first row of buttons */

.markItUpHeader ul li {
	list-style: none;
	float: left;
	position: relative;
}

.markItUpHeader ul li:hover > ul {
	display: block;
}

.markItUpHeader ul .markItUpDropMenu {
	background: transparent url(http://static.funnelthru.com/images/menu.png) no-repeat 115% 50%;
	margin-right: 5px;
}

.markItUpHeader ul .markItUpDropMenu li {
	margin-right: 0px;
}

/* next rows of buttons */

.markItUpHeader ul ul {
	display: none;
	position: absolute;
	top: 18px;
	left: 0px;
	background: #FFF;
	border: 1px solid #000;
}

.markItUpHeader ul ul li {
	float: none;
	border-bottom: 1px solid #000;
}

.markItUpHeader ul ul .markItUpDropMenu {
	background: #FFF url(http://static.funnelthru.com/images/submenu.png) no-repeat 100% 50%;
}

.markItUpHeader ul .markItUpSeparator {
	margin: 0 10px;
	width: 1px;
	height: 16px;
	overflow: hidden;
	background-color: #CCC;
}

.markItUpHeader ul ul .markItUpSeparator {
	width: auto;
	height: 1px;
	margin: 0px;
}

/* next rows of buttons */

.markItUpHeader ul ul ul {
	position: absolute;
	top: -1px;
	left: 150px;
}

.markItUpHeader ul ul ul li {
	float: none;
}

.markItUpHeader ul a {
	display: block;
	width: 16px;
	height: 16px;
	text-indent: -10000px;
	background-repeat: no-repeat;
	padding: 3px;
	margin: 0px;
}

.markItUpHeader ul ul a {
	display: block;
	padding-left: 0px;
	text-indent: 0;
	width: 120px;
	padding: 5px 5px 5px 25px;
	background-position: 2px 50%;
}

.markItUpHeader ul ul a:hover {
	color: #FFF;
	background-color: #000;
}

/* @end */

/* @group MarkItUp - Buttons */

/*.markItUp .markItUpButton1 a {
	background-image: url(http://static.funnelthru.com/images/markitup/h1.png); 
}
.markItUp .markItUpButton2 a {
	background-image:url(http://static.funnelthru.com/images/markitup/h2.png); 
}
.markItUp .markItUpButton3 a {
	background-image:url(http://static.funnelthru.com/images/markitup/h3.png); 
}
.markItUp .markItUpButton4 a {
	background-image:url(http://static.funnelthru.com/images/markitup/h4.png); 
}
.markItUp .markItUpButton5 a {
	background-image:url(http://static.funnelthru.com/images/markitup/h5.png); 
}
.markItUp .markItUpButton6 a {
	background-image:url(http://static.funnelthru.com/images/markitup/h6.png); 
}*/

.markItUp .markItUpButton1 a {
	background-image: url(http://static.funnelthru.com/images/fugue/edit-pilcrow.png);
}

.markItUp .markItUpButton2 a {
	background-image: url(http://static.funnelthru.com/images/fugue/edit-bold.png);
}

.markItUp .markItUpButton3 a {
	background-image: url(http://static.funnelthru.com/images/fugue/edit-italic.png);
}

.markItUp .markItUpButton4 a {
	background-image: url(http://static.funnelthru.com/images/fugue/edit-strike.png);
}

.markItUp .markItUpButton5 a {
	background-image: url(http://static.funnelthru.com/images/fugue/edit-list.png);
}

.markItUp .markItUpButton6 a {
	background-image: url(http://static.funnelthru.com/images/fugue/edit-list-order.png);
}

.markItUp .markItUpButton7 a {
	background-image: url(http://static.funnelthru.com/images/fugue/picture.png);
}

.markItUp .markItUpButton8 a {
	background-image: url(http://static.funnelthru.com/images/fugue/chain.png);
}

.markItUp .markItUpButton9 a {
	background-image: url(http://static.funnelthru.com/images/fugue/edit-quotation.png);
}

.markItUp .markItUpButton10 a {
	background-image: url(http://static.funnelthru.com/images/fugue/edit-code.png);
}

/*.markItUp .preview a {
	background-image:url(http://static.funnelthru.com/images/markitup/preview.png);
}*/

/* @end */

/* @group Form */

.form_alternate {
	background-color: #f7f7f7;
	border-top-color: #b3b3b3;
	border-top-style: solid;
	border-top-width: 5px;
}

fieldset {
	background-color: #eef2fe;
	border: 1px solid #e6e6e6;
	border-left-style: none;
	border-right-style: none;
	margin: 0 0 2em;
	padding: 1em 0;
}

fieldset legend {
	background-color: #eef2fe;
	color: #000;
	font-size: 120%;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px;
}

table.form {
	border-collapse: collapse;
	border-style: none;
	color: #000;
	margin: 0;
}

table.form thead tr td,
table.form thead tr th {
	border-style: none;
}

table.form thead tr td h3 {
	border-bottom: 1px dotted #ccc;
	margin-left: 3em;
	margin-top: 0;
	margin-right: 0;
	padding: 0 0 .5em;
}

table.form tbody tr {
	border-style: none;
}

table.form tbody tr th {
	border-style: none;
	font-style: normal;
	font-weight: normal;
	padding: 9px 0 1em;
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
	width: 140px;
}

table.form tbody tr th label {
	display: inline-block;
	font-size: 100%;
	font-weight: normal;
	line-height: 1;
	text-align: right;
}

table.form tbody tr th label img {
	float: left;
}

table.form tbody tr th .required_field,
table.form tbody tr td .required_field {
	font-size: 100%;
	font-weight: normal;
	line-height: 1;
	text-align: right;
	color: #f00;
}

table.form tbody tr td {
	border-style: none;
	padding: 0 0 1em;
	text-align: left;
}

table.form tbody tr td .form_link_toggle {
	color: #2d7bb2;
	cursor: pointer;
	padding-left: 10px;
	text-align: center;
	text-decoration: underline;
}

table.form tbody tr td div.form_explanation {
	color: #666;
	font-size: 90%;
	margin-left: 10px;
	width: 380px;
}

table.form tbody tr td div.form_explanation a {
	color: #2d7bb2;
	text-decoration: underline;
}

table.form tbody tr td.video,
table.form tbody tr td.question,
table.form tbody tr td.scribd {
	padding-left: 10px;
	width: 392px;
}

table.form tbody tr td.table_text {
	padding-left: 2em;
	padding-right: 2em;
}

table.form tbody tr td > img {
	margin-left: 10px;
	vertical-align: text-bottom;
}

table.form tbody tr td input,
table.form tbody tr td textarea,
table.form tbody tr td select {
	border-color: #727272 #B4B4B4 #D9D9D9;
	border-style: solid;
	border-width: 0.1em;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-left: 10px;
	padding: 5px;
}

table.form tbody tr td select.date_select {
	width: 110px;
}

table.form tbody tr td select#position_start_date_2i,
table.form tbody tr td select#order_card_expires_on_1i,
table.form tbody tr td select#order_card_expires_on_2i,
table.form tbody tr td select#experience_detail_end_date_1i,
table.form tbody tr td select#experience_detail_end_date_2i,
table.form tbody tr td select#experience_detail_start_date_1i,
table.form tbody tr td select#experience_detail_start_date_2i,
table.form tbody tr td select#education_detail_enrollment_date_1i,
table.form tbody tr td select#education_detail_enrollment_date_2i,
table.form tbody tr td select#education_detail_graduation_date_1i,
table.form tbody tr td select#education_detail_graduation_date_2i {
	width: 110px;
}

table.form tbody tr td select#position_start_date_1i,
table.form tbody tr td select#position_start_date_3i {
	width: 70px;
}

table.form tbody tr td select {
	font-size: 100%;
	

/*margin-top: 5px;*/
	padding: 5px;
	text-transform: capitalize;
	width: 392px;
}

table.form tbody tr td input {
	background: #fff url(http://static.funnelthru.com/images/input_shadow.gif) repeat-x left top;
	font-size: 100%;
	width: 380px;
}

table.form tbody tr td textarea {
	background: #fff url(http://static.funnelthru.com/images/input_shadow.gif) repeat-x left top;
	font-size: 100%;
	height: 100px;
	line-height: 18px;
	min-height: 100px;
	resize: none;
	width: 380px;
}

table.form tbody tr td div.markItUpContainer textarea {
	margin-left: 0;
}

table.form tbody tr td input[type=checkbox] {
	border-style: none;
	margin-top: 7px;
	width: auto;
}

table.form tbody tr td #scroll {
	background: #fff url(http://static.funnelthru.com/images/input_shadow.gif) repeat-x left top;
	border-color: #727272 #B4B4B4 #D9D9D9;
	border-style: solid;
	border-width: 0.1em;
	height: 200px;
	margin-left: 10px;
	overflow: auto;
	padding: 5px;
	width: 270px;
}

table.form tbody tr td #scroll #checkbox {
	border-style: none;
	margin-bottom: 5px;
	padding: 0;
	vertical-align: middle;
	margin-top: 5px;
}

table.form tbody tr td #scroll label {
	border-style: none;
	display: inline-block;
	vertical-align: middle;
}

table.form tbody tr td #scroll #checkbox input[type=checkbox] {
	border-style: none;
	margin-bottom: 0px;
	margin-top: 2px;
	padding: 0;
	vertical-align: top;
}

table.form tbody tr td input.error,
table.form tbody tr td textarea.error,
table.form tbody tr td div.markItUp div.markItUpContainer textarea.markItUpEditor.error,
table.form tbody tr td select.error {
	border: 1px solid red;
	color: #000;
}

label.error {
	border-radius: 3px;
	color: red;
	display: block;
	font-size: 93%;
	margin-left: 10px;
	margin-top: 5px;
	padding: 3px;
}

table.form tbody tr td div.markItUp div.markItUpContainer label.error {
	border-radius: 3px;
	color: red;
	display: block;
	font-size: 93%;
	margin-left: 0;
	margin-top: 5px;
	padding: 3px;
}

/* @end */

/* @group Form Search */

form#search_form fieldset {
	/*background: #fff;*/
	border: 1px solid #ccc;
	border-bottom-style: none;
	margin: 0;
	padding: 0;
	z-index: 1111;
}

.search_toggle {
	display: inline-block;
	padding: 6px;
	font-weight: bold;
}

.main_search_options {
	display: inline-block;
	margin-bottom: .5em;
	margin-top: 2em;
	text-align: center;
	width: 100%;
}

.search_input_matching {
	display: inline-block;
	margin-bottom: 1em;
	margin-top: 1em;
	text-align: center;
	width: 100%;
}

.search_input_full {
	display: inline-block;
	float: left;
	line-height: 116%;
}

.search_input_full.submission {
	float: right;
}

.main_search_fields {
	margin: 0 auto;
	width: 90%;
}

.match_search_fields {
	margin: 0 auto;
	width: 90%;
	border-top: 1px solid #e6e6e6;
	padding-top: 1em;
}

.search_input_full label {
	display: inline-block;
	font-size: 100%;
	line-height: 15px;
	margin-left: 6px;
	margin-right: 6px;
	margin-top: 5px;
}

.search_input_full input,
.search_input_full select {
	background: #fff url(http://static.funnelthru.com/images/input_shadow.gif) repeat-x left top;
	border-color: #727272 #B4B4B4 #D9D9D9;
	border-style: solid;
	border-width: 0.1em;
	display: inline-block;
	font-size: 116%;
	padding: 5px;
	width: 200px;
}

.search_input_full input[type=hidden] {
	display: none;
}

.search_input_full input[type=checkbox] {
	border-style: none;
	font-size: 116%;
	width: 25px;
	margin-top: 5px;
}

.search_input_full button {
	margin-left: 2px;
}

.search_input {
	margin-bottom: .5em;
}

.search_input_header {
	margin-top: 1em;
	margin-bottom: 1em;
	display: block;
	width: 100%;
}

.search_input_header {
	color: #666;
	display: block;
	font-size: 108%;
	font-weight: bold;
	margin: 0;
	padding: 5%;
	text-decoration: underline;
}

.search_input label {
	display: inline-block;
	font-size: 12px;
	padding-left: 5%;
	text-align: left;
	width: 25%;
}

.search_input input,
.search_input select {
	background: #fff url(http://static.funnelthru.com/images/input_shadow.gif) repeat-x left top;
	border-color: #727272 #B4B4B4 #D9D9D9;
	border-style: solid;
	border-width: 0.1em;
	font-size: 12px;
	padding: 5px;
	width: 63%;
}

.search_input.check_box label {
	display: inline-block;
	width: auto;
	text-align: left;
	padding-left: 2%;
}

.search_input.check_box input[type=checkbox] {
	border-style: none;
	margin-left: 5%;
	margin-top: 2px;
	width: 5%;
}

.search_input input,
.search_input select  {
	
}

.search_empty {
	padding: 1px 0;
	width:100%;
	border-top: 1px solid #ccc;
	margin: 0;
}

.toggle_search #toggle_search_form {
	background: #fff url(http://static.funnelthru.com/images/fugue/funnel-disable.png) no-repeat 4px 6px;
	color: #222;
	cursor: pointer;
	display: inline-block;
	padding: 6px 10px 6px 26px;
	text-align: right;
	text-decoration: underline;
	-moz-border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	border: 1px solid #e6e6e6;
}

.toggle_search #toggle_search_form:hover,
.toggle_search #toggle_search_form.active:hover {
	background-color: #FFF6BF;
	color: #333;
	-moz-border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.toggle_search #toggle_search_form.active {
	background-color: #eef2fe;
	background-image: url(http://static.funnelthru.com/images/fugue/funnel-disable.png);
	color: #333;
	cursor: pointer;
	text-decoration: underline;
	-moz-border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border: 1px solid #ccc;
	font-weight: bold;
}

/* @end */

/* @group Form Errors */

.fieldWithErrors {
	display: inline;
}

.fieldWithErrors label {
	font-size: 100%;
	font-weight: normal;
	line-height: 1;
	text-align: right;
	color: #f00;
}

#errorExplanation {
	background-color: #f7f7f7;
	border: 2px solid red;
	margin:0 0 2em;
	padding: 7px;
	padding-bottom: 12px;
}

#errorExplanation h2 {
	background-color: red;
	color: #fff;
	font-size: 138.5%;
	padding: 5px 5px 5px 15px;
	line-height: 138.5%;
	margin: -7px;
	text-align: left;
	font-weight: normal;
	font-style: normal;
}

#errorExplanation p {
	color: #333;
	margin-bottom: 0;
	padding: 5px;
	display: block;
	margin-top: 1em;
}

#errorExplanation ul li {
	font-size: 100%;
	list-style: square;
}



/* @end */

/* @group Submission Form Document Toggle */

.doc {
	background-color: #E6EFC2;
	border-bottom: 1px solid #529214;
	border-top: 1px solid #529214;
	margin: 0 0 2em;
	padding: 1em 0 0;
}

.doc h3.stop {
	background-color: #E6EFC2;
	color: #000;
	margin: 0;
}

.document_explanation {
	
}

.document_content {
	text-align: center;
	padding-bottom: 1em;
	padding-top: 1em;
}

.document_download_link {
	display: block;
	padding-top: 1em;
}

.document_preview_close {
	color: #2d7bb2;
	cursor: pointer;
	display: block;
	text-align: center;
	text-decoration: underline;
	margin-top: 0;
	margin-bottom: 1em;
	font-size: 93%;
}

/* @end */

/* @group Side Navigation */

h3.side_topic {
	background-color: #FFF6BF;
	/*border-bottom: 1px solid #040900;
	border-top: 1px solid #040900;*/
	color: #040900;
	margin-bottom: 1em;
	margin-top: 1em;
	padding: 4px 10px;
	font-weight: bold;
	text-transform: uppercase;
}

.nav_links {
    /*background-color: #f9f9f7;*/
	background-color: #fff;
	margin-bottom: 1em;
	padding-top: 5px;
	padding-bottom: 5px;
    /*border: 1px solid #eaeaea;*/
}

.nav_links div.heading {
	padding-bottom: 5px;
}

.nav_links div.heading h3 {
	background-color: #f9f9f7;
	/*border-bottom: 1px solid #040900;
	border-top: 1px solid #040900;*/
	color: #040900;
	margin-bottom: 1em;
	margin-top: 1em;
	padding: 4px 10px;
	font-weight: bold;
	text-transform: uppercase;
}

.nav_links div.heading p {
	color: #333;
	font-weight: normal;
	font-style: normal;
	margin-top: 1em;
	padding: 0 10px;
}

.nav_links div.heading li {
	color: #e6e6e6;
	font-weight: normal;
	font-style: normal;
}

.nav_links a.hide {
	display: none;
}

.nav_links a {
	cursor: pointer;
	display: block;
	padding: 7px 0;
	position: relative;
	text-decoration: none;
}

.nav_links a img {
	margin-left: 5px;
	margin-top: 0px;
	position: absolute;
}

.nav_links a span.count {
	/*background: url(http://static.funnelthru.com/images/count.png) no-repeat right 2px;*/
	color: #b3b3b3;
	float: left;
	padding: 0 10px 0 0;
	margin: 0;
	position: absolute;
	right: 5px;
	font-weight: bold;
}

.nav_links a span.count span.inner {
	/*background: url(http://static.funnelthru.com/images/count.png) no-repeat left 2px;*/
	display: block;
	float: left;
	padding-right: 8px;
}

.nav_links a:hover span.count,
.nav_links a.current:hover span.count {
	color: #fff;
}

.nav_links a:active span.count,
.nav_links a.current span.count {
	/*background: url(http://static.funnelthru.com/images/count_hover.png) no-repeat right 2px;*/
	color: #333;
}

.nav_links a.current:hover span.count span.inner,
.nav_links a:active span.count span.inner,
.nav_links a.current span.count span.inner {
	/*background: url(http://static.funnelthru.com/images/count_hover.png) no-repeat left 2px;*/
}

.nav_links a div {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	vertical-align: baseline;
	color: #333;
	margin-right: auto;
	padding: 0 50px 0 30px;
}

/*6ec21b*/

.nav_links a:active,
.nav_links a.current {
	color: #191919;
	background: #cae6c0;
}

.nav_links a:active div,
.nav_links a.current div {
	color: #191919;
}

.nav_links a:hover, 
.nav_links a.hide:hover {
	color: #fff;
	background: #50AD2D;
}

.nav_links a:hover div, 
.nav_links a.hide:hover div {
	color: #fff;
}

.nav_links a:hover div span, 
.nav_links a:active div span, 
.nav_links a.hide:hover div span {
	color: #fff;
}

.nav_links a:active div span {
	color: #fff;
}

/*.nav_links span#sharethis_0 {
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 7px 0 7px 5px;
}

.nav_links span#sharethis_0 a.stbutton.stico_default {
	padding: 0;
	background-image: none;
	background-color: #E6EFC2;
	color: #529214;
}

.nav_links span#sharethis_0:hover {
	color: #333;
	background: #E6EFC2;
}

.nav_links span#sharethis_0 span.stbuttontext {
	padding: 0 0 0 25px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	vertical-align: baseline;
	color: #333;
}

.nav_links span#sharethis_0:hover span.stbuttontext {
	color: #333;
}*/

/* @end */

/* @group Side - Info Table */

table.side_info {
	text-transform: capitalize;
	font-size: 100%;
	margin-bottom: 1em;
	width: 100%;
	border-width: 0;
}

table.side_info tr {
	font-weight: normal;
	font-style: normal;
	line-height: 16px;
	border-width: 0;
}

table.side_info th {
	font-weight: normal;
	font-style: normal;
	border-bottom: 1px dotted #b3b3b3;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left;
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 0;
}

table.side_info td {
	border-bottom: 1px dotted #b3b3b3;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-top: 3px;
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 0;
}

table.side_info td img {
	vertical-align: text-bottom;
	margin-left: 5px;
}

table.side_info td a {
	text-transform: none;
}

/* @end */

/* @group Content - Sections */

.heading {
	background: #f9f9f7 url(http://static.funnelthru.com/images/fugue/toggle-collapse.png) no-repeat 5px center;
	border-bottom: 1px solid #eaeaea;
	cursor: pointer;
}

.heading.active {
	background-image: url(http://static.funnelthru.com/images/fugue/toggle.png);
}

.heading:hover {
	background-color: #FCED92;
}

.heading .heading_label {
	color: #222;
	font-size: 116%;
	font-weight: bold;
	padding: 5px 0 5px 30px;
	text-transform: uppercase;
}

div.content {
	margin: 0;
	padding: 1em 0;
	clear: left;
}

div.content.no_padding {
	margin: 0;
	padding: 0;
}

div.content > p > img,
div.content > p > img.left {
	float: left;
	margin-bottom: 1em;
	margin-right: 1em;
}

div.content > p > img.right {
	float: right;
	margin-bottom: 1em;
	margin-left: 1em;
}

/* @end */

/* @group Search */

.search_header {
	background:#040900 none repeat scroll 0 0;
	color:#FFFFFF;
	float:left;
	padding: 1px 0;
	width:100%;
}

.search_header_inner {
	font-size:100%;
	line-height:13px;
	margin: 0 auto;
	width:100%;
}

.search_sorting {
	
}

.search_sorting .search_count {
	color: #7f7f7f;
	float: right;
	margin-right: 1px;
	padding:8px 10px;
}

.search_sorting .sorting_text {
	color: #7f7f7f;
	display:block;
	float:left;
	padding:8px 10px;
}

.search_sorting a {
	color: #fff;
	display:block;
	float:left;
	padding:8px 10px;
}

.search_sorting a:hover {
	background-color: #50AD2D;
	color: #fff;
}

.search_sorting a.ordering {
	background-color: #040900;
	color: #50AD2D;
}

.search_sorting .search_count {
	display:block;
	float:right;
	padding:8px 10px;
}

.search_footer {
	background:#040900 none repeat scroll 0 0;
	color:#FFFFFF;
	float:left;
	padding: 1px 0;
	width:100%;
	margin: 0;
}

.search_footer_inner {
	float: left;
	font-size:100%;
	line-height:13px;
	margin: 0 auto;
	width:100%;
}

/* @end */

/* @group Listing - Documents, Education and Experience */

div.detail_listing {
	color: #808080;
	/*float: left;*/
	padding: 0;
	width: 100%;
	margin-bottom: 0;
	margin-top: 0;
}

ul.detail_listing {
	margin: 0;
	padding: 0;
}

ul.detail_listing li.detail {
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	border-bottom: 1px solid #b3b3b3;
	padding: 1em 0 .5em;
}

ul.detail_listing li.detail:last-child{
	background-image: none;
	border-bottom-style: none;
}

ul.detail_listing li.detail.even {
	background-color: #fff;
}

ul.detail_listing li.detail.odd {
	background-color: #fff;
}

ul.detail_listing li.detail div.description span.title {
	color: #2d7bb2;
	font-weight: bold;
	font-size: 108%;
	line-height: 17px;
}

ul.detail_listing li.detail div.description span.employer {
	color: #333;
	cursor: pointer;
	font-weight: bold;
	font-size: 108%;
	line-height: 17px;
}

ul.detail_listing li.detail div.description span.title_black {
	color: #333;
	font-weight: bold;
	font-size: 108%;
	line-height: 17px;
}

ul.detail_listing li.detail div.description span.title_black img {
	vertical-align: text-bottom;
	padding-right: 8px;
}



ul.detail_listing li.detail div.description span.location {
	color: #333;
	cursor: pointer;
	font-weight: bold;
	font-size: 108%;
	line-height: 17px;
}

ul.detail_listing li.detail div.description span.date_range {
	color: #808080;
	cursor: pointer;
	font-weight: bold;
	font-size: 108%;
	line-height: 17px;
}

ul.detail_listing li.detail div.description span.body {
	color: #333;
	display: block;
	line-height: 15px;
	padding-top: 1em;
}

ul.detail_listing li.detail div.description div.listing_timestamp {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 93%;
	color: #333;
}

ul.detail_listing li.detail div.actions {
	float: right;
	width: 14em;
	clear: right;
	padding-top: 0;
}

ul.detail_listing li.detail div.description div.document_scribd {
}

/* @end */

/* @group Tables */

/* formatted table - for general use */

table.formatted_table {
	border: none;
	font-family: inherit;
	font-size: 100%;
	margin: 0;
	text-align: left;
	width: 100%;
	display: table;
}

table.formatted_table thead tr th, 
table.formatted_table tfoot tr th {
	background-color: #efefef;
	border-style: none;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	color: #222;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	padding:8px 10px;
	text-align: left;
	text-decoration: none;
	text-transform: capitalize;
}

table.formatted_table thead tr th a {
	color: #fff;
}

/* Tablesorter */

table.tablesorter {
	border: none;
	font-family: inherit;
	font-size: 100%;
	margin: 0;
	text-align: left;
	width: 100%;
}

table.tablesorter thead tr {
	background-color: #efefef;
	margin: 0;
	width: 100%;
}

table.tablesorter thead tr th {
	background-color: #efefef;
	border-style: none;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	color: #222;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	padding: 0;
	text-align: left;
	text-decoration: none;
	text-transform: capitalize;
}

table.tablesorter thead tr th.header {
	cursor: pointer;
}

table.tablesorter thead tr th .sorter {
	color: #222;
	display:block;
	padding:8px 10px;
	text-decoration: underline;
}

table.tablesorter thead tr th .sorter:hover,
table.tablesorter thead tr th.header.headerSortDown .sorter:hover, 
table.tablesorter thead tr th.header.headerSortUp .sorter:hover {
	background-color: #ccc;
	color: #222;
	cursor: pointer;
	text-decoration: underline;
}

table.tablesorter thead tr th.header.headerSortDown .sorter, 
table.tablesorter thead tr th.header.headerSortUp .sorter {
	color: #000;
	cursor: pointer;
	text-decoration: underline;
}

/* Searchlogic */

table.searchlogic {
	border: none;
	font-family: inherit;
	font-size: 100%;
	margin: 0;
	text-align: left;
	width: 100%;
}

table.searchlogic thead tr {
	background-color: #efefef;
	margin: 0;
	width: 100%;
}

table.searchlogic thead tr th {
	background-color: #efefef;
	border-style: none;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	color: #222;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	padding: 0;
	text-align: left;
	text-decoration: none;
	text-transform: capitalize;
}

table.searchlogic thead tr th.header {
	cursor: pointer;
}

table.searchlogic thead tr th .sorter {
	color: #222;
	display:block;
	margin: 0;
}

table.searchlogic thead tr th .sorter a {
	color: #222;
	display: block;
	padding:8px 10px;
}

table.searchlogic thead tr th span.sorter:hover,
table.searchlogic thead tr th span.sorter:hover a,
table.searchlogic thead tr th span.sorter:hover a.ordering {
	background-color: #ccc;
	color: #222;
}

table.searchlogic thead tr th span.sorter a.ordering {
	color: #000;
}

table.searchlogic tbody td img {
	vertical-align: text-bottom;
}

/* Shared */

table.searchlogic thead tr th div.result_count,
table.tablesorter thead tr th div.result_count {
	text-align: center;
}

table.searchlogic thead tr th div.result_count span.count,
table.tablesorter thead tr th div.result_count span.count {
	background-color: #fff6bf;
	color: #333;
	text-align: center;
	text-transform: lowercase;
	margin: 2px;
	padding: 3px;
}

table.formatted_table tbody tr td,
table.tablesorter tbody tr td,
table.searchlogic tbody tr td {
	background-color: #FFF;
	border: none;
	border-bottom: 1px solid #ccc;
	color: #3D3D3D;
	padding: 5px;
	vertical-align: middle;
}

/*table.formatted_table tbody tr:last-child td,
table.tablesorter tbody tr:last-child td,
table.searchlogic tbody tr:last-child td {
	border-bottom: none;
}*/

table.formatted_table tbody tr.odd td,
table.tablesorter tbody tr.odd td,
table.searchlogic tbody tr.odd td {
	background-color: #f8f8f8;
}

table.formatted_table tbody tr:hover td,
table.tablesorter tbody tr:hover td,
table.searchlogic tbody tr:hover td {
	background-color: #dff4ff;
}

table.tablesorter tbody tr td a.button,
table.formatted_table tbody tr td a.button,
table.searchlogic tbody tr td a.button {
	background-color: transparent;
	border: 1px solid transparent;
	color: #b3b3b3;
}

table.tablesorter tbody tr:hover td a.button.view,
table.formatted_table tbody tr:hover td a.button.view,
table.searchlogic tbody tr:hover td a.button.view {
	background-color: #2d7bb2;
	border: 1px solid #2d7bb2;
	color: #fff;
}

table.tablesorter tbody tr:hover td a.button.view:hover,
table.formatted_table tbody tr:hover td a.button.view:hover,
table.searchlogic tbody tr:hover td a.button.view:hover {
	background-color: #dff4ff;
	border: 1px solid #2d7bb2;
	color: #2d7bb2;
}

table.tablesorter tbody tr:hover td a.button.view:active,
table.formatted_table tbody tr:hover td a.button.view:active,
table.searchlogic tbody tr:hover td a.button.view:active {
	background-color: #2d7bb2;
	border: 1px solid #2d7bb2;
	color: #fff;
}

table.tablesorter tbody tr:hover td a.button.apply,
table.formatted_table tbody tr:hover td a.button.apply,
table.searchlogic tbody tr:hover td a.button.apply {
	background-color: #50AD2D;
	border: 1px solid #50AD2D;
	color: #fff;
}

table.tablesorter tbody tr:hover td a.button.apply:hover,
table.formatted_table tbody tr:hover td a.button.apply:hover,
table.searchlogic tbody tr:hover td a.button.apply:hover {
	background-color: #deffc7;
	border: 1px solid #50AD2D;
	color: #50AD2D;
}

table.tablesorter tbody tr:hover td a.button.apply:active,
table.formatted_table tbody tr:hover td a.button.apply:active,
table.searchlogic tbody tr:hover td a.button.apply:active {
	background-color: #50AD2D;
	border: 1px solid #50AD2D;
	color: #fff;
}

table.tablesorter tfoot tr,
table.searchlogic tfoot tr {
	background-color: #efefef;
	margin: 0;
	width: 100%;
}

table.tablesorter tfoot tr th,
table.searchlogic tfoot tr th {
	background-color: #efefef;
	border-style: none;
	border-bottom: 1px solid #ccc;
	/*border-top: 1px solid #ccc;*/
	color: #222;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	padding:8px 10px;
	text-align: left;
	text-decoration: none;
}

.search_per_page select {
	margin: 0;
	padding: 0;
	font-size: 100%;
}


/* @end */

/* @group Submission */

.inline_submission {
	background: url(http://static.funnelthru.com/images/fancy_shadow_s.png) repeat-x left top;
	margin: 0;
	padding: 1em 0 0;
	border-top: 1px solid #333;
}

.inline_submission .submission_top {
	height: 2em;
	margin-bottom: 2em;
	margin-top: 1em;
}

.inline_submission .submission_top div.heading {
	clear: left;
	float: left;
	padding-right: 6em;
	padding-left: 1em;
}

.inline_submission .submission_top div.heading h1{
	font-size: 167%;
	line-height: 18px;
	margin: 0;
	padding: 0;
	text-transform: capitalize;
}

.inline_submission .submission_top div.heading a{
	font-size: 100%;
	display: inline-block;
	line-height: 100%;
	margin: 0;
	padding: 1em 0 0;
	text-transform: capitalize;
}

.inline_submission .submission_top div.close {
	clear: right;
	float: right;
	line-height: 18px;
	width: 4em;
}

.inline_submission .submission_top div.close img {
	vertical-align: middle;
}

.submission {
	margin: 0;
	padding: 0;
}

/* @end */

/* @group Process List */

ol.process_list {
	color: #b3b3b3;
	font-size: 123.1%;
	font-weight: bold;
	margin: 0 0 2em;
	padding: 0;
}

ol.process_list li {
	color: #b3b3b3;
	display: list-item;
	list-style-type: decimal;
	list-style-position: inside;
	margin-left: 0;
	padding: 5px;
}

ol.process_list li.current {
	color: #040900;
}

ol.process_list li.current_final {
	background: #50AD2D;
	color: #fff;
}



/* @end */

.bt-content {
  font-size: small;
  color: #000;
  line-height: normal;
}

.preview_map {
	background: url(http://static.funnelthru.com/images/map.png) repeat left top;
	height: 300px;
	width: 100%;
}

ul.tweets {
	margin: 0;
	padding: 0;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
}

ul.tweets li.tweet:first-child {
	padding-top: 0;
}

li.tweet {
	border-bottom: 1px solid #ccc;
	list-style-position: outside;
	list-style-type: none;
	list-style-image: none;
	padding-bottom: 1em;
	padding-top: 1em;
}

li.tweet p {
	font-size: 100%;
	color: #333;
}

li.tweet cite {
	font-size: 100%;
}

.heading_line {
	font-weight: normal;
	font-style: normal;
	color: #4c4c4c;
}

.heading_line img {
	vertical-align: text-bottom;
	padding-right: 5px;
}

#scroll-with {
	position: relative;
}

table.whole {
	width: 100%;
	border-style: none;
}

table.whole tr {
	border-style: none;
}

table.whole tr td {
	border-style: none;
}

table#submissions_table tbody tr.submisison_listing.current td {
	background-color: #FFF6BF;
	font-weight: bold;
}

.block-ui {
	font-size: 138.5%;
	line-height: 138.5%;
	font-weight: bold;
}

.block-ui img {
	font-size: 138.5%;
	line-height: 138.5%;
	vertical-align: baseline;
	margin-right: .5em;
}

.payment_message {
	margin-top: 2em;
	margin-bottom: 2em;
}

.welcome_message {
	background-color: #222;
	color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	margin-bottom: 1em;
}

.welcome_message .welcome_header {
	font-size: 235%;
	display: inline-block;
	text-transform: capitalize;
	font-weight: bold;
	padding: 10px 10px 0;
	margin: 0;
}

ul.welcome_list {
	
}

ul.welcome_list li {
	font-size: 116%;
	color: #fced92;
	padding-bottom: 5px;
}


.promo_message {
	background-color: #222;
	color: #fff;
	padding: 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.follow-twitter {
	margin-top: 10px;
	margin-bottom: 10px;
	height: 50px;
	text-align: right;
}

.follow-twitter-message {
	float: right;
	font-weight: bold;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 138.5%;
}

.follow-twitter-image {
	float: right;
}

.backfill_explain {
	padding-top: 1em;
	padding-bottom: 1em;
}

form.quicksearch {
	background: #ccc url(../images/diag.png) repeat;
	padding: 10px;
}

form.quicksearch input {
	border-color: #727272 #B4B4B4 #D9D9D9;
	border-style: solid;
	border-width: 0.1em;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-left: 10px;
	padding: 5px;
	width: 60%;
}

form.quicksearch label.qs_label {
	color: #222;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 100%;
}

form.quicksearch .loader {
	color: #222;
	display: none;
	vertical-align: text-bottom;
}

#linkedin img {
	cursor: pointer;
	margin-left: 5px;
}

strong.title img {
	cursor: pointer;
	margin-left: 5px;
}

.position_preview {
	background-color: #f3f3f3;
	padding: 5px;
}

.position_preview_inner {
	background-color: #fff;
	padding: 5px;
	border: 1px solid #e6e6e6;
}

.payment_message {
	font-size: 138.5%;
	line-height: 138.5%;
	margin-bottom: 0;
	margin-top: 1em;
}

h3.footer_heading {
	color: #4c4c4c;
	text-transform: uppercase;
}