@charset "utf-8";
/* CSS Document */

/*Standard Site Settings*/
.content-box h1, .content-box .h1 {
	color: #19315b;			
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 2.45rem;
	margin: 32px 0 5px 0;
}

.content-box h2, .content-box .h2 {			
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 1.6rem;
	color:#344E7C;
	margin-top: 10px;
	margin-bottom: 5px;
}

.content-box h3, .content-box .h3 {
	color: #19315b;
	font-size: 1.5rem;			
	font-family: "Open Sans", Arial, sans-serif;
	margin-top: 10px;
}

.content-box h4, .content-box .h4 {
	font-weight: bold;
	font-size: 1.4rem;
	margin-top: 5px;
}

.content-box h5, .content-box .h5 {
	font-weight: bold;
	font-size: 1.3rem;
	margin-top: 3px;
}

.content-box h6, .content-box .h6 {
	font-weight: bold;
	font-size: 1.2rem;
	margin-top: 2px;
}

.content-box li {font-size: 1.3rem; line-height: 1.6;}
.content-box ul li a {color: #000;}
.content-box td {font-size: 1.3rem; color: #000; vertical-align: top;}

.content-box ol, .content-box ul {
    list-style:outside none none;
	text-indent: 0px;
	 }

.content-box ul {
    list-style: inside;
	list-style-type:square;
	text-indent: hanging 30px;
	 }

.content-box ol {
    list-style: inside;
	list-style-type: decimal;
	text-indent: hanging 10px;
	 }

.content-box li {
	text-indent: 10px;
	 }

.content-box a {
	color: #000;
	text-decoration: underline;
	font-size: 1.3rem;
}

.content-box a:hover {
	text-decoration: underline;
	color: #344E7C;
}

/*Standard Table Settings*/

.sys-table {
	width: 95%;
	margin-top: 10px;
	margin-bottom: 7px;
}	
	.sys-table thead {
		background: #19315b;
		height: 24px;
	}
		.sys-table th {
			color: #FFF;
			font-weight: bold;
			padding: 5px 5px 0 6px;
		}
	.sys-table tbody tr {background: #e5e5e5;}
	.sys-table tbody tr:nth-child(2n) {background: #f2f2f2;}
		.sys-table-list tbody tr:hover {background: #344E7C;}

	.sys-table tr td:nth-child(4) {padding-left: 12px;}
	.sys-table tr td:nth-child(5) {padding-left: 12px;}
		.sys-table tr td {
			padding: 3px 5px 3px 6px;
			color: #000;
		}
			.sys-table tr td a {
				text-decoration: none;
				color: #000;
			}
			.envelope-icon-small {
				display: inline-block;
				width: 21px;
				height: 15px;
				background: url(../_images/icons/envelope-icon-small.png) no-repeat top;
			}
			.pin-icon {
				display: inline-block;
				width: 16px;
				height: 16px;
				background: url(../_images/icons/pin-icon.png) no-repeat top;
			}
				.sys-table-list tbody tr:hover td a{color: #FFF;}
				.sys-table-list tbody tr:hover td:nth-child(1) a{text-decoration: underline;}
				.sys-table-list tbody tr:hover td span{background-position: bottom}


/*Progress Wizard*/
/* Copyright 2013-2015 etc Chris Tabor. Licensed under MIT. */

.flexer,
.progress-indicator {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.no-flexer,
.progress-indicator.stacked {
    display: block;
}
.no-flexer-element {
    -ms-flex: 0;
    -webkit-flex: 0;
    -moz-flex: 0;
    flex: 0;
}
.flexer-element,
.progress-indicator > li {
    -ms-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    flex: 1;
}
.progress-indicator {
    margin: 0;
    padding: 0;
	font-size: 1.3rem;			
	font-family: "Open Sans", Arial, sans-serif;
    text-transform: uppercase;
    margin-bottom: 1em;
}
.progress-indicator > li {
    list-style: none;
    text-align: center;
    width: auto;
    padding: 0;
    margin: 0;
    position: relative;
    text-overflow: ellipsis;
    color: #bbbbbb;
    display: block;
}
.progress-indicator > li:hover {
    color: #6e6e6e;
}
.progress-indicator > li .bubble {
    border-radius: 1000px;
    width: 20px;
    height: 20px;
    background-color: #bbbbbb;
    display: block;
    margin: 0 auto 0.5em auto;
    border-bottom: 1px solid #888888;
}
.progress-indicator > li .bubble:before,
.progress-indicator > li .bubble:after {
    display: block;
    position: absolute;
    top: 9px;
    width: 100%;
    height: 3px;
    content: '';
    background-color: #bbbbbb;
}
.progress-indicator > li .bubble:before {
    left: 0;
}
.progress-indicator > li .bubble:after {
    right: 0;
}
.progress-indicator > li.completed {
    color: green;
}
.progress-indicator > li.completed .bubble {
    background-color: #65d074;
    color: #65d074;
    border-color: #247830;
}
.progress-indicator > li.completed .bubble:before,
.progress-indicator > li.completed .bubble:after {
    background-color: #65d074;
    border-color: #247830;
}
.progress-indicator > li a:hover .bubble {
    background-color: #5671d0;
    color: #5671d0;
    border-color: #1f306e;
}
.progress-indicator > li a:hover .bubble:before,
.progress-indicator > li a:hover .bubble:after {
    background-color: #5671d0;
    border-color: #1f306e;
}
.progress-indicator > li.danger .bubble {
    background-color: #d3140f;
    color: #d3140f;
    border-color: #440605;
}
.progress-indicator > li.danger .bubble:before,
.progress-indicator > li.danger .bubble:after {
    background-color: #d3140f;
    border-color: #440605;
}
.progress-indicator > li.warning .bubble {
    background-color: #edb10a;
    color: #edb10a;
    border-color: #5a4304;
}
.progress-indicator > li.warning .bubble:before,
.progress-indicator > li.warning .bubble:after {
    background-color: #edb10a;
    border-color: #5a4304;
}
.progress-indicator > li.info .bubble {
    background-color: #5b32d6;
    color: #5b32d6;
    border-color: #25135d;
}
.progress-indicator > li.info .bubble:before,
.progress-indicator > li.info .bubble:after {
    background-color: #5b32d6;
    border-color: #25135d;
}
.progress-indicator.stacked > li {
    text-indent: -10px;
    text-align: center;
    display: block;
}
.progress-indicator.stacked > li .bubble:before,
.progress-indicator.stacked > li .bubble:after {
    left: 50%;
    margin-left: -1.5px;
    width: 3px;
    height: 100%;
}
.progress-indicator.stacked .stacked-text {
    position: relative;
    z-index: 10;
    top: 0;
    margin-left: 60% !important;
    width: 45% !important;
    display: inline-block;
    text-align: left;
    line-height: 1.2em;
}
.progress-indicator.stacked > li a {
    border: none;
}
@media handheld,
screen and (max-width: 400px) {
    .progress-indicator {
        font-size: 60%;
    }
}

/*Standard Form Settings*/

.sysform {
	margin-top: 0px;
	width: 450px;
}

.sysform fieldset {
	margin-top: 0px;
	padding: 0px;
}

  .sysform p {
	  margin-top: 17px;
  }
  .sysform label {
	  font-weight: bold;
	  font-size: 1.5rem;
	  position: relative;
	  top: 2px;
  }
  .sysform input, .sysform select {
	  float: right;
	  border: 0 none;
	  background: #e5e5e5;
	  -webkit-border-radius: 4px;
	  border-radius: 4px;
	  width: 354px;
	  height: 26px;
	  padding-left: 10px;
  }

  .sysform-sml input, .sysform-sml select {
	  width: 80px;
  }
  
  .sysform-no-float input, .sysform-no-float select {
	  float: none;
  }



  .sysform .form-controls {
	  float: left; 
	  margin-left: 96px;
  }
  #main .sysform input[type="submit"] {
	  padding: 0;
	  float: none;
	  background: #344E7C;
	  color: #FFF;			
	  font-family: "Open Sans", Arial, sans-serif;
	  height: 22px;
	  width: 86px;
	  font-size: 1.1rem;
	  margin-right: 10px;
  }
  .sysform input[type="checkbox"] {
	  background-color: yellow;
      background: #e5e5e5 none repeat scroll 0 0;
	  border: 0 none;
	  border-radius: 4px;
	  float: none;
	  height: 0px;
	  padding-left: 10px;
	  width: 25px;
  }

  #main .tx-table input[type="button"],
  #main .sysform input[type="button"] {
	  padding: 0;
	  float: none;
	  background: #344E7C;
	  color: #FFF;			
	  font-family: "Open Sans", Arial, sans-serif;
	  height: 22px;
	  width: 86px;
	  font-size: 1.1rem;
	  margin-right: 10px;
  }
  .redButton {
	  padding: 0;
	  float: none;
	  background: #344E7C;
	  color: #FFF;			
	  font-family: "Open Sans", Arial, sans-serif;
	  height: 22px;
	  width: 86px;
	  font-size: 1.1rem;
	  margin-right: 10px;
  }
  #main .sysform input[type="reset"] {
	  padding: 0;
	  float: none;
	  color: #FFF;
	  background: #FFF;
	  color: #344E7C;
	  border: 1px solid #344E7C;			
	  font-family: "Open Sans", Arial, sans-serif;
	  height: 22px;
	  width: 86px;
	  font-size: 1.1rem;
  }

/*Jobs Forms*/
#job-keywords {
	margin: 10px 0 10px 0;
}

#job-classifications {
	margin-top: 5px;
}

#job-regions {
	margin-top: 5px;
}

.jobs-listing h6, .jobs-listing .h6 {
	font-size: 16px;
}

.jobs-listing .title-lines {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	height: auto;
	text-align: center;
}


/* Jobs Item */
.jobs-listing .jobs-item {
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	background: #ffffff;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,.05);
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,.05);
	margin-bottom: 15px;
	padding: 12px;
	position: relative;
}

