﻿/* header/footer */

#header {
    padding: 20px 40px 10px;
    height: 90px;
}
#content {
    padding: 40px;
    background: transparent url(/assets/img/cloudbackground.jpg);
    zoom: 1.0; /* ie7 hasLayout bug */
}
.innerContent {
    background-color: White;
    padding: 20px 40px;
}

#footer {
    padding: 20px 40px;
    clear: both;
}

.homeLink {
    float: left;
}

.fairLogo {
    width: 250px;
    height: 60px;
    display: block;
}

.fairLogo.preview {
    background-color: #F9F9F9;
    padding: 20px;
}

.helpLink 
{
	float:left; 
	margin-left:25px;	
}

.headerFairTitle {
    font-size: 12pt;
    clear: left;
    float: left;
    padding-top: 10px;
    font-weight: bold;
    width: 250px;
    white-space: nowrap;
}

.headerNav {
    float: right;
	clear: right;
	width: 600px;
}

.headerNav ul {
    margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	font-weight: bold;
	text-transform: uppercase;
}

.headerNav ul li {
	float: left;
	padding: 2px 0px 0 5px;
}

.headerNav ul li a {
    color: Black;
    text-decoration: none;
    display: block;
    border-bottom: solid 2px #f6861f;
    padding-right: 30px;
    white-space: nowrap;
}

.headerNav ul li a:hover {
    border-bottom-width: 3px;
    text-decoration: none;
}

.headerNav.Fair .FairLink,
.headerNav.Fairs .FairsLink,
.headerNav.Users .UsersLink,
.headerNav.Profile .ProfileLink,
.headerNav.Booths .BoothsLink,
.headerNav.Submissions .SubmissionsLink,
.headerNav.Employers .EmployersLink,
.headerNav.Contact .ContactLink,
.headerNav.Invite .InviteLink{
    border-bottom-width: 3px;
}

#headerLogIn, #footerNav {
    font-size: 7.5pt;
    font-weight: bold;
}

#headerLogIn {
    float: right;
    color: #959595;
    padding-bottom: 18px;
}

#headerLogIn .headerLoginInput {
    border: solid 1px #cccccc;
    padding: 2px 3px 1px 3px;
    height: 14px;
    width: 94px;
    font-family: arial;
    font-size: 8pt;
}

#headerLogIn input.PasswordWatermark {
    background: white url(/assets/img/passwordWatermark.gif) no-repeat 4px center;
    color: White;
    text-align: right;
} 

#headerLogIn .UserNameWatermark {
    background: white url(/assets/img/userNameWatermark.gif) no-repeat 4px center;
    color: White;
    text-align: right;
}

#headerLogIn input[type=submit] {
    vertical-align: bottom;
}

ul#footerNav {
    margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
ul#footerNav li {
	float: left;
	padding: 2px 7px;
}

#copyrightNotice {
    float: right;
    color: #555;
    font-size: 7.5pt;
}

/* modal */
.modalPopUp {
    width: 385px;
}

.modalPopUp .modalBackgroundTop {
    background: transparent url(/assets/img/modalBackgroundTop.png) no-repeat;
    height: 10px;
}

.modalPopUp .modalBackgroundBottom {
    background: transparent url(/assets/img/modalBackgroundBottom.png) no-repeat;
    height: 10px;
}

.modalPopUp .modalContent {
    background: white;
    padding: 0 15px;
}

.modalCloseButton {
    color: Black;
    background: url(/assets/img/closeButton.gif) no-repeat right;
    padding-right: 14px;
    float: right;
    font-size: 7.5pt;
    font-weight: bold;
    padding-left: 10px;
}

.modalInterviewApp {
    background: white;
}

.videoPlayerContent {
    font-size: 13.5pt;
}

.modalBackground {
    background-color: Gray;
    opacity:0.4;
    filter:alpha(opacity=40);
}

/* general elements */

body {
    width: 980px;
    margin: 0 auto;
    background-color: #f9f9f9;
    font-family: Arial, sans-serif;
    font-size: 9pt;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    margin: 0;
    padding: 0;
    font-size: 9pt;
}

h2 {
    font-size: 16.5pt;
    text-transform: uppercase;
    margin-bottom: 8px;
}
p {
    margin: 8px 0;
}

img {
    border: none;
    vertical-align: middle;
}

a {
    color: #f47019;
    text-decoration: none; 
}

