/*____________________________________________________________________  Body  */
body {
  margin: 0;
  padding: 0;
  font-family: 'Lucida Grande', Tahoma, sans-serif;
  font-size: 12px;
  line-height: 18px;
  background-color: #FFFFFF;
  background-image:url(images/leve.jpg)
  color: #fff;
}
.hidden {
  display: none;
}

/*_________________________________________________________________  Content  */
div#wrapper {
  margin: 18px auto;
  padding: 0 10px;
  width: 800px;
  height: 600px;
  text-align: left;
  font-weight: bold;
  border: 1px solid black;
  background: #FFFFFF ;
}
div#wrapper h1 span {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}
div#wrapper1 {
  margin: 18px auto;
  padding: 0 10px;
  width: 870px;
  height: 1230px;
  text-align: left;
  font-weight: bold;
  border: 1px solid black;
  background: #FFFFFF ;
}
div#wrapper2 {
  margin: 18px auto;
  padding: 0 10px;
  width: 870px;
  height: 1240px;
  text-align: left;
  font-weight: bold;
  border: 1px solid black;
  background: #FFFFFF ;
}

/*______________________________________________________________  Navigation  */
#nav {
  padding-left: 10px;
  padding-bottom: 22px;
  margin-left: 0;
  border-bottom: 1px solid #1e3551;
}
#nav li {
  list-style: none;
  display: inline;
  margin: 0;
  padding: 0;
}
#nav li a {
  border: 1px solid #1e3551;
  float: left;
  font-size: small;
  font-weight: normal;
  line-height: 14px;
  margin-right: 8px;
  padding: 2px 10px 5px;
  text-decoration: none;
  cursor: pointer;
  color: black;
}
#nav li a.selected {
  border-bottom: 1px solid #09111a;
  color: #aaa;
}
.tab-content {
  display: none;
}

/*__________________________________________________________________  Tables  */
table {
	width: 510px;
	margin: 0 0 20px 0;
	position:fixed;
	height: 309px;
	left: 40%;
	top: 137px;
   

  
}
table tr td, table tr th {
  padding: 5px 15px 5px 0px;
 
}
table tr td.option {
  font-weight: bold;
  color: #ffb;
  padding-left: 0;
  width: 120px;
}
table#motivation-table tr td {
  vertical-align: middle;
  padding: 5px 5px 5px 10px;
    position:static;


}
table#motivation-table tr td.strong {
  width: 96px;
  font-weight: bold;
  color: #000066;
  text-align: center;
}

table.thumbs {
  margin: 0 auto;
  width: 450px;
}
table.thumbs td {
  text-align: center;
  width: 150px;
}
table.profolio{
}
table.resume{
width: 880px;
	position:static;
	height: 600px;

}
table#motivation-table tr td.strong1 {
  width: 90px;
  font-weight: bold;
  color: #990022;
  text-align: left;
}
/*___________________________________________________________________  Links  */
a:link,
a:visited {
  text-decoration: none;
  color: #bed333;
}
a:link:hover,
a:visited:hover {
  text-decoration: underline;
}
a.option:link,
a.option:visited {
  text-align: left;
 color: #000;
  background-color: #ffffff;
  line-height: 140%;
  padding: 5px;
  margin: 6px 0;
  font-weight: bold;
  width: 151px;
}
a.option:link:hover,
a.option:visited:hover {
  /*background-color: #e62721;*/
  text-decoration: none;
  /*color: #fff;*/
  }
a.cover{
font-size:20px;
color:#000000;
border-style:dotted;
border-width:2px;

}

/*__________________________________________________________________  Images  */
img {
  border: none;
}

/*_________________________________________________________________  Headers  */
h1, h2, h3 ,h4{
  font-weight: normal;
}
h1 {
  font-size: 24px;
  line-height: 36px;
  margin-top: 12px;
  margin-bottom: 18px;
  color: #333333;
    font-weight: bold;
}
h2 {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 18px;
  color: #c5a203;
}
h3 {
  font-size: 17px;
  line-height: 18px;
  margin-bottom: 18px;
  color: #e62721;
}
h4{
font-size: 15px;
  line-height: 26px;
  margin-bottom: 1px;
  color: #e62721;
  background-color:#ffffff;
  font-family:"Franklin Gothic Medium", Times, serif;

}
/*____________________________________________________________________  Text  */
p, pre {
  margin: 0 0 20px 0;
  line-height: 140%;
}
pre {
  color: #000;
  background-color: #ffb;
  border: 1px solid #ffd;
  padding: 10px 5px;
  width: 608px;
  overflow: auto;
}
code {
  color: #000;
  background-color: #ffb;
  padding: 1px 2px;
}
ul {
  list-style-type: square;
}

/*___________________________________________________________________  Demos  */
div.inline-sample-content {
  padding: 10px;
}
#hongkong {
  text-align: center;
}
#advanced-pane {
  display: none;
}

/*___________________________________________________________________  Forms  */
#tip_button {
  border: 1px solid #04070c;
  background-color: #bed333;
  padding: 4px 2px;
  cursor: pointer;
}

/*__________________________________________________________________  Footer  */
p.footer {
  border-top: 1px solid #1e3551;
  padding-top: 9px;
  color: #aaa;
  text-align: center;
  font-size: 0.9em;
}
