html,body {
	height: 100%;
}
body {
	background:#FFF;
	font-family:'Arial';
	margin: 0;color:#222;font-size:13px;
	padding: 0;
}

@font-face {
	font-family:'HelveticaLT-Regular';
	src: url('fonts/HelveticaLT_gdi.eot');
	src: url('fonts/HelveticaLT_gdi.eot?#iefix') format('embedded-opentype'),
		url('fonts/HelveticaLT_gdi.woff') format('woff'),
		url('fonts/HelveticaLT_gdi.ttf') format('truetype'),
		url('fonts/HelveticaLT_gdi.svg#HelveticaLT-Regular') format('svg');
}
@font-face {
	font-family:'HelveticaLT-Black';
	src: url('fonts/HelveticaLT-Black_gdi.eot');
	src: url('fonts/HelveticaLT-Black_gdi.eot?#iefix') format('embedded-opentype'),
		url('fonts/HelveticaLT-Black_gdi.woff') format('woff'),
		url('fonts/HelveticaLT-Black_gdi.ttf') format('truetype'),
		url('fonts/HelveticaLT-Black_gdi.svg#HelveticaLT-Black') format('svg');
}
@font-face {
	font-family:'HelveticaLT-Light';
	src: url('fonts/HelveticaLT-Light_gdi.eot');
	src: url('fonts/HelveticaLT-Light_gdi.eot?#iefix') format('embedded-opentype'),
		url('fonts/HelveticaLT-Light_gdi.woff') format('woff'),
		url('fonts/HelveticaLT-Light_gdi.ttf') format('truetype'),
		url('fonts/HelveticaLT-Light_gdi.svg#HelveticaLT-Light') format('svg');
}
@font-face {
	font-family:'HelveticaLT-Narrow-Bold';
	src: url('fonts/HelveticaLT-Narrow-Bold_gdi.eot');
	src: url('fonts/HelveticaLT-Narrow-Bold_gdi.eot?#iefix') format('embedded-opentype'),
		url('fonts/HelveticaLT-Narrow-Bold_gdi.woff') format('woff'),
		url('fonts/HelveticaLT-Narrow-Bold_gdi.ttf') format('truetype'),
		url('fonts/HelveticaLT-Narrow-Bold_gdi.svg#HelveticaLT-Narrow-Bold') format('svg');
}
@font-face {
	font-family:'HelveticaLT-Bold';
	src: url('fonts/HelveticaLT-Bold_gdi.eot');
	src: url('fonts/HelveticaLT-Bold_gdi.eot?#iefix') format('embedded-opentype'),
		url('fonts/HelveticaLT-Bold_gdi.woff') format('woff'),
		url('fonts/HelveticaLT-Bold_gdi.ttf') format('truetype'),
		url('fonts/HelveticaLT-Bold_gdi.svg#HelveticaLT-Bold') format('svg');
	}


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

/* START:General CSS
*********************************************************************************/
.clr {
	clear: both;
}
fieldset {
	border: 0 none;
	margin: 4px 0;
	padding: 2px 0;
}
a {
	color: #0055a5;
	font-size: 14px;text-decoration: none;
}
a:hover {
	text-decoration: none;
}
h1 {font-weight:normal;color:#404040;}
h2 {
	color: #291b17;font-family: "Arial";
	margin: 0;
	padding: 0;
	font-size:30px;
	font-weight: normal;
}
#main-div-after h4{color:#0055a5;}
input[type="text"],
input[type="password"] {
	background:#fff;
	border: 1px solid #bababa;
	padding:9px 10px;
	width: 345px;margin-top:4px;
}
.information,
.error,
.message,
.warning,
.notice {
	padding: 12px 40px 12px;
	text-align: center;
	font-family: proxima_novabold, Arial, sans-serif;
	font-size: 15px;
	margin: 13px 0 !important;
}
.warning,
.error {
	border-bottom: 2px solid #0055a5;
	background: url("error.png") no-repeat left center;
	color: #0055a5;
}
.message {
	border-bottom: 2px solid #0055a5;
	background: url("message.png") no-repeat left center;
	color: #0055a5;
}
.notice,
.information {
	background: url("information.png") no-repeat left center;
	border-bottom: 2px solid #3678DE;
	color: #3678DE;
}
img {
	border: none;
}
.main-div,
#main-div-after {
	width:1140px;
	margin: 0 auto;
	z-index: 2;
	position: relative;
}
#main-div-after {
	z-index: 1;
	padding:0 0 20px;/*background:#f5f5f5;
    border: 1px solid #cecece;*/
      margin-top: -10px;

}
.ui-datepicker-calendar .ui-state-default
{
color: #555555 !important;
}
#ui-datepicker-div
{
background: #fff;
}
/********************************************************************************/

/* START:TABBED FEATURES
*********************************************************************************/

/*----- Tabs -----*/
.tabbeds {
    width:100%;
    display:inline-block;
}

    /*----- Tab Links -----*/
    /* Clearfix */
    .tabbed-links:after {
        display:block;
        clear:both;
        content:'';
    }

    .tabbed-links li {
        margin:0px 6px;
        float:left;
        list-style:none;
    }

       .tabbed-links a {
            padding:4px 4px;
            display:inline-block;
            border-radius:1px 1px 0px 0px;
            background:#999999;
            font-size:16px;
            font-weight:600;
            color:#4c4c4c;
            transition:all linear 0.15s;
        }

        .tabbed-links a:hover {
            background:#cccccc;
            text-decoration:none;
        }


    li.active a, li.active a:hover {
        background:#fff;
        color:#4c4c4c;
    }

    /*----- Content of Tabs -----*/
    .tabbed-content {
        padding:15px;
        background:#fff;
    }

        .tabbed {
            display:none;
        }

        .tabbed.active {
            display:block;
        }



.etabs { margin: 0; padding: 0; }
    .tab { display: inline-block; zoom:1; *display:inline; background: #eee;  border-bottom: none; -moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; }
    .tab a { 
	 display: block; 
	 padding: 0 10px; 
	 outline: none;
	 background:#7FB5DA;
            color:#4c4c4c;
			padding-top: 6px; }
    .tab a:hover { 
	text-decoration: underline;
	background:#a7cce5;
	padding-top: 6px;
	 }
    .tab.active { 
	background: #fff; 
	padding-top: 6px; 
	position: relative; 
	top: 1px; 
	border-color: #666;
	background:#FFF; }
    .tab a.active { font-weight: bold;
	background:#FFF; }
    .tab-container .panel-container { background: #fff; border: solid #666 1px; padding: 10px; -moz-border-radius: 0 4px 4px 4px; -webkit-border-radius: 0 4px 4px 4px; }
    .panel-container { margin-bottom: 10px;
	}


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

/* START:Tables
*********************************************************************************/
table {
	border-collapse: collapse;
	width: 100%;
}
table thead {
	background: #4c4c4c;
	text-align: left;
}
table thead th {
	white-space: nowrap;
	text-align: left !important;
}
.invoice-actions,
table th.text-center {
	text-align: center !important;
}
table thead th,
table tbody td {
	padding: 5px 0px;
}
table thead th a,
table thead {
	color: #fff;
}

table tbody tr {
	border-bottom: 1px dotted #cfcfcf;
}
table tbody tr:last-child {
	border: none;
}
table tbody a {
	font-weight: bold;color: #0055a5; font-size:13px;
}
table tbody li a {
	font-weight: normal;
}
.tableLeft,
.tableRight {
	padding: 8px !important;
}
.align_right {
	text-align: right;
}
#table-alerts tr {
	border: none;
}
table tbody ul {
	clear: both;
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
table tbody li {
	float: left;
	margin: 0 5px 0 0;
}
.questionnaire-table tr,
.saved-search-tbl tr {
	border: none !important;
}
.saved-search-tbl td {
	padding: 0 5px;
}
form[name="SavedListingForm"] table tr,
form[name="SavedListingForm"] table tr:last-child .separateListing,
#pm_form tr,
.contact-us tr {
	border: none;
}
#pm_form .evenrow,
#pm_form .oddrow {
	border-bottom: 1px dashed #8c8c8c;
}
.separateListing {
	border-top: 1px dashed #8c8c8c;
	padding: 0;
}
#pm_form .separateListing,
#edit-questions .separateListing {
	display: none;
}
#filterForJobsStat select {
	width: auto;
}
/********************************************************************************/

/* START:Header
*********************************************************************************/
#header-bg-sitemap,
#header-bg,
#header-bg-in-sitemap,
#header-bg-in {
	position: absolute;
	width: 100%;
	height: 185px;
	z-index: 1;
}
#header-bg-sitemap,
#header-bg {
	/*background: url("header-bg.png");
	border-top: 4px solid #1c1c1c;*/
}
#header-bg-in-sitemap,
#header-bg-in {
	/*background: url("header.png") no-repeat center bottom;*/
}
.emp-header-in,
.emp-header,
.index-header-bg,
.index-header-bg-in {
	height: 150px !important;
}
#header-left {
	margin: 20px 0 0 0;
	/*float: left;*/display: block;
	padding: 0 0 15px 0;width:100%;
}
#header-right {
	margin: 10px 0 -7px 0;
	float: right;
	text-align: right;
	position: absolute;
	right: 0;
	z-index: 0;
}
#header-right a {
	color: #fff;
	font-size: 13px;
}
#header-right form {
	float: right;
	margin: 0;
}
#header-right input#password,
#header-right input#username {
	width: 95px;
	background: #174354;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #486f7e;
	-moz-box-shadow: inset 0 2px 0 0 #133745;
	-webkit-box-shadow: inset 0 2px 0 0 #133745;
	box-shadow: inset 0 2px 0 0 #133745;
	padding: 6px;
	color: #fff;
	font-size: 12px;
	font-family: Georgia, serif;
	font-style: italic;
	text-transform: lowercase;
}
#header-right input[type="submit"] {
	min-width: 65px;
}
#header-right .login_buttons_txt {
	display: none;
}
.header-user-menu span {
	font-size: 13px;
	color: #fff;
	text-shadow: 0 -1px 0 #000;
}
.header-user-menu span a {
	vertical-align: top;
}
.header-user-menu span a:last-child {
	text-decoration: none;
	border-bottom: 1px solid #608897;
}
.header-user-menu span a:hover {
	border: none;
}
/********************************************************************************/

/* START:Top Menu
*********************************************************************************/
#top-menu {
	margin:16px 0 8px;
	position: relative;
	z-index: 1;background:#f8f8f8;float:left;width:100%;height:50px;border:1px solid #e7e7e7;box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box;
}
#top-menu ul {
	list-style-type: none;
	margin:0 0 0 19px;
	padding: 0;
}
#top-menu ul li {
	float: left;
}
#top-menu ul li a {
	font-family:'Arial';
	font-size: 14px;
	padding:15px 14px;display:block;margin:0px 4px;
	color: #747474;
	text-decoration: none;text-transform:uppercase;
	background:url(../images/menu-arrow.png) no-repeat right center;
	
}
#top-menu ul li:hover > a {
	color: #333333;
}
#top-menu li ul {
	min-width: 200px;
	position: absolute;
	margin:0px 0 0 1px;
	opacity: 0;
	visibility: hidden;	
	z-index: 12;border:1px solid #04407d;
}
#top-menu li ul li {
	background: #0b57a5;
	min-width: 212px;
	clear: both;
	padding: 5px 10px;
	border-bottom: 1px solid #04407d;
}
#top-menu li ul li a {
	color: #fff;
	font-size:15px;background:none !important;
	padding:4px 4px 4px 3px;text-transform:capitalize;
}
#top-menu li ul li:hover {
	background:#0c437c;
}
#top-menu li ul li:hover a {
	background:none !important;
	border: 0 !important;color:#fff;
}
#top-menu ul li:hover ul,
#top-menu li li:hover ul,
#top-menu li li li:hover ul {
	opacity: 1;
	overflow: hidden;
	visibility: visible;
	transition-delay: 0s;
}
#top-menu li ul li:last-child {
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;border-bottom:0px;
}
/********************************************************************************/

/* START:Language Switcher Plugin CSS
*********************************************************************************/
.sbHolder {
	font-family: proxima_nova, Arial, sans-serif;
	height: 19px;
	position: relative;
	width: 80px;
	margin: 0 3px 0 0;
}
.sbSelector {
	display: block;
	height: 27px;
	right: 5px;
	line-height: 31px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 80px;
	text-align: center;
	color: #BBECFF !important;
	text-shadow: 0 -1px 1px #000;
}
.sbSelector:link,
.sbSelector:visited,
.sbSelector:hover {
	color: #819C78;
	outline: none;
	text-decoration: none;
}
.sbToggle {
	background: url("langs.png") 0 0 no-repeat;
	display: block;
	height: 9px;
	outline: none;
	position: absolute;
	right: 0;
	top: 11px;
	width: 6px;
}
.sbToggleOpen {
	background: url("langs.png") 0 -9px no-repeat;
}
.sbOptions {
	background: #0055a5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 1px 2px 1px #686868;
	list-style: none;
	left: 20px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	width: 130px;
	z-index: 1;
	overflow-y: auto;
}
.sbOptions li {
	padding: 0 5px 0 10px;
	line-height: 24px;
	border-bottom: 1px solid #044888;
	text-align: left;
}
.sbOptions li:last-child {
	border-bottom: none;
}
.sbOptions a {
	display: block;
	outline: none;
	padding: 0 0 0 12px;
	text-shadow: 0 -1px 1px #000;
	background: url("list-symbol.png") no-repeat left center;
}
.sbOptions a:link,
.sbOptions a:visited {
	text-decoration: none;
}
.sbOptions li:hover {
	background: #044888;
}
.sbOptions li.last a,
.sbOptions li:last-child a {
	border-bottom: none;
}
.sbOptions .sbDisabled,
.sbOptions .sbGroup {
	border-bottom: dotted 1px #515151;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbDisabled {
	color: #999;
}
.sbOptions .sbGroup {
	color: #EBB52D;
	font-weight: bold;
}
.sbOptions .sbSub {
	padding: 0 0 0 17px;
}
/********************************************************************************/

