body, td, th, input, textarea, select, MARQUEE {
  font-family: Verdana, Tahoma, sans-serif;
  font-size: 8pt;
}
body {
  text-align: center;
}
table.body {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
a, a:visited { text-decoration: none; }
a:hover { text-decoration: underline; color: #009900;}
H5, STRONG.title
{
  background-color : #FFFFFF; 
  color: #006600;
  font-size: 10pt;
  font-weight: bold;
}
P { text-align: justify; }
small { font-size: 80%; }
.gray { background-color: #EEEEEE; }
table.resources {border-width: 1px; border-color: #DDDDDD; border-collapse: collapse; }
table.resources td, 
table.resources th { 
  font-size: 7pt; 
}
table.resources th { text-align: left; background-color: #F5F5F5;}
table.resources th.center { text-align: center; }
span.small { font-size: 7pt; }

td.menu, td.bottom_menu {color: #009900; font-weight: bold; padding: 0px 0px 5px 0px; text-align: center;}
td.menu a, td.bottom_menu a {text-decoration: none; color: #006600;}
td.menu a:hover, td.bottom_menu a:hover {color: #009900;}

td.bottom_menu {font-weight: normal;}

.tech_menu {color: #00AA00; font-weight: bold; padding: 5px 0px 15px 0px; text-align: left; line-height: 16px;}
.tech_menu a {text-decoration: none; color: #006600; font-weight: normal;}
.tech_menu a:hover {color: #00CC00; text-decoration: underline; }
.tech_caption {color: #00AA00; font-size: 12pt; font-weight: bold;}

th.techbanner {color: #00AA00; font-weight: bold; padding: 15px 0px 5px 5px; text-align: left;}
th.techbanner a {text-decoration: none; color: #006600; font-weight: bold;}
td.techbanner {color: #333333; padding: 3px 15px 0px 0px;}

p.error { color: red; }

.portfolioItemText{text-align:center;}
a.portfolioItem{color:#008400; line-height:1;}

table.requestForm td {
  font-size: 11px;  
}

table.requestForm td.req {
  font-weight: bold;
}

div.error {
  font-weight: bold;
  color: red;
}

p.vacancies {
  margin: 10px 0px 0px 0px;
}

div.form table {
  width: 100%;
  border-collapse: collapse;
}
div.form table td,
div.form table th {
  padding: 1px;
}
div.form table th {
  text-align: left;
  font-weight: normal;
  white-space: nowrap;
}
div.form table th.wrapable {
  white-space: normal;
}
div.form table td {
  width: 25%;
}
div.form table th {
  width: 75%;
}
.fullWidth {
  /*width: 98%;*/
  width: 280px;
}
span.required {
  color: chocolate;
  font-weight: bold;
}
a#contactUs {
  font-weight: bold;
}
#contactForm input.button {
  background-color: #BADD94;
  width: 8em;
  color: #004400;
  font-weight: bold;
}
td.project_name {
  font-weight: bold;
  font-size: 12px;
}
h2 { font-size: 12pt; }
h3 { font-size: 10pt; }
td.copy{
    font-size: 9px;
}




.correct_field
{
    background:#E6FFE6;
    width:98%;
}

.error_field
{
    background:#FFE6E6;
    width:98%;
}


.loading_field
{
    background:white url(/images/ajax-loader.gif) no-repeat 100% 50%;
    width:98%;
}

