﻿body {
	margin: 0px;
	background-color: #FFFFEA;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

 #UpdateProgress1 
 {
   background-color:#CF4342;
   color:White;
   top: 0px;
   right: 0px;
   position:fixed;
 }
 
#UpdateProgress1 img {
   vertical-align:middle;
   margin:2px;
 }
.right {
	  float: right;
  }
.left {
	  float: left;
  }
.rail {position:relative; background:url('../images/slider_h_rail_outer.gif') repeat-x; 
width:150px;height:25px;
}
.margin {
		padding-top: 10px;
		padding-left: 10px;
	}
	.HelpButton {
	float: right;
	margin-right: 250px;
}
	.top {
		vertical-align: top;
	}
#Header {
}
a:link {
	color: #663300;
	text-decoration: none;
}
a:visited {
	color: #663300;
	text-decoration: none;
}
a:hover {
	color: #800000;
	font-weight: bold;
	text-decoration: none;
}
p {
	font-size: 14px;
	color: #006600;
}
.Message {
	font-size: 14px;
	color: #006600;
}
#Horizontal ul {
	list-style-type: none;
	margin: 5px 0px 5px 0px;
}
#Horizontal li {
	display: inline;
	margin-right: 30px;
	margin-left: 20px;
}

#scroll 
{
    height: 450px;
    overflow: auto;
}


.label
{
	font-size: 12px;
	font-weight: bold;
}



.svgBox
{
	border: 1px black solid;
}


.objective
{ 
	fill: #FF9999; 
	stroke: grey; 
	stroke-width: 1; 
	stroke-miterlimit: 1;
}
.criteria
{
	fill: #CCFFFF;
	stroke: grey;
	stroke-width: 1;
	stroke-miterlimit: 1;
}
.alternative
{
	fill: #66CCFF;
	stroke: grey;
	stroke-width: 1;
	stroke-miterlimit: 1;
}
.samar
{
	fill: #FFFFCC;
	stroke: lightgrey;
	stroke-width: 1;
	stroke-miterlimit: 1;
}
.link
{
	stroke: grey;
	stroke-width: 0.6;
	stroke-miterlimit: 1;
}

circle:hover
{
	opacity: 0.5;
}

.test
{
	font-size: 14px;
	color: #0066FF;
}