/* START:Employer/Jobseeker Button
*********************************************************************************/
#employers {
	top: 160px;
	position: fixed;
	right: -42px;
	z-index: 2;
	background: rgb(119,172,42);
	background: -moz-linear-gradient(top,  rgba(119,172,42,1) 0%, rgba(119,172,42,1) 56%, 

rgba(86,135,16,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(119,172,42,1)), color-stop(56%,rgba(119,172,42,1)), color-stop(100%,rgba(86,135,16,1)));
	background: -webkit-linear-gradient(top,  rgba(119,172,42,1) 0%,rgba(119,172,42,1) 56%,rgba(86,135,16,1) 100%);
	background: -o-linear-gradient(top,  rgba(119,172,42,1) 0%,rgba(119,172,42,1) 56%,rgba(86,135,16,1) 100%);
	background: -ms-linear-gradient(top,  rgba(119,172,42,1) 0%,rgba(119,172,42,1) 56%,rgba(86,135,16,1) 100%);
	background: linear-gradient(to bottom,  rgba(119,172,42,1) 0%,rgba(119,172,42,1) 56%,rgba(86,135,16,1) 100%);
	-ms-transform: rotate(270deg);
	-moz-transform:  matrix(0.00000000, -1.00000000, 1.00000000, 0.00000000, 0, 0);
	-webkit-transform:  matrix(0.00000000, -1.00000000, 1.00000000, 0.00000000, 0, 0);
	-o-transform:  matrix(0.00000000, -1.00000000, 1.00000000, 0.00000000, 0, 0);
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top: 1px solid #b4d18a;
	-moz-box-shadow: 0 0 5px 1px #003500;
	-webkit-box-shadow: 0 0 5px 1px #003500;display:none;
}
.ie-employers,
.jobseeker-button.ie-employers {
	border-top: none !important;
	border-radius: 5px 0 0 5px;
	display: block;
	right: 0 !important;
	filter: flipv() fliph();
	writing-mode: tb-rl;
}
.jobseeker-button {
	right: -48px !important;
}
#employers:hover {
	background: rgb(163,224,136);
	background: -moz-linear-gradient(top,  rgba(163,224,136,1) 0%, rgba(119,172,42,1) 

56%, rgba(99,155,35,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(163,224,136,1)), color-stop(56%,rgba(119,172,42,1)), color-stop(100%,rgba(99,155,35,1)));
	background: -webkit-linear-gradient(top,  rgba(163,224,136,1) 0%,rgba(119,172,42,1) 56%,rgba(99,155,35,1) 100%);
	background: -o-linear-gradient(top,  rgba(163,224,136,1) 0%,rgba(119,172,42,1) 56%,rgba(99,155,35,1) 100%);
	background: -ms-linear-gradient(top,  rgba(163,224,136,1) 0%,rgba(119,172,42,1) 56%,rgba(99,155,35,1) 100%);
	background: linear-gradient(to bottom,  rgba(163,224,136,1) 0%,rgba(119,172,42,1) 56%,rgba(99,155,35,1) 100%);
}
#employers a {
	font-family: proxima_novabold, arial;
	color: #fff;
	font-size: 19px;
	text-shadow: 1px 0 1px #000;
	text-decoration: none;
	display: block;
	padding: 15px 15px 20px 15px;
}
/********************************************************************************/

/* START:Main Page Structure
*********************************************************************************/

#left-column,
#right-column {
	margin: 15px 0 0 0;
	padding: 0 0 0px 0;
}
#left-column {
	width:571px;
	float: left;
}
#right-column {
	width:533px;
	float: right;
}
#right-column .banner {
	margin: 0 0 10px 0;
	clear: both;
}
.white-block {
	background: #fff;
	border: 1px solid #dedede;
	overflow: hidden;
	padding:20px 0;
	margin:0px 0 30px;
	clear: both;
}
.white-block h2 {
	display: inline-block;
	margin: 0 auto;
}
/*.sep-line {
	background: url("h2-line-bg.png") no-repeat center;
	width: 329px;
	height: 19px;
	display: inline-block;
	margin: 5px auto;
}*/
.banner {
	text-align: center;
	margin: 30px 0;
}
#right-column .newsletter{position:relative;overflow:visible;padding:18px 0 12px 

18px;margin-bottom:15px;}
#right-column .newsletter::before{ position:absolute;top:-1px;left:-1px;background:#0055a5;height:3px;width:100.5%;content:'';display:block;}

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

PRICE PLANS

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

.field-control {
padding-right: 0px;
padding-left: 0px;
margin: 0 0 10px 0;
position: relative;
min-height: 48px;
}
.randomclass{
position:relative;
}
.randomclass-two{
position:relative;
}
.btn-checkbox{
display:inline-block;
}
.top-title{
display: block;
margin-top: 10px;
margin-bottom: 10px;
color: #27A9E1;
font-family: "Avenir Roman", Arial, Helvetica;
font-weight: 400;
font-size:20px;
}
.control-group.questions-card {
margin-top: 46px;
}

.col-sm-6.form-two {
border-left:1px solid #D6D6D6;
}
.checkout {
border-top: 1px solid #D6D6D6;
width:100%;
}
#zip-code{
float:left;
max-width: 210px;
}
select#first-opt {
float: right;
width: 180px;
height: 34px;
border: 1px solid #ccc;
}
#zipcode{
float:left;
max-width: 210px;
}
select#second-opt {
float: right;
width: 180px;
height: 34px;
border: 1px solid #ccc;
}
.first-selection {
min-height: 34px;
float: right;
max-width: 180px;
}
.second-selection{
min-height: 34px;
float: right;
max-width: 180px;
}
.answer {
display: inline;
padding-right: 60px;
}
p{
color: #5D5D5D;
font-size: 15px;
font-family: "Avenir Roman", Arial, Helvetica;
font-weight: 400;
}
label {
margin-left: 10px;
color: #5D5D5D;
font-family: "Avenir Roman", Arial, Helvetica;
font-weight: 400;
}
.input-wrapper {
padding-top: 10px;
padding-bottom: 10px;
}
.tax-wrapper{
border-top:1px solid #D6D6D6;
margin-top:10px;
}
.logo-wrapper{
margin-top:10px;
}
.total-wrapper{
margin-top:10px;
}
.wrapper-a{
margin-top:10px;
}
.wrapper-b{
margin-top:10px;
}
.total-wrapper{
border-top:1px solid #D6D6D6;
}
.container.form-wrapper {
margin-bottom: 50px;
}
span#checkout-title {
margin-top: 10px;
margin-bottom: 10px;
color: #27A9E1;
font-size: 25px;
font-family: "Avenir Roman", Arial, Helvetica;
font-weight: 400;
}
span#gold-plan-price {
color: #27A9E1;
float: right;
font-size:20px;
font-family: "Avenir Roman", Arial, Helvetica;
font-weight: 400;
}
span#silver-plan-price{
color: #27A9E1;
float: right;
font-size: 20px;
font-family: "Avenir Roman", Arial, Helvetica;
font-weight: 400;
}
span#personalized-logo{
margin-left: 38px;
width: 200px;
color: #5D5D5D;
font-size:20px;
font-family: "Avenir Roman", Arial, Helvetica;
font-weight: 400;
}
span#logo-price{
color: #27A9E1;
float: right;
font-size:20px;
font-family: "Avenir Roman", Arial, Helvetica;
font-weight: 400;
}
span#tax{
margin-left: 38px;
width: 200px;
color: #5D5D5D;
font-size:20px;
font-family: "Avenir Roman", Arial, Helvetica;
font-weight: 400;
}
span#tax-price{
color: #27A9E1;
float: right;
font-size:20px;
font-family: "Avenir Roman", Arial, Helvetica;
font-weight: 400;
}
span#total{
margin-left: 38px;
width: 200px;
color: #5D5D5D;
font-size:20px;
font-family: "Avenir Roman", Arial, Helvetica;
font-weight: 400;
}
span#total-price{
color: #27A9E1;
float: right;
font-size:20px;
font-family: "Avenir Roman", Arial, Helvetica;
font-weight: 400;
}
label.error {
color: red;
font-size: 13px;
font-family: "Avenir Roman", Arial, Helvetica;
font-weight: 400;
bottom: 0;
}
label#zip-code-error {
position: absolute;
bottom: -11px;
left: 0;
}
label#zipcode-error {
position: absolute;
bottom: -11px;
left: 0;
}
.controls.next-btn {
margin-top:30px;
float: right;
margin-right: 40px;
}
input[type="button"] {
width: 100px;
border: 1px solid #414141;
background-color: #FFFFFF;
border-radius: 4.5px;
}
.controls.back-btn {
margin-top:30px;
float: left;
margin-right: 40px;
}
.col-sm-6.form-two {
border-left: 1px solid #D6D6D6;
margin-top: 40px;
}
.controls.save-btn {
width: 100px;
height: 50px;
margin: 0 auto;
}
#silver-plan {
width: 1128px;
margin-top: 20px;
color: #5D5D5D;
font-size: 20px;
font-family: "Avenir Roman", Arial, Helvetica;
font-weight: 400;
}
#gold-plan {
display:block;
margin-top:20px;
color: #5D5D5D;
font-size: 20px;
font-family: "Avenir Roman", Arial, Helvetica;
font-weight: 400;
}
output {
display: inline-block !important;
padding-top: 7px;
font-size: 14px;
line-height: 1.42857143;
color: #27A9E1 !important;
float: right;
font-size: 20px !important;
font-family: "Avenir Roman", Arial, Helvetica !important;
font-weight: 400 !important;
}
input.btn-checkbox-plan {
margin-right: 15px !important;
}
input.btn-checkbox-choice {
margin-right: 15px !important;
}
input.cancel {
margin-right: 40px !important;
border: 1px solid #1B75BB !important;
border-radius: 1px !important;
width: 160px !important;
height: 40px !important;
text-align: center !important;
background-color: #fff !important;
color: #1B75BB !important;
-o-transition: .3s !important;
-ms-transition: .3s !important;
-moz-transition: .3s !important;
-webkit-trdansition: .3s !important;
transition: .3s !important;
}
input#fileToUpload {
margin-top: 15px;
margin-left: 40px;
font-size: 12px;
font-family: "Avenir Roman", Arial, Helvetica;
font-weight: 400;
}
input#upload {
margin-top: 20px;
margin-left:40px;
border: 1px solid #ED1C24 !important;
border-radius: 1px;
width: 100px;
height: 30px;
text-align: center;
background-color: #ED1C24;
color: #FFFFFF;
-o-transition: .3s;
-ms-transition: .3s;
-moz-transition: .3s;
-webkit-transition: .3s;
transition: .3s;
}
.next-button{
margin-top: 20px;
border: 1px solid #ED1C24 !important;
border-radius: 1px !important;
width: 160px !important;
height: 40px !important;
text-align: center !important;
background-color: #ED1C24 !important;
color: #FFFFFF !important;
-o-transition: .3s !important;
-ms-transition: .3s !important;
-moz-transition: .3s !important;
-webkit-transition: .3s !important;
transition: .3s !important;
}
.next-button:hover{
background-color: #FFFFFF !important;
border: 1px solid #040707 !important;
color: #040707 !important;
}


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

/* START:Quick Search
*********************************************************************************/


#quick-search-resume {
	min-height:94px;
	z-index: 1;margin:25px 0 0;
}
#quick-search-right-resume {
    float: left;
    padding: 0 1%;
    width: 98%;
}

#quick-search-left {
	float: left;
	display: inline-block;
	position: relative;
	top: -1px;
	left: -1px;
}
.label {
	background:#393940;
	display: inline-block;
	vertical-align: top;
	height: 94px;	
	padding:0 0 0 25px;
	float: left;
}
.label h1 {
	font-family:'Arial';
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
	margin: 32px 0;
}
#quick-search-left .right-arrow {
	background: url("find-job-right.png") no-repeat center;
	width: 33px;
	height:94px;
	display: inline-block;
}
#quick-search-right-resume .in {
	font-size:18px;
	color: #6e6e6e;
	padding: 0 10px 0 15px;text-transform:uppercase;
}
.quick-search-input-resume,
.quick-search-btn,
#quickSearchLinks,
#inputStat {
	display: inline-block;
	
}
.quick-search-input-resume input {
	/*width:200px;*/
	background:#fff;
	height: 35px;
	border: 1px solid #dbdbdb;
	padding: 0 15px;
	font-size:12px;
	color: #6e6e6e;
	line-height: 35px;
	text-transform:uppercase;
}
.quick-search-input-resume input[type="submit"],.quick-search-input-resume #btnSearch{  
	height: 38px;
    padding: 0;
    position: relative;
    right: 0;
    top: 0 !important;}
.quick-search-btn-resume #btnSearch {
	background: #0055a5 url(zoomer.png) no-repeat 12px center;
	padding:2px 13px 0 43px;
	font-size:20px;border-radius:0px;
	height: 36px !important; top:3px;
	line-height:36px !important;
	padding:0px !important;
	border:1px solid #0055a5;color:#ffffff;
	min-width: 0 !important;
	float:right;
}




/*************************************resume*********************************************/
.quick-search-input-resume select, .searchList, .inputForm .searchList {
    width: 180px;
}

#quick-search {
	background:#f8f8f8;	
	border: 1px solid #e7e7e7;
	min-height:94px;
	z-index: 1;margin:25px 0 0;
}
#quick-search-right {
	width:80.7%;
	float: right;
}
#quick-search-left {
	float: left;
	display: inline-block;
	position: relative;
	top: -1px;
	left: -1px;
}
.label {
	background:#393940;
	display: inline-block;
	vertical-align: top;
	height: 94px;	
	padding:0 0 0 25px;
	float: left;
}
.label h1 {
	font-family:'Arial';
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
	margin: 32px 0;
}
#quick-search-left .right-arrow {
	background: url("find-job-right.png") no-repeat center;
	width: 33px;
	height:94px;
	display: inline-block;
}
#quick-search-right .in {
	font-size:18px;
	color: #6e6e6e;
	padding: 0 10px 0 15px;text-transform:uppercase;
}
.quick-search-input,
.quick-search-btn,
#quickSearchLinks,
#inputStat {
	display: inline-block;
}
.quick-search-input input {
	width:329px;
	background:#fff;
	height: 35px;
	border: 1px solid #dbdbdb;
	padding: 0 15px;
	font-size:12px;
	color: #6e6e6e;
	line-height: 35px;text-transform:uppercase;
}
.quick-search-btn #btnSearch {
	background: #0055a5 url(zoomer.png) no-repeat 12px center;
	padding:0 13px 0 43px;
	font-size:20px;border-radius:0px;
	height: 36px;top:3px;
	border:1px solid #0055a5;color:#ffffff;
	min-width: 0 !important;
}
/*.find-button-zoom:hover {
	background: url("buttons-bg.png") repeat-x 0 -101px;
}
.find-button-zoom {
	background: url("buttons-bg.png") repeat-x 0 -64px;
	border: 1px solid #c43b07;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}*/
