.todo { color: red !important; }

* {
  margin: 0;
  padding: 0;
}

html {
  font: 62.5%/1.6 "lucida grande" , tahoma, arial, sans-serif;
  color: #000;
  background: #fff;
}

table { border-collapse: collapse; }
fieldset { border: 0; }
a img { border: 0; }
a:hover { text-decoration: underline; }
.clear { clear: both; }
h1, h2, h3 { margin-bottom: 0.25em; }
p, ul, ol { margin-bottom: 1em; }

ul.errorlist {
  margin: 10px 0 0 0;
  list-style: none;
}

ul.errorlist li {
  color: red;
  margin: 0;
  padding: 0;
  font-size: 0.8em;
}

a {
  text-decoration: none;
  color: rgb(79,186,0);
  font-weight: bold;
}

th {
  text-align: left;
  font-weight: normal;
  padding-right: 10px;
}

th, td { padding-bottom: 10px; }

/* header */

#header {
  float: left;
  width: 100%;
  background-color: rgb(76,182,13);
}

#header a {
  font-size: 1.4em;
  display: block;
  float: left;
  padding: 4px 10px 4px 10px;
  color: white;
}

#header a:hover { background-color: rgb(66,172,3); }
#user a { float: right; }

#header a.selected {
  font-weight: normal;
  border-bottom: 4px solid rgb(66,172,3);
  padding-bottom: 0px;
}


/* content */

#content {
  font-size: 1.6em;
  clear: both;
  padding: 30px 30px 0px 30px;
  margin-left: auto;
  margin-right: auto;
  width: 900px;
}

/* footer */

#footer {
  border-top: 1px solid #ccc;
  clear: both;
  margin-top: 30px;
}

#footer a, #footer span {
  font-size: 1.2em;
  display: block;
  float: left;
  padding: 4px 10px 4px 10px;
}

#legal a { float: right; }
ul li, ol li { margin-left: 2em; }
.disabled { display: none; }

#content.narrow {
  width: 600px;
  padding-right: 300px;
}

/* for services */

#servicesTable
{
	margin-bottom: 20px;
	width: 100%;
}
#servicesTable td, th
{        
  padding: 4px 8px;
}
#servicesTable th
{        
  text-align: center;
  font-weight: bold;
}
#centerBox {
	width: 700px;
}
.hairline {
  border: 1px solid rgb(194, 196, 198);
}

.servicesForm {
  background:#FFFFFF none repeat scroll 0%;
  border:1px solid #C2C4C6;
  margin-bottom:20px;
  width:100%;
}

.servicesForm .title {
  background-color:#E7E8E9;             
  background-image:url(../marketing/images/gradient-light-gray.png);
  background-position:left bottom;
  background-repeat:repeat-x;
  color:#000000;
}
.servicesForm .title strong {
  display:block;
  padding:4px;
}

strong code {
  font-size: 1.2em;
}

.htmlcode { padding: 10px 10px; font-size:12px; }
