body {
	font-family:verdana;
	font-size:10px;
	text-align:left;
	line-height:14px;
}


img.cropped {
	width:320px;
	height:240px;
	object-fit: cover;
}
#header {
	position:absolute;
	top:40px;
	left:40px;
	z-index: 20;
	background-color: white;
	padding-right: 15px;
	padding-bottom: 15px;
}

#header h2 a {
	font-family:arial;
	margin:0px;
	padding:0px;
	text-transform:uppercase;
	font-size:14px;
}

#header h2 a:hover {
	text-decoration:none;
}
#contact {
	margin-top:16px;
	display:none;
}


#left {
	position:absolute;
	left:50%;
	margin-left:-328px;
	top:50%;
	margin-top:-128px;
	width:320px;
	height:256px;
	overflow:hidden;
	z-index: 10;;
	}
	
embed {
	background-color:#000000;
}
	
#right {
	position:absolute;
	left:50%;
	top:50%;
	margin-left:8px;
	margin-top:-128px;
	width:320px;
	height:256px;
	overflow:hidden;
	text-align:left;
	}
	
	
#left2 {
	position:absolute;
	left:20px;
	padding-top:30px;
	top:20px;
	width:320px;
	z-index: 10;
	}
	
#right2 {
	position:absolute;
	left:355px;
	top:315px;
	width:650px;
	overflow:hidden;
	text-align:left;
	padding-top:30px;
	}
	
#right3 {
	position:absolute;
	left:1036px;
	top:315px;
	width:200px;
	overflow:hidden;
	text-align:left;
	padding-top:30px;
	}



#top {
	position:absolute;
	left:355px;
	top:20px;
	width:650px;
	height:260px;
	overflow:hidden;
	z-index: 10;;
	padding-top:30px;
	}

#justadded {
	position:absolute;
	left:355px;
	top:20px;
	width:650px;
	height:260px;
	overflow:hidden;
	z-index: 12;
	padding-top:30px;
	background-color:white;
	}
	
#tags_list {
	display:none;
	}
#search_list {
	display:none;
	}
#search2_list {
	display:none;
	}

.text {
	position:absolute;
	top:0px;
	left:0px;
	height:256px;
	overflow:auto;
	width:310px;
	padding-right:10px;	
	font-family:arial;
}
	
.menubord {
	position:absolute;
	bottom:0px;
	height:25px;
	background-color:white;
	width:320px;
	}
.menu {
	position:absolute;
	bottom:0px;

	width:320px;
	border-style:solid;
	border-color:black;
	border-width:1px;
	border-color:#bcbbbb;
	border-left-style:none;
	border-right-style:none;
	padding:0px;
	margin:0px;
	margin-top:10px;
	padding-top:1px;
	z-index:100;
	background-color:white;
}

.menu2 {
	position:absolute;
	top:0px;

	width:100%;
	border-style:solid;
	border-color:black;
	border-width:1px;
	border-color:#bcbbbb;
	border-left-style:none;
	border-right-style:none;
	padding:0px;
	margin:0px;
	margin-bottom:10px;
	padding-top:1px;
	z-index:100;
	background-color:white;
}


h3 {
	margin:0px;	
	letter-spacing:1px;
	font-size:10px;
	text-transform:uppercase;
	font-family:verdana;
}	

p {
	margin-top:8px;
	}

a {
	text-decoration:none;
	color:black;
	font-weight:bold;
	font-size:10px;
	font-family:verdana;
	outline-style:none;
}

a:hover {
	text-decoration:underline;
	outline-style:none;	
}

ul.projects_list {
	margin:0px;
	padding:0px;
	margin-top:8px;
}

li {
	list-style-type:none;
	padding:0px;
	margin:0px;
}


a.company {
	font-weight:normal;
	}

a.year {
	font-weight:normal;
	}

#mycustomscroll {
/* Typical fixed height and fixed width example */
height: 256px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: white;
margin: 0px;
padding-right: 10px;
overflow: auto;
margin-bottom:10px;
}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
height: 256px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: white;
margin: 0px;
padding-right: 10px;
overflow: auto;
margin-bottom:10px;
}


/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 4px;
background-color: white;
}
.vscrollerbar {
width: 4px;
background-color: black;
cursor:pointer;
}
.hscrollerbase {
height: 4px;
background-color: white;
}
.hscrollerbar {
height: 4px;
background-color: black;
cursor:pointer;

}

.scrollerjogbox {
width: 4px;
height: 0px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
border-style:solid;
border-width:20px;
border-color:#bcbbbb;
}

.highlight {
	color:#cccccc;
}

.petit {
	font-weight:normal;

}

.tag {
	color:gray;
	font-family:arial;
}

.tag_activate {
	color:black;
}

input {
	border-style:solid;
	border-width:1px;
	border-color:#bcbbbb;
	width:100px;
	}
	
input2 {
	border-style:solid;
	border-width:1px;
	border-color:#bcbbbb;
	width:300px;
	}

.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
	overflow-y:hidden;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('../img/indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}
	
img.spacer {
	background-color: #4c3a3a;
	width: 66px;
	height: 66px;
}

img.spacer {
	background-color: #4c3a3a;
	width: 66px;
	height: 66px;
}

.result_items {
	display: none;
	padding-right: 2px;
	padding-left: 2px;
	overflow-y:hidden;

}

b.result_items {
	border-bottom-style:solid;
	border-width:1px;
	}


.red {color:red;border-color:red;}

.secondary, .secondary * {
	color:#999;
}

.backtotop {
	display:none;
}