#quickSearchForm fieldset {
	margin: 13px 0 0 0;
}
#quickSearchForm fieldset:last-child {
	margin: 12px 0 0 0;
	vertical-align: top;
}
#inputStat {
	font-size: 14px;
	color: #222;
	text-shadow: 0 1px 0 #fff;
}
#inputStat .strong {
}
#inputStat .online {
	color: #0055a5;
}
#quickSearchLinks {
	float: right;
	margin: 0 25px 0 0;
}
#quickSearchLinks ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#quickSearchLinks ul li {
	background: url("more.png") no-repeat right center;
	padding: 0 12px 0 0;
}
#quickSearchLinks ul li ul li {
	min-width: 170px;
	color: #fff;
	background: none;
}
#quickSearchLinks ul li ul li a {
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 10px 10px 10px 15px;
	white-space: nowrap;
}
#quickSearchLinks ul li ul {
	position: absolute;margin-top:8px;
}
#quickSearchLinks ul li:hover a {
	border: none;
}
#moreOprtionsItem {
	border: 1px solid #083e72;
	background: #0055a5;
	z-index: 20 !important;
}
#moreOprtionsItem li:first-child {
	border-bottom: 1px solid #083e72;
}
#moreOprtionsItem li:last-child {
	border-top: 1px solid #0055a5;
}
#moreOptions {
	text-decoration: none;
	color: #0055a5;
	font-size: 14px;
	text-shadow: 0 1px 0 #fff;
}
#moreOprtionsItem {
	opacity: 0;
	visibility: hidden;
	transition: visibility 0s linear 0.5s,opacity 0.5s linear;
	z-index: 10;
}
#moreOprtionsItem li a:hover span {
	text-decoration: underline;
}
#quickSearchLinks ul li:hover ul {
	opacity: 1;
	overflow: hidden;
	visibility: visible;
	transition-delay: 0s;
}
/********************************************************************************/

/* START:JTabs Plugin CSS
*********************************************************************************/
#jTabs,
#jTabs ul,
#jTabs ul li {
	background: none;
	border: none;
	border-radius: 0;
	padding: 0;
}
#jTabs .ui-tabs-nav li {
	background: #0055a5 !important;
}
/*.ui-tabs-nav li:last-child {
	background: none !important;
}*/
#jTabs .ui-state-default {
	margin: 0;
}
#jTabs .ui-state-default a {
	font-family: proxima_novalight, Arial, sans-serif !important;
	font-size: 16px !important;
	color: #a1a1a1 !important;
	padding: 10px 20px !important;
}
#jTabs .ui-state-default:first-child a {
	padding: 10px 20px 10px 0 !important;
}
#jTabs .ui-tabs-selected a {
	font-family: proxima_novabold, Arial, sans-serif !important;
	color: #ce4a14 !important;
	background: url("tabs-active.png") no-repeat center bottom;
}
#jTabs .ui-tabs-nav {
	display: block;
}
#jTabs .css-panes {
	border-top: 2px solid #3b6b7d;
	margin: -1px 0 0 0;
}
#jTabs .ui-state-default a:hover {
	color: #ce4a14 !important;
}
.ui-tabs .ui-tabs-panel {
	padding: 20px 10px !important;
}
#jTabs .css-panes ul {
	list-style: none;
	display: inline-block;
	width: 33%;
	margin: 8px 0;
}
#jTabs .css-panes ul a {
	font-size: 15px;
	text-decoration: none;
	color: #2c6073;
}
#jTabs .css-panes ul a:hover {
	text-decoration: underline;
}
.blue {
	color: #ce4a14;
}
/********************************************************************************/

/* START:Featured and Latest Jobs
*********************************************************************************/
.featured-companies h2 {
	background: url("icons.png") no-repeat 0 -60px;
	padding: 0 0 0 25px;
}
.FeaturedCompaniesLogo {
	display: block;
	float: left;
	width: 155px;
	margin: 5px 4px;
	text-align: center;
}
.white-block .view-all {
	background: url("link-line-bg.png") no-repeat top;
	padding: 15px 0 0 0;
	text-align: center;
}
.white-block .view-all a {
	border-bottom: 1px solid #d7dee1;
	text-decoration: none;
}
.white-block .view-all a:hover,
.featuredListings:last-child {
	border: none;
}
#featured-listings,
#latest-listings {
	width: 48%;
}
#featured-listings {
	float: left;
}
#latest-listings {
	float: right;
}
#featured-head,
#latest-head {
	font-family: proxima_novabold, Arial, sans-serif;
	font-size: 18px;
	border-bottom: 2px solid #3b6b7d;
	padding: 10px 0;
}
#featured-head {
	color: #CE4A14;
}
#latest-head {
	color: #565656;
}
#featured,
#latest {
	margin: 15px 0 0 0;
}
.featuredListings {
	border-bottom: 1px dashed #8c8c8c;
	padding: 12px 0 12px 0;
}
.featuredListings:first-child {
	padding: 0 0 12px 0;
}
.featuredListings a {
	font-family: proxima_novabold, Arial, sans-serif;
	font-size: 16px;
	text-decoration: none;
	padding: 0 0 5px 0;
	display: inline-block;
}
.featuredListings a:hover {
	text-decoration: underline;
}
#featured-listings .featuredListings a {
	color: #ce4a14;
}
.green {
	font-size: 13px;
	color: #8c8c8c;
}
/********************************************************************************/

/* START:Job Seeker Tools Block
*********************************************************************************/
.job-seeker-tools {
	background: #fff;
	border: 1px solid #dedede;
}
.job-seeker-tools .header {
	border-bottom: 2px solid #dedede;
	font-family: proxima_novabold, Arial, sans-serif;
	padding: 15px 20px;
	font-size: 18px;
	color: #ce4a14;
	margin: 0;
}
.job-seeker-tools ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.job-seeker-tools ul li {
	display: inline-block;
	width: 32%;
	text-align: center;
	background: url("tools-sep.png") no-repeat right center;
	margin: 0 2px 0 0;
}
.job-seeker-tools ul li:last-child {
	background: none;
}
.job-seeker-tools ul li a {
	display: block;
	color: #ce4a14;
	font-family: proxima_novabold, Arial, sans-serif;
	font-size: 18px;
	text-decoration: none;
	padding: 25px 0;
}
.job-seeker-tools ul li a:hover {
	text-decoration: underline;
}
.job-seeker-tools #innerBlogContentDiv {
	margin: 20px;
}
.job-seeker-tools #ajax_preloader_blog {
	margin: 15px auto;
}
/********************************************************************************/

/* START:Blog
*********************************************************************************/
#innerBlogContentDiv {
	margin: 0 20px;
	line-height: 22px;
}
a.blogLink {
	font-weight: bold;
	text-decoration: none;
}
.blogDate {
	background: url("icons.png") no-repeat 0 -577px;
	padding: 0 0 0 25px;
	display: block;
	clear: both;
	color: #8c8c8c;
	font-size: 13px;
	margin: 5px 0 0 0;
}
.blogtext {
	color: #585858;
	font-size: 13px;
}
/********************************************************************************/

/* START:News
*********************************************************************************/
.latest-news h2 {
	background: url("icons.png") no-repeat 0 0;
	padding: 0 0 0 25px;
}
#news {
	margin: 0 20px;
	line-height: 22px;
}
#news ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#news ul li {
	color: #585858;
	font-size: 13px;
	margin: 0 0 15px 0;
}
#news ul li a {
	font-weight: bold;
	text-decoration: none;
}
#news ul li a:hover {
	text-decoration: underline;
}
#news .news-date {
	background: url("icons.png") no-repeat 0 -577px;
	padding: 0 0 0 25px;
	clear: both;
	color: #8c8c8c;
	font-size: 13px;
	margin: 5px 0 0 0;
}
#newsCategory {
	display: block;
	float: right;
	border: 1px solid #C9C9C9;
	padding: 5px;
	margin: 0 0 0 10px;
	width: 200px;
}
#newsCategory a,
#newsCategory .strong {
	padding: 3px 0;
	display: block;
}
#newsCategory h3 {
	font-size: 13px;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #C9C9C9;
}
#newsCategory a:hover,
#newsCategory .strong:hover {
	background: #f2f2f2;
	color: #000;
}
/********************************************************************************/

/* START:Polls
*********************************************************************************/
.polls h2 {
	background: url("icons.png") no-repeat 0 -36px;
	padding: 0 0 0 25px;line-height:23px;margin-left:17px;
}
#poll {
	margin: 0 20px;
}
#poll .strong {
	color: #0055a5;
}
#pollButton {
	float: right;
}
.polls-variable {
	float: left;
}
.polls-variable span {
	font-size: 13px;
}
/********************************************************************************/

/* START:Mailchimp Newsletter
*********************************************************************************/
.newsletter h2 {padding:3px 0 5px;line-height: 18px;display: inline-block;}
#mailchimp-newsletter {
	margin:0;
}
#mailchimp-newsletter input[type="text"] {background:#fff;}
.mailchimp-nl-desc {
	color: #585858;
	font-size: 13px;margin:13px 0 7px;
}
#mailchimp-nl-cont fieldset {
	margin: 7px 0;
}
#mailchimp-nl-cont label {
	min-width: 80px;
	display: inline-block;
	color: #2d6174;
	text-align: right;
	font-size: 14px;
	margin: 0 5px 0 0;
}
#mailchimp-nl-cont input[type="text"] {
	width:218px;
	position: relative;
}
#mailchimp-nl-cont input[type="submit"] {
	margin:0 0 0 1px;
}
/********************************************************************************/

/* START:Footer
*********************************************************************************/
#footer {
	background:#eaeaea;width:1140px;margin:0px auto;border-top:5px solid #0055a5;
}
#footer-bottom {display:none;}
.footer-wrapper ul li a {
	font-size: 13px;
}
/*#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 2;
}*/
.main-wrapper {
	min-height: 100%;
	position: relative;
}
.footer-wrapper {
	margin: 0 auto;
	padding:38px 0 38px 0;
}
.footer-wrapper ul {
	list-style: none;
	padding: 0;
	text-align: center;
	margin: 0 0 0px 0;
}
.footer-wrapper ul li,
.footer-wrapper ul li a {
	display: inline-block;
	color: #333333;font-size:14px;
}
.footer-wrapper ul li a {
	text-decoration: none;
	padding: 5px 9px;
}
.footer-wrapper ul li a:hover,
#copy a:hover {
	text-decoration: underline;
}
#copy,
#copy a {
	color: #bbecff;
	text-decoration: none;
	text-align: center;
	text-shadow: 0 -1px 1px #000;
}
/********************************************************************************/

/* START:Input Fields
*********************************************************************************/
.inputName {
	width:25%;
	color: #3e3e3e;
	font-size:14px;
	padding:4px 0 4px;
}
.inputName,
.inputField,
.inputReq {
	display: block;
	float: left;margin-right:7px;text-align:left;
}
.inputReq {
	color: #FF0000;
	width: 2%;font-family: "Arial";
	padding: 7px 0;
	font-size: 16px;
}

#productDetails ~ table td .inputReq {
	width: 5%;
}
#search_form .inputField,
.builder-col-wide .inputField {
	display: inline-block;
	width: 370px;
}
#search_form input[type="checkbox"] {
	margin: 8px 0 0 0;
}
.searchGeoLocation {
	width: 121px !important;
	float: right;
	margin: 5px 0 0 0;
}
.search-only {
	display: inline-block;
	float: right;
	font-size: 11px;margin-top:12px;
	padding: 5px 0 0 0;
}
.search-only span {
	display: inline-block;
	margin: 3px 2px 0 0;
	vertical-align: top;
}
.inputField .search-only input[type="checkbox"] {
	padding: 0 1px !important;
}
.inputField small {
	margin: 5px 10px;
	display: block;
	color: #acacac;
}
#uploadForm table td {
	padding: 10px;
	color: #1c1c1c;
}
#uploadForm table tr,
#browse-items tr {
	border: none;
}
#uploadForm .button {
	text-transform: uppercase !important;
}
.salary-abbr {
	float: left;
}
.salary-abbr input {
	display: inline-block;
	width: 70px !important;
}
select {
	color: #60605c;
	cursor: pointer;
	font-size: 14px;
	padding: 8px 5px;
	border: 1px solid #CACACA;
}
select option {
	padding: 0 9px;
	color: #585858;
}
select,
.searchList,
.inputForm .searchList {
	width: 370px;
}
.selectCurrency {
	width: 160px;
	margin: 0 0 0 8px
}
.searchGeoDistance,
#searchType-keywords {
	width: 180px !important;
	margin: 5px 0 0 0;
}
#Salary_list,
#DesiredSalary_list {
	float: right;
	width: 140px;
}
#answers input[type="text"] {
	width: 350px;
}
#answers select {
	width: auto;
}
.searchActDate,
.searchIntegerLess,
.searchIntegerMore {
	width: 158px !important;
	color: black;
	font-size: 5px;
}
#activation_date_notless,
#activation_date_notmore {
	width: 139px !important;
	color: black;
	font-size: 5px;
}
#date_notless,
#date_notmore {
	width: 127px !important;
}
textarea {
	background: url("input-text-bg.png") repeat-x top #fff;
	border: 1px solid #a8a8a8;
	box-shadow: inset 0 0 0 1px #fff;
	-moz-box-shadow: inset 0 0 0 1px #fff;
	-webkit-box-shadow: inset 0 0 0 1px #fff;
	padding: 10px;
	margin: 5px 0;
}
#loginForm fieldset {
	margin: 7px 0;
}
.tree-input-field {
	width: 362px;
	margin:0px 0 0px 0;
}
.tree-available-count {
	color: #2C6073;
}
.tree-child-close {
	color: #8e8e8e;
}
#application-settings .inputString {
	width: 325px;
}
table#manage-pictures {
	width: 363px;
}
table#expiration-date {
	margin: 10px 0 0 0;
}
#expiration-date #until {
	margin: 10px 5px 0;
}
.ui-multiselect {
	width: 362px !important;
	min-height: 36px;
	padding: 7px 5px 5px 5px !important
}
/********************************************************************************/

/* START:Reports
*********************************************************************************/
#reports-navigation {
	font-weight: bold;
	overflow: hidden;
	border-bottom: 1px solid #0055a5;
	margin: 0 0 15px 0;
}
#reports-navigation-in {
	background:#222;
	position: relative;
	overflow: hidden;
	display: inline-block;
	float: left;
}
#reports-navigation-in-border {
	/*-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-khtml-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;*/
	position: relative;
	border-top: 1px solid #0f0f0f;
	border-left: 1px solid #0f0f0f;
	border-right: 1px solid #0f0f0f;
	overflow: hidden;
}
#reports-navigation a:hover {
	background: #0055a5;
}
#reports-navigation .current {
	background: #0055a5;
	color: #fff;
	text-decoration: none;
}
#reports-navigation .current:hover {
	background: #0055a5;
}
#reports-navigation .middle-item {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
#reports-navigation a {
	display: block;
	float: left;
	padding: 10px 25px;
	color: #fff;
}
#reports {
	padding:0px 0 10px;
}
#reports form {
	margin: 0 0 5px 0;
}
#reports h2 {
	font-weight: normal;font-size:20px;
	margin:0 0 3px;color:#0055a5;font-family: "Arial";
}
#reports td {
	padding:11px 0px;
}
#reports #quick-stats {
	width:100%;
}
#reports #quick-stats td {
	border-bottom: 1px solid #cfcfcf;
}
#reports #general-stats {
	width: 100%;border: 1px solid #cfcfcf;
}
#general-stats .general-stats-item,
#general-stats th {
	text-align: center !important;
}
#adSpaceAccount #reports-navigation,
#adSpaceAccount h3,
#adSpaceAccount h1 {
	display: none;
}
#adSpaceAccount #quick-stats {
	display: block;
	width: auto;
}
#my-account-stats {
	margin: 0 0 20px 0;
}
/********************************************************************************/