a:hover {
    text-decoration: underline;
}

hr {
    color: #e5e5e5;
    background-color: #e5e5e5;
    border: none;
    height: 1px;
}

/* reusable */
.actionButton {
    display: inline-block; /* ie sucks, this fixes the button haslayout problem */
}

.actionButton {
    height: 30px;
    background: transparent url(/assets/img/orangeButton.gif) repeat-x;
    color: White;
    font-size: 10pt;
    font-family: Arial;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    text-transform: uppercase;
    display: table-cell;
    border: 0;
    cursor: pointer;
    margin: 0px;
    padding: 0px 10px;
    outline: none;
    overflow: visible; /* fix for IE's extra wide buttons */
}

.actionButton:hover {
    text-decoration: underline;
}

.actionButtonSmall {
    height: 21px;
    background: transparent url(/assets/img/orangeButtonSmall.gif) repeat-x;
    color: White;
    font-size: 8pt;
    font-weight: bold;
    text-align: center;
    line-height: 21px;

    border: 0;
    cursor: pointer;
    margin: 0px;
    padding: 0px 3px;
    overflow: visible; /* fix for IE's extra wide buttons */
}

.clearer {
    width: 0;
    height: 0;
    clear: both;
    font-size: 1px;
}

.validator {
    display: block;
    position: absolute;
    background-color: Yellow;
    border: solid 1px black;
    color: Black;
}

.boothLogo {
    width: 75px;
    height: 60px;
    padding: 5px;
    background-color: White;
    display: block;
}

.errorMessage {
    color: Red;
}

.pageResults {
    border: solid 1px black;
    color: black;
    font-weight: bold;
    padding: 10px;
}

.returnLink {
    float: right;
}

.verticalDivider {
    display: inline;
    border-right: solid 1px #CECECE;
    width: 0px;
    margin: 0 3px;
    font-size: 120%;
}



/* tabs */
.boothTabs {

}

.boothTabs .ajax__tab_body > div {
    float: left;
}

.boothTabs.myTabs.ajax__tab_default .ajax__tab_header > span {
    float:left;
    width:33.33333%; 
}

.editTabs.myTabs.ajax__tab_default .ajax__tab_header > span {
    float:left;
    text-indent: -9999px;
}

.editTabs .ajax__tab_body {
    padding: 0;
}

.editTabs .ajax__tab_header *,
.myTabs {
    zoom: 1.0; /* ie7 hasLayout bug */
}

#content .myTabs .ajax__tab_tab, 
#content .myTabs .tab {
    display: block;
    vertical-align: middle;
    height: 29px;
    padding: 3px 0;
    margin: 0;
    background: url(/assets/img/tabButtonBackground.png) repeat-x;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    text-indent: 0;
    overflow: inherit;
    white-space: normal;
}

#content .editTabs .ajax__tab_tab,
#content .editTabs .tab {
    float: left;
    line-height: 29px;
    padding: 0px 20px;
}

#content .myTabs .ajax__tab_header > span + span .ajax__tab_outer {
    padding-left: 1px;
}

#content .myTabs .ajax__tab_tab:hover,
#content .myTabs .ajax__tab_tab:focus, 
#content .myTabs .ajax__tab_tab:active, 
#content .myTabs .tab:focus,
#content .myTabs .tab:active {
    text-decoration: underline;
    outline: none;   
}

#content .myTabs .ajax__tab_active .ajax__tab_tab, 
#content .myTabs .tab.activeTab {
    background: white;
    color: black;
}

.myTabs.ajax__tab_default .ajax__tab_outer, 
.myTabs.ajax__tab_default .ajax__tab_inner  {
    display: block;
    text-indent: 0;
}
.ajax__tab_body {
    clear: both;
    padding-top: 1px;
}

/* fancygrids */
.fancyGrid {
    width: 100%;
    margin: 5px 0 25px;
}

.fancyGrid caption {
    font-size: 13pt;
    text-align: left;
    margin-bottom: 8px;
}

.fancyGrid .headerRow {
    background: url(/assets/img/orangeButton.gif) repeat-x;
    height: 30px;
    text-align: left;
    text-transform: uppercase;
    white-space: nowrap;
}
.fancyGrid .headerRow {
    color: White;
}

.fancyGrid .headerRow a {
    color: White;
    display: block;
}

.fancyGrid .headerRow a:focus {
    outline: none;
    text-decoration: underline;
}