.jobs-listing .jobs-item .thumb {
	display: none;
	padding: 3px;
	float: left;
	border: 1px solid #E7E7E7;
	margin-right: 20px;
}

.jobs-listing .jobs-item.with-thumb .thumb,
.jobs-listing .jobs-single-item .thumb {
	display: block;
}

.jobs-listing .jobs-item .thumb img {
	width: 80px;
	height: auto;
	float: left;
}

.jobs-listing .jobs-item .date {
	display: inline-block;
	background: #2aadde;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 2px;
	line-height: 16px;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	float: left;
	margin-right: 10px;
}

.jobs-listing .jobs-item .date > span {
	display: block;
	background: #ffffff;
	color: #303C42;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 0 3px;
}

.jobs-listing .jobs-item .title {
	margin: 0;
	text-transform: none;
	margin-right: 80px;
}

.jobs-listing .jobs-item .title a {
	color: inherit;
	text-decoration: none;
}

.jobs-item .meta {
	display: inline-block;
	color: #808080;
	margin-bottom: 10px;
}

.jobs-listing .jobs-item.compact .meta {
	margin-bottom: 0;
}

.jobs-listing .jobs-item .view-btns {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 20px;
	right: 20px;
	text-decoration: none !important;
	display: block !important;
}

.jobs-listing .jobs-item ul,
.jobs-item ul {
	text-indent: 0;
}