/* START:Browse by Company
*********************************************************************************/
.browseCompanyAB {
	float: left;
	padding: 5px;
}
.SearchResultsCompany .numberResults,
.SearchResultsCompany .numberPerPage {
	display: inline-block;
	vertical-align: middle;
}
.SearchResultsCompany .topNavBar .pageNavigation {
	border: medium none;
	border-radius: 0 0 0 0;
	display: inline-block;
	float: right;
	padding: 0 15px 0 0;
	background: none;
	box-shadow: none;
}
.pageNavigation img {
	display: none;
}
/********************************************************************************/

/* START:Display Listing
*********************************************************************************/
.userInfo {
	float: left;
	width: 220px;
}
.listingInfo {
	position: relative;
}
.narrow-col .displayField .player {
	margin: 0 5px;
}
.narrow-col .displayField embed {
	width: 90%;
	height: 250px;
	float: right;
	clear: both;
	margin: 0 5px;
}
#company-profile-video a.player,
#company-profile-video embed,
#col-wide .displayField a.player,
#col-wide .displayField embed {
	width: 100%;
	height: 350px;text-decoration: none;
}
.narrow-col a.player {
	width: 100%;
}
.listingLeftBlock embed {
	width: 214px;
}
.listingLeftBlock {
	clear: both;
}
.noRefine .listingInfo {
	float: right;
	width: 75%;
}
.headerBgBlock .Results,
.noRefine .listingInfo h2 {
}
.headerBgBlock .Results {
	font-size: 23px;
	margin: 0 0 5px;
	padding: 0;
}
.noRefine .results-paging {
	float: none;
}
.noRefine .listingInfo h2 {
	font-size: 21px;
}
.refine-fix {
	margin:-27px 0 0;
}
/********************************************************************************/

/* START:Company Profile
*********************************************************************************/
#displayListing #listingsResults {
  background: none repeat scroll 0 0 #f5f5f5;
  float: left;border: 1px solid #e7e7e7;
  padding: 0 19px;
  width: 74%;
}
.listingInfo h2 {
	font-size: 28px;font-family: "Arial";
	color: #1c1c1c;
	text-shadow: 0 1px 0;font-weight:normal;
	padding: 15px 0 9px 0;margin-bottom: 23px;
	border-bottom: 1px solid #cccccc;
}
.compProfileTitle {
	color: #0055a5;
	font-size: 18px;font-family: "Arial";
}
.in_CompanyInsiderWidget {
	width: 70%;
	float: right;
}
.company-info-right {
	border: none !important;
	background: none !important;
	box-shadow: none !important;
	margin: 18px 0;
}
.wrap-2 ~ .company-info-right {
	position: absolute;
	right: 0;
	top: 67px;
}
.userInfo center {
	text-align: left;
}
.userInfo img {
	margin: 12px 0;
	border: 1px solid #dedede;
}
.compProfileInfo .company-name {
	color: #222;
	font-size: 15px;
	font-family:'Arial';
}
.comp-profile-content {
	color: #585858;
	font-size: 13px;
	line-height: 20px;
}
.comp-profile-content a {
	color: #0055a5;
	border-bottom: 1px solid #0055a5;
	text-decoration: none;
}
.comp-profile-content .info-picture {
	border: none;
}
.comp-profile-content a:hover {
	border: none;
}
.list {
	background: url("red-arrow.png") no-repeat left center;
	padding: 0 0 0 12px;
	line-height: 27px;
}
/********************************************************************************/

/* START:My Account
*********************************************************************************/
.my-account-head {
	margin:20px 0 20px;
}
.my-account-head h1 {
	color:#505050;
	margin: 0;
}
.my-account {
	background: #fff;
	border-top:1px solid #0055a5;
	/*padding: 25px;*/ padding:25px 0px;
}
.my-account ul {
	float: left;
	display: block;
	width:68%;
	margin: 0;
	padding: 0;
	list-style: none;
}
.my-account ul li {
	display: inline-block;
	width:20%;vertical-align:top;height:112px;
	text-align: center;border:1px solid #e7e7e7;
	margin:0 0 4px;background:#f8f8f8;padding:12px;
}
.my-account ul li:hover{ background:#fff;}
.my-account ul li img {
	margin: 0 0 5px 0;
}
.my-account ul li a {
	text-decoration: none;
	color: #6b6b6b;
	font-size:13px;text-transform:uppercase;
}
.my-account ul li a:hover {
	color: #222;
	text-shadow: 0 -1px 0 #f2cfc0;
}
.pm-sub-menu {
	float: left;
	color: #2c6073;
	font-size: 15px;
}
.pm-sub-menu a {
	font-family: proximanovaregular, Arial, sans-serif !important;
}
#adSpaceAccount {
	float: right;
	width: 32%;
}
/********************************************************************************/

/* START:Recently view and Suggested Jobs
*********************************************************************************/
#recentlyViewedJobs {
	float: left;
	margin: 5px 10px;
	overflow: hidden;
	width: 47%;
}
#suggestedJobs {
	float: right;
	margin: 5px 10px;
	overflow: hidden;
	width: 47%;
}
#recentlyViewedJobs-title,
#suggestedJobs-title {
	font-family: proxima_novabold, Arial,sans-serif;
	font-size: 18px;
	color: #565656;
	margin: 5px 0 10px 0;
}
#recentlyViewedJobs table thead,
#suggestedJobs table thead {
	background: #3b6b7d;
	text-align: left;
	color: #fff;
}
#recentlyViewedJobs table thead th,
#suggestedJobs table thead th {
	padding: 10px 0;
}
#recentlyViewedJobs table td,
#suggestedJobs table td {
	padding: 10px 5px;
}
#recentlyViewedJobs tbody tr,
#suggestedJobs tbody tr {
	border-bottom: 1px dashed #8c8c8c;
}
#recentlyViewedJobs .evenrow,
#suggestedJobs .evenrow {
	background: none;
}
#recentlyViewedJobs table tbody tr:last-child,
#suggestedJobs table tbody tr:last-child {
	border: none;
}
#recentlyViewedJobs .rec-sug-title-th,
#suggestedJobs .rec-sug-title-th {
	width: 38% !important;
}
#recentlyViewedJobs .rec-sug-comp-th,
#suggestedJobs .rec-sug-comp-th {
	width: 30% !important;
}
#recentlyViewedJobs table td,
#suggestedJobs table td {
	color: #8c8c8c;
}
#recentlyViewedJobs .rec-sug-title a,
#suggestedJobs .rec-sug-title a {
	color: #ce4a14;
	text-decoration: none;
	font-weight: bold;
}
#recentlyViewedJobs table .rec-sug-title a:hover,
#suggestedJobs table .rec-sug-title a:hover {
	text-decoration: underline;
}
#recentlyViewedJobs .rec-sug-comp a,
#suggestedJobs .rec-sug-comp a {
	color: #db7a53;
	border-bottom: 1px solid #f6ded4;
	text-decoration: none;
}
#recentlyViewedJobs .rec-sug-comp a:hover,
#suggestedJobs table .rec-sug-comp a:hover {
	border: none;
}
/********************************************************************************/

/* START:Sub-Account
*********************************************************************************/
#sub-accounts .inputName {
	width: 20%;
}
#sub-accounts .results {
	margin: 0 !important;
}
.sub-user-permissions {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.sub-user-permissions li {
	margin: 10px 0;
}
/********************************************************************************/

/* START:Accordeon
*********************************************************************************/
.page_button {
	background: none repeat scroll 0 0 #EFEFEF;
	border: 1px solid #ccc;
	border-radius: 2px;
	cursor: pointer;
	font-weight: bold;
	margin: 10px 0;
	padding: 5px;
}
.page_icon {
	color: #951919;
	display: inline-block;
	margin: 0 10px 0 0;
}
/********************************************************************************/

/* START:Contacts
*********************************************************************************/
#contactInfo {
	margin: 15px auto 0;
	overflow: hidden;
	width: 707px;
	-webkit-box-shadow: 0 7px 7px 3px #C0C0C0;
	-moz-box-shadow: 0 7px 7px 3px #C0C0C0;
	box-shadow: 0 7px 7px 3px #C0C0C0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#contactInfo-in {
	background: #eee;
	overflow: hidden;
	padding: 30px 15px 15px;
	width: 677px;
}
#user-top {
	margin: 10px 0;
	overflow: hidden;
}
#contact-info {
	float: left;
	margin: 0 10px 0 0;
	width: 450px;
}
#contact-group {
	clear: both;
	font-size: 13px;
	margin: 10px 0;
	overflow: hidden;
}
.contact-detail-cap {
	float: left;
	font-weight: bold;
	width: 30%;
}
.contact-detail-info {
	float: left;
	width: 70%;
}
#contact-image {
	float: left;
	width: 190px;
}
#contact-image img {
	width: 190px;
}
#under-contact {
	clear: both;
	overflow: hidden;
}
#cont-info-sendpm {
	float: left;
	margin: 15px 0;
	text-align: center;
	width: 190px;
}
#under-contact #note-block {
	float: left;
	margin: 0 10px 0 0;
	overflow: hidden;
	padding: 15px 0;
	width: 440px;
}
#under-contact textarea {
	width: 93% !important;
}
#reason {
	width: 456px !important;
}
/********************************************************************************/

/* START:Buttons
*********************************************************************************/
input.button,
input[type="submit"],
input[type="reset"],
input[type="button"],
a.button {
	padding:9px 10px;border:0px;
	color: #fff;
	font-size:14px;
	cursor: pointer;
	min-width: 95px;
	text-decoration: none;
	position: relative;background:#0055a5;
}
input.button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
a.button:hover {
	background:#034b8e;
}
input.standart-button,
a.standart-button {
	background: url("gray-standart-button.png") repeat-x;
	border: 1px solid #9F9F9F;
	border-radius: 2px 2px 2px 2px;
	color: #000 !important;
	cursor: pointer;
	display: inline-block;
	font-family: Arial, sans-serif !important;
	font-size: 12px !important;
	font-weight: bold;
	height: 25px;
	min-width: 100px;
	padding: 0 10px;
	text-transform: inherit !important;
	text-shadow: none;
}
input.standart-button:hover,
a.standart-button:hover {
	background: url("gray-standart-button.png") repeat-x 0 -25px;
}
.action-form-buttons {
	clear: left;
	display: inline-block;
}
#listing-details-menu {
	margin: 0;
	padding: 20px 15px;
	list-style: none;
	background: #fff;
	border: 1px solid #dedede;
	box-shadow: 0 2px 3px -2px #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#listing-details-menu .buttonApply {
	background: #0055a5 url("list-apply.png") no-repeat 5% center;
	
	width: 100%;
	border: 1px solid #014f99;
	text-shadow: 0 -1px 0 #034b8e;
	color: #fff;
	font-size: 18px;
}
#listing-details-menu .buttonApply:hover {
	background: #034b8e url("list-apply.png") no-repeat 5% center;

}
#listing-details-menu .apply-now-li {
	border: none;
	background: none;
	box-shadow: none;
}
#listing-details-menu li {
	background: #fff;
	border: 1px solid #b8b8b8;
	margin: 10px 0;
}
#listing-details-menu li:hover {
	background: #f9f9f9;
	
}
#listing-details-menu li a {
	text-align: left;
	display: block;
	font-size: 16px;
	color: #0055a5;
	text-shadow: 0 1px 0 #fff;
	text-decoration: none;
	padding: 8px 0 8px 12px;
}
.preview-buttons {
	margin: 12px 0;
	text-align: center;
	clear: both;
}
/********************************************************************************/

/* START:Application
*********************************************************************************/
.tableSearchResultApplications tr,
.note-app-border {
	border: none;
}
.app-track-link a,
.ApplicationPointedInListingInfo .name {
	font-size: 15px !important;
}
.tableSearchResultApplications .table-application-border-bottom {
	border-bottom: 1px solid #B2B2B2 !important;
}
.table-application-border-bottom .form-notes {
	padding: 0;
}
.form-notes {
	padding: 0 0 0 50px;
}
.form-notes span {
	color: #3F3F3F !important;
}
.form-notes b {
	display: block;
}
.tableSearchResultApplications textarea {
	width: 95% !important;
}
.navigation-application .numberPerPage,
.navigation-application .pageNavigation,
.navigation-application {
	float: right;
}
.navigation-application .pageNavigation {
	margin: 5px 0 10px 0;
	padding: 25px 10px;
}
.tableSearchResultApplications th a {
	text-decoration: none;
}
#application-tracking-form .pageNavigation {
	clear: both;
}
.phrases_per_page,
.phrases-per-page,
.app-tracking select,
.numberPerPage select {
	width: auto;
}
.pageNavigation,
.actions-with-selected {
	background: #fff;
	border-top: 2px solid #0055a5;
	box-shadow:0 1px 3px -1px #d1d1d1;
	text-align: right;
	padding: 16px;
}
.actions-with-selected {
	margin: 0 0 30px 0;
	width: 1107px;
}
.numberPerPage .listings_per_page_form,
.numberPerPage #listings_per_page_form {
	text-align: right;
	float: right;
	width: 260px;
}
.noRefine .numberPerPage .listings_per_page_form,
.noRefine .numberPerPage #listings_per_page_form {
	width: 605px;
}
.listings_per_page_form .sbHolder,
#listings_per_page_form .sbHolder {
	float: right;
	margin: 0 0 0 10px;
}
.topNavBar .numberPerPage .listings_per_page_form,
.topNavBar .numberPerPage #listings_per_page_form {
	float: none;
}
.numberPerPage br {
	display: none;
	margin: 10px;
}
.numberPerPage {
	margin:0 0 20px 0px;
}
.pageNavigation {
	margin: 10px 0;
}
/********************************************************************************/

