/*---------------------------------
	BKV
-----------------------------------*/
/* -------------------- template ---------------------- */
.bb_container {
	position:relative;
	width:1020px;
	/* height:670px; */
	margin:0 auto;
	top:10px;
}

.header_box {
	position: relative;
	width: 100%;
	height: 70px;
	padding-left: 25px;
	padding-right: 5px;
	border: 1px solid #CCC;
	display: block;
	/*background: rgb(252,252,252); /* Old browsers */
	/*background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(224,224,224,1) 100%); /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(224,224,224,1))); /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%); /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%); /* Opera11.10+ */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
	/*background: linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%); /* W3C */
	background:#d1332a;
} 

.logo {
    /*color: #f42837;*/
    color: #fff;
    font-size: 24px;
    font-weight: bold;
	position:absolute;
	top:23px;
}

.bb_contheader {
	width:100%;
	height:85px;
	margin-top:10px;
}

.bb_contheader > em {
	font-style:normal;
	font-size:0.9em;
	color:#777;
}

.bb_contbody {
	width:100%;
	height:465px;
	overflow:hidden;
}

.bb_jobheader {
	width:100%;
	height:175px;
	position:relative;
	/* margin-top:10px; */
	overflow:hidden;
}

.bb_jobbody {
	width:100%;
	height:375px;
	position:relative;
	overflow:hidden;
}

.bb_sbblock {
	width:100%;
	height:26px;
	padding-top:3px;
	margin-bottom:2px;
	text-align:center;
	font-weight:normal;
	font-size:14px; /*Pixels for consistancy*/
	text-shadow:0 1px 0 #fff;
	color:#666;
	text-decoration:none;
	vertical-align: middle;
}

a.bb_sbbutton,
button.bb_sbbutton {
	width:100% !important;
    display: table;
    margin: 0 auto;
}

.bg_green {
	background-color:#4dbf4d;
}

.green {
	color:#4dbf4d;
}

.bg_lgreen {
	background-color:#c3f8c3;
}

.lgreen {
	color:#c3f8c3;
}

.bg_blue {
	background-color:#4bb4fa;
}

.blue {
	color:#4bb4fa;
}

.bg_red {
	background-color:#ff5959;
}

.red {
	color:#ff5959;
}

.bg_gray {
	background-color:#e9e9e9;
}

.gray {
	color:#e9e9e9;
}

.darkgray {
	color:#333333;
}

.bg_yellow {
	background-color:#febf00;
}

.yellow {
	color:#febf00;
}

.bg_pink {
	background-color:#ff66a1;
}

.pink {
	color:#ff66a1;
}

.bg_purple {
	background-color:#9966ff;
}

.purple {
	color:#9966ff;
}

.bb_shadow {
    border: 1px solid #FFFFFF;
	-webkit-box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1); /* WebKit */
	-moz-box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1); /* Firefox */
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1); /* Standard */
    margin-left: 0.833333%;
    margin-right: 0.833333%;
    position: relative;
    width: 98.3333%;
    z-index: 1;
}

.bb_sbl_shadow {
	-webkit-box-shadow: 5px 0 0 0 white, 10px 0 3px -4px rgba(0, 0, 0, 0.1); /* WebKit */
	-moz-box-shadow: 5px 0 0 0 white, 10px 0 3px -4px rgba(0, 0, 0, 0.1); /* Firefox */
	box-shadow: 5px 0 0 0 white, 10px 0 3px -4px rgba(0, 0, 0, 0.1); /* Standard */
}

.bb_sbr_shadow {
	-webkit-box-shadow: -5px 0 0 0 white, -10px 0 3px -4px rgba(0, 0, 0, 0.1); /* WebKit */
	-moz-box-shadow: -5px 0 0 0 white, -10px 0 3px -4px rgba(0, 0, 0, 0.1); /* Firefox */
	box-shadow: -5px 0 0 0 white, -10px 0 3px -4px rgba(0, 0, 0, 0.1); /* Standard */
}

.bb_body {
	/*background:#f2efe9;*/
	background:#e5f2fb;
	height:580px;
	z-index:1000;
}

.bb_content {
	position:absolute;
	top:100px;
	left:160px;
	padding:10px;
	width:640px;
	height:525px;
	overflow:hidden;
}

.bb_footer {
	position:relative;
	z-index:1000;
	top:5px;
	width:100%;
}

/*---------------------------------
	ICONS
-----------------------------------*/
.icon-notanicon {
        font-family: Arial, Helvetica, Geneva, SansSerif;
        font-weight: bold;
		font-size: 1.2em !important;
		margin-top: -1px;
}

td.icn { width:145px; }

/*---------------------------------
	IBOX
-----------------------------------*/
#ibox{
    position:absolute;
    overflow-y:none;
    background:#fff;
    border:1px solid #ccc;
    z-index:1001;
    display:none;
    padding:4px;
    -webkit-box-shadow: 0px 0px 6px 0px #bbb;
    -moz-box-shadow: 0px 0px 6px 0px #bbb;
    box-shadow: 0px 0px 6px 0px #bbb; 
}
#ibox img{
    border:1px solid #444;
}
#ibox br{
    clear:both;
}

/*---------------------------------
	OVERWRITES
-----------------------------------*/
body {
	color:#4a4a4a;
}

a {
	text-decoration:none;
}

button.small, a.btn.small, a.button.small{font-size:12px;}

input.small {
	font-size:0.8em;
}

.menu li a{
	font-size:0.8em;
}

*[class*="col_"]{
	margin-top:0;
	margin-bottom:0;
}