.jobs-listing .jobs-item .view-btns li,
.jobs-item .view-btns li {
	list-style: none;
	float: left;
	margin-left: 5px;
	text-decoration: none !important;
	display: block !important;
}

#mainContent .jobs-item .view-btns,
.jobs-item .view-btns {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 20px;
	right: 20px;
	text-decoration: none !important;
	display: block !important;
}

.jobs-listing .jobs-item .view-btns li .btn,
.jobs-item .view-btns li .btn {
	padding-left: 10;
	padding-right: 10;
	/*width: 50px;*/
	text-decoration: none !important;
	display: block !important;
}


.jobs-listing .btn-default, .btn-default {
    background: #2aadde none repeat scroll 0 0;
    border-bottom: 2px solid #1797c7;
    color: #ffffff;
    padding-bottom: 3px;
}

.jobs-listing .btn-default:hover, .jobs-listing .btn-default:focus, .jobs-listing .btn-default:active, .jobs-listing .btn-default.active, 
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
    background-color: #1d8eb8;
    border-color: #127499;
    color: #ffffff;
    outline: 0 none;
}

.jobs-item .btn a, .btn a {
    color: #2aadde;
    cursor: pointer;
    text-decoration: none !important;
}


.jobs-listing .jobs-item .description  {
	margin-bottom: 0;
	overflow:hidden;
}

.jobs-listing .jobs-item.compact .description  {
	display: none;
}

.jobs-listing .jobs-item .content {
	display: none;
	padding-top: 20px;
}

.jobs-listing .jobs-item.active .read-more {
	display: none;
}