/* START:Search Results Page
*********************************************************************************/
.results {
	margin: -25px 0 0 0;
}
.results table th {
	white-space: normal;
}
.company-fix {
	margin: 0;
}
.company-fix .listingInfo {
	float: right;
	width: 75%;
}
.company-fix .listingInfo h2 {
	font-family: proxima_novasemibold, Arial, sans-serif;
	font-size: 20px;
}
.company-fix .results-paging {
	margin: 25px 0 0;
}
.company-fix .results-paging .head {
	margin: 25px 0 0 0;
}
.company-fix #refineResults-block {
	margin: 0;
}
.company-fix #blockBg {
	margin: 48px 0 0 0;
}
#refineResults-block table thead {
	background: none;
}
#refine-block-preloader {
	margin: 200px auto 0;
}
.results table tr,
#listingsResults table tr,
.ui-datepicker-calendar tr {
	border: none;
}
.topResultsLinks ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.topResultsLinks ul li {
	display: inline-block;
	margin:0 5px 0 0;
}
.topResultsLinks ul li a {
	background: url("breadcr-arrow.png") no-repeat left center;
	color: #0055a5;
	font-family: "Arial";
	padding:0 0 0 15px;
	text-shadow: 0 1px 0 #fff;
	text-decoration: none;
}
.topResultsLinks ul li a:hover {
	text-decoration: underline;
}
.browse {
	margin: -50px 0 5px 0;
}
#browse-items {
	margin: 35px 0 0 0;
}
#main-div-after > p:first-child {
	margin:10px 0 5px;
}
.noRefine .results-paging,
.noRefine #listingsResults {
	width: 100%;
}
.results-paging {
	float: right;
	margin: 20px 0 0;
	width: 74%;
}
#refineResults,
#currentSearch {
	border-collapse: separate;
}
#refineResults-block {
	float: left;
	width: 230px;
	margin: 20px 0 0 0;
}
#listingsResults {
	float: right;
	margin: 25px 0 0;
	width: 74%;
}
#blockBg {
	margin: 30px 0 0 0;
}
.head {
	margin: 30px 0 0 0;
}
.head h1 {
	color: #1c1c1c;
	text-shadow: 1px 0 0 #bdbdbd;
	display: inline-block;padding-bottom:9px;
	margin: 0;
}
.topNavBar .select-box {
	float: right;
}
.topNavBar .select-box form {
	width: auto;
}
.topNavBar {
	border-top:2px solid #0055a5;
	background: #fff;
	box-shadow: 0 3px 1px -1px #ebebeb;
	padding: 15px 25px;
	font-size: 13px;
	color: #1c1c1c;
	text-shadow: -1px 0 0 #c2c2c2;
}
.topNavBar .numberResults,
.topNavBar .numberPerPage,
.topNavBar .numberPerPage p,
.topNavBar form {
	display: inline-block;
	vertical-align: middle;
}
.topNavBar form {
	margin: 0 7px;
}
#sort-by .sbHolder,
.listings_per_page_form .sbHolder,
#listings_per_page_form .sbHolder {
	margin: 0;
	border: 1px solid #abadb3;
	width: 123px;
	height: 16px;
}
.listings_per_page_form .sbHolder,
#listings_per_page_form .sbHolder {
	width: 50px;
}
.highlight {
	background: #B0E0E6;
}
#sort-by .sbToggle,
.listings_per_page_form .sbToggle,
#listings_per_page_form .sbToggle {
	background: url("sort-selector.png");
	top: auto;
	height: 16px;
	width: 17px;
}
#sort-by .sbSelector,
.listings_per_page_form .sbSelector,
#listings_per_page_form .sbSelector {
	text-indent: 0;
	text-align: left;
	width: 100px;
	left: 3px;
	right: auto;
	line-height: 18px;
	height: 16px;
	color: #0055a5 !important;
	text-shadow: 1px 0 0 #ebb7a1;
}
.listings_per_page_form .sbSelector,
#listings_per_page_form .sbSelector {
	width: 48px;
}
#sort-by .sbOptions,
.listings_per_page_form .sbOptions,
#listings_per_page_form .sbOptions {
	left: -2px;
	top: 18px !important;
}
#sort-by .sbOptions a,
.listings_per_page_form .sbOptions a,
#listings_per_page_form .sbOptions a {
	color: #fff;
	text-shadow: none;
}
.topNavBar .numberPerPage {
	margin: 0 0 0 20px;
}
#listingsResults table {
	width: 100%;
}
#listingsResults .priorityListing td {
	background: #fcfcfc;
	border: 1px solid #bfbfbf;
	margin: 0 0 30px 0;
	display: block;
}
#my-listings-table .priorityListing,
#my-listings-table .priorityListing + tr {
	background: #fff;
}
.priorityListing .listing-title {
	padding:4px 10px 12px 30px;
	border-bottom: 1px dashed #0055a5;
}
#listingsResults .evenrow .listing-title,
#listingsResults .oddrow .listing-title {
	padding: 0 10px 10px 0;
	border-bottom: 1px dashed #8c8c8c;
}
#listingsResults .evenrow .listing-title a,
#listingsResults .oddrow .listing-title a,
.priorityListing .listing-title a {
	text-decoration: none;
	font-family: proxima_novabold, Arial, sans-serif;
	font-size: 18px;
}
#listingsResults .evenrow .listing-title a,
#listingsResults .oddrow .listing-title a {
	color: #1c1c1c;
	text-shadow: 1px 0 0 #ccc;
}
.priorityListing .listing-title a {
	color: #0055a5;
	text-shadow: 1px 0 0 #f2cfc0;
}
.priorityListing .listing-title a:hover,
#listingsResults .evenrow .listing-title a:hover,
#listingsResults .oddrow .listing-title a:hover {
	text-decoration: underline;
}
.listing-info .left-side {
	display: inline-block;
	margin: 15px 5px 5px 25px;
}
#listingsResults .evenrow .listing-info .left-side,
#listingsResults .oddrow .listing-info .left-side {
	margin: 15px 5px 5px 0;
}
.listing-info .right-side {
	display: inline-block;
	float: right;
	margin: 20px 0 10px 0;
}
.priorityListing .listing-info .right-side {
	margin: 20px 20px 10px 0;
}
.left-side .captions {
	width: 72px;
	display: inline-block;
	text-align: right;
	padding: 6px 10px 6px 0;
	color: #8c8c8c;
	text-shadow: 1px 0 0 #e0e0e0;
}
.left-side .captions-field {
	display: inline-block;
	color: #0055a5;
	text-shadow: 1px 0 0 #8c8c8c;
}
.left-side .captions-field a {
	text-decoration: none;
}
.left-side .captions-field a:hover {
	text-decoration: underline;
}
.show-brief {
	margin: 0 20px 0 25px;
	color: #585858;
	line-height: 24px;
}
#listingsResults .evenrow .show-brief,
#listingsResults .oddrow .show-brief {
	margin: 0 20px 0 0;
}
.listing-links ul {
	list-style: none;
	margin: 0 0 0 25px;
	padding: 15px 0 25px 0;
}
.listing-links .form-note {
	margin: 0 25px;
}
.listing-links textarea {
	width: 97% !important;
}
#listingsResults .evenrow .listing-links ul,
#listingsResults .oddrow .listing-links ul {
	margin: 0;
}
.listing-links ul li {
	display: inline-block;
	margin: 0 15px 0 0;
}
.listing-links ul li a {
	color: #0055a5;
	text-decoration: none;
	border-bottom: 1px solid #0055a5;
}
.listing-links ul li a:hover {
	border: none;
}
#listingsResults .evenrow td,
#listingsResults .oddrow td {
	border-top: 2px solid #0055a5;
	padding: 25px 0 0 0;
}
#listingsResults textarea {
	min-height: 100px;
}
#listingsResults #notesForm .button {
	background: -moz-linear-gradient(top,  #f1864b 0%, #c23804 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1864b), 

color-stop(100%,#c23804));
	background: -webkit-linear-gradient(top,  #f1864b 0%,#c23804 100%);
	background: -o-linear-gradient(top,  #f1864b 0%,#c23804 100%);
	background: -ms-linear-gradient(top,  #f1864b 0%,#c23804 100%);
	background: linear-gradient(to bottom,  #f1864b 0%,#c23804 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1864b', 

endColorstr='#c23804',GradientType=0 );
	padding: 0 20px 0 20px;
	border: 1px solid #c43b07;
	text-shadow: none;
	font-family: proxima_novasemibold, Arial, sans-serif;
	font-size: 13px;
	height: 25px;
	text-shadow: 0 -1px 0 #b21c02;
	margin: 0 0 0 5px;
	text-transform: uppercase;
	margin: 10px 0 15px 0;
}
.form-note div {
	display: none;
}
#listingsResults #notesForm .button:hover {
	background: -moz-linear-gradient(top,  #FFAC71 0%, #EA602C 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFAC71), 

color-stop(100%,#EA602C));
	background: -webkit-linear-gradient(top,  #FFAC71 0%,#EA602C 100%);
	background: -o-linear-gradient(top,  #FFAC71 0%,#EA602C 100%);
	background: -ms-linear-gradient(top,  #FFAC71 0%,#EA602C 100%);
	background: linear-gradient(to bottom,  #FFAC71 0%,#EA602C 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFAC71', 

endColorstr='#EA602C',GradientType=0 );
}
.form-note {
	margin: 0 0 10px 0;
	display: block;
	color: #2c6073;;
}
.form-note b {
	padding: 0 5px 0 0;
}
.form-note span {
	background: #fff;
	display: inline-block;
	margin: 0 0 10px;
	padding: 5px;
	color: #2c6073 !important;
}
.prevBtn a,
.nextBtn a {
	background: #0055a5;
	-webkit-border-radius: 5px;
	border: 1px solid #024380;
	padding: 5px 10px;
	color: #fff;
	font-size: 13px;
	min-width: 95px;
	text-decoration: none;
	text-transform: uppercase;
}
.prevBtn a:hover,
.nextBtn a:hover {
	background: #034b8e;
	}
.prevBtn {
	margin: 0 5px 0 0;
}
.prevBtn img,
.nextBtn img {
	display: none;
}
.nextBtn {
	margin: 0 0 0 5px;
}
.navigationItems .strong {
	color: #0055a5;
	margin: 0 5px;
}
.navigationItems {
	color: #2c6073;
}
.navigationItems a {
	color: #0055a5;
	text-decoration: none;
	margin: 0 5px;
}
.navigationItems a:hover {
	text-decoration: underline;
}
.api-jobs-plugin td {
	border-top: 2px solid #2C6073 !important;
	background: #fff !important;
	padding: 15px !important;
}
/********************************************************************************/

/* START:BreadCrumbs
*********************************************************************************/
#breadcrumb-bg {
	height: 0px;
	position: relative;
	top:auto;
	z-index: 1;
}
.BreadCrumbs {
	width:1140px;
	margin: 0px auto 0;
}
.BreadCrumbs p {
	margin: 0;
}
.BreadCrumbs p span,
.BreadCrumbs p a {
	background: url("breadcr-arrow.png") no-repeat left center;
	padding: 0 0 0 10px;
	color: #222;
	text-shadow: 0 1px 0 #fff;
	text-decoration: none;font-size:13px;
}
.BreadCrumbs p a:hover {
	color: #0055a5;
}
/********************************************************************************/

/* START:Refine Search / Current Search
*********************************************************************************/
#currentSearch,
#refineResults {
	background: #fff;
	width: 100%;
	box-shadow: 0 3px 3px -1px #dedede;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #dedede;
	padding: 10px;
}

#currentSearch1,
#refineResults {
	
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    box-shadow: none;
    padding: 10px;
}

#currentSearch th,
#refineResults th {
	font-size: 18px;
	color: #0055a5;
	padding: 5px 0 10px 0;
}
.separate-div {
	margin: 0 0 10px 0;
	background: #f5f5f5;
	padding: 15px 15px 12px 15px;
}
.refine_icon {
	display: inline-block;
	text-indent: -999em;
	height: 16px;
	width: 16px;
	margin: 0 5px 0 0;
}
.more {
	background: url("more-opt.png") no-repeat center;
}
.less {
	background: url("delete.png") no-repeat center;
}
.refine_button:hover {
	cursor: pointer;color:#0055a5;
}
.currentSearch,
.refine_button {
	font-size:14px;
	border-bottom: 1px solid #dedede;
	padding: 0 0 7px 0;color: #474747;
}
.curSearchItem,
.refine_block {
	border-top: 1px solid #fff;
	display: block;
	padding:7px 0 0;
	color: #2c6073;
}
.curSearchItem a {
	background: url("cancel.png") no-repeat;
	float: right;
	text-indent: -999em;
	display: inline-block;
	height: 13px;
	width: 12px;
}
.refineItem {
	color: #0055a5;
	display: block;
	margin: 10px 0;
}
.refineItem a {
	text-decoration: none;
}
.refineItem a:hover {
	text-decoration: underline;
}
.block_values_button {
	color: #0055a5;
	cursor: pointer;
}
.block_values_button span {
	border-bottom: 1px solid #0055a5;
}
.block_values_button span:hover {
	border: none;
}
/********************************************************************************/

/* START:Complex fields
*********************************************************************************/
.complex {
	border-bottom: 1px dotted #727272;
	display: block;
	padding: 10px 0;
	width: 600px;
}
.complex .inputReq {
	width: 3%;
}
.add,
.remove {
	display: inline-block;
	text-decoration: underline;
}
#delete-promocode {
    display: inline;
    vertical-align: top;
}
.add {
	background: url("more-opt.png") no-repeat left center;
	color: #ce4a14;
	margin: 5px 0;
	padding: 2px 0 0 20px;
}
.remove {
	background: url("delete.png") no-repeat 0 1px;
	color: #43464D;
	margin: 0 0 5px;
	padding: 0 0 0 20px;
}

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

/* START:Icons
*********************************************************************************/
.panelViewDitailsIco a span,
.flag-listing-ico a span,
.tell-a-friend a span,
.print-listing-ico a span,
.panelSavedIco a span,
.viewMapIco a span,
.videoresume1-ico a span,
.invite1-ico a span,
.panel-pdf-version-resume a span {
	padding: 0 0 0 24px;
	background: url("icons.png") no-repeat;
}
.panelSavedIco a span {
	background-position: 0 -179px;
}
.panelViewDitailsIco a span {
	background-position: 0 -225px;
}
.panel-pdf-version-resume a span {
	background-position: 0 -250px;
}
.tell-a-friend a span {
	background-position: 0 -202px;
}
.flag-listing-ico a span {
	background-position: 0 -109px;
}
.print-listing-ico a span {
	background-position: 0 -156px;
}
.viewMapIco a span {
	background-position: 0 -131px;
}
.save-ad,
.viewDetails,
.add-notes,
.edit-notes,
.viewVideo {
	background: url("icons.png") no-repeat;
	padding: 0 0 0 25px;
}
.save-ad {
	background-position: 0 -427px;
}
.viewDetails {
	background-position: 0 -601px;
}
.add-notes {
	background-position: 0 -453px;
}
.edit-notes {
	background-position: 0 -478px;
}
.viewVideo {
	background-position: 0 -623px;
}
.listLink-active {
	color: #0055a5 !important;
	font-weight: bold;
}
.rating {
	float: left;
	width: 80px;
	height: 15px;
	background: url("n_stars_2.gif") repeat-x;
}
.rating_over {
	float: left;
	width: 0;
	height: 15px;
	background: url("n_stars_1.gif") repeat-x;
}
.rating_text {
	float: left;
	padding: 0 0 0 5px;
}
.listLink-active:hover {
	cursor: auto !important;
	text-decoration: none !important;
}
#googleMap-links a:hover {
	text-decoration: underline;
}
#showBriefOrDetailed,
#listView-icon,
#mapView-icon {
	background: url("icons.png") no-repeat;
	padding: 0 0 0 28px;
}
#showBriefOrDetailed {
	background-position: 0 -401px;
}
#showBriefOrDetailed.listLink-active {
	background-position: 0 -376px;
}
#listView-icon {
	background-position: 0 -305px;
}
#listView-icon.listLink-active {
	background-position: 0 -281px;
}
#mapView-icon {
	background-position: 0 -328px;
	padding: 0 0 0 21px;
}
#mapView-icon.listLink-active {
	background-position: 0 -352px;
}
.ModResults,
.Rating,
.Comments {
	display: inline-block;
	vertical-align: top;
	margin: -15px 0 0 0;
}
.ModResults ul,
.Rating ul,
.Comments ul {
	margin: 0;
	padding: 0;
	display: inline-block;
	list-style: none;
}
.ModResults ul li,
.Comments ul li,
.Rating ul li {
	display: inline-block;
	margin: 0 20px 0 0;
}
.RightLink {
	float: right;
	padding:0;
}

