/* PI colour chart
	green light hover	: #c2de9e;
	green lighter			: #b6d68e;
	green main				: #a0c882;
	green darker			: #8dc16a;
	beige main				: #f1efe2;
	beige darker			: #c1beb3;
	beige lighter			: #f5f4eb;
	dark red					: #963232;
	header grey				: #555b53;
*/

body {
  padding: 0;
  margin: 0;
  font: 78%/1.3em verdana, helvetica, arial, sans-serif;
  background-color: #eeeeee;
}
body a        {color: #194be5;}
body a:active {color: #963232;}
body a:visited{color: #963287;}
sup {font-size: 0.5em;}
img {border: none;}

/*--------------------------------main layout----------------------------------*/

#wrapper {
  height: 100%;
  width: 900px;
  margin: 0 auto;
  padding: 0px 8px;
  background-image: url('/img/mainbody_bg.gif'); 
  background-repeat: repeat-y;  
	background-color: #ffffff;
}

#topbanner {
  padding: 10px;
  text-align: right;
  height: 60px;
  background-color: #555b53;
  background-image: url('/img/topbar_bg.gif');
  background-repeat: repeat-y;
  background-position: right;
  color: #f5f4eb;
}
#topbanner a {color: #b6d68e;}
#topbanner a:hover {color: #c2de9e;}

#topswoosh {
	background:url(/img/topswoosh.jpg) top left no-repeat;
	height: 50px;
}

#greenbartop {
  background: #a0c882 url(/img/topbarbg.gif) repeat-x;
  border-top: 1px solid #b6d68e;
	text-align: left;
	padding: 2px 10px;
	height: 1.3em;	
}

#greenbartop a {
	color: #444444;
	text-decoration: none;
	font-weight: bold;
	border: 0.24em solid #a0c882;	
}

.topbarsplitter {
	color: #c2de9e;
}

#greenbartop a:hover{
	background-color: #c2de9e;
	border: 0.24em solid #c2de9e;	
}

#greenbartop a:after{
	background: url(/img/topbarsplitter.gif);
}

#greenbarbottom {
  background-color: #a0c882;
  border-bottom: 1px solid #b6d68e;
  height: 10px;
  font-size: 1px; 
	clear: both; 
}

#mainbody {
	padding: 0 10px 10px 10px;
	float: left;
	margin-right: 10px;
	width: 95%; 
	margin: auto; 
	float: none;
}

#footer {
  padding: 10px 0px;
  text-align: right;
  height: 1.5em;
  background-color: #555b53;
  background-image: url('/img/topbar_bg.gif');
  background-repeat: repeat-y;
  background-position: right;
  color: #f5f4eb;
  text-align: center;
	line-height: normal;
}
#footer a {color: #b6d68e;}
#footer a:hover {color: #c2de9e;}
#footer p {
  margin: 0;
  font-size: 0.65em;	
}

#bottomshadow {
  background-image: url('/img/mainbody_bg_bottom.gif');  
  background-repeat: no-repeat;
  width: 913px;
  margin: 0 auto;
  height: 10px;
  font-size: 1px;   
}

/*-----------------------comet assay site homepage---------------------------*/

.frontpagebutton {
	background: url(/img/frontpagebutton.gif) no-repeat;
	padding: 4px 40px 7px 8px;
	display: inline-block;
	width: 65px;
	float: left;
}

.frontpagebutton a {
	text-decoration: none;
	color: #c2de9e;
}

.frontpagebutton a:hover {
	text-decoration:  underline;
}

.frontpagebutton a:visited {
	color:  #c2de9e;
}

.scorecolumn {
	float: left;
	width: 30%;
	margin: 10px 10px 0 10px;
	font-size: 0.9em;
	background-color: #3b3b3b;
}

.tickcolumn {
	float: left;
	width: 30%;
	margin: 10px 10px 0 10px;
	font-size: 0.9em;	
	background-color: #eceac0;
}

.watchcolumn {
	float: left;
	width: 30%;
	margin: 10px 10px 0 10px;
	font-size: 0.9em;	
	background-color: #f1efe2;
}

.round {
	margin: 0;
	padding: 0;
	background: #c2de9e url(/img/leftcorner.gif) no-repeat top left;
	border-bottom: 1px solid #8cc26c;
}

.scorecolumn h2 {
	background: url(/img/scorecorner.gif) no-repeat top right;
	padding: 12px 0 12px 12px;
	margin: 0px;
}


.tickcolumn h2 {
	background: url(/img/tickcorner.gif) no-repeat top right;
	padding: 12px 0 12px 12px;
	margin: 0px;
}


.watchcolumn h2 {
	background: url(/img/downcorner.gif) no-repeat top right;
	padding: 12px 0 12px 12px;
	margin: 0px;
}

/*---------------------------------mainbody-----------------------------------*/

#mainbody h1 {
  font: 2.4em georgia, times, serif;
  font-weight: normal;
  line-height: 1em;
  color: #963232;
	margin-top: 0;
}

#mainbody h2 {
  font: 1.5em georgia, times, serif;
  line-height: 1em;
  color: #963232;
}


#mainbody h3 {
  font: 1.4em georgia, times, serif;
  line-height: 1em;
  color: #963232;
}

#mainbody p {
  margin-left: 1em;
}

table {
	margin : 0 1em 0 1em;
}

.featurelist li {
	margin-top: 5px;
}