.fancyGrid .row {
    background-color: #efefef;
}

.fancyGrid .alternateRow {
    background-color: #f7f7f7;
}

.fancyGrid th {
    padding: 0px 10px;
}

.fancyGrid td {
    padding: 5px;
}

.fancyGrid .pager {
    text-align: center;
}

.fancyGrid tr.row:hover,
.fancyGrid tr.alternateRow:hover {
    background-color: #dbdbdb;
}

/* pager */
div.pager, tr.pager table {
    background-color: #ebebeb;
    font-size: 10.5pt;
    font-weight: bold;
    text-align: center;
    line-height: 36px;
    margin: 0 14px;
    clear: both;
}

tr.pager table {
    margin: auto;
    padding: 0 50px;
}

tr.pager table td {
    padding: 0;
}

.pager a {
    text-decoration: underline;
}

.pager .selectedPage, .pager span {
     color: #555555;
     text-decoration: none;
     cursor: default;
}

/* page specific */

/* front page */
#frontContent {
    margin-left: 370px;
}

#fairInfo {
    padding-right: 40px;
    height: 315px;
}

#fairStats div {
    float: left;
    padding: 10px 10px 10px 0;
}

#fairStats div.last {
    padding-left: 25px;
    border-left: solid 1px #cecece;
    white-space: nowrap;
}

#fairStats > div h4 {
    margin: 0;
}

#fairTitle {
    padding-top: 25px;
    clear: both;
   
}

.frontBox {
    background: black;
    width: 50%;
    height: 107px;
    float: left;
    color: White;
    font-size: 8pt;
}

.frontBox a {
    font-size: 7.5pt;
}

.frontBox .frontBoxContent {
    padding: 18px 28px;
}

.frontBox h4 {
    font-size: 12pt;
    font-weight: normal;
}

.frontBox #forEmployers, .frontBox #forCandidates  {
    height: 14px;
    width: 145px;
    text-indent: -9999px;
}
.frontBox #forEmployers {
    background: transparent url(/assets/img/forEmployers.gif) no-repeat;
}
.frontBox #forCandidates  {
    background: transparent url(/assets/img/forCandidates.gif) no-repeat;
}

/* employer list */
#boothList {
    float: left;
    background-color: White;
    height: 513px;
    width: 309px;
}

#boothList #topSection {
    /*height: 421px;
    width: 309px;*/
}

#logoGrid {
    width: 287px;
    margin: 5px 11px;
}

#logoGrid .gridLogo {
    float: left;
    padding: 4px;
    background: url(/assets/img/gridLines.gif) no-repeat;
    text-align: center;
    height: 72px;
    width: 87px;
}

#logoGrid .gridLogo a, #logoGrid .gridLogo img {
    display: block;
}

#logoGrid .gridLogo a:link .boothLogo, #logoGrid .gridLogo a:visited .boothLogo {
    border: solid 1px White;
    font-size: 9pt;
}   

#logoGrid .gridLogo a:focus .boothLogo, #logoGrid .gridLogo a:active .boothLogo, #logoGrid .gridLogo a:hover .boothLogo {
    border: solid 1px #f6861f;
}

#logoGrid .gridLogo a:focus, #logoGrid .gridLogo a:active, #logoGrid .gridLogo a:hover {
    outline: none;  
}

#boothList .boothOrderedList li {
    font-size: 10pt;
    margin: 5px;
}

#boothList .search {
    margin: 14px;
}

#boothList .search .boothSearchText, #boothList .search select {
    height: 28px;
    width: 175px;
    border: solid 1px #cccccc;
    font-size: 13.5pt;
    padding: 0 3px;
}
#boothList .search select {
    width: 183px;
    height: 30px;
    padding: 0;
}

.booth {
    background: url(/assets/img/boothBackground.jpg) no-repeat;
    width: 663px;
    height: 513px;
    float: right;
}

.booth > div, .booth table {
    width: 100%;
    height: 100%;
}
.booth td {
    vertical-align: middle;
}
.boothContentHolder {
    width: 550px;
    margin: auto;
}

.boothContent {
    background: white url(/assets/img/boothGradient.gif) repeat-y;
    padding: 28px;
}

.boothHiddenMessage {
    border: solid 5px #f47019;
    display: block;
    margin: 20px;
    padding: 10px;
    clear: both;
}

.boothInfoHolder {
    background-color: White;
    padding: 15px;
}