.square {
	-moz-border-radius:0 !important;
	-webkit-border-radius:0 !important;
	border-radius:0 !important;
}

/* legend */
div.legend {
	font-size:0.7em;
	width:100%;
	height:15px;
	overflow:visible;
}


/*---------------------------------
	LISTS
-----------------------------------*/
ul, ol{
padding:0;
margin:0 0 20px 25px;
}

	li{
	padding:5px 0;
	margin:0;
	}

ul.alt{
padding:0;
margin:0 0 20px 0;
}

ul.alt li {
    background: none;
    padding-left: 10px;
}
	
	
/*---------------------------------
	TABLES
-----------------------------------*/
	table {
		background:#FFFFFF;
	}
/* scrollable */
	table.scrollable {
        display: table;
        width: 100%;
    }
    table.scrollable thead, table.scrollable tbody {
        float: left;
        width: 100%;
    }
    table.scrollable tbody {
        overflow: auto;
    }
    table.scrollable tr {
        width: 100%;
        display: table;
        text-align: left;
    }
	table.scrollable th:last-child, table.scrollable td:last-child {
		border-right: 0;
	}
/* apprenticeship */
    table.apprenticeship tbody {
        height: 390px;
    }
	table.apprenticeship th:nth-child(1), table.apprenticeship td:nth-child(1) {
        width: 500px;
	}
	table.apprenticeship th:nth-child(2), table.apprenticeship td:nth-child(2) {
        width: 150px;
	}
	/*IE < 9*/
	table.apprenticeship th.col1, table.apprenticeship td.col1 {
        width: 500px;
	}
	table.apprenticeship th.col2, table.apprenticeship td.col2 {
        width: 150px;
	}
/* contact */
    table.contact tbody {
        height: 230px;
    }
	table.contact th:nth-child(1), table.contact td:nth-child(1) {
        width: 490px;
	}
	table.contact th:nth-child(2), table.contact td:nth-child(2) {
        width: 150px;
	}
	/*IE < 9*/
	table.contact th.col1, table.contact td.col1 {
        width: 490px;
	}
	table.contact th.col2, table.contact td.col2 {
        width: 150px;
	}
/* school */
    table.school tbody {
        height: 390px;
    }
	table.school th:nth-child(1), table.school td:nth-child(1) {
        width: 490px;
	}
	table.school th:nth-child(2), table.school td:nth-child(2) {
        width: 150px;
	}
	/*IE < 9*/
	table.school th.col1, table.school td.col1 {
        width: 490px;
	}
	table.school th.col2, table.school td.col2 {
        width: 150px;
	}
	
/* -------------------- Image preview/thumbnail ---------------------- */
a.preview {
	font-size: 0.8em;
	text-align:center;
	width:120px;
	height:100px;
	overflow:hidden;
	padding:5px;
	margin-bottom:5px;
}
a.preview img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}
div.preview {
	display:inline-block;
	height:65px;
	overflow:hidden;
}

/* -------------------- Image main slider ---------------------- */
img.mainslider {
	float:left;
	height:100px;
	width:auto;
	border: 2px solid #f2efe9;
	margin-right:15px;
}
	
/* -------------------- Small Tabs ---------------------- */
ul.smalltabs{
margin:10px 0 -3px 0;
padding:0;
width:100%;
/*border-bottom:1px solid #e5e5e5;*/
float:left;
font-size:0;
}

	ul.smalltabs.left{text-align:left;}
	ul.smalltabs.center{text-align:center;}
	ul.smalltabs.right{text-align:right;}
	ul.smalltabs.right li{margin:0 0 0 -2px;}

	ul.smalltabs li{
	font-size:12px;
	list-style-type:none;
	margin:0 -2px 0 0;
	padding:0;
	display:inline-block;
	*display:inline;/*IE ONLY*/
	position:relative;
	top:0;
	left:0;
	*top:1px;/*IE 7 ONLY*/
	zoom:1;
	}
	
	ul.smalltabs li a{
	text-decoration:none;
	color:#666;
	display:inline-block;
	padding:7px 7px;
	position: relative;
	top:0;
	left:0;
	line-height:100%;
	background:#f5f5f5;
	-webkit-box-shadow: inset 0px -3px 3px rgba(0,0,0,0.03);
	-moz-box-shadow: inset 0px -3px 3px rgba(0,0,0,0.03);
	box-shadow: inset 0px -3px 3px rgba(0,0,0,0.03);
	border:1px solid #e5e5e5;
	border-bottom:0;
	font-size:0.9em;
	zoom:1;
	}
	
	ul.smalltabs li a:hover{
	background:#fff;
	}
	
	ul.smalltabs li.current a{
	position:relative;
	top:1px;
	left:0;
	background:#fff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color:#222;
	}
	
	.smalltab-content{
	border:1px solid #efefef;
	border:1px solid #e5e5e5;
	background:#fff;
	clear:both;
	padding:20px;
	margin:0;
	}

.selectable tbody tr:hover > td {
	cursor:pointer;
}
td.selected {
    position: relative;
}
td.selected:before {
    content: "\f00c"; 
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	color:#33CC00;
    padding-right: 0.5em;
}

td.collapsed {
	background-image: url('/img/icon-collapsed.png');
}
td.expanded {
	background-image: url('/img/icon-expanded.png');
	border:1px solid;
	border-color:#f42837;
}
td.collapsed, td.expanded {
	background-repeat:no-repeat;
	background-position:4px 8px;
	text-indent:0.6em;
}

/* -------------------- Fancybox ---------------------- */
#fancybox-outer {
	background: #f2efe9;
}

#fancybox-content {
	border-color: #f2efe9;
}