﻿html, body{
    background-color: #FFFFFF;
    height: 100%;
    margin: 0;
    }

#preload{
    display: none;
}

td{
	font-size: 11px;
}
img{
	border: none;	
}

#grey{
	background-color: #CCC;
}

/*
------------------------------------------------------------------------
HEADER SECTION
------------------------------------------------------------------------
*/
#Header{
    height: 160px;
    width: 100%;
    background-image: url(../media/foundations/header-bg.jpg);
    background-repeat: repeat-x;
    background-color: #CC0000;
    clear: both;
}

#HeaderTopSection{
    width: 960px;
    height: 130px;
    margin: 0px auto 0px auto;
}

#HeaderNavigation{
	width: 960px;
	height: 30px;
	overflow: hidden;
	margin: 0px auto 0px auto;
	float: left;
}

#HeaderLogo{
	width: 180px;
	height: 80px;
	margin-top: 35px;
	margin-left: 50px;
	float: left;
	margin-bottom: 15px;
}



#Wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -160px;
}

#Push{
     height: 160px;
}

#LoginStatus{
	width: 600px;
	text-align: right;
	padding: 5px;
	font-size: 90%;
	color: #FFF;
	float: right;
	margin-bottom: 80px;
}

#LoginStatus a:link, .NavLoggedin a:link{
	color: #FFF;
	text-decoration: none;
	
}
#LoginStatus a:visited, .NavLoggedin a:visited{
	color: #FFF;
	text-decoration: none;
}

#LoginStatus a:hover, .NavLoggedin a:hover{
	color: #CCC;
	text-decoration: none;
}

#LoginStatus a:active, .NavLoggedin a:active{
	color: #FFF;
	text-decoration: none;
}



/*
------------------------------------------------------------------------
FOOTER SECTION
------------------------------------------------------------------------
*/
#Footer{
    height: 160px;
    width: 100%;
    background-image: url(../media/foundations/header-bg.jpg);
    background-repeat: repeat-x;
    background-color: #CC0000;
    }

#FooterInner{
    width: 960px;
    height: 130px;
    margin: 0px auto 0px auto;
}

#FreeService{
    width: 173px;
    height: 168px;
    position: relative;
    left: -60px;
    top: -18px;
    z-index: 5;
    background-image: url(../media/freeservice.png);
    background-repeat: no-repeat;
}
#FooterRight{
    width: 600px;
    height: auto;
    float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #FFF;
	text-align: right;
	margin-top: 40px;
}



#FooterRight a:link{
	color: #FFF;
	text-decoration: none;
}

#FooterRight a:visited{
	color: #FFF;
	text-decoration: none;
}

#FooterRight a:hover{
	color: #333;
	text-decoration: none;
}

#FooterRight a:active{
	color: #FFF;
	text-decoration: none;
}

/*
------------------------------------------------------------------------
NAVIGATION
------------------------------------------------------------------------
*/

#HeaderNavigation ul, #HeaderNavigation li{
    margin: 0;
    padding: 0;
    display: inline;
    list-style-type: none;
    text-align: center;
    
    
}

.MenuItem{
    background-image: url(../media/foundations/menu-black.jpg);
	height: 30px;
	width: 192px;
	overflow: hidden;
	background-position: 0px 0px;
	float: left;
	display: block;
	text-decoration: none;
	color: #FFF;
	padding-top: 0.4em;
    padding-bottom: 0.5em;
    font-size: 110%;
}


#HeaderNavigation a:link{
	text-decoration: none;
	color: #FFF;
}

#HeaderNavigation a:visited{
	text-decoration: none;
	color: #FFF;
}

#HeaderNavigation a:hover{
	text-decoration: none;
	color: #FFF;

}

#HeaderNavigation a:active{
	text-decoration: none;
	color: #FFF;
}


#IntroImage{
    width: 940px;
    height: 245px;
    overflow: hidden;
    border-bottom: solid 1px #CCC;
    margin: 0px auto 5px auto;
    clear: both;
}

#StrapLine h1{
    font-size: 150%;
    font-weight: normal;
    color: #333;
    text-align: left;
    margin: 5px 0px 5px 0px;
}



