﻿
/* --------- BODY */
.color-color-body {color: #c8c8c8;}
.color-bg-body {background-color: #c8c8c8;}
.color-border-body {border-color: #c8c8c8;}

/* --------- LINK */
#structure .color-color-link {color: #1a61a3;}
#structure .color-bg-link {background-color: #1a61a3;}
#structure .color-border-link {border-color: #1a61a3;}
#structure a {color: #1a61a3;}

/* --------- TRIM (BUTTONS) */
#structure .color-color-trim {color: #003161;}
#structure .color-bg-trim {background-color: #003161;}
#structure .color-border-trim {border-color: #003161;}
#structure .button {background-Color: #003161;}
#structure :hover.button {border: 1px solid #003161;}

/* --------- TRIM DARK */
#structure .color-color-trimdark {color: #666666;}
#structure .color-bg-trimdark {background-color: #666666;}
#structure .color-border-trimdark {border-color: #666666;}
#search-box {background-color:#666666;}
#structure .button {border-color: #666666;}

/* --------- DROPDOWN */
#structure .color-color-dropdown {color: #a74d11;}
#structure .color-bg-dropdown {background-color: #a74d11;}
#structure .color-border-dropdown {border-color: #a74d11;}
.header ul li {background-color: #a74d11;}

/* --------- SIDEBAR */
#structure .color-color-sidebar {color: #e3e3e3;}
#structure .color-bg-sidebar {background-color: #e3e3e3;}
#structure .color-border-sidebar {border-color: #e3e3e3;}

/* --------- TRIMLIGHT (ROLLOVERS) */
#structure .color-color-trimlight {color: #285d8f;}
#structure .color-bg-trimlight {background-color: #285d8f;}
#structure .color-border-trimlight {border-color: #285d8f;}
.header ul li:hover {background-color: #285d8f;}

/* --------- TRIMSECOND */
#structure .color-color-trimsecond {color: #b0b0b0;}
#structure .color-bg-trimsecond {background-color: #b0b0b0;}
#structure .color-border-trimsecond {border-color: #b0b0b0;}
#structure a:hover.color-color-trimsecond {color: #b0b0b0;}
#structure a:hover.color-bg-trimsecond {background-color: #b0b0b0;}
#structure a:hover.color-border-trimsecond {border-color: #b0b0b0;}



/* --------- BODY */
.color-color-body {color: #c8c8c8;}
.color-bg-body {background-color: #c8c8c8;}
.color-border-body {border-color: #c8c8c8;}

/* --------- LINK */
#structure .color-color-link {color: #1a61a3;}
#structure .color-bg-link {background-color: #1a61a3;}
#structure .color-border-link {border-color: #1a61a3;}
#structure a {color: #1a61a3;}

/* --------- TRIM (BUTTONS) */
#structure .color-color-trim {color: #003161;}
#structure .color-bg-trim {background-color: #003161;}
#structure .color-border-trim {border-color: #003161;}
#structure .button {background-Color: #003161;}
#structure :hover.button {border: 1px solid #003161;}

/* --------- TRIM DARK */
#structure .color-color-trimdark {color: #666666;}
#structure .color-bg-trimdark {background-color: #666666;}
#structure .color-border-trimdark {border-color: #666666;}
#search-box {background-color:#666666;}
#structure .button {border-color: #666666;}

/* --------- DROPDOWN */
#structure .color-color-dropdown {color: #a74d11;}
#structure .color-bg-dropdown {background-color: #a74d11;}
#structure .color-border-dropdown {border-color: #a74d11;}
.header ul li {background-color: #a74d11;}
body  {
	background-color:#f5f5f5; /* page background color */
	font-family:Arial,Helvetica,sans-serif; /* page font style */
}
#header{
	background-image:url("//secure.icbdr.com/images/talentnetwork/TASC_header.jpg"); /* header image url */
	height:113px; /* header image height */
}
*{
	border-color:#767474; /* "content box" border color */
}
#container{
    padding-top:148px; /* header image height */
}
#container *{
	border-color:#cdcdcd; /* all other border color */
}
a{
	text-decoration:none; /* link text decoration */
	color:#0066B3; /* link text color */
}
a:hover{
	text-decoration:underline; /* link text decoration when mouseover */
	color:#091C3B; /* link text color when mouseover */
}
h1,h2,h3,h4,h5,h6{
	color:#091C3B; /* header text color (page title, job titles, category titles, etc.) */
}
#logo{
    top:20px; /* logo position offset in header image */
	left:40px; /* logo position offset in header image */
	height:68px; /* logo height in header image */
	width:225px; /* logo width in header image */
}
#search-container { background-color:#f5f5f5;  border: 1px solid #ccc;  }

#nav-bar a{
	background-color:#F1F1F1; /* navigation bar (tabs) background color */
	color:#000; /* nav bar text color */
	font-size:1.1em; /* nav bar text size */
	font-weight:700; /* text bold */
	border-top-width:1px;
	border-top-style:solid;
	border-bottom-width:1px;
	border-bottom-style:solid;
}
#nav-bar a:hover{
	background-color:#F1F1F1; /* nav bar background color on mouseover */
	color:#0066B3; /* nav bar text color on mouseover */
}
#nav-bar li{
	width:160px; /* nav bar item width (will be individual somehow in the future) */
}
#nav-bar li li{
	width:100%!important;
}
#nav-bar .Header0{
	width:142px; /* nav bar item width for first item */
}
#nav-bar .Header1{
	width:142px; /* nav bar item width for second item */
}
#nav-bar .Header2{
	width:250px; /* nav bar item width for third item */
}
#nav-bar .Header3{
	width:142px; /* nav bar item width for fourth item */
}
#nav-bar .Header4{
	width:142px; /* nav bar item width for fifth item */
}
#nav-bar .Header5{
	width:141px; /* nav bar item width for sixth item */
}
#submit{color:#fff !important;}

