body {
  margin: 0;
  padding: 0;
  font-family: Fruitiger, Arial, Verdana, Tahoma, Helvetica, Sans-Serif;
  font-size: 100%;
  color: #3A3A3A;
  background-color: #666666;
  text-align: center;
}

* {
  margin: 0;
  padding: 0;
  text-align: left;
}

abbr, acronym, dfn {
  border-bottom: dotted 1px #999;
  cursor: help;
}

table {
  font-family: Fruitiger, Arial, Verdana, Tahoma, Helvetica, Sans-Serif;
  border-collapse: collapse;
  border: none;
  margin: 0;
  padding: 0;
  font-size:90%;
}

a {
  color: #265D9F; /* dark blue */
  text-decoration: none;
}

a:visited {
  color: #555; /* MATCHES NON-LINK FONT COLOR */
}

a:hover {
  text-decoration: underline;
  color: #265D9F;
}

a:active {
  outline: none;
  color: #000; /* BLACK (EDIT COLOR AS NEEDED) */
  text-decoration: none;
}

a img {
  border: none;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

/***************************************************

COMMON CLASSES

***************************************************/

.center {
  text-align: center;
}

.right {
  float: right;
}

.hide {
  display: none;
}


/***************************************************

CONTAINER

***************************************************/

#container {
  width: 763px;
  margin: 0 auto;
  
}

/***************************************************

HEADER

***************************************************/

#header {
  background: url(images/avid-header-4.jpg) no-repeat;
  width: 758px;
  height: 140px;
  margin-left: 3px;
  position: relative;
  border-bottom: 2px solid #FFFFFF;
}

#header #switcher {
  background: url(images/switcher-bg.gif) no-repeat;
  width: 168px;
  height: 18px;
  position: absolute;
  top: 15px;
  right: 10px;
}

#header #switcher a {
  display: block;
  float: right;
  width: 15px;
  height: 15px;
  text-indent: -5000em;
  margin-left: 5px;
}

/***************************************************

NAVIGATION

***************************************************/

#nav {
  background: #FFF;
  border-left: solid 1px #666666;
  border-right: solid 2px #666666;
  height: 35px;
  margin-left: 2px;
}

#nav ul {
  background: url(images/mainnav-bg.gif) repeat-x;
  font-weight: bold;
  width: 758px;
  height: 35px;
  margin: 0 auto;
  font-size: 13px!important;
}

#nav ul li {
  display: inline;
  text-transform: uppercase;
}

#nav ul li sup {
  font-size: 70%;
}

#nav ul li a.first {
  color: #FFF;
  text-decoration: none;
  display: block;
  height: 25px;
  padding: 10px 16px 0;
  float: left;
  border-right: solid 1px #FFF;
  text-align: center;
}

#nav ul li a {
  color: #FFF;
  text-decoration: none;
  display: block;
  height: 25px;
  padding: 10px 21px 0;
  float: left;
  border-right: solid 1px #FFF;
  text-align: center;
}

#nav ul li a:hover {
  background: url(images/mainnav-hover-bg.gif) repeat-x;
  color: #FFF;
}

#nav ul li a.last {
  border-right: 1px solid #FFFFFF;
  width: 92px;
}

#nav ul li a.lastactive {
  background: url(images/mainnav-hover-bg.gif) repeat-x;
  color: #FFF;
  border-right: 1px solid #FFFFFF;
  width: 92px;
}

#nav ul li a.active {
  background: url(images/mainnav-hover-bg.gif) repeat-x;
  color: #FFF;
}

/***************************************************

CONTENT

***************************************************/

table#content {
  background: url(images/content-bg.gif) repeat-y;
  margin-left: 1px;
  width: 760px;
}

table#content td {
  vertical-align: top;
}

table#content h3 {
  color: #265D9F; /* dark blue */
  font-size: 90%;
}

table#content h4 {
  color: #3A3A3A; /*dark grey */
  font-size: 80%;
}

table#content p {
  font-size: 12px;
  margin: 0.8em 0;
  line-height: 1.5;
}

table#content ul {
	font-family: Fruitiger, Arial, Verdana, Tahoma, Helvetica, Sans-Serif;
  list-style-type: square;
  font-size: 80%;
  margin: 0.8em 2em;
  line-height: 1.5;
}

table#content form p {
	font-family: Fruitiger, Arial, Verdana, Tahoma, Helvetica, Sans-Serif;
  font-size: 12px;
  margin: 0;
}

table#content a.button {
  background: url(images/button-bg.gif) repeat-x #E0E0E0;
  color: #555;
  text-decoration: none;
  padding: 1px 5px;
  display: block;
  text-align: center;
  margin: 1.5em;
  border: solid 1px #CCC;
  border-bottom: solid 1px #999;
  cursor: pointer;
}

td#left-side {
  height: 100%;
  width: 131px;
}