.RightLink a{
	padding:9px 10px;border:0px;
	color: #fff;
	font-size:14px;
	cursor: pointer;display:inline-block;
	text-decoration: none;
	position: relative;background:#0055a5;
}
.RightLink a:hover {
	background:#034b8e;
}

.Rating ul li p {
	float: left;
	margin: 0;
}
.rating_text {
	color: #2C6073;
	font-family:'HelveticaLT-Narrow-Bold';
	text-shadow: 0 1px 0 #fff;
}
.ModResults ul li a,
.Comments ul li a,
.Rating ul li p {
	background: url("breadcr-arrow.png") no-repeat left center;
	color: #0055a5;
	font-family:'HelveticaLT-Narrow-Bold';
	padding: 0 0 0 13px;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
}
.ModResults ul li a:hover,
.Comments ul li a:hover {
	text-decoration: underline;
}
.Pagging ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.Pagging ul li {
	display: inline-block;
}
.Pagging .prevBtn {
	margin: 0;
}
.Pagging .nextBtn {
	margin: 0 0 0 2px;
}
.after-quick-links {
	float: right;
	width: 235px;
	margin: 50px 0 0 0;
}
.Pagging {
	text-align: right;
	margin: 0 0 5px 0;
}
/********************************************************************************/

/* START:Payment Page
*********************************************************************************/
#formPayment {
	margin: 15px 0;
}
.inputStringMoney {
	float: left;
	margin: 0;
	width: 180px !important;
}
.paymentButton {
	min-width: 140px !important;
}
/********************************************************************************/

/* START:Invoice
*********************************************************************************/
#invoice-buttons {
	text-align: center;
}
#invoice-billto,
#invoice-sendto,
#invoice-logo,
#invoice-info {
	margin: 10px 0;
	padding: 10px 5px;
}
#invoice-logo {
	float: left;
	width: 380px;
	background: #2B5E72;
	border-radius: 7px;
	text-align: center;
}
#invoice-info {
	float: right;
	line-height: 20px;
	text-align: right;
	width: 350px;
}
#invoice-info .strong,
#invoice-billto .strong,
#invoice-sendto .strong {
	font-size: 18px;
}
#invoice-billto {
	float: left;
}
#invoice-sendto {
	float: right;
}
#invoice-billto,
#invoice-sendto {
	border-top: 1px solid #D9D9D9;
	line-height: 22px;
	width: 380px;
}
table#invoice-table {
	font-size: 12px;
	width: 100%;
}
table#invoice-table tr.invoice-table-head {
	background: none repeat scroll 0 0 #EDEDED;
}
table#invoice-table tr.invoice-table-head td {
	color: #000;
	font-size: 13px;
	font-weight: bold;
	height: inherit !important;
}
table#invoice-table td {
	border: 1px solid #D9D9D9;
	padding: 5px 10px;
}
.invoice-amount-total {
	background: none repeat scroll 0 0 #F5F5F5;
	font-weight: bold;
	text-align: right;
}
#answerBlock .remove,
.add-answer .remove,
#answers .remove {
	margin: 10px 0;
}
#answers .inputField {
	float: left;
}
/********************************************************************************/

/* START:Notification Page
*********************************************************************************/
.notCheck,
.notDesc {
	float: left;
}
.notCheck {
	width: 4%;
}
.notDesc {
	line-height: 20px;
	width: 32%;
}
.notif-date-days {
	width: 6%;
	margin: -5px 0 0 0;
}
.notif-date-days input {
	height: 11px;
	width: 30px !important;
}
/********************************************************************************/

/* START:Instructions CSS
*********************************************************************************/
.instruction .instr_block {
	display: none;

}
.instruction .instr_icon {
	background: url("instructions.png") repeat left top;
	float: left;
	height: 19px;
	width: 19px;
	margin: 7px 0 0 5px;
}
.instruction .instr_cont {
	display: inline-block;
	background: #fff;
	width: 200px;
	padding: 10px;
	border: 1px solid #d0d0d0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 0 5px #ccc;
	color: #8B8B8B;
	font-size: 12px;
	position: absolute;
}
.instr_arrow {
	background: url("instr-arrow.png") no-repeat;
	display: inline-block;
	height: 16px;
	left: 1px;
	left: 4px \0/;
	position: relative;
	top: 12px;
	width: 11px;
	z-index: 20;
}
/********************************************************************************/

/* START:Print Page
*********************************************************************************/
.printPage {
	margin: 10px auto;
	overflow: hidden;
	width: 920px;
}
#print-button {
	padding: 10px 0;
	text-align: center;
}
.printLeft {
	float: right;
	width: 220px;
}
.printRight {
	float: left;
	width: 73%;
}
.printLeft h2 {
	margin: 25px 0 10px;
	text-transform: uppercase;
}
/********************************************************************************/

/* START:AdSpace
*********************************************************************************/
#adSpace {
	float: right;
	width: 370px;text-align: center;
}
#adMargin {
	float: left;
	width:726px;/*background:#f5f5f5;padding:20px;border:1px solid #cecece;*/
}
#adMargin fieldset {
	margin: 0 0 10px 0;
}
/********************************************************************************/

/* START:Site Map
*********************************************************************************/
.site-map table tr {
	border: none;
	vertical-align: top;
}
.site-map table td {
	width: 38%;
}
/********************************************************************************/

/* START:Social Plugins
*********************************************************************************/
.soc_reg_form {
	display: block;
	vertical-align: middle;
	margin: 0;
}
.login_buttons_txt {
	display: inline-block;
	padding: 3px 0;
	vertical-align: top;
}
#header-right .soc_reg_form {
	margin: 0 0 0 10px;
	display: inline-block;
}
.slb_linkedin,
.slb_google_plus,
.slb_google,
.slb_facebook {
	background: url(social/social-buttons.png) no-repeat;
	width: 20px;
	height: 20px;
	display: inline-block;
}
.slb_facebook {
	background-position: 0 -40px;
}
.slb_facebook:hover {
	background-position: 0 -60px;
}
.slb_google_plus, .slb_google {
	background-position: -20px -40px;
}
.slb_google_plus:hover, .slb_google:hover {
	background-position: -20px -61px;
}
.slb_linkedin {
	background-position: -40px -40px;
}
.slb_linkedin:hover {
	background-position: -40px -60px;
}
#header-right .slb_facebook {
	background-position: 0 0;
}
#header-right .slb_facebook:hover {
	background-position: 0 -20px;
}
#header-right .slb_google_plus, #header-right .slb_google {
	background-position: -20px 1px;
}
#header-right .slb_google_plus:hover, #header-right .slb_google:hover {
	background-position: -20px -19px;
}
#header-right .slb_linkedin {
	background-position: -40px 0;
}
#header-right .slb_linkedin:hover {
	background-position: -40px -20px;
}
#social_autoFill {
	 padding: 0 0 10px;
 }
.in_ProfileWidget,
.in_ProfileInsiderWidget {
	display: inline;
	padding: 0 8px 22px 0;
}
#shareThis {
	width: 900px;
	margin: 0 auto;
}
/********************************************************************************/

/* START:Browse By Tree
*********************************************************************************/
.mt-count-available {
	color: #2c6073;
	padding: 12px 0 0 10px;
}
.tree-head {
	background: #CE4A14;
	height: 45px;
}
.tree-head .left,
.tree-head .right {
	display: inline-block;
}
.tree-head .right {
	float: right;
}
.tree-head .left {
	padding: 12px;
}
.tree-head .left small {
	color: #fff;
	border-bottom: 1px solid #da774f;
}
.tree-head .left small:hover {
	border: none;
}
.tree-head .right span {
	background: url("popup-close.png") no-repeat 0 0 !important;
	height: 32px !important;
	width: 33px !important;
	display: inline-block;
	padding: 5px 15px 5px 5px;
}
.tree-head .right span:hover {
	background: url("popup-close.png") no-repeat 0 -33px !important;
}
.tree-head .right span small {
	font-size: 0;
}
.inner-content-div {
	padding: 0 20px 15px 20px !important;
	height: auto !important;
}
.inner-content-div label {
	color: #585858;
}
.bd {
	border: 1px solid #fff;
}
.select-free-fix {
	border: 1px solid #a8a8a8;
}
ul.browse_tree {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.browse_tree li {
	padding: 0;
	clear: both;
}
ul.browse_tree li ul {
	padding: 0 0 0 20px;
	margin: 0;
}
ul.browse_tree {
	margin: 5px 0;
}
ul.browse_tree li .arrow {
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 0;
	cursor: pointer;
	float: left;
}
ul.browse_tree li .arrow {
	background: url("../../../../system/ext/jquery/ltL_nes.gif") no-repeat 0 0;
}
ul.browse_tree li .collapsed {
	background: url("../../../../system/ext/jquery/ltP_nes.gif");
}
ul.browse_tree li .expanded {
	background: url("../../../../system/ext/jquery/ltM_ne.gif");
}
.treeContentDiv {
	margin: 50px 0 10px;
}
/********************************************************************************/

/* START:Form Builder Fields
*********************************************************************************/
.narrow-col-wrapper,
.narrow-1col {
	background: #fff;
}
.narrow-1col .displayField {
	width: 75% !important;
}
.wrap-2 {
	border-top: 2px solid #CE4A14;
}
.narrow-col {
	display: inline-block;
	width: 50%;
	float: left;
}
.narrow-1col {
	display: block;
}
.fh-legend {
	display: none;
}
.narrow-col .displayFieldBlock h3 {
	display: inline-block;
	margin: 0;
	color: #8c8c8c;
	font-size: 14px;
	font-weight: normal;
	width: 145px;
	text-align: right;
	padding: 0 5px 0 0;
}
#col-narrow-left,
#col-narrow-right {
	padding: 15px 0;
}
.narrow-col .displayFieldBlock {
	margin: 10px 0;
}
.narrow-col .displayField {
	display: inline-block;
	color: #0055a5;
	width: 53%;
	word-wrap: break-word;
	vertical-align: top;
}
#col-wide {
	width: 66%;
	float: left;
	margin: 10px 0 0 0;
}
#col-wide + .clr {
	clear: none;
}
#displayListing #refineResults {
	float: right;
	width: 30%;
}
#col-wide .displayFieldBlock h3 {
	color: #0055a5;
	font-size: 18px;
}
#col-wide .displayField {
	color: #585858;
	line-height: 23px;
}
/********************************************************************************/

/* START:Google Map
*********************************************************************************/
#googleMap-links {
	float: right;
	font-family: proxima_novasemibold, Arial, sans-serif;
	text-shadow: 0 -1px 0 #ddd;
	margin: 9px 0 0 0;
}
#googleMap-links a {
	text-decoration: none;
	margin: 0 0 0 20px;
	color: #8C8C8C;
}
#googleMap-searchResults .evenrow {
	background: #F5F5F5;
}
#googleMap-searchResults .mapListings-results {
	margin: 0 0 10px 0;
	padding: 4px;
}
#googleMap-searchResults .mapListings-results a {
	padding: 0 0 5px 0;
	display: inline-block;
}
#googleMap-pagging .nextBtn,
#googleMap-pagging .prevBtn,
#googleMap-pagging .navigationItems {
	clear: none;
	display: inline;
}
#googleMap-pagging .nextBtn,
#googleMap-pagging .prevBtn {
	background: none !important;
	color: #000 !important;
	margin: 0 1px;
}
#googleMap-pagging .navigationItems .strong,
#googleMap-pagging .navigationItems a {
	margin: 0 1px;
}
#googleMap-pagging .nextBtn a,
#googleMap-pagging .prevBtn a {
	background: none !important;
	color: #000 !important;
	padding: 0 2px !important;
	text-transform: inherit;
	border: none;
	text-shadow: none;
}
#googleMap-pagging {
	text-align: center;
	margin: 0 0 10px 0;
}
.NewsItems {
	margin: 20px 0 0 0;
}
#map {
	height: 650px;
	margin: 0 0 0 30px;
}
.listingsWithoutLocation,
.listingsWithoutLocation a,
.listingsWithoutLocation .strong {
	color: #727272 !important;
}
/********************************************************************************/

