/* Overrides */

.blog-featured > h1 { 
  display: none;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

*,html {
	margin:		0;
	border:		0;
	outline:	none;
}

body {
	font-family: 			Verdana, Arial, "MS Trebuchet", sans-serif;;
	font-size:				9pt !important;
	color:					#fff;
	background: 			#4d6571 url('../images/page.bg.png') repeat-x;
	margin: 0;
}

a {
	color:					#c2e4f1;
	text-decoration:		none !important;
}

a:hover {
	color:					#e3e9ec;
}

#lft h3 {
	margin:					20px 0 -10px 0;
}
#lft h3 a {
	color:					#fff;
}

p {
	margin:					15px 0;
}

.clear {
	clear:					both;
	text-indent:			-2000px;
}


/* Page */

#pageHolder {
	width:					900px;
	margin:					auto;
        margin-top: 0px;
}

#nav {
  padding-top: 0px;
}

#mainNavHolder {
	position:				relative;
	height:					60px;
	background:				url('../images/nav.bg.1px.png') repeat-x;
	clear:					both;
}

	#mainNavHolder .navLeft {
		position:				relative;
		display:				block;
		float:					left;
		width:					10px;
		height:					60px;
		text-indent:			-2000px;
		background:				url('../images/nav.corner.lft.png') no-repeat;	
	}
	
	#mainNavHolder .navRight {
		position:				relative;
		float:					right;
		display:				block;
		width:					10px;
		height:					60px;
		text-indent:			-2000px;
		background:				url('../images/nav.corner.rht.png') no-repeat;			
	}

	#mainNavHolder #mainNav {
		display:				block;
		list-style: 			none;
		margin-left:			-30px;
	}
	
		#mainNavHolder .navBorderLft {
			float:					left;			
			height:					57px;
			border-right:			1px solid #787676;
			text-indent:			-2000px;			
		}
	
		#mainNavHolder .navBorderRht {
			float:					left;			
			height:					57px;
			border-right:			1px solid #ccc;
			text-indent:			-2000px;

		}

		#mainNavHolder #mainNav li {

		}
		
		#mainNavHolder #mainNav li {
			float:					left;			
			height:					57px;
			border-left:			1px solid #ccc;
			border-right:			1px solid #787676;
		}
		
			#mainNavHolder #mainNav li a {
				display:				block;
				_width:					1%;
				height:					40px;
				color:					#4d6571;
				padding:				20px 30px 0;	
			z-index:			1000;			
			}
			
			#mainNavHolder #mainNav li a:hover, #mainNavHolder #mainNav li.active a {
				display:				block;
				color:					#fff;
				background:				url('../images/nav.bgHover.1px.png') repeat-x;
			}
	
	#logo {
		display:				block;
		position:				relative;
		width:					392px;
		height:					117px;
		text-indent:			-2000px;
		background:				url('../images/header.logo.png') no-repeat;
	}
	
	#ctaHolder {
		position:				relative;
	}
	
		#ctaHolder .girl {
			display:				block;
			position:			 	absolute;
			top:					-169px;
			right:					-50px;
			height:					340px;
			width:					382px;
			background:				url('../images/cta.girl.png') no-repeat;
			_background:				none;
			filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/templates/careerscope/images/cta.girl.png', sizingMethod='scale');
			z-index:				100;			
		}
	
		#ctaHolder .ctaMain {
			display:				block;
			position:				relative;
			height:					175px;
			background:				#fff;
			clear:					both;
		}
		
			#ctaHolder .ctaMain .ctaLft {
				display:			block;
				position:			absolute;
				top: 0;
                                left: 0;
				width:				10px;
				height:				175px;
				text-indent:		        -2000px;
				background:			url('../images/cta.corner.lft.png') no-repeat;
			}
			
			#ctaHolder .ctaMain .ctaRht {
				display:			block;
				position:			absolute;
				top: 0;
                                right: 0;
				width:				10px;
				height:				175px;
				text-indent:		-2000px;
				background:			url('../images/cta.corner.rht.png') no-repeat;
			}
		
			#ctaHolder .ctaMain a.ctaBox {
				display:			block;
				position:			relative;
				float:				left;
				width:				294px;
				height:				150px;
				margin:				13px 0 0 15px;
				*margin:			0px 0 0 15px;
				_margin:			0px 0 0 8px;
			}
			
			.ctaBoxRht {
				margin-left:		15px !important;

			}
			
				#ctaHolder .ctaMain a.ctaBox .ctaImg {
					display:			block;
					position:			relative;
					height:				114px;
					background:			#000;
				}
				#ctaHolder .ctaMain a.ctaBox .ctaIndividuals {
					background:			url('../images/cta.img.individuals.png') no-repeat;
				}
				#ctaHolder .ctaMain a.ctaBox .ctaCompanies {
					background:			url('../images/cta.img.companies.png') no-repeat;
				}
		
				#ctaHolder .ctaMain a.ctaBox .ctaTxt {
					display:			block;
					position:			relative;
					height:				27px;
					color:				#fff;
					padding:			9px 0 0 40px;
					background:			url('../images/cta.text.bg.png') no-repeat;
				}
				
				#ctaHolder .ctaMain a.ctaBox:hover .ctaTxt {
					color:				#aac1cd;
				}
				
	#mainContent {
			display:			block;
			position:			relative;
			width:				900px;
			border-bottom:		1px solid #415660;
	}
	
		#mainContent #lft {
			display:				block;
			position:				relative;
			float:					left;
			width:					610px;
			margin:					30px 20px 0 20px;	
			_margin:				30px 10px 0 10px;	
		}

		#mainContent ul {
			margin:					10px 0 10px 0;
		}
		
		.block {
			width: 460px;
			padding: 20px;
			margin: 20px auto;
			background: #3e525c;
			border-right: 1px solid #364750;
			border-top: 1px solid #364750;
			border-left: 1px solid #546d7a;
			border-bottom: 1px solid #546d7a;
		}

		#mainContent #lft h1 {
				font-size:			120%;
			}
		#mainContent #lft p {}
			
		#mainContent #rht {
			display:				block;
			position:				relative;
			float:					right;
			margin:					30px 0 0;			
		}
		
			#mainContent #rht .rightBox {
				display:			block;
				position:			relative;
				width:				250px;
				background:			#537181;
				color:				#fff;
			}
					
				#mainContent #rht .rightBox h3 {
					display:			block;
					position:			absolute;
					width:			        250px;
					top:			        -1px;
					left:			        0px;
					height:				23px;
					border-bottom:		        1px solid #456171;
                                        font-size:                      100%;
					padding:			8px 0 0 10px;

					_margin-left:			-10px;
					background:			url('../images/rightbox.hdr.bg.png') no-repeat;
				}
				#mainContent #rht .rightBox .txt {
					display:			block;
					position:			relative;
					min-height:			50px;
					border-top:			1px solid #5f8193;
					padding:			34px 10px 10px 10px;
					background:			url('../images/rightbox.txt.bg.png') 0 100% no-repeat;
				}

				#mainContent #rht .rightBox a {
					display:			block;
					position:			relative;
					background:			url('../images/rightbox.btn.gif') no-repeat;
					padding-left:			20px;
					margin:			        5px 0 0 5px;
				}
				
			#mainContent #rht .contact {
				display:			block;
				font-size:			90%;
				margin:				10px 0 0 20px;
			}
		
	#footer {
		display:			block;
		position:			relative;
		padding:			10px 0 0 0;
		border-top:			1px solid #677c86;
	}	
	
		#footer ul {			
		display:				block;
		list-style: 			none;
		margin-left:			-25px;
		}
			#footer ul li {
				float:			left;
				margin:			0 5px 0;
			}

			#footer ul li a {
				color:			#fff;
			}			
			
			#footer ul li a:hover {
				color:			#96a4ac;
			}
		
		#footer a.toTop {
			display:				block;
			float:					right;
			margin:					0 20px 0 0;
			padding:				0 0 0 20px;
			background:				url('../images/footer.backToTop.png') no-repeat;
		}
		
	#copyright {
		margin:					5px 0 20px 20px;
		font-size:				90%;
		color:					#96a4ac;
		clear:					both;
	}


		.fc_form {
			width: 420px;
			padding: 20px;
			margin: 0px 20px;
			background: #3e525c;
			border-right: 1px solid #364750;
			border-top: 1px solid #364750;
			border-left: 1px solid #546d7a;
			border-bottom: 1px solid #546d7a;
		}

		.fc_form input[type="text"] {
			width: 100% !important;
  			height: 30px;
		}
		.fc_form .fc_button {
  			text-align: center;
		}
		.fc_form input[type="submit"]{
  			border: 1px solid #172830 !important;
  			background: #172830 !important;
		}

		.fc_image_text {
			padding: 5px;
			padding-top: 10px;
			text-align: center;
			margin-top: 10px;
		        background: #364750;
		}

		.copyMeHolder {
			margin: 10px;
		}

		.copyMeHolder input {
			margin-right: 5px;
		}

		.fc_image_inner {
		        background: #364750;
                	padding: 0px 0 10px;
		}

		input.submit1 {
			margin: 10px 200px 0px;
			padding: 5px;
		}