.emphasis {
	font-weight: bold;
}

/*-------------------------------productmenu---------------------------------*/

#productmenu {
	font-size: 0.9em;
	padding-left: 10px;
	color: #444;
}

#productmenu ul li {
	list-style: none;
}

#productmenu h4 {
	font: bold 1em verdana, helvetica, arial, sans-serif;
	margin-bottom: 0;
	padding-bottom: 0;
  background-image: url(/img/productmenubg.gif);
  background-position: top right;
  background-repeat: no-repeat;
}

/*------------------------product page backgrounds----------------------------*/

.cometpage {
  background-image: url(/img/cometiv/bg_iv.gif);
  background-position: top center;
  background-repeat: no-repeat;
}

.cometlist li {
  list-style-image: url(/img/cometiv/cometbullet.gif);
}

/*--------------------------------images--------------------------------------*/

.captionedimage {
  text-align: center;
  float: right;
  margin: 0px 0px 2px 2px;
}

.captionedimage img {
  border: none;
  text-decoration: none;
}

.captionedimage .caption {
  background-color: #f1efe2;
  border: 1px solid #c1beb3;
  font: 0.95em tahoma, arial, sans serif;
  padding: 1px 0px;
}

.caption {
	height: 3.5em;
}

.floatright {
	float: right;
	margin: 2px 0px 2px 5px;
}

.clientlogo{
	width: 125px;
	height: 50px; 
	margin: 2px 0px 2px 0px;
}
.float{
	text-align: center;
	width: 135px;
	float: left;
	border: 1px solid #C1BEB3;
	margin: 0px 5px 5px 0px;
	font-size: 0.75em;
}
.caption{
	background-color: #F1EFE2; 
	border-top: 1px solid #C1BEB3;
	vertical-align: middle;
	line-height: 1.1em;
};

/*-------------------------------breadcrumbs----------------------------------*/

.breadcrumbs {
  text-align: center;
  font-weight: bold;
}

/*----------------------------------general------------------------------------*/


.newwindow { /* hyperlink in new window */
  padding-left:14px;
  background:url(/img/newwindow.gif) top left no-repeat;
}

/*----------------------------------forms------------------------------------*/

		fieldset{
			margin: 1em 0;	
			padding: 1em;
			padding-top: 0;
		}
		fieldset p {
		margin-top: 0;
		padding-top: 0;
		}
		legend{
			margin: 1em 0;
			padding: 0 .5em;
			color: #963232;
			background: transparent;
			font: 1.4em georgia, times, serif;
		}  
		.disguisedfieldset{
			margin: 10px 0 0 0;
			padding: 0 1px;
			border: none;
			border-top: 1px solid #ccc;
		}  
		.disguisedfieldset legend{
			font-size: 1em;
			margin: none;
			border: none;
		}  		
		label {
			width: 100px;
			padding: 0 1em;
			text-align: right;
		}

/*-------------------------------cometmenu------------------------------------*/

	.cometmenu {
		background-color: #e4e9e4;
		padding: 0px;
		padding-left: -10px;
		margin: 0px 5px 15px 5px;	
	}
	
	.cometmenu h2 {
		font: 1.5em georgia, times, serif;
		line-height: 1em;
		color: #963232;
		padding: 5px 5px 0px 10px;
	}
	
	.cometmenu ul {
		padding: 0px 5px 5px 0px;
		margin: 0px 5px 5px 30px;
	}


/*----------------------------------quotes------------------------------------*/

	.quotebox {
		background-color: #e4e9e4;
		padding: 5px;
		margin: 5px 5px 15px 5px;
	}
	
	.quote {
		margin: 0 0 5px 0;
		padding-bottom: 15px;
		border-bottom: 1px dotted #555555;
	}
	
	.quoteby {
		margin: 0;
		font-size: 0.8em;
		line-height: normal;
		color: #963232;
	}
 
	.quotesymbol {
		font-size: 1.5em;
		font-weight: bold;
		font-family: serif;
		padding: 5px;
		color: #963232;
	}

/*------------------ STUFF FOR SUITE PAGE ---------------*/

/*product options page*/
#suiteTable {
	border: 1px solid black;
	border-collapse: collapse;
	width: 600px;
	font-size: 8pt;
}

#suiteTable td {
	border: 1px solid black;
	padding: 5px;
}

#suiteTable .toprow td{
	text-align: center;
	padding: 4px;
}

#suiteTable .cometrow {
  background-color: #FEC98A;
}

#suiteTable .cometrow td {
	text-align: center;
}

#suiteTable .dexrow {
  background-color: #B9DCA3;
}

#suiteTable .dexrow td {
	text-align: center;

}

#suiteTable .samrow {
	background-color: #FFF575;
}

#suiteTable .samrow td {
	text-align: center;

}

#suiteTable .xmlrow {
	background-color: #AFD6EE;
}

#suiteTable .xmlrow td {
	text-align: center;

}

#suiteKeyBox {
	float:right;
}

#suiteKey .cometrow {
  background-color: #FEC98A;
}

#suiteKey .dexrow {
  background-color: #B9DCA3;
}

#suiteKey .samrow {
	background-color: #FFF575;
}

#suiteKey .xmlrow {
	background-color: #AFD6EE;
}

/*Comet introduction*/
.prodlink {
	float:right;
	background-image: url('/img/cometiv/li-arrow.png');
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 15px; 
}