/* START:Products Page and Shopping Cart
*********************************************************************************/
#shoppingCart {
  background:#0055a5;
  color: #fff;
  display: inline; 
  font-size: 14px;
  margin: 20px 0 0;
  padding: 6px 10px;
}
#shoppingCart a {
	display: inline-block;
	vertical-align: middle;
}
#shoppingCartTable td {
	padding: 10px 7px;
}
.products {
	border: 1px solid #dadada;
	float: left;
	margin:0 0 20px;
	padding:20px;
	width:100%;box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: 

border-box; -ms-box-sizing: border-box;
}
.products:hover {
	background: #fff !important;
}
#productsList .evenrow {
	background:#f5f5f5;
}
#productsList .oddrow {
	background: #FCFCFC;
}
.productInfo {
	float: left;
	margin:0 0 0 4px;
	width: 880px;
}
.productLinks {
	background:#d8d8d8;
	border: 1px solid #d1d1d1;
	float: right;
	margin: 0;
	padding:8px 10px;
	text-align: center;
	width: 160px;
	position: relative;
}
.productLinks .productsPrice{color:#222;font-size: 13px;margin:0 0 5px;}
.productLinks .button {
	margin: 5px 0 5px 0;
}
#productTotal {
	text-align: right;
}
form .number_of_listings,
form .number_of_listings ul {
	vertical-align: middle;
	width: 60px !important;
}
#productsSelect {
	float: left;
	margin: 0 15px 0 0;
}
.numberOfListings {
	width: auto;
}
#volume_price {
	padding: 8px 0;
}
.product-detail-button {
	float: left;
	margin: 0 10px 0 0;
}
#promotionCode {
	margin: 10px;
}
#promotionCode input#inputPromotionCode {
	width: 150px !important;
}
.continue-shopping {
	float: left;
	margin: 0 10px 0 35%;
}
.productDetails-name {
	float: left;
	font-size: 13px;
	font-weight: bold;
	padding: 5px 0;
	width: 140px;
}
.productDetails-info {
	display: inline;
	float: left;
	font-size: 13px;
	padding: 5px 0;
}
#productDetails ~ table td {
	padding: 10px 0;
}
#productDetails ~ table td:first-child,
#productDetails ~ table td:last-child {
	width: 250px;
}
#productDetails ~ table td input[type="text"],
#productDetails ~ table td input[type="file"] {
	width: 220px !important;
}
.productLinks .button {
	min-width: 160px;
}
.currentProducts-name {
	float: left;
	font-weight: bold;
	margin: 4px 0;
	padding: 0 15px 0 0;
	width: 250px;
}
.currentProducts-info {
	display: inline;
	float: left;
	margin: 4px 0;
}
/********************************************************************************/

/* START:Profiler
*********************************************************************************/
.profiler {
	width: 100%;
	text-align: center;
	position: fixed;
	bottom: 0;
	z-index: 15;
}
.profiler * {
	margin: 0;
	padding: 0;
	border: none;
}
#blockResize {
	width: 100%;
	height: 10px;
	cursor: n-resize;
	display: none;
}
.profilerHead {
	margin: 0 auto;
	width: 100%;
	min-width: 960px;
	background: #222;
	border: 12px solid #000;
	border-bottom: none;
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
}
.profiler h3 {
	font-weight: normal;
	line-height: 200px;
	padding: 0 15px;
	color: #fff;
}
.profiler,
.profiler td {
	color: #444;
}
.logsBlock {
	height: 200px;
	display: none;
	overflow: auto;
	width: 99%;
}
.metrics {
	background: #000;
	width: 100%;
}
.functionsTab,
.queriesTab {
	border-top: 1px solid #ccc;
	overflow: auto;
	width: 100%;
}
.profiler .blue {
	color: #3769A0 !important;
}
.profiler .purple {
	color: #953FA1 !important;
}
.profiler .collapseTab {
	display: none;
	color: yellow;
	width: 2%;
}
.profiler,
.functionsTab,
.queriesTab {
	display: none;
}
.profiler,
.functions,
.queries,
.functions .functionsTab,
.queries .queriesTab {
	display: block !important;
}
.functions td.blue,
.queries td.purple {
	background: #222 !important;
	border-bottom: 6px solid #fff !important;
	cursor: default !important;
}
.metrics td {
	height: 40px;
	width: 20%;
	text-align: center;
	cursor: pointer;
	border: 1px solid #000;
	border-bottom: 6px solid #444;
}
.metrics td:hover {
	background: #222;
	border-bottom: 6px solid #777;
}
.profiler var {
	font-size: 23px;
	font-weight: bold;
	font-style: normal;
	margin: 0 0 3px 0;
	display: block;
}
.profiler h4 {
	font-size: 12px;
	color: #fff;
	margin: 0 0 4px 0;
}
.profiler .main {
	width: 100%;
}
.profiler .main td {
	padding: 7px 15px;
	text-align: left;
	background: #151515;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px dotted #323232;
	color: #fff;
}
.profiler .main td,
pre {
	font-family: Monaco, "Consolas", "Lucida Console", "Courier New", monospace;
	font-size: 11px;
}
.profiler .main td b {
	float: left;
	font-weight: normal;
	color: #E6F387;
}
.profiler .main td:hover,
table.main thead td.currentColumn {
	background: #2E2E2E;
}
table.main thead td.currentColumn {
	color: #fff;
}
#infometr {
	width: 5%;
	cursor: default;
}
#infometr:hover {
	background: #000;
}
/********************************************************************************/

/* START:Custom Jquery
*********************************************************************************/
.ui-datepicker-trigger {
	height: 0;
	width: 0;
	padding: 15px;
	background: url(calendar-ico.png) no-repeat center center ;
	vertical-align: middle;margin-left: 1px;
}
/********************************************************************************/

/* START:Pay pal pro
*********************************************************************************/
#exp_date_mm,
#exp_date_yy {
	display: inline-block;
	vertical-align: middle;
	width: 157px !important;
}
input#state {
	background: url("input-text-bg.png") repeat-x top #fff;
	border: 1px solid #bababa;
	padding: 9px 5px;
	-webkit-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 1);
	box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 1);
	width: 350px !important;
}
/********************************************************************************/

/* START:Add/Edit Listing form
*********************************************************************************/
p font {
	color: #ce4a14;
}
.input-form-bc {
	display: inline-block;
	font-family: proxima_novasemibold,Arial, sans-serif;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	color: #8c8c8c;
	margin: 0 15px 0 0;
}
.bread-crumb {
	display: block;
	margin: -40px 0 40px 0;
}
.input-form-bc b {
	color: #2C6073;
}
.input-form-bc a {
	text-decoration: none;
}
.input-form-bc a:hover {
	color: #ce4a14;
}
#addListingForm .inputName {
	width: 20%;
	padding: 8px 20px 8px 0;
}
#addListingForm fieldset {
	margin: 15px 0;
}
#addListingForm {
	background: #fff;
	border-top: 2px solid #0055a5;
	padding: 25px;
}
#addListingForm #dialog + table tr,
#editListingForm #dialog + table tr {
	border: none;
}
.marked-fields {
	margin: 0 0 20px 0;
	color: #585858;
}
.breadcrumbs-fix {
	margin: -40px 0 0 0 !important;
}

#employers_selected_readonly {
	width: 472px !important;
	padding: 10px !important;
}
#addListingForm fieldset:last-child .button {
	background: #0055a5;
	min-width: 120px;
	font-size: 18px;
}
#addListingForm fieldset:last-child .button:hover {
	background: #034b8e;
}
#addListingForm .displayDate,
#editListingForm .displayDate {
	width: 350px !important;
}
#editListingForm .inputName {
	width: 21% !important;
}
#editListingForm .UploadPics {
	width: 50% !important;
}
/********************************************************************************/

/* START:Cookie Preferences Slider
*********************************************************************************/
.cookiePreferencesDescription h1 {
	border-bottom: 1px dashed #000;
	font-size: 16px;
	line-height: 30px;
	text-transform: uppercase;
}
div.cookiePreferencesDescription {
	font-size: 12px;
}
.ui-slider-vertical {
	width: 0.65em !important;
}
#cookiePreferencesSlider {
	height: 285px;
}
/********************************************************************************/

/* START:Popup Windows CSS
*********************************************************************************/
.ui-dialog {
	padding: 0 0 10px 0 !important;
	border: none !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	background-color: white;
}
.ui-widget-overlay {
	background: #000 !important;
	opacity: 0.7 !important;
}
.ui-dialog .ui-dialog-content {
	padding: 6px 10px !important;
}
.ui-dialog-titlebar {
	background: #0055a5 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	border: none !important;
}
.ui-dialog-title {
	font-family: proxima_novabold, Arial, sans-serif;
	font-size: 21px;
	color: #fff;
	padding: 5px 0;
}
.ui-dialog-titlebar .ui-state-hover {
	background: none !important;
	border: none !important;
}
.ui-state-hover .ui-icon {
	border: none !important;
}
.ui-dialog .ui-icon-closethick {
	background: url("popup-close.png") no-repeat 0 0 !important;
	height: 32px !important;
	width: 33px !important;
}
.ui-dialog .ui-icon-closethick:hover {
	background: url("popup-close.png") no-repeat 0 -33px !important;
}
.ui-dialog .ui-dialog-titlebar-close {
	margin: -7px 0 0 !important;
	width: 38px !important;
}
#messageBox .inputName,
#messageBox .inputField {
	float: left;
}
#messageBox .inputField textarea {
	width: 94%;
}
#messageBox .inputName {
	width: 28% !important;
	color: #1c1c1c;
	font-size: 14px;
}
#messageBox #notesForm textarea {
	width: 93% !important;
}
#messageBox fieldset {
	margin: 10px 0;
}
#messageBox input[type="text"],
#messageBox input[type="password"] {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
input.captcha {
	width: 108px !important;;
}
#applyForm table td {
	vertical-align: top;
}
#messageBox input[type="submit"] {
	background: #0055a5;
	border: 1px solid #014a8f;
	min-width: 120px;
}
#messageBox input[type="submit"]:hover {
	background: #014a8f;
	color: #fff;
}
/********************************************************************************/

/* START:Employer Page
*********************************************************************************/
#employer-bg {
	background: url("employer-bg.jpg") no-repeat;
	width: 100%;
	height: 290px;
}
#employer-bg .left-side {
	float: left;
	display: inline-block;
	margin: 35px 0 0 35px;
}
#employer-bg .left-side h1 {
	color: #0055a5;
	font-size: 30px;
	text-shadow: 0 1px 0 #fff;
	margin: 0;
}
#employer-bg .left-side ul {
	list-style: none;
	padding:0 0 0 0px;
}
#employer-bg .left-side ul li {
	color: #585858;
	font-size: 18px;
	margin: 11px 0;
}
#employer-bg .right-buts {
	float: right;
	display: inline-block;
	width: 250px;
	margin: 90px 0 0 0;
}
.get-started a,
.right-buts .post-job {
	text-align: center;
	display: inline-block;
	text-decoration: none;
	color: #fff;
}
.get-started a {
	background: #0055a5;
	border: 1px solid #014d95;
	text-transform: uppercase;
	padding: 10px 15px;
	font-size: 16px;
	margin: 10px 0 0 0;
	min-width: 120px;
}
.get-started a:hover {background: #034b8e;}
.right-buts .post-job {
	background:#0055a5;
	width: 210px;
	border: 1px solid #014d95;
	font-size: 18px;
	padding:9px 0 9px 12px;
}
.post-job span {
	background: url("icons.png") no-repeat 0 -503px;
	padding: 0 0 0 24px;
}
.right-buts .post-job:hover {
	background:#034b8e;
}
.right-buts .search-resume,
.right-buts .get-resume {
	background: #fff;
	border: 1px solid #b8b8b8;
	margin: 10px 0 0 0;
	text-decoration: none;
	display: inline-block;
	width: 210px;
	padding:9px 0 9px 12px;
	font-size: 16px;
	text-align: left;
}
.right-buts .search-resume:hover,
.right-buts .get-resume:hover {
	background: #f9f9f9;
	background: -moz-linear-gradient(top,  #f9f9f9 0%, #d1d1d1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), 

color-stop(100%,#d1d1d1));
	background: -webkit-linear-gradient(top,  #f9f9f9 0%,#d1d1d1 100%);
	background: -o-linear-gradient(top,  #f9f9f9 0%,#d1d1d1 100%);
	background: -ms-linear-gradient(top,  #f9f9f9 0%,#d1d1d1 100%);
	background: linear-gradient(to bottom,  #f9f9f9 0%,#d1d1d1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', 

endColorstr='#d1d1d1',GradientType=0 );
}
.search-resume span,
.get-resume span {
	background: url("icons.png") no-repeat;
	padding: 0 0 0 25px;
}
.search-resume span {
	background-position: 0 -532px;
}
.get-resume span {
	background-position: 0 -557px;
}
.employer-news-blog h3,
.employer-news-blog h2 {
	color: #222;
	font-size: 18px;
	margin: 15px 0;
}
.employer-news-blog #news,
.employer-news-blog #innerBlogContentDiv {
	margin: 0;
}
.employer-news-blog .view-all {
	display: none;
}
.employer-news-blog a {
	color: #0055a5;
	font-size: 15px;
	border-bottom: 1px solid #0055a5;
}
.employer-news-blog a:hover {
	border: none;
}
.employer-news-blog .blogDate,
.employer-news-blog .news-date {
	padding: 0 !important;
	background: none !important;
	color: #585858 !important;
	font-size: 12px !important;
}
.employer-news-blog p {
	margin: 3px 0 15px;
}
/********************************************************************************/

/* START:Autocomplete
*********************************************************************************/
.ac_results ul {
	background: #1d1d1d;
}
.ac_results {
	background: #1d1d1d;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	box-shadow: 0 1px 2px 1px #686868;
	list-style: none;
	margin: 0;
	padding: 0;
	top: 30px;
	width: 130px;
	z-index: 1;
	border: none  !important;;
	overflow: auto !important;
}
.ac_results ul li {
	padding: 0 5px 0 10px;
	line-height: 24px;
	border-bottom: 1px solid #303032;
	text-align: left;
}
.ac_results ul li:last-child {
	border-bottom: none;
}
.ac_results ul li {
	color: #fff !important;
	display: block;
	padding: 0 0 0 15px;
	text-shadow: 0 -1px 1px #000;
}
.ac_odd {
	background: none !important;
}
.ac_odd:hover,
.ac_over {
	background: #429abb !important;
}
.ac_results ul li:hover,
.ac_over {
	background: url("list-symbol.png") no-repeat 4px center #429abb !important;
}
/********************************************************************************/

/* START:Demo Switcher
*********************************************************************************/
.theme-switcher {
	display: inline-block;
}
#demo-info a {
	font-size: 12px;
}
/*********************************************************************************/

/* START:Highlight Templates fix
*********************************************************************************/
.inner_div {
	margin: 0 !important;
	bottom: -14px !important;
}
#grayBgBanner .templateHighlight {
	margin: 0 0 30px;
}
.edit-template-simple td {
	padding: 5px 0;
}
.edit-template-simple table,
.edit-template-simple table tr {
	border: none;
}
.edit-template-simple textarea {
	width: 96% !important;
}
.add-template #apply_name {
	margin: 0 15px 0 207px;
}
.edit-template-simple select {
	width: auto;
}
#dropDown > .templateHighlight {
	top: -33px;
	position: absolute;
	border: none;
}
#dropDown > .templateHighlight ul {
	top: 50px;
}
.templateHighlight #inputStat {
	margin: -13px 0 0;
}
#breadcrumb-bg .templateHighlight .highlight-clr {
	display: none;
}
/*********************************************************************************/
.three-services{ width:1093px;margin:31px auto 12px;}
.three-services ul{ margin:0px;padding:0px;list-style:none;}
.three-services li{ display:inline-block;height:189px;width:330px;}
.three-services li:nth-child(2){margin:0px 47px;}