/*
------------------------------------------------------------------------
SECTIONS - BASIC LAYOUT PARAMS
------------------------------------------------------------------------
*/

.HeaderImage{
    width: 460px;
    height: 30px;
    margin-top: 5px;
    margin-bottom: 15px;
}

.ButtonRight{
    width: 180px;
    height: 30px;
    float: right;
    clear: both;
    margin: 20px 0px 20px 0px;
}

.ButtonLeft{
    width: 180px;
    height: 30px;
    float: left;
    clear: both;
    margin: 20px 0px 20px 0px;
}


/*
------------------------------------------------------------------------
HOME PAGE
------------------------------------------------------------------------
*/

#Illustration1, #Illustration2, #Illustration3, #Illustration4{
    width: 218px;
    height: 108px;
    margin: 0px auto 5px auto;
    background-color: #CCC;
    text-align: center;
    border: solid 1px #CCC;
    overflow: hidden;
}




/*
------------------------------------------------------------------------
SPACERS & RULERS
------------------------------------------------------------------------
*/


.Sep10{
    width: auto;
    height: 10px;
    clear: both;
}   

.Sep20{
    width: auto;
    height: 20px;
    clear: both;
}

.Ruler{
	width: auto;
	height: 1px;
	background-color: #CCC;
	margin: 3px 0px 3px 0px;
	clear: both;
}

/*
------------------------------------------------------------------------
LIST TYPES
------------------------------------------------------------------------
*/

.BlueTick ul{
	margin: 0 0;
	padding: 0 0;
}

.BlueTick li{
	list-style-image: url('../media/icon/tickblue.png');
	list-style-position: outside;
	padding: 1px 0px 1px 10px;
	margin-left: 20px;
}




/*
------------------------------------------------------------------------
SIDE NAV
------------------------------------------------------------------------
*/

.SideNav{
	margin: 0 0;
	padding: 0 0;
}

.SideNav ul{
	margin: 0 0;
	padding: 0 0;
}

.SideNav li{
	list-style-type: none;
	margin-left: 0px;
	padding: 0;
	list-style-position: inside;
}


/*
COMPANY BROWSE CANDIDATE
*/

.SpecificJobRoles{
	width: 670px;
	height: auto;
	background-color: #F0F0F0;
	padding: 10px;
	float: left;
}


.ProductHilight{
	width: auto;
	height: auto;
	padding: 5px;
	background-color: #F0F0F0;
	margin: 5px 0px 10px 0px;
}


/*
------------------------------------------------------------------------
SUBMISSION FORMS
------------------------------------------------------------------------
*/
.FormItem {
	margin: 4px 0px 10px 0px;
}

.FormLabel{
	display: block;
	width: 90%;
	margin: 0px 0px 3px 0px;
	color: #006699;
}

.FormSectionTitle{
	font-size: 120%;
	font-weight: bold;
	color: #006699;
}

.FormTip{
	width: auto;
	height: auto;
	background-color: #EAEAEA;
	padding: 5px;
	color: #333;
	line-height: 150%;
	font-size: 90%;
	margin-bottom: 2px;
}

.FormSectionWrapper{
	width: 600px;
	height: auto;
	border: solid 1px #CCC;
	padding: 20px;
	margin: 10px auto 10px auto;
}

.FormSectionWrapper textarea{
	width: 100%;
	height: 160px;
}	

.FormSectionWrapper .input{
	width: 100%;
}	

.FormSectionExperience{
	width: auto;
	height: auto;
	padding: 10px;
	background-color: #F6F6F6;
}


.TextAreaCharCount{
	width: auto;
	height: auto;
	padding: 4px;
	color: #C00;
	clear: both;
	margin-top: 5px;

}

.FormSectionExperienceInnerRepeat{
	width: auto;
	height: auto;
	padding: 10px;
	background-color: #EDEDED;
	margin-top: 2px;
}
.FormName{
	font-size: 140%;
	color: #006699;
	font-weight: bold;
}

.FormSectionWrapper p{
	margin: 2px 0px 4px 0px;
	line-height: 150%;
	color: #333;

}