/* not ready */

/* -- form validation */
.invalid { border-color: #B94A48;background:#F2DEDE}
label.invalid , label.required  span{ color: #B94A48; background:none
	}

/* -- Joomla edit buttons  Frontendediting*/
#editor-xtd-buttons {
	padding: 0px;
}
.edit tr:hover  td {background:#eee}
.button2-left,
.button2-right,
.button2-left div,
.button2-right div {
	float: left;
}

.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
	display: block;
	float: left;
	color: #666;
	cursor: pointer;
}

.button2-left span,
.button2-right span {
	cursor: default;
	color: #999;
}

.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
	padding: 0 6px;
}

.page span {
	color: #000;
	font-weight: bold;
}


.button2-left,
.button2-right {

	float: left;
	margin-left: 5px;
}


.edit .formelm-buttons {text-align:right}
.edit .formelm-buttons button {background:#D9EDF7; color:#095197;}
.edit .formelm-buttons button:hover {color:#D9EDF7; background:#095197;}
.modal-button:link,
.modal-button:visited,
.button2-left .readmore a:link,
.button2-left .readmore a:visited,
.button2-left .blank a:link,
.button2-left .blank a:visited
{ background-color: #D9EDF7;

	color:#095197;border:solid 1px #BCE8F1; border-top:0; border-radius:0 0 3px 3px;  text-decoration:none; padding:3px}
.button2-left a:hover,
.button2-left .blank a:hover,
.button2-left .readmore a:hover,
.button2-right a:hover {
	text-decoration: none;
	color: #fff;
	background:#095197;
}
.pull-right {
	float: right;
}
.pull-left {
	float: left;
}
.btn-toolbar .btn {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #D9EDF7;
	border-image: none;
	border-radius: 0 0 3px 3px;
	color: #095197;
	padding: 3px;
	text-decoration: none;
}

div.toggle-editor {

}
/* Caption fixes */
.img_caption .left {
	float: left;
	margin-right: 1em;
}

.img_caption .right {
	float: right;
	margin-left: 1em;
}

.img_caption .left p {
	clear: left;
	text-align: center;
}

.img_caption .right p {
	clear: right;
	text-align: center;
}

.img_caption  {
	text-align: center!important;
}

.img_caption.none {
	margin-left:auto;
	margin-right:auto;
}
/* New captions */
figure {
	display: table;
}
figure.pull-center,
img.pull-center {
	margin-left: auto;
	margin-right: auto;
}
figcaption {
	display: table-caption;
	caption-side: bottom;
}
/* Calendar */
#jform_publish_down_img {
	width: 18px;
	height: 18px;
	margin-left: 3px;
	background: url(../images/system/calendar.png) no-repeat;
	cursor: pointer;
	vertical-align: middle;
}
#jform_publish_up_img {
	width: 18px;
	height: 18px;
	margin-left: 3px;
	background: url(../images/system/calendar.png) no-repeat;
	cursor: pointer;
	vertical-align: middle;
}


/* System Messages */

.error
{
	padding:0px;
	margin-bottom: 20px;
}

.error h2
{
	color:#000 !important;
	font-size:1.4em !important;
	text-transform:uppercase;
	padding:0 0 0 0px !important
}

#system-message dt
{
	font-weight: bold;
}
#system-message dd
{
	margin: 0 0 15px 0;
	font-weight: bold;
	text-indent: 0px;
	padding:0
}
#system-message dd ul
{
	color: #000;
	list-style: none;
	padding: 0px;
}
#system-message dd ul li
{
	line-height:1.5em
}

/* System Standard Messages */
#system-message dt.message
{
	position:absolute;
	top:-2000px;
	left:-3000px;
}

#system-message dd.message  ul
{
	background: #fff  url(../images/system/notice-info.png) no-repeat;
	padding-left:40px;
	padding: 10px 10px 10px 40px;
	border: 2px solid #90B203;
	border-radius:10px
}

#system-message dd.message ul li{background:none !important}

/* System Error Messages */
#system-message dt.error
{
	position:absolute;
	top:-2000px;
	left:-3000px;
}

#system-message dd.error ul
{
	background:#fff url(../images/system/notice-alert.png) no-repeat ;
	padding-left:40px;
 	padding: 10px 10px 10px 40px;
	border: 2px solid #990000;
	border-radius:10px

}



/* System Notice Messages */
#system-message dt.notice
{
	position:absolute;
	top:-2000px;
	left:-3000px;
}

#system-message dd.notice  ul
{
	background:#fff url(../images/system/notice-note.png) no-repeat ;
	padding-left:40px;
	padding: 10px 10px 10px 40px;
	border: 2px solid #FAA528;
	border-radius:10px

}
#system-message dd.notice ul { color: #000;margin:10px 0 }

#system-message
{
	margin-bottom: 0px;
	padding: 0;
}

#system-message dt
{
	font-weight: bold;
}

#system-message dd
{
	font-weight: bold;
	padding: 0;
}


.tip-wrap { background:#FEFDE2; font-size:0.8em ; padding:5px; border:solid 1px #ddd; border-radius:3px; box-shadow: 0 1px 5px #ccc }
.tip-title {font-weight:bold}

#all #upload-flash ul li a:hover,
#all .item a:hover span {
	background:#095197;
	color:#fff;
}


/* ##########################  user profile  ########################### */

#users-profile-core,
#users-profile-custom
{
	margin:10px 0 15px 0;
	padding:15px;
}

#users-profile-core dt,
#users-profile-custom dt
{
	float:left;
	width:12em;
	padding:3px 0;


}

#users-profile-core dd,
#users-profile-custom dd
{
	padding:3px 0;
}

#member-profile fieldset,
.registration fieldset
{
	margin:10px 0 15px 0;
	padding:15px;

}

#users-profile-core legend,
#users-profile-custom legend,
.profile-edit legend,
.registration legend
{
	font-weight:bold
}

.profile-edit form#member-profile fieldset dd,
.registration form#member-registration fieldset dd
{ float:none; padding:5px 0}

.profile-edit form#member-profile fieldset dd input,
.profile-edit form#member-profile fieldset dd select,
.registration form#member-registration fieldset dd input
{width:17em}
.profile-edit form#member-profile fieldset dt,
.registration form#member-registration fieldset dt
{padding:5px 5px 5px 0; width:13em}


span.optional
{font-size:0.9em}

/* ##########################  clearing  ########################### */
.clr {
	clear: both;
	overflow: hidden;
	height: 0;
}

/* ##########################  tooltip  ########################### */
.tooltip {
	position: absolute;
	z-index: 103000;
	display: block;
	visibility: visible;
	font-size: 11px;
	line-height: 1.4;
	opacity: 0;
	filter: alpha(opacity=0);
}
.tooltip.in {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.tooltip.top {
	margin-top: -3px;
	padding: 5px 0;
}
.tooltip.right {
	margin-left: 3px;
	padding: 0 5px;
}
.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0;
}
.tooltip.left {
	margin-left: -3px;
	padding: 0 5px;
}
.tooltip-inner {
	max-width: 200px;
	padding: 8px;
	color: #fff;
	text-align: left;
	text-decoration: none;
	background-color: #000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}
.element-invisible {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
#filter-search {
	vertical-align: top;
}
.input-mini {
	width: 60px;
}

/* Bootstrap overrides anhiliation
 * @since 3.2
 */
body#shadow {
    line-height: 1.5em;
}
body .nav-pills > .active > a, body .nav-pills > .active > a:hover, body .nav-pills > .active > a:focus {
    background-color: transparent;
}
body .nav-pills > li > a {
    border-radius: 0px;
    line-height: 1.5em;
}
body a {
    text-decoration: underline;
}
body input[type="text"].search-query {
    line-height: 1.5em;
    height: auto;
    border-radius: 4px;

}
/* Text alignments */
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