/*Start of middle hove buttons */
.pictureContainer {height: 169px; width: 330px; overflow: hidden;}
.pictureContainer div {
    position: relative;
    top:-4px;padding-top: 115px;
    transition: top .3s ease-in-out;cursor:pointer;
    background-position: top;
    height: 338px;
}
.pictureContainer div p{font-family:'HelveticaLT-Black';font-size:36px;color:#ffffff;text-shadow: 3px 3px 2px #2c2c2c;margin:0px;padding-right: 32px;text-align:right;}
.pictureContainer div span{font-family: "HelveticaLT-Light"  !important;font-size:14px !important;display: block;padding-top: 9px;font-weight:normal !important;line-height:21px;}
.pictureContainer div span a{ color:#FFF;}
.pictureContainer div:hover span{padding-top:78px;}
.pictureContainer div:hover {top:-67px;background: url(../images/threebox-bg.png) repeat;padding-top:0px;}
.pictureContainer div:hover a{ color:#fff;}
.employer {padding: 10px 0px 10px 0px;}
.employer_inactive {display: none;}
/*end */
.solutions-left-part{}
.solutions-left-part h1{font-family: "HelveticaLT-Light";font-size:32px;color:#0055a8;font-weight:normal;margin:0 0 7px;line-height: 28px;}
.solutions-left-part h1 span{font-family:'HelveticaLT-Black';font-size:36px;color:#090909;}
.solutions-left-part ul.three-img{ margin:0px;padding:0px;list-style:none;}
.solutions-left-part ul.three-img li:first-child{ margin-top:0px;}
.solutions-left-part ul.three-img li{margin:10px 0;display: inline-block;line-height:18px;}
.solutions-left-part ul.three-img li img{ float:left;margin-right:14px;}
.bottom-banner{ border-bottom:7px solid #fe0000;overflow:hidden;margin:28px 0 15px;}
#mailchimp-newsletter fieldset.email-yuorname{ display:inline-block;margin-right:12px;}
#right-column .vedio{padding:20px;}
.featured-tab ul{margin:0px;padding:0px;border:1px solid #d8d8d8; border-width:1px 1px 0px 

1px; list-style:none;}

.featured-tab li{}
.featured-tab li h2{color:#090909;font-size:14px;padding:10px;font-family: "HelveticaLT-Regular";}
.featured-tab li .tab-main{border-bottom:0px solid #d8d8d8;margin:0px;}
.tab-main{ display:block;margin:12px; }
.tab-left{display:inline-block;width:190px;}
.tab-right{display:inline-block;width:310px;vertical-align: top;}
.tab-right p{line-height:25px;margin:0px;}
.right-part{}
.right-part h3{font-family: "HelveticaLT-Light";font-size:32px;color:#0055a8;font-weight:normal;margin:0 0 7px;line-height: 28px;}
.right-part h3 span{font-family:'HelveticaLT-Black';font-size:36px;color:#090909;}
.featured-tab{margin-top:25px;margin-bottom:30px;border-bottom:1px solid #d8d8d8;}
.jobTItle{margin:5px 0;}
#userMenu{ float:right;font-size: 14px;color:#0055a5;}
#userMenu span{color:#222;}
#userMenu a.login, a.register{ background:#0055a5; border: 1px solid #0055a5; color: #ffffff; 

font-size:14px; padding:5px 13px;text-decoration:none;}
#userMenu a.login:hover,a.register:hover{background:#034b8e;}
#registr-form{margin-top:25px;}
.products a.pdetails-btn{padding:9px 10px;border:0px;color: #fff;font-size:14px;cursor: 

pointer;display:inline-block;
	min-width: 95px;margin-top: 7px;text-decoration: none;position: 

relative;background:#0055a5;}
.products a.pdetails-btn:hover {background:#034b8e;}
.tree-input-field a#tree-Occupations-options{padding:9px 10px;	color: #fff;font-size:14px;	

cursor: pointer;display:inline-block;
text-decoration: none;position: relative;background:#0055a5;text-transform:capitalize;}
.tree-input-field a#tree-Occupations-options:hover {background:#034b8e;}
.products .productInfo h3 {font-size:18px; margin:7px 0px 0;color:#014a8f;text-transform: uppercase;font-weight:normal;}
.fh-status{ display:none;}
.productInfo p{line-height:20px;}
.registration-man{background:#f5f5f5;width:500px;margin:0px auto;padding:20px;text-align:center;font-size: 14px;border: 1px solid #e7e7e7;}
.registration-man a.job-seeker-btn{padding:13px 10px;color: #fff;font-size:18px;cursor: pointer;display: inline-block;width:150px;text-decoration: none;position: relative;background:#0055a5;}
.registration-man a.job-seeker-btn:hover {background:#034b8e;}
.registration-man p{ display:inline-block;margin:0px;}
.registration-btn{margin:20px 0 5px;}
.site-map td{}
.site-map p a{background: url(../images/sitemap-arrow.png) no-repeat 0px 3px;padding-left:21px;}
.site-map td strong{color:#0055a5;font-size:20px;}
#main-div-after .browseCompanyAB{ background:#0055a5; color: #fff; font-size: 14px; padding: 

9px 10px;margin-right:1px;cursor:pointer;}
#main-div-after .browseCompanyAB:hover{background:#034b8e;}
#main-div-after .browseCompanyAB a{color:#fff;}
.massageinbox{margin-top:18px;margin-bottom:8px;}
.massageinbox a{color:#0055a5;font-weight:bold;font-size:13px;}
#sub-accounts{margin-top:12px;}
#sub-accounts a{color:#0055a5;font-weight:bold;font-size:13px;}

.button-div
{
	margin-top:20px;
}
.button-div a
{
	color:#fff !important;
}
#interest_form fieldset {
	margin:15px 0;
}
#search_form_goodmatch
{
	float:left;
}
.goodmatch-block .ui-tabs
{
	display: block;
	float: left;
	padding: 10px;
	position: relative;
	width: 100%;
	max-width: 1120px;
}

.banner-text {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 14px;
    height: 240px;
    line-height: 22px;
    position: absolute;
    right: 20px;
    top:20px;
    width:650px;
}
.banner-text .title{ 
	color: #fff;
    font-family: "Arial";
    font-size: 32px;
    padding: 35px 0;
    text-align: center;
    text-transform: uppercase;
	}
.company_info {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.1);
    line-height: 22px;
    margin: 25px 0 0;
    padding: 20px;
	color:#747474;
}

.search-btn {
    text-align: center; display:block; width:100%; float:left; margin-bottom:20px;
}
.search-btn a {
    background:#0054a4;
    border-radius: 10px;
    color: #fff;
    padding: 8px 15px;
	display:inline-block;
}	
.search-btn a:hover{background:#fff; color:#0054a4;}
.discription{ 
	background:#000; 
	float: left;
    height: 70px;
    padding: 10px;
	}
.video-div { width:100%; float:left; margin:25px 0px; text-align:left;}

.refine-search-job .searchfirstrefine {float:right; margin-bottom: -46px;width: 219px;}
.refine-search-resume .searchfirstrefine {float:left;padding-top: 10px;width:auto;}
.refine-search-job .searchfirstrefine-result{padding-top: 1px;} 
.refine-search-resume #search-refine-result{width: 167px;background: none repeat scroll 0 0 

#F5F5F5;padding: 15px 15px 12px;float: left;height: 210px;  margin: 0 3px 10px; overflow: 

auto;}
.refine-search-resume .searchfirstrefine-result {
  float: left;
  width: 80%;
   height: 312px;
}
.results-paging .ui-widget{  width: 100%;
  float: left;}
/*.refine-search-resume .searchfirstrefine{overflow: auto;height:70px;}*/
.resume-searchform-new{padding-left:20px;width: 900px;}
.results-paging .ui-tabs{padding:0px !important;position: relative;}
.results-paging #tabs .ui-widget-header{border:none;}
.center-block
{
	 margin: 25px 0 0;
	 width:100%;
}
.center-left-block
{
	float:left;
	width:48%;
}
.center-right-block
{
	float:right;
	width:48%;
	
}
.my-list-block
{
	
}
.my-list-block ul
{
		border-bottom:1px solid #d8d8d8;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #d8d8d8;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 0;
    list-style: none outside none;
    margin: 0;
    padding: 0px;
}
.my-list-block li h2
{
	color: #090909;
    font-family: "Arial";
    font-size: 14px;
    padding: 10px;
}
.my-list-block li
{
	border-bottom:1px solid #d8d8d8;
}
	.my-list-block h3
{
    color: #0055a8;
    font-family: "Arial";
    font-size: 32px;
    font-weight: normal;
    line-height: 28px;
    margin: 0 0 20px;
}
.my-list-block h3 span
{
    color: #090909;
    font-family: 'Arial';
    font-size: 36px;

}
.social-feed h3
{
	 color: #0055a8;
    font-family: "Arial";
    font-size: 32px;
    font-weight: normal;
    line-height: 28px;
    margin: 0 0 20px;
}
.social-feed h3 span
{
	color: #090909;
    font-family: 'Arial';
    font-size: 36px;
}


/******************************* Pankaj *******************************/

#tabs .ui-state-active { background:#fff !important;}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default 
{

    border: 1px solid #d3d3d3;
    color:#fff;
    font-weight: normal;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #6C6C6C !important;
    text-decoration: none;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #555 !important;
}
.searchfirstrefine-result #refineResults th
{
 padding: 20px 0 0 !important;
}
.searchfirstrefine-result table tbody td
{
	padding:5px 0;
}
/**Mahadeva Prasad Added**/
.videoresume1-ico a span{
 background-position: 0 -621px;
}

.invite1-ico a span{
   background-position: 0 -556px;
}

/***********************************update_monita(14-5)*********************************************/
.cprofile
{
 background-color: rgba(255, 255, 255, 0.7);
}
.about_div *{
    color: #000;
    font-size: 18px;
}
.about_div,.contact_div,.direction_div,service_div
{
    min-height: 300px;
}
.about_div p{
      color: #000;
      line-height: 25px;
}
.contact_div *{
    color: #000; 
    font-size: 18px!important;
    line-height: 23px;
    
}
.contact_div a
{
      font-size: 19px!important;
        font-weight: bold;
}
.direction_div *{
    color: #000 !important; 
      font-size: 18px!important;
}
.direction_div img{
   margin-top: 10px;
}
.mycprifile  li{
    background: #000 none repeat scroll 0 0!important;
}
.service_div *
{
    color: #000 !important; 
      font-size: 18px!important;
      line-height: 23px;
}
.service-tab li
{
    width: 33%!important;
    float:left;
}
.dir-btn
{
     background-color: #000;
    border: 2px solid #000;
    border-radius: 5px;
    line-height: 30.8px;
    padding: 10px;
    width: 137px;
}
.cprofile-block .ui-tabs 
{
      width: 1120px!important;
     border: none!important; 
      min-height: 300px;
}
.cprofile-block
{
   background-image: url("thinkstockphotos.jpg");  
   float: left;
}
/********************************************************************************/

.pricingmain {
  width: 700px;
  margin: 0px auto;
  float:left;
}


.pricingmain:before {
	width:660px;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:-1;
	content:'';
	background: #fff;}

.site-header-wrap {
	margin-bottom:60px;
	border-bottom:1px solid #cd9ad6;
}

/*----DROP DOWN------*/

  #pricingbutton {  /* Box in the button */
        display: block;
        width: 150px;
		text-align:left;
		color: #000;
		
      }

      #pricingbutton a {
        text-decoration: none;
		color:#000;  /* Remove the underline from the links. */
      }

      #pricingbutton ul {
        list-style-type: none;
		color:#000;  /* Remove the bullets from the list */
      }

      #pricingbutton .top {
        background-color: #fff;
		font-size:14px;
		        border: 1px solid black;
						padding:4px;
				font-family:Arial, Helvetica, sans-serif;
  /* The button background */
      }

      #pricingbutton ul li.item {
        display: none;  /* By default, do not display the items (which contains the links) */
      }  

      #pricingbutton ul:hover .item  {  /* When the user hovers over the button (or any of the links) */
        display: block;
        border: 1px solid black;
		padding:4px;
		font-family:Arial, Helvetica, sans-serif;
        background-color: #fff;
		
		      }
			  

/*------------------------------------*\
-------- DEMO Code: accordion
\*------------------------------------*/
/*----- Accordion -----*/
.accordion, .accordion * {
	-webkit-box-sizing:border-box; 
	-moz-box-sizing:border-box; 
	box-sizing:border-box;
}

.accordion {
	overflow:hidden;
	box-shadow:0px 1px 3px rgba(0,0,0,0.25);
	background:#ffffff;
}

.planbox{
width:660px;
	padding:10px 20px;
	background:#0066cc;
	/* Type */
	font-size:1.00em;
	text-shadow:0px 1px 0px #1a1a1a;
	color:#fff;
	margin-bottom:0px;
		font-family:Arial, Helvetica, sans-serif;

	}
	
	.planbox-content{
width:660px;
	padding:10px 20px;
	background:#fff;
	/* Type */
	color:#000;
	font-size:14px;
	margin-bottom:19px;
		font-family:Arial, Helvetica, sans-serif;

	}

/*----- Section Titles -----*/
.accordion-section-title {
	width:700px;
	padding:10px;
	display:inline-block;
	border-bottom:1px solid #1a1a1a;
	background:#0066cc;
	transition:all linear 0.15s;
	/* Type */
	font-size:1.00em;
	text-shadow:0px 1px 0px #1a1a1a;
	color:#fff;
		font-family:Arial, Helvetica, sans-serif;

}

.accordion-section-title.active, .accordion-section-title:hover {
	background:#4c4c4c;
	/* Type */
	text-decoration:none;
		font-family:Arial, Helvetica, sans-serif;

}

.accordion-section:last-child .accordion-section-title {
	border-bottom:none;
}

/*----- Section Content -----*/
.accordion-section-content {
	padding:10px;
	display:none;
	font-family:Arial, Helvetica, sans-serif;
}
/*------------------------------------*\
-------- cart STUFF
\*------------------------------------*/
.cartstuff
{
	width:285px;
	float:right;
			        border: 1px solid black;

	background-color:#FFF;
	display:block;
	min-height:250px;
	height:auto;
	padding:20px;
			font-family:Arial, Helvetica, sans-serif;

}


.subtotal
{
	padding:30px auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666;
}
.subtotal-price
{
	padding-left:50px;
	float:right; 
}




.addons
{
		padding:30px auto;

	font-family:Arial, Helvetica, sans-serif;
	font-stretch:extra-expanded;
	text-transform:uppercase;
	font-size:12px;
	color:#00295b;
}