.jobs-listing .btn {
	display: inline-block;
	margin-bottom: 0;
	padding: 5px 20px;
	border: 0;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-image: none;
	color: #ffffff;
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
	font-weight: normal;
	font-size: 12px;
	line-height: 10px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

/* Jobs Menu */


.jobs-menu {
	float:none;
  margin-top: 5px;
  clear: both;
}	

.jobs-start-menu li,
.jobs-menu li {
  float: left; 
  margin-right: 12px;
  margin-top: 15px;
  list-style:none;
}

.jobs-menu li:last-child {margin-right: 0;}

/*Job Seeker Registration*/

.seeker-reg {
}

input[type="radio"], 
.seeker-reg input[type="checkbox"] {
	margin:0;
	width: 10px;
	height: 10px
	}

.seeker-reg fieldset {
	margin-top: 0px;
	padding: 0px;

}


/*Jobs Module*/

[class^="sprite"] {
    display: inline-block;
    overflow: hidden;
    text-align: left;
    text-indent: -500px;
}

.sprite-job-menup-home {
    background: rgba(0, 0, 0, 0) url("../_images/icons/icon-sprite-job-menu.png") no-repeat scroll 0 0;
    height: 59px;
    width: 48px;
}

.sprite-job-menup-search {
    background: rgba(0, 0, 0, 0) url("../_images/icons/icon-sprite-job-menu.png") no-repeat scroll -48px 0;
    height: 59px;
    width: 48px;
}

.sprite-job-menup-seeker {
    background: rgba(0, 0, 0, 0) url("../_images/icons/icon-sprite-job-menu.png") no-repeat scroll -96px 0;
    height: 59px;
    width: 48px;
}

.sprite-job-menup-employer {
    background: rgba(0, 0, 0, 0) url("../_images/icons/icon-sprite-job-menu.png") no-repeat scroll -144px 0;
    height: 59px;
    width: 48px;
}

.sprite-job-menup-home:hover {
       background-position: 0 -59px;
}

.sprite-job-menup-search:hover {
       background-position: -48px -59px;
}

.sprite-job-menup-seeker:hover {
       background-position: -96px -59px;
}

.sprite-job-menup-employer:hover {
       background-position: -144px -59px;
}

.sprite-job-start-seeker {
    background: rgba(0, 0, 0, 0) url("../_images/icons/icon-sprite-job-start.png") no-repeat scroll -0px 0;
    height: 96px;
    width: 86px;
}

.sprite-job-start-employer {
    background: rgba(0, 0, 0, 0) url("../_images/icons/icon-sprite-job-start.png") no-repeat scroll -87px 0;
    height: 96px;
    width: 86px;
}

/*Error Message Panels */
.error, .alert, .notice, .success, .info {padding:0.8em;margin-bottom:1em;border:2px solid #ddd;}
.error, .alert {background:#fbe3e4;color:#8a1f11;border-color:#fbc2c4;}
.notice {background:#fff6bf;color:#514721;border-color:#ffd324;}
.success {background:#e6efc2;color:#264409;border-color:#c6d880;}
.info {background:#d5edf8;color:#205791;border-color:#92cae4;}
.error a, .alert a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}
.info a {color:#205791;}

.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover {
  color: #000000;
  text-decoration: none;
  opacity: 0.4;
  filter: alpha(opacity=40);
  cursor: pointer;
}

.alert {
  padding: 8px 35px 8px 14px;
  margin: 12px 10px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #c09853;
}
.alert-heading {
  color: inherit;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 18px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}

*Member Login Menu*/
/** BLUE STYLE **/

div.jobMenu {
	margin: 5px auto; 
	position: relative;
	padding: 0px auto;
	font-family: 'Open Sans', sans-serif;
	color: #252525;
	line-height: 1em;
}

.jobNav {
	/* General Font */
	font-family: 'Open Sans', sans-serif; 
	font-weight: 400; /* 400 thinner */
	font-size: 13px;
	line-height: 13px;

	/* General Shape */
	position: relative;
	padding: 0 0 0 4px; /* Fix for inline-block spacing*/
	margin: 0;

	/* Genral Styling */
    background-color: #008fd5;
}

div.jobMenu div ul.jobNav {
	text-indent: 0em;
  margin-left: 0em;
  padding-left: 0em;
}

/* Reset Links */
div.jobMenu div ul.jobNav a, 
div.jobMenu div ul.jobNav a:link, 
div.jobMenu div ul.jobNav a:visited, 
div.jobMenu div ul.jobNav a:hover, 
div.jobMenu div ul.jobNav a:focus{
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

/* Main element of the Jobs Module naviagtion */
div.jobMenu div ul.jobNav > li {
	display: inline-block;
	text-align: center;
	margin-left: -4px; /* For the inline-block spacing */
}

/* Link Style */
div.jobMenu div ul.jobNav > li > a {
	padding:10px 9px;
	display: block;
}

div.jobMenu div ul.jobNav > li:hover > a{
	color: #fff;
}

div.jobMenu div ul.jobNav > li:hover {
	background-color: #0078b3;
}


/* Event Registration Process */

#legacy #eventCartCounter {
	background:#23A2F3;
	background:none;
	font-size:11px;
	text-align: left;
	width: 20%;
}

#legacy #eventCartCounter span {
    display: inline-block;
    height: 20px;
    width: 20px;
    line-height: 20px;

    -moz-border-radius: 10px; /* or 50% */
    border-radius: 10px; /* or 50% */

    background-color: #23A2F3;
    color: white;
    text-align: center;
    font-size: 12px;
}


#legacy #eventCartTitle {
	background:none;
	font-size:20px;
}

#legacy #eventCartTitle span {
	font-size:14px;
}

#legacy #regAddIndTable,
#legacy #regoTicketTable,
#legacy #bookingSummaryTable,
#legacy #regoPaymentTable,
#legacy #regoParticipantTable {

    border-radius: 0;
	
    background-color: #ffffff;
    border-color: #dedede;
    color: #666666;

    border-style: solid;
    border-width: 1px;
    font-size: 13px;
    line-height: 1.6em;
    word-wrap: break-word;
	width: 90%;
    padding: 6px 11px 7px 14px;

}

#legacy #addIndTable,
#legacy #regotable, 
#legacy #summaryTable, 
#legacy #paymentTable, 
#legacy #participantTable {
	background: silver;

    background-color: #fff;
    width: 100%;
}

#legacy #regotable th, 
#legacy #bookingSummaryTable th {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 11px;
    font-weight: 700;
    padding: 1px;
    text-transform: uppercase;
	background: none;
}

