/* .............................. */
/* Basic */
/* .............................. */

body {
	background-color: #FFF;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:0.5px;
	color:#eee;
	padding:0px;
	margin:0px;
	text-align:center;
}

html, body {
     min-height: 100%;
}

/* .............................. */
/* Links */
/* .............................. */

a {
	color:#FFF;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#container a {
	color:#990000;
	text-decoration:none;
}

#container a:hover {
	color:#990000;
	text-decoration:underline;
}

img {
	border: 0px;
}

.center {
	width: 99%;
	text-align: center;
}

#page .center a img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

/* .............................. */
/* Commons */
/* .............................. */

.right {	
	float: right;
	text-align: right;
}

.left {	
	float: left;
	text-align: left;
}

.hidden {
	display: none;
}

.visible {
	display: block;
}

/* .............................. */
/* Headers */
/* .............................. */
#navigation .title {
	font-weight: bold;
	font-size:15px;
	color:#FFF;
	margin: 0px;
	padding:0px;
	text-align: left;
	}
	
#navigation h1 {
    float:left;
	clear:left;
	height: 33px;
	margin:0px;
	padding:0px;
}
	
#navigation h1 a {
    text-decoration:none;
	float:left;
	clear:left;
}

#navigation h1 a:hover {
    text-decoration:none;
}

#navigation {
    background:#000;
	border-bottom: 2px solid #FFF;
	padding: 0px;
	margin-bottom:0px;
	height: 33px;
	background-image: url(/static/cv/image/background.png);
	background-repeat: repeat-x;
	text-align: left;
}

.menu {
    float:right;
	clear:right;
	text-align:right;
	height: 33px;
	margin-right: 2px;
}
	
.menu a {
	padding:0px;
	padding-left:0px;
	padding-right:0px;
}
		
.menu a:hover {
	text-decoration:none;
}

#lang {
	position: absolute;
	top: 33px;
	right: 0px;
	width: 100px;
	color:#FFF;
	background-color: #000000;
	border-top: 2px solid #FFA500; 
	text-align: left;
}

div.lang-line {
	margin: 5px;
}
	
/* .............................. */
/* Footer*/
/* .............................. */


#footer {
    background:#000;
	border-bottom:2px solid #FFF;
	padding:0px;
	text-align:justify;
	margin:0px 0px 0px 0px;
	margin-top:0px;
	line-height:16px;
	color:#eee;
}
	
#footer-title {
	padding: 10px;
	margin: 0px;
	background-color: #000;
	background-image: url(/static/cv/image/background_invert.png);
	background-repeat: repeat-x;
	background-position: top;
	vertical-align: middle;
}
	

/* .............................. */
/* Browse */
/* .............................. */

#container {
	padding: 30px;
	color: #000000;
	text-align: left;
	font-size: 12px;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
	border-bottom: 1px solid #000000;
}

td {
	vertical-align: top;
	padding-bottom: 15px;
}

.min {
	width: 250px;
}

pre {
	width: 90%;
	text-align: left;
	color: #000000;
	font-size:14px;
	padding-left: 50px;
}

.page_break {
	width: 100%;
	height: 1px;
}