#SubmitButton{
	width: 150px;
	height: auto;
}
#SaveButton{
	width: 180px;
	height: 30px;
}
.FormItem select{
	font-size: 95%;	
}



.AppHomeExample{
	width: auto;
	height: 55px;
	padding: 5px;
	background-color: #09C;
	font-size: 85%;
	color: #FFF;
}

.DateFromTo{
	width: 100px;
}

.FormTerms{
	width: auto;
	height: 160px;
	overflow: scroll;
	font-szie: 85%;
	border: solid 1px #CCC;
	padding: 5px;
}

/*
------------------------------------------------------------------------
BROWSE CANDIDATES
------------------------------------------------------------------------
*/

.StoreMenu{
	margin-top: 20px;	
}

.SectorMenu ul{
	list-style: none;
	margin: 0px 0px 0px -30px;
	padding: 0;
	width: auto;
	font-size: 90%;
	color: #000;
}

.SectorMenu li{
	padding: 4px 4px 4px 4px;
	border: solid 1px #CCC;
	background-color: #F0F0F0;
	color: #828282;
	margin-bottom: 2px;
}
 
.StoreMenu a:link{
	color: #828282; 
	text-decoration: none;
 }

#SectorImage{
	width: 700px;
	height: 200px;
	overflow: hidden;
	clear: both;
	margin-bottom: 10px;
}


.NoMatches{
	width: 700px;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}

.CategoryIcon{
	width: 180px;
	height: 160px;
	float: left;
	margin: 4px;
}
.SectorMenuItem{
	width: 220px;
	height: 35px;
	margin-bottom: 4px;
	display: block;
}
.JobTypeWrapper{
	width: auto;
	height: auto;
	margin-bottom: 5px;
	clear: both;
	background-color: #F2F2F2;
	padding: 5px;
	border-bottom: solid 1px #CCC;
}
.JobTypeRepeater{
	width: auto;
	height: auto;
	margin-right: 10px;
	margin-bottom: 5px;
	float: left;
	color: #6D6D6D;
	font-size: 90%;
	border-bottom: dotted 1px #CCC;
}
.JobTypeRepeater a:link{
	text-decoration: none;
	color: #6D6D6D;
}

.JobTypeRepeater a:visited{
	text-decoration: none;
	color: #6D6D6D;
}

.JobTypeRepeater a:hover{
	text-decoration: none;
	color: #333;
	border-bottom: dotted 1px #666;
}

.JobTypeRepeater a:active{
	text-decoration: none;
	color: #6D6D6D;
}


.CandidateRepeater{
	width: 678px;
	height: auto;
	padding: 10px;
	border: solid 1px #CCC;
	background-color: #FFF;
	margin-bottom: 10px;
}

.CandidateRepeater:hover{
	border: solid 1px #666;
}

.CandidateRepeaterName{
	width: 400px;
	float: left;
	font-size: 120%;
	color: #006699;
	font-weight: bold;
}

.CandidateRepeaterView{
	width: 150px;
	float: right;
	text-align: right;
	margin-bottom: 10px;
}

.CandidateRepeaterRuler{
	width: auto;
	height: 1px;
	background-color: #CCC;
	margin-top: 5px;
	margin-bottom: 5px;
	clear: both;
}

.CandidateRepeaterCol1{
	width: 225px;
	height: auto;
	float: left;
	margin-right: 5px;
	font-size: 105%;
	color: #666;
}
.CandidateRepeaterCol2{
	width: 280px;
	height: auto;
	float: left;
}

.CandidateRepeaterCol3{
	width: 160px;
	height: auto;
	float: right;
}

.CandiateRepeaterText{
	font-size: 90%;
	color: #666;
}




a:link{
	text-decoration: underline;
	color: #666;
}

a:visited{
	text-decoration: underline;
	color: #666;
}

a:hover{
	text-decoration: none;
	color: #333;

}

a:active{
	text-decoration: underline;
	color: #666;
}
.OptionWrapper {
	float: left;
	height: auto;
	width: 700px;
	margin-bottom: 15px;
}
