@import '../form.css';
@import '../v2.footer.css';

body {
  margin: 0px;
  padding: 0px;
	text-align: left;
}

#container_cv {
	padding: 10px;
}

/**
 * Attached files
 */
#container_cv div.attached_files {
	position: absolute;
	right: 0px;
	top: 0px;
	margin-right: -85px;
}
#container_cv div.attached_files ul {
	list-style-type: none;
}
#container_cv div.attached_files ul li {
	margin-left: 10px;
}
#container_cv div.attached_files ul li a span {
	display: block;
	padding-top: 34px;
	font-size: 10px;
	color: #666;
	text-align: center;
}
#container_cv div.attached_files ul li a {
	display: block;
	width: 80px;
	height: 52px;
	background-repeat: no-repeat;
	background-position: 45% 5px;
	padding: 5px;
}
html > body #container_cv div.attached_files ul li a {
	width: 70px;
}
#container_cv div.attached_files ul li a:hover {
	background-color: #efefef;
	text-decoration: none;
}

#container_cv div.attached_files ul li a {
	background-image: url(/images/cv/files/unknown.32px.png);
}
#container_cv div.attached_files ul li.doc a {
	background-image: url(/images/cv/files/doc.32px.png);
}
#container_cv div.attached_files ul li.pdf a {
	background-image: url(/images/cv/files/pdf.32px.png);
}
#container_cv div.attached_files ul li.xml a {
	background-image: url(/images/cv/files/xml.32px.png);
}
#container_cv div.attached_files ul li.txt a {
	background-image: url(/images/cv/files/txt.32px.png);
}

/**
 * Links to translations
 */
#container_cv div.lang {
	position: absolute;
	top: 0px;
	left: -130px;
  width: 100px;
  overflow: hidden;
  text-align: right;
}
#container_cv div.lang a {
	display: block;
	margin-top: 10px;
  text-align: right;
  font-weight: normal;
  color: #444;
}
/*
#container_cv div.lang a span
{
	visibility: hidden;
	display: none;
}
*/
#container_cv div.lang span {
	font-size: 1em;
}

/**
 * Cleaning
 */
body #container #container_cv {
	position: relative;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}
body #container #container_cv * {
	background-image: none;
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Arial,Helvetica;
}

body #container #container_cv h1,
body #container #container_cv h2,
body #container #container_cv h3
{
  background: none;
	height: auto;
}

body #container #main #container_cv p, #container_cv p {
	margin-top: 0.5em;
}

/**
 * Links
 */
body #container #container_cv a , #container_cv a {
	font-weight: normal;
	color: #00e;
	text-decoration: none;
}

body #container #container_cv a:hover , #container_cv a:hover {
	text-decoration: underline;
}

/**
 * Contact form 
 */
body #container_cv .error_list {
	margin: 0px;
	line-height: 100%;
}

/**
 * Contact email
 */
table#cap td {
  height:1px;
  width:1px;
}

/**
 * Message
 */
.container-cv-top-message
{
  marigin: 0px;
  padding: 0px;
  background-color: #efefef;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 0.9em;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #aaa;
}

.container-cv-top-message .content
{
  padding-top: 10px;
  height: 50px;
  width: 750px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.container-cv-top-message .logo,
.container-cv-top-message .text
{
  float: left;
}

.container-cv-top-message .logo
{
  display: block;
  background-image: url(../../images/v2/logo/logo-footer.png);
  background-repeat: no-repeat;
  width: 145px;
  height: 50px;
}

.container-cv-top-message .logo span
{
  display: none;
  visibility: hidden;
}

.container-cv-top-message .text
{
  margin-left: 2em;
  line-height: 150%;
}

.clear
{
  clear: both;
}

/**
 * created with netcv
 */
body #container_cv .created-with-netcv
{
  text-align: center;
  border-top: 1px solid #eee;
  padding-top: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
  color: #777;
  font-family: Helvetica, Arial, Verdana;
  font-size: 12px;
}
body #container_cv .created-with-netcv a
{
  background-image: url(../../images/v2/logo/netcv-tiny.png);
  background-repeat: no-repeat;
  padding-left: 18px;
  color: #ff6d05;
}