.boothLogoHolder {
    float: left;
}

.boothInfo {
    float: right;
    width: 360px;
}    

.searchInfo {
    clear: both;
    margin: 4px 14px 0;
}
.noSearchResults {
    margin: 0 14px 4px;
}



/* forms */
#inputForm,
.inputForm {
    color: #6b6b6b;
    font-weight: bold;
    zoom: 1.0;
}

table.formSection {
    float: left;
    margin-right: 12px;
    border-spacing: 0;
}

.formSection > tr > td,
.formSection > tbody > tr > td {
    padding: 3px 5px 3px 0;
}

.formSection caption {
    font-size: 10.5pt;
    padding: 10px 0;
    color: Black;
    text-align: left;
    text-transform: uppercase;
}

.formSection input[type=text], .formSection input[type=password], .formSection textarea, .formSection select {
    width: 150px;
    border: solid 1px #cccccc;

    background-color: #f2f2f2;
    font-family: Arial;
    font-size: 9pt;
    font-weight: bold;
    color: Black;
    padding: 3px;
}

.formSection.wider input[type=text], .formSection.wider input[type=password], .formSection.wider textarea, .formSection.wider select {
    width: 500px;
}
.formSection input[type=text], .formSection input[type=password] {
    height: 15px;
}

.formSection textarea {
    height: 46px;
}

.formSection input[type="text"].textWaterMark {    
    color: #898989;
}

.formSection .largeArea {
    height: 200px;
}

/* booth */
.previousBoothLink {
    float: left;
}

.nextBoothLink {
    float: right;
}

.previousBoothLink, .nextBoothLink {
    font-weight: bold;
}

.previousBoothLink img, .nextBoothLink img {
    height: 40px;
    width: 50px;
}

#sideBar {
    float: right;
}

.sideBarSection {
    background: #1a1a1a url(/assets/img/glowingBackBackground.jpg) no-repeat bottom;
    color: White;
    width: 157px;
    padding: 25px 30px;
    margin: 0 0 10px 43px;
}

.sideBarSection h4 {
    font-size: 12pt;
}

.sideBarSection #employerFilesHeader {
    background: url(/assets/img/employerFiles.gif) no-repeat;
    text-indent: -99999px;
}

.sideBarSection #employerLinksHeader {
    background: url(/assets/img/employerLinks.gif) no-repeat 2px;
    text-indent: -99999px;
}

.sideBarSection #employerVideosHeader {
    background: url(/assets/img/employerVideos.gif) no-repeat 2px;
    text-indent: -99999px;
}

.sideBarSection ul {
    padding: 0;
    margin: 0;
}

.sideBarSection li {
    list-style: none;
    margin: 3px 0;
}

.sideBarSection .videoLink {
    display: block;
    background: transparent url(/assets/img/smallOrangePlayButton.gif) no-repeat scroll 0 2px;
    color: white;
    padding-left: 20px;
    padding-bottom: 3px;
}

#boothContent {
    color: #444444;
}

#boothContent h3 {
    color: Black;
    font-size: 10.5pt;
    margin: 10px 0 10px;
}

/* view candidate */
.candidateStatus {
    height: 20px;
}

.profileDetails dt {
    float: left;
    color: #6b6b6b;
    font-weight: bold;
    clear: left;
}

.profileDetails dd {
    margin-left: 150px;
    padding-bottom: 10px;
}

.resume {
    border: solid 3px #777;
    margin: 10px;
    padding: 50px;
}

#interviewSection .video {
    float: left; 
}

#interviewSection .video #playercell {
    float: left; 
}

#interviewSection .responseList {
    float: right;
    width: 400px;
}

#interviewSection .responseList h4 {
    text-transform: uppercase;
    font-size: 11pt;
    padding-bottom: 20px;
}

#interviewSection .responseList h6 {
    font-size: 8pt;
}

.inviteTabActive
{
	padding:5px;
	background-color:#6b6b6b;
	float:left;
	font-family:Arial;
	font-size:18px;
	color:#fff;
	cursor:pointer;
}

.inviteTab
{
	padding:5px;
	background-color:#ccc;
	float:left;
	font-family:Arial;
	font-size:18px;
	color:#333;
	cursor:pointer;
}
.inviteTab:hover
{
	padding:5px;
	background-color:#6b6b6b;
	float:left;
	font-family:Arial;
	font-size:18px;
	color:#fff;
	cursor:pointer;
}