/*-------
CSS Reset
---------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*----------------------------------------------
end reset
------------------------------------------------*/

.clear {
	clear:both;	
}

/*------
--------------------
General Styles
----------------------
--------------*/
.background,html {
	background:black url(images/kdb-invitation-bg-m.jpg) no-repeat;
	width:1365px;
	height:700px;	
}

.dark-bg {
	background:grey;
	color:white;
	font-weight:bolder;	
	padding: 5px 0px 5px 7px;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
}
.content-block {
	margin: 0px 0px 30px 0px;
	border:1px solid #A2A2A2;
	background:#E3E3E3;
	border-radius: 8px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	
}
.content {
	margin: 20px 10px 30px;	
	
}
.content-fl {
	width:50%;
	float:left;	
}
.content-fr {
	width:50%;
	float:right;	
}
/*-------------
----------------------
Header
--------------------
----------------*/

.header {
	position:relative;
}

/*---------------------
-----------------
EF Navigation
-----------------
--------------------*/
.ef-navigation {
	position:relative;	
}

a.back-home {
	color:white;
	display:block;
	margin: 10px 0px 0px 0px;
	text-decoration: none;
	/*border-radius: 5px;
	box-shadow: 0px 0px 5px 1px black;*/
	position:fixed;
	text-indent:-9999px;
	text-align:center; 
	top:0px;
	left:30px;
	
	width:auto;
	height:auto;
}
a.back-home:hover {
	text-decoration:underline !important;
}

a.back-home img {
	width:170px;
	
	position:absolute;
	top:0px;
	left:0px;
}
/*-------------
----------------------
Main Wrapper
--------------------
----------------*/
.main-content-wrapper { 
	width:900px;
	margin: 20px auto 100px;
}
.employment-form {
	padding: 0px 0px 50px 0px;
		
}

/*-------------
------------------------
Content
------------------------
----------------*/
.content label {
	background:grey;
	/*border-top-left-radius:5px;
	border-bottom-left-radius:5px;*/
	color:white;
	width:100px;
	padding: 10px 5px;
	float:left;
}
.content-input {
	height: 30px;
	width:200px;
	margin: 0px 0px 20px;
	float:left;	
}
textarea {
	width:860px;
	height:100px;	
}

/*-------------
-------------------------
Personal Section
-------------------------
----------------*/
.personal-content-wrapper {
	margin: 0px 0px 0px 60px;
	
}


/*-------------
-------------------------
Employment Section
-------------------------
----------------*/
.employment-date {
	width: 125px;
}


/*-------------
------------------------
Schedule Calendar
-------------------------
----------------*/


/*--------
schduling title
--------*/
.block-title {
	font-size:26px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 10px 10px 5px;	
}
.scheduling-container > p{
	margin: 5px 10px 10px;
}
/*-----*/
.schedule-calendar-container {
	margin: 20px 0px 20px;	
}
#schedule-calendar {
	width:100%;		
}
.schedule-main-title-row {
	background:grey;
	padding: 5px 0px 5px 0px;
	text-align:center;	
	color:white;
}
.schedule-first-row-title {
	width:121.25px;
	float:left;
	display:block;
	text-indent:-9999px;
}

.day-title {
	width:108px; /*111.25*/
	float:left;
}

.schedule-row-title {
	width:119.25px; /*og 121.25*/
	height:42px; /*40*/
	border: 1px solid #adadad;
	float:left;
	display:block;
	padding:10px 0px 0px 0px;
	text-align:center;
}
.day-block {
	width:108.96px; /*og 111.25px || 109.25 */
	height:50px;
	border: 1px solid #ADADAD;
	float:left;
}




/*--------------
Skills Section
---------------*/
.skills-label {
	width:50px !important;	
}
.skills-input {
	width:350px !important;	
}

/*--------------
School Section
---------------*/

.school-wrapper {
	padding: 0px 0px 15px;
	margin: 10px 0px 20px;
	border-bottom:1px solid #8A8A8A;
}
.school-wrapper label {
	padding-left:20px;
	width:120px;		
}


/*--------------
Personal Section
---------------*/
.personal-reference-container input {
	width: 300px;
}
.personal-reference-container .ref-occupation-input {
	width:595px;	
		
}

.content .per-ref-label {
	width:220px;
		
}

.reference-wrapper {
	padding-bottom: 5px;	
	margin-bottom: 20px;
	border-bottom:1px solid grey;
}



/*--------------
Agreement Section
---------------*/


.agreement-container .content p{
	margin: 0px auto 30px;	
}
/*--------------
Position Design
---------------*/
.position-desired {
	margin: 0px 0px 0px 57px;
	width:100%;	
}
.position-desired > label{
	width: 150px;	
}
.position-desired > input {
	width: 590px !important;	
}
/*--------------------------------------------------------------------
------------------------------------------------------------
----------------------------------------------
Thank you page
-------------------------------
*/

.submit-button {
	padding:10px 15px 10px;
	background:grey;
	border:none;
	cursor: pointer;
	border-radius:4px;
	color:white;
	font-weight:bolder;
	border-top:1px solid #DADADA;
	border-bottom:1px solid #484848;
		
}
.submit-button:hover {
	background:#5C5C5C;	
}
.thank-you-block {
	text-align:center;
	font-size:18px;
		
}
.k-label {
	background:grey;
	/*border-top-left-radius:5px;
	border-bottom-left-radius:5px;*/
	color:white;
	
	padding: 10px 5px;
	float:left;	
	margin: 5px 0px 5px 0px;
}