#legacy #addIndTable th,
#legacy #paymentTable th {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 11px;
    font-weight: 300;
	padding: 5px 0 5px 10px;
	height: 20px;
    line-height: 1.6em;
   text-transform: uppercase;
	background: none;
}

#legacy #addIndHeader,
#legacy #regoTableHeader,
#legacy #bookingSummaryHeader,
#legacy #paymentHeader,
#legacy #participantTableHeader {
	position: relative;
	width: 90%;
    background-color: #fafafa;
    border-color: #dedede;
    color: #404040;

    border-radius: 5px 5px 0 0;
    border-style: solid;
    border-width: 1px 1px 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    padding: 6px 11px 7px 14px;
}

#legacy #addIndFooter,
#legacy #regoTableFooter,
#legacy #paymentFooter {
	position: relative;
	width: 90%;
    background-color: #fafafa;
    border-color: #dedede;
    color: #404040;

    border-radius: 0 0 5px 5px;
    border-style: solid;
    border-width: 1px 1px 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    padding: 6px 11px 7px 14px;
}


#innerMainContent .btn, 
.content-box #addIndFooter .btn, 
#legacy #addIndFooter .btn, 
#legacy #regoTableFooter .btn, 
#legacy #paymentFooter .btn, 
#legacy #ParticipantsDetailsDiv .btn {
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-style: none;
  border-radius: 6px;
  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
 -moz-box-shadow:    0px;
  -webkit-box-shadow: 0px;
  box-shadow: 0px;
  background: #6E6969;

    height: 24px;
    line-height: 0px;
    width: auto;

}

#legacy #addIndFooter .btn:hover, 
#legacy #regoTableFooter .btn:hover, 
#legacy #paymentFooter .btn:hover, 
#legacy #ParticipantsDetailsDiv .btn:hover {
  border-style: none;
  text-decoration: none;

  background: #A8A0A0;
}

#legacy #addIndFooter .btn-continue, 
#legacy #regoTableFooter .btn-continue, 
#legacy #paymentFooter .btn-continue, 
#legacy #ParticipantsDetailsDiv .btn-continue {
  background: #3498db;
  float: right;
}

#legacy #addIndFooter .btn-continue:hover, 
#legacy #regoTableFooter .btn-continue:hover, 
#legacy #paymentFooter .btn-continue:hover, 
#legacy #ParticipantsDetailsDiv .btn-continue:hover {
  background: #3cb0fd;
  float: right;
}

#legacy #altPaymentMsg {
	font-size: 11px;
	padding: 5px;
	background: #F7FBCD;
}

#legacy #altPaymentMsg span{
	color: #FFF;
	background: red;
	padding: 1px 4px 1px 4px;	
}

#legacy #regoPaymentTable .txtnavlink1 {
	color: #3498db;
	font-weight:300;
	text-decoration: underline; 
	padding: 5px;
}

#legacy #regoPaymentTable a:hover {
	background: #3498db;
	color: #FFF;
	font-weight:300;
	text-decoration: underline; 
	padding: 5px;
}
