@charset "utf-8";

body {
  margin: 0px;
  background-color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #000000;
  margin-top: 30px;
  margin-left: 25px;
  margin-right: 25px;
}

img {
  border: 0;
}

a:link {
  color: #666666;
  text-decoration: none;
}
a:visited {
  color: #666666;
  text-decoration: none;
}
a:hover {
  color: #000000;
  font-weight: normal;
  text-decoration: none;
}
a:active {
  color: #666666;
  text-decoration: none;
}

#logo {
  float: left;
  padding-left: 0px;
  width: 200px;
  height: 50px;
  overflow: hidden;
}

#sitemap {
  float: right;
  margin-top: 20px;
  color: #010101;
}

#menucontent {
  padding-top: 20px;
}

.submenuselected {
  font-weight: bold;
  color: #000000;
}
.submenu {
  font-weight: bold;
  color: #666666;
}
.submenu a:link {
  font-weight: normal;
  color: #666666;
  text-decoration: none;
}
.submenu a:visited {
  font-weight: normal;
  color: #666666;
  text-decoration: none;
}
.submenu a:hover {
  font-weight: normal;
  color: #000000;
  text-decoration: none;
}
.submenu a:active {
  font-weight: normal;
  color: #666666;
  text-decoration: none;
}

.title {
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 20px;
}

ul.projectslist {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  margin-bottom: 20px;
  font-weight: normal;
}

ul.projectslist li.select a {
  color: #000000;
  font-weight: normal;
}

.imgprojectselected {
}

.imgprojectunselected {
    opacity : 0.3;
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    filter : alpha(opacity=30);
}

.projecticon {
  width: 100px;
  height: 100px;
  overflow: hidden;
}

#projectview {
  margin-bottom: 15px;
  width: 600px;
  height: 410px;
  overflow: hidden;
}

#projectpreview {

}

.imgopacity0 {
    opacity : 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    filter : alpha(opacity=0);
}
.imgprojectpreviewselected {
    opacity : 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    filter : alpha(opacity=100);
}
.imgprojectpreviewunselected {
    opacity : 0.5; 
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter : alpha(opacity=50); 
}

#photocredits {
  white-space:nowrap;
}

form {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
}

input, select, textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  background-color: #FFFFFF;
  color: #000000;
  padding: 2px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #666666;
  border-bottom: 1px solid #666666;
  border-left: 1px solid #CCCCCC;
  margin-bottom: 5px;
}

input[type=text], input[type=password], select, textarea {
}

input[type=radio], input[type=checkbox] {
  background-color: #FFFFFF;
  border: 0;
}

input[type=submit] {
  float: right;
  margin-top: 5px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #666666;
  border-bottom: 1px solid #666666;
  border-left: 1px solid #CCCCCC;
}                            

input[type=image] {
  float: right;
  margin-top: 5px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  border: 0px;
}