.pagination a:hover{
	color:#9F0730; /* pagination hover text color */
	background-color:#ddd; /* pagination hover background color */
}
#results-table th{
	background-color:#F4F7FD; /* results page table header background color */
}
tr.alt{
	background:#f5f5f5; /* results page table alternating row background color */
}

#header-join-container{
	background-image:url('//secure.icbdr.com/images/talentnetwork/TASC_join.jpg'); /* join button image url */
width:311px;
height:43px;
	
}
#btnJoinTalentNetwork,
.btnApplyLink,
#search-container #submit{
	border-width:0px;
	background-color:transparent;
	background-image:url("//secure.icbdr.com/images/talentnetwork/TASC_blank_button.jpg"); /* search/apply button image url */
	color:#FFF;
	height:26px;
}
.btnApplyLink a,
.btnApplyLink a:hover,
.btnApplyLink:hover{
	color:#FFF;
}
#photo-area  {
	background-image:url("//secure.icbdr.com/images/talentnetwork/TASC_landing.jpg"); /* landing page photo image url */
}




/* ApplyPath styles */
#container.applyPath
{
    padding-top:113px; /* header image height */
}
#container.applyPath,
#container.applyPath pre{
	font-family:Arial,Helvetica,sans-serif!important; /* apply path font */
}
#container.applyPath #divButton input,
#container.applyPath .d_cell_submit input,
#container.applyPath .cb_style #buttonSubmit,
#container.applyPath .cb_style .btn{
	background-color:#9F0730!important; /* apply path button background color */
	color:#fff!important; /* apply path button text color */
	font-weight:900!important; /* text bold */
}
#container.applyPath #spanRequired{
	color:#f00; /* "required fields" blurb text color */
}
#container.applyPath .cb_style{
	color:#666; /* apply path font color */
}
#container.applyPath .cb_style .cb_PnlTabbed ul li a,
#container.applyPath .cb_style a,
#container.applyPath a:link.link1,
#container.applyPath .cb_style h2,
#container.applyPath .cb_style h3,
#container.applyPath #d_cell_title_up,
#container.applyPath #SingleApply h2{
	color:#9F0730; /*  apply path link and header text color */
}
#container.applyPath .cell_sectionheader,
#container.applyPath legend{
	background-color:#9F0730; /* apply link form header background color */
	color:#fff; /* apply link form header text color */
}

#branding-wrapper div li { float: left; width: 49.5%;  }
#branding-wrapper div p { display: block; clear: both; padding: 10px 0; }

#nav-bar a {
    border-style: solid;
    border-right-width: 1px;
} 


/* --------- SIDEBAR */
#structure .color-color-sidebar {color: #e3e3e3;}
#structure .color-bg-sidebar {background-color: #e3e3e3;}
#structure .color-border-sidebar {border-color: #e3e3e3;}

/* --------- TRIMLIGHT (ROLLOVERS) */
#structure .color-color-trimlight {color: #285d8f;}
#structure .color-bg-trimlight {background-color: #285d8f;}
#structure .color-border-trimlight {border-color: #285d8f;}
.header ul li:hover {background-color: #285d8f;}

/* --------- TRIMSECOND */
#structure .color-color-trimsecond {color: #b0b0b0;}
#structure .color-bg-trimsecond {background-color: #b0b0b0;}
#structure .color-border-trimsecond {border-color: #b0b0b0;}
#structure a:hover.color-color-trimsecond {color: #b0b0b0;}
#structure a:hover.color-bg-trimsecond {background-color: #b0b0b0;}
#structure a:hover.color-border-trimsecond {border-color: #b0b0b0;}


.LandingPage #main-content #masthead {
	background-image:url('//secure.icbdr.com/images/talentnetwork/tasc_t1_photo-masthead-home.jpg');
}
.layout-v1 #logo {
	background-image: url("//secure.icbdr.com/images/talentnetwork/tasc_t1_logo-company.gif");
}


/******* ADD-ONS *******/
.odd-row { background-color: #efefef; }
#structure th.color-bg-sidebar { background-color: #003161; color: #ffffff; } 
#structure th.color-bg-sidebar a { color: #ffffff; }
.navigator li span{color:#777;}
.error, .success, .message {
	background: #DDD;
	color: #000;
}
.error, #container .error {
	border-color: #C80000;
}   