td#left-side div {
  color: #3A3A3A;
  margin-left: 3px;
  padding: 1em 0.4em;
}

td#left-side input {
  width: 105px;
}

td#right-side {
  height: 100%;
  width: 0px;
  background-color:#FFFFFF;
}

td#right-side div {
 
  margin: 0 5px;
  padding: 1em 0.4em;
}

td#right-side div p {
  text-align: center;
  margin-left: 15px;	
}

td#right-side div h3 {
	margin-left: 15px;
	}

#main {
  background: #FFF;
  padding: 0.5em 0.5em 4em;
  height: 100%;
  margin: 20px;
}

#main h1 {
  color: #3A3A3A; /*dark grey */
  font-size: 100%;
  margin-bottom: 0.5em;
}

#main p {
  color: #3A3A3A; /*dark grey */
  font-size: 100%;
  margin-bottom: 0.5em;
}

#main h3.upcoming {
  color: #265D9F; /* dark blue */
  font-size: 90%;
  clear: both;
}

#main h3.archived {
  color: #000; /* black */
  font-size: 90%;
  clear: both;
}

#main h2 {
  background: #265D9F; /* dark blue */
  color: #FFF;
  font-size: 90%;
  padding: 0.2em;
  margin: 0.8em 0;
  clear: both;
}

#main h2#NJARJBNVHH {
  background: #000; /* CH 9/22/06 - Archive headings are black by special request. */
  color: #FFF;
  font-size: 90%;
  padding: 0.2em;
  margin: 0.8em 0;
  clear: both;
}

#main hr {
  background: #265D9F;
  clear: both;
  color: #265D9F; /* dark blue */
  margin: 0.5em 0;
}

#main ol li {
  font-size: 12px;
  margin-left: 30px;
  padding-bottom: 0.5em;
}

#main a.button {
  background: url(images/button-bg.gif) repeat-x #E0E0E0;
  color: #555;
  text-decoration: none;
  padding: 1px 5px;
  display: block;
  text-align: center;
  font-size:12px;
  margin: 1.5em;
  border: solid 1px #CCC;
  border-bottom: solid 1px #999;
  cursor: pointer;
}

#main .description {
  float: left;
  width: 60%;
}

#main .narrow-column {
  float: left;
  width: 40%;
}

#main .required {
  color: #ff0000;
  float: left;
}

#main .checkbox {
  margin-left: 50px;
}

#main .radio {
  margin-left: 50px;
}

#main .combo {
  margin-left: 50px;
}

#main form input {
  margin: 0.2em 0;
}

#main form select {
  margin: 0.2em 0;
}

#main table.formContainer {
  width: 490px;
}

#main table.formContainer td {
	font-family: Fruitiger, Arial, Verdana, Tahoma, Helvetica, Sans-Serif;
	font-size: 90%;
	color: #3A3A3A;
  padding: 0.5em 0;
  font-weight: bold;
}

#main table.formContainer td.label {
  width: 140px;
}

#main table.formContainer td input {
  width: 200px;
}

#main table.formContainer .formButton {
  width: 60px;
  text-align: center;
  padding: 0.2em;
}

table#sys-test {
	
  width: 555px;
  _width: 575px;
  margin: 1em 0;
  font-size: 80%;
}

table#sys-test thead {
  background: #265D9F; /* dark blue */
  font-weight: bold;
  color: #FFFFFF;
}

table#sys-test td {
  padding: 0.5em;
  border: solid 1px #3A3A3A; /*dark grey */
}

/***************************************************

FOOTER

***************************************************/

#footer {
  width: 763px;
  height: 400px;
  margin-left: 1px;
  font-size: 70%;
  padding: 4em 0;
}

#footer a {
	color: #FFFFFF;
	}

#footer p {
  margin: 1.5em 2.5em;
  color: #FFFFFF;
}

#serono-logo {
	background-image: url(images/seronologo.gif);
	background-repeat: no-repeat;
	text-decoration: none; 
  width: 45px;
  height: 14px;
}

#pfizer-logo {
	background-image: url(images/pfizerlogo.gif);
	background-repeat: no-repeat;
	text-decoration: none; 
  width: 45px;
  height: 14px;
}

/***************************************************

MY ACCOUNT

***************************************************/

.mainContentHeader
{
	font-family: Fruitiger, Arial, Verdana, Tahoma, Helvetica, Sans-Serif;
	font-size: 100%;
	color: #3A3A3A;
	text-decoration: none;
	font-variant : none;
	font-weight : bold;
	text-transform: capitalize;
}

.projectDescription
{
	font-family: Fruitiger, Arial, Verdana, Tahoma, Helvetica, Sans-Serif;
	font-size: 90%;
	color: #3A3A3A;
	text-decoration: none;
	font-variant : none;
	font-weight : normal;
	padding-left : 0px;
	line-height : 18px;
	letter-spacing : 0px;
}

