
/* ================================
    Default styles FOR JVF modules
   ================================
*/ 
html, body 
{
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
  background: #f9f9f9;
}

.body_bg {
  background: #f9f9f9;
}

sup, sub { 
  vertical-align: 0;
  position: relative; 
}
sup { 
  bottom: 1ex; 
}
sub { 
  top: 0.8ex; 
}

.status_message {
  font-family: Arial, Verdana, Sans-serif;
  font-size: 16px;
  color: #7f4325;
  font-weight: bold;
  padding: 10px 20px;
  border: 1px solid #c0c0c0;
  margin: 10px 0px;
}
hr {
	border: 0;
	color: #9E9E9E;
	background-color: #9E9E9E;
	height: 1px;
	width: 100%;
	text-align: left;
}
.RequiredField {
    -moz-border-radius:3px;
    border-radius:3px;
    padding:5px;
	background:#FFFFCC;
	-moz-box-shadow:inset 0 0 3px 3px #fffbe1;
	-webkit-box-shadow:inset 0 0 3px 3px #fffbe1;
	box-shadow:inset 0 0 3px 3px #fffbe1;
	border-color:#bcb691;
	border-width:1px;
	margin:0;
	width:auto;
	font-family:Arial, Verdana, Sans-serif;
    font-size: 14px;
    font-weight: normal;
}
.RequiredTextArea 
{ 
	background-color: #FFFFCC;
    font-family: Arial, Verdana, Sans-serif;
    font-size: 14px;
    font-weight: normal;
    border: 1px solid #7F9DB9;
    overflow: auto;
}
.RequiredText 
{
    font-family: Arial, Verdana, Sans-serif;
    font-size:  12px;
    font-weight: bold;
    color: #990000;
}
.datepicker_input 
{
}
.NormalField
{
    -moz-border-radius:3px;
    border-radius:3px;
    padding:5px;
	background:#FFFFFF;
	-moz-box-shadow:inset 0 0 3px 3px #fffbe1;
	-webkit-box-shadow:inset 0 0 3px 3px #fffbe1;
	box-shadow:inset 0 0 3px 3px #fffbe1;
	border-color:#bcb691;
	border-width:1px;
	margin:0;
	width:auto;
	font-family:Arial, Verdana, Sans-serif;
    font-size: 14px;
    font-weight: normal;
}
.NormalTextArea
{
    -moz-border-radius:3px;
    border-radius:3px;
    padding:5px;
	background:#FFFFFF;
	-moz-box-shadow:inset 0 0 3px 3px #fffbe1;
	-webkit-box-shadow:inset 0 0 3px 3px #fffbe1;
	box-shadow:inset 0 0 3px 3px #fffbe1;
	border-color:#bcb691;
	border-width:1px;
	margin:0;
	width:auto;
	font-family:Arial, Verdana, Sans-serif;
    font-size: 14px;
    font-weight: normal;
    overflow: auto;
    resize: vertical;
}
.Notes 
{
    font-family: Arial, Verdana, Sans-serif;
    font-size: 14px;
	font-style: italic;
	padding-top: 10px;
}
.AuthorCitation
{
    font-family: Arial, Verdana, Sans-serif;
    font-size: 14px;
	font-style: italic;
}
.SectionHead 
{
    font-family: Arial, Verdana, Sans-serif;
    font-weight: bold;
    font-size:  14px;
    color: black;
    border-bottom: solid 1px #DAD9D3;
}
.TitleHead 
{
    font-family: Arial, Verdana, Sans-serif;
    font-size:  14px;
    color: #315c7e;
}
.MedHeadBG
{
    background-color: whitesmoke;
}
.MedHead 
{
    font-family: Arial, Verdana, Sans-serif;
    font-size:  12px;
    font-weight: bold;
    color: #2F3E99;
}
.SubHeadUnderline {
    font-family: Arial, Verdana, Sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #737102;
    text-decoration: underline;
}
.printOptionBox {
    border: 1px solid #C0C0C0;
    padding: 2px 5px;
}
.AssessedYear {
	color: red;
}
.label_title {
  font-family: Arial, Verdana, Sans-serif;
  font-size: 14px;
  color: #7f4325;
  font-weight: bold;
  padding-bottom: 4px;
}
.label_title_required {
  font-family: Arial, Verdana, Sans-serif;
  font-size: 14px;
  color: #6cbc45;
  font-weight: bold;
  padding-bottom: 4px;
}
.label_control_row {
  padding-bottom: 8px;
}
.button_action {
  cursor: pointer;
}

/* Tab Control */

.tab {
  padding: 10px 15px 10px 15px;
}
.activeTab {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-right: 1px solid #C0C0C0;
  border-left: 1px solid #C0C0C0;
  border-top: 1px solid #C0C0C0;
  font-family: Arial, Verdana, Sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #2F3E99;
}
.startTab {
  border-bottom: 1px solid #C0C0C0;
  font-family: Arial, Verdana, Sans-serif;
  font-size: 16px;
}
.endTab {
  border-bottom: 1px solid #C0C0C0;
  font-family: Arial, Verdana, Sans-serif;
  font-size: 16px;
  padding-top: 1px;
}
.inactiveTabRight {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-right: 1px solid #C0C0C0;
  border-top: 1px solid #C0C0C0;
  border-bottom: 1px solid #C0C0C0;
  font-family: Arial, Verdana, Sans-serif;
  font-size: 16px;
  background: #ffffff url(bg_header.jpg) repeat-x center top;
  margin-top: 4px;
}
.inactiveTabBoth {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-left: 1px solid #C0C0C0;
  border-right: 1px solid #C0C0C0;
  border-top: 1px solid #C0C0C0;
  border-bottom: 1px solid #C0C0C0;
  font-family: Arial, Verdana, Sans-serif;
  font-size: 16px;
  background: #ffffff url(bg_header.jpg) repeat-x center top;
  margin-top: 4px;
}
.inactiveTab {
  border-top: 1px solid #C0C0C0;
  border-bottom: 1px solid #C0C0C0;
  font-family: Arial, Verdana, Sans-serif;
  font-size: 16px;
  background: #ffffff url(bg_header.jpg) repeat-x center top;
  margin-top: 4px;
}
.inactiveTabLeft {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-left: 1px solid #C0C0C0;
  border-top: 1px solid #C0C0C0;
  border-bottom: 1px solid #C0C0C0;
  font-family: Arial, Verdana, Sans-serif;
  font-size: 16px;
  background: #ffffff url(bg_header.jpg) repeat-x center top;
  margin-top: 4px;
}
.inactiveTabBoth a:link, .inactiveTabBoth a:visited,
.endTab a:link, .endTab a:visited,
.inactiveTab a:link, .inactiveTab a:visited,
.inactiveTabLeft a:link, .inactiveTabLeft a:visited,
.inactiveTabRight a:link, .inactiveTabRight a:visited {
  font-family:  Arial, Verdana, Sans-serif;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  color: #808080;
}
.inactiveTabBoth a:hover, .inactiveTab a:hover,
.endTab a:hover, .endTab a:hover,
.inactiveTabLeft a:hover, .inactiveTabRight a:hover  {
  text-decoration: underline;
}
.tab .icon {
  padding: 0px 5px 0px 0px;
}
.tab .title-container {
  padding: 2px 0px 0px 0px;
}

/* Auto Wrapping Tabs */

.multiple-column-menu {
  background: #d0d0d0;
  position: relative;
  padding: 5px 5px 0px 5px;
  box-shadow: 0 1px 3px #c0c0c0;
  -moz-box-shadow: 0 1px 3px #c0c0c0;
  -webkit-box-shadow: 0 1px 3px #c0c0c0;
}
.multiple-column-menu:after { 
   content: " ";
   display: block; 
   height: 0; 
   clear: both;
}
.multiple-column-menu .active {
  background: #ffffff !important;
}
.multiple-column-menu .menu-item {
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: #e2e2e2;
  float: left;
  padding: 10px 10px 10px 10px;
  font-family: Arial, Verdana, Sans-serif;
  font-size: 14px;
  cursor: pointer;
  border-left: 1px solid #fff; 
  border-right: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  color: #4e4f53;
}
.multiple-column-menu .menu-item:hover {
  background-color: #fcfcfc;
  color: #59b5e3;
}
.multiple-column-menu .menu-item-icon {
  float: left;
  margin: 1px 6px 0px 0px;
}
.multiple-column-menu .menu-item-text {
  float: left;
  padding: 2px 0px 0px 0px;
}
.multiple-column-menu .menu-item:first-child {
  border-left: none;
}
.multiple-column-menu .menu-item:last-child {
  border-right: none;
}
.multiple-column-menu .menu-item a {
  color: #4e4f53;
  text-decoration: none;
  padding: 2px 0px 0px 0px;
}

/* Object selection control */

.ObjectSelectionWrapper 
{
    padding: 4px 0px;
}
.ObjectSelectionRequired 
{
    border-radius: 3px; 
    -moz-border-radius: 3px; 
    -webkit-border-radius: 3px; 
    border: 1px inset #bcb691;
    padding:5px;
	background:#FFFFCC;
	-moz-box-shadow:inset 0 0 3px 3px #fffbe1;
	-webkit-box-shadow:inset 0 0 3px 3px #fffbe1;
	box-shadow:inset 0 0 3px 3px #fffbe1;
	font-family:Arial, Verdana, Sans-serif;
    font-size: 14px;
    font-weight: normal;
}
.ObjectSelection 
{
    border-radius: 3px; 
    -moz-border-radius: 3px; 
    -webkit-border-radius: 3px; 
    border: 1px inset #bcb691;
    padding:5px;
	background:#FFFFFF;
	-moz-box-shadow:inset 0 0 3px 3px #fffbe1;
	-webkit-box-shadow:inset 0 0 3px 3px #fffbe1;
	box-shadow:inset 0 0 3px 3px #fffbe1;
	font-family:Arial, Verdana, Sans-serif;
    font-size: 14px;
    font-weight: normal;
}
.ObjectSelection:link, .ObjectSelection:visited, ObjectSelection:active {
    text-decoration: none;
    color: #737102;
}
.ObjectSelection:hover {
    text-decoration: underline;
    color: #cc9933;
}
.ObjectSelectionRequired:link, .ObjectSelectionRequired:visited, ObjectSelectionRequired:active {
    text-decoration: none;
    color: black;
}
.ObjectSelectionRequired:hover {
    text-decoration: underline;
    color: #990000;
}

/* List Control */
.ListHeader_NoBg {
    font-family: Arial, Verdana, Sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    text-align: left;
    vertical-align: top;
}
.ListHeader {
    font-family: Arial, Verdana, Sans-serif;
    font-size: 14px;
    font-weight: bold;
    background-color: #727272;
    border: #ABABAB 1px solid;
    color: white;
    text-align: center;
    vertical-align: middle;
}
.SectionHeader {
	font-family: Arial, Verdana, Sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #016aab;
	border: #ABABAB 1px solid;
	color: white;
	text-align: center;
	vertical-align: middle;
}
.ListItem {
    font-family: Arial, Verdana, Sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #333333;
    vertical-align: top;
}
.ListAlternatingItem 
{
    font-family: Arial, Verdana, Sans-serif;
    font-size: 14px;
    background-color: #ffffff;
    color: #333333;
}
.ListItem TD, .ListAlternatingItem TD, .ListHeader TD
{
    border: solid 1px #CCCCCC;
}
.ListItem TD TD, .ListAlternatingItem  TD TD
{
    border: none;
}
.ListItem_Pagelet {
    font-family: Arial, Verdana, Sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #333333;
}
.ListAlternatingItem_Pagelet
{
    font-family: Arial, Verdana, Sans-serif;
    font-size: 14px;
    background-color: #ffffff;
    color: #333333;
}
.ListItem_Pagelet TD, .ListAlternatingItem_Pagelet TD 
{
    padding: 8px 4px;	
    font-family: Arial, Verdana, Sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #333333;
    border: none;
}
.ListItem_Pagelet TD TD, .ListAlternatingItem_Pagelet  TD TD
{
    border: none;
}
.ListAlternatingItem_Pagelet TD {
    border-top: solid 1px #b9b988;
    border-bottom: solid 1px #b9b988;
}
.ListItem_Pagelet TD TD, .ListAlternatingItem_Pagelet TD TD {
    padding: 0px;
    border-top: solid 0px #d4d4af;
    border-bottom: solid 0px #d4d4af;
}
.ListItem A:link, .ListItem A:visited, .ListItem A:active,
.ListAlternatingItem A:link, .ListAlternatingItem A:visited, .ListAlternatingItem A:active,
.ListItem_Pagelet A:link, .ListItem_Pagelet A:visited, .ListItem_Pagelet A:active,
.ListAlternatingItem_Pagelet A:link, .ListAlternatingItem_Pagelet A:visited, .ListAlternatingItem_Pagelet A:active 
{
    font-family: Arial, Verdana, Sans-serif;
    font-size: 14px;
    font-weight: normal;	
    text-decoration: underline;
    color: #646383;
}
.ListItem A:hover, .ListAlternatingItem A:hover,
.ListItem_Pagelet A:hover, .ListAlternatingItem_Pagelet A:hover {
    text-decoration: underline;
    color: #cc9933;
}
.pagelet_container p 
{
    padding: 0px;
    margin: 0px;
}
.ColumnProgramLevel3
{
  font-family: Arial, Verdana, Sans-serif;
  font-size: 14px;
  font-weight: bold;
  border: #ABABAB 1px solid;    
	text-align: center;
	vertical-align: middle;	
	padding-left: 4px;
	padding-right: 4px;
}
.TreeView 
{
  vertical-align: top; 
  border: 2px solid #d6d6d6; 
  margin-top: -1px; 
  background-color: #ffffff;
  overflow: auto; 
  height: 300px;
  resize: horizontal;
}
.OrganizationTreeView
{
	font-family: Arial, Verdana, Sans-serif;
	color:Black;
	vertical-align:top;
	background-color:transparent;
	width: 325px;
}
.CatalogTreeView
{
	font-family: Arial, Verdana, Sans-serif;
	color:Black;
	vertical-align:top;
	background-color:transparent;
	width: 220px;
}
.TreeViewTarget
{
	background-color: #ffffff;
	padding-left: 5px;
}
.HTMLContentHeader 
{
  padding: 4px 10px;
  background-color: #176999;
  cursor: pointer;
  border-left: #176999 1px solid;
  border-top: #176999 1px solid;
  border-bottom: #176999 1px solid;
  border-right: #176999 1px solid;  
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; 
}
.HTMLContentHeaderText 
{
    font-family: Arial, Verdana, Sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;	
}
.HTMLContent 
{
    /*padding: 8px 10px;*/
    padding-top: 10px;
    font-family: Arial, Verdana, Sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #333333;
    /*border-left: #DAD9D3 1px solid;
    border-bottom: #DAD9D3 1px solid;
    border-right: #DAD9D3 1px solid;*/
}
.HTMLContentWrapper
{
    padding-top: 10px;
}
.PadContent
{
    padding: 4px;
}
.StandardTable
{
    width: 100%;
    border-collapse: collapse;
    border-color: #DAD9D3;
}
div.link_container div.link_container_cell {
  margin: 0px 5px 2px 0px;
  padding: 0px;
  text-align: center;
  display: block;
  float: left;
  cursor: pointer;
}
div.link_container {
  overflow: visible;
  position: relative;
  width: 100%;
  height: 100%;
}
.TreeMenu_NodeAgFacility
{
    font-family: Arial, Verdana, Sans-serif;
    font-size: 14px;
    font-weight: normal;
}
A.TreeMenu_NodeAgFacility:link, A.TreeMenu_NodeAgFacility:visited, A.TreeMenu_NodeAgFacility:active {
    text-decoration: none;
    color: #435a7f;
}
A.TreeMenu_NodeAgFacility:hover {
    text-decoration: none;
    color: #cc9933;
}
.InstructionMessage
{
    font-family: Arial, Verdana, Sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #008000;
}
.NormalRedLarge
{
    font-family: Arial, Verdana, Sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: red;
}
.AgFacilityColor 
{
    color: #435a7f;
}
.HelpHead 
{
    font-family: Arial, Verdana, Sans-serif;
    font-size:  14px;
    color: black;
}
.hidden 
{
    display: none;
}
.WebResourceMainTitle
{
    font-size: 20px;
    font-family: Arial, Verdana, Sans-serif;
    color: #7b7900;
    text-decoration: none;
}
.WebResourceLevel1
{
    font-size: 16px;
    font-family: Arial, Verdana, Sans-serif;
    color: black;
    text-decoration: none;
}
.WebResourceLevel2
{
    font-size: 16px;
    font-weight: bold;
    font-family: Arial, Verdana, Sans-serif;
    color: #b04538;
}
.WebResourceLevel3
{
    font-family: Arial, Verdana, Sans-serif;
    font-size:  12px;
    font-weight: bold;
    color: #786A57;
}
.WebResourceTitle
{
    font-family: Arial, Verdana, Sans-serif;
    font-size:  12px;
    font-weight: bold;
    color: black;
}
.spacesmall {
    font-size: 1px;
    height: 5px;
    width: 2px;
    clear: both;
}
.space {
    font-size: 1px;
    height: 15px;
    width: 2px;
    clear: both;
}
.CommandButtonSmall     {
    font-family: Arial, Verdana, Sans-serif;
    font-size: 13px;
    font-weight: normal;
}
A.CommandButtonSmall:link, A.CommandButtonSmall:visited, A.CommandButtonSmall:active  {
    text-decoration: underline;
    color: #737102;
}
A.CommandButtonSmall:hover    {
    text-decoration: underline;
    color: #cc9933;
}
.EventTitle {
    font-size: 20px;
    font-family: Arial, Verdana, Sans-serif;
    color: #7b7900;
    text-decoration: none;
}
.EventDate {
    font-size: 16px;
    font-family: Arial, Verdana, Sans-serif;
    color: black;
    text-decoration: none;
}
.EventTime, .EventSubTitle {
    font-size: 16px;
    font-weight: bold;
    font-family: Arial, Verdana, Sans-serif;
    color: #b04538;
}
.EventType{
    font-family: Arial, Verdana, Sans-serif;
    font-size:  12px;
    font-weight: bold;
    color: #786A57;
}
.edit_container 
{
  border: 1px solid #9b9b9b;
  background-color: #ececec;
  padding: 8px;
}
.OverlayControlDiv {
	position: absolute;
	display: none;
	text-align: center;
	background-color: white;
}
/* "fallback" links for non-CSS supporting browsers. */
.fallback {
 display: none;
}

/* Here's our default note styles. */
.notedefault, .notenested {
 position: absolute;
 visibility: hidden;
 top: 1.5em;
 left: 2em;
 /*width: 15em;*/
}
.notedefault {
 /*padding: 3px;*/
 border: 1px solid #432c07;
 background-color: #F7F7F7;
 color: white;
}
.notenested {
 width: 8em;
 padding: 3px;
 border: 1px solid #963;
 background-color: #C96;
 color: white;
}

/* Some position-type-specific offset information. Tweak as needed! */
.snp-mouseoffset, .snp-triggeroffset, .snp-mousetrack {
 margin-left: 5px;
 margin-top: 15px;
}

/* Note close marker is only shown within pinned notes. */
.note-close {
 float: right;
 margin-top: 2px;
 width: 14px;
 height: 14px;
 line-height: 14px;
 color: black;
 text-decoration: none;
 visibility: hidden
}
.snb-pinned .note-close {
 visibility: inherit;
}
.noteheader {
    background-color: #369; /*#0e17c3;*/ /*#396236;*/
    font-size: 18px;
    font-weight: bold;
    font-family: Arial, Verdana, Sans-serif;
    color: white;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
}
.toolpanel {
    font-family: Arial, Verdana, Sans-serif;
    font-size: 14px;
    font-weight: normal;
    padding:4px;
    border: 1px solid black;
} 
.scorecard_table
{
    border: 1px solid black;
    padding: 5px;
    border-collapse: collapse;
}
.scorecard_table tr td
{
    padding: 5px;
}
.scorecard_pass
{
    font-family: Arial, Verdana, Sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    background-color: #d5ffcf;
    width: 80px;
    padding: 5px;
    border: 1px solid #ABABAB;
    border-right: 1px solid black;
}
.scorecard_fail
{
    font-family: Arial, Verdana, Sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    background-color: #fae0f0;
    width: 80px;
    padding: 5px;
    border: 1px solid #ABABAB;
    border-right: 1px solid black;
}

.overall_scorecard_pass {
    font-family: Arial, Verdana, Sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    background-color: #d5ffcf;
    width: 80px;
    padding: 5px;
    margin: 0px 0px 0px 20px;
}

.overall_scorecard_fail {
    font-family: Arial, Verdana, Sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    background-color: #fae0f0;
    width: 80px;
    padding: 5px;
    margin: 0px 0px 0px 20px;
}

.scorecard_row_title
{
    font-family: Arial, Verdana, Sans-serif;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
    background-color: #DBDBDB;
    border-top: 1px solid #ABABAB;
}
.scorecard_total
{
    font-family: Arial, Verdana, Sans-serif;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding: 10px !important;
    background-color: #DBDBDB;
    border-bottom: 1px solid #ABABAB;
}
.scorecard_total_title {
    font-family: Arial, Verdana, Sans-serif;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding-left: 30px !important;
}
.scorecard_header {
    font-family: Arial, Verdana, Sans-serif;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
}
.scorecard_title
{
    font-family: Arial, Verdana, Sans-serif;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    padding: 10px;
    border-top: 1px solid black !important;
    padding-top: 10px !important;
}
.scorecard_cell
{
	padding: 0px;
	border: 1px solid #ABABAB;
	border-collapse: collapse;
}

.scorecard_cell_first
{
	padding: 0px;
	border: 1px solid #ABABAB;
	border-left: 1px solid black;
	border-collapse: collapse;
}

.scorecard_cell_last
{
	padding: 0px;
	border: 1px solid #ABABAB;
	border-right: 1px solid black;
	border-collapse: collapse;
}
.scorecard_total_pass
{
    font-family: Arial, Verdana, Sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-align:center;
    background-color: #d5ffcf;
    width:60px;
    padding: 5px;
}
.scorecard_total_fail
{
    font-family: Arial, Verdana, Sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-align:center;
    background-color: #fae0f0;
    width:60px;
    padding: 5px;
}

.scorecard_instructions
{
    font-family: Arial, Verdana, Sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-align:left;
    padding: 5px;
    border-left: 1px solid black;
    border-right: 1px solid black;
    width: 600px;
}

.assessment_status_table
{
    border: 1px solid black;
}
.assessment_status_label
{
    font-family: Arial, Verdana, Sans-serif;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    padding: 4px;
}
.assessment_status_header
{
    font-family: Arial, Verdana, Sans-serif;
    text-align:center;
    font-size: 14px;
    font-weight: bold;
    padding: 6px;
}
.metricimpactareaicon_list 
{
	float: left;
	height: 38px;
}
.metricimpactareaicon_list img
{
	margin-right: 4px;
}

/* Fields */

.form_field_tiny {
  width: 42px;
}
.form_field_extrasmall {
  width: 78px;
}
.form_field_small {
  width: 122px;
}
.form_field_medium {
  width: 170px;
}
.form_field_large {
  width: 278px;
}
.form_field_full {
  width: 100%;
}

/* Table Grids */

.table-hdr-green {
	background-color: #7a9332;
	color:#FFFFFF;
	font-weight: bold;
}
.table-results {
	border: 1px solid #dad8d2;
	border-right: 0px solid #dad8d2;
	border-bottom: 0px solid #dad8d2;
}
.table-results td {
	font-family:Arial, Verdana, Sans-serif;
    font-size: 14px;
	border-bottom: 1px solid #dad8d2;
	border-right: 1px solid #dad8d2;
	padding: 10px;
}

/* Tabs */

.table-tabs {
	border: 1px solid #808080;
	border-top: 0px solid;
	padding: 20px 10px 10px 10px;	
}
.tabs, .tabs-on  {
	height: 31px;
	width: 175px;
	vertical-align: middle;
}
.tabs a, .tabs span {
	display: block;
	background-image:url(tab_off.png);
	background-position:top;
	background-repeat:no-repeat;
	height: 31px;
	width: 175px;
	font-family:Arial, Verdana, Sans-serif;
	text-align:center;
	text-decoration: none;
	color: #373737;
	font-size: 18px;
	vertical-align: middle;
}
.tabs a:hover {
	background-position:top;
	background-repeat:no-repeat;
	height: 31px;
	width: 175px;
	color: #ad4522;
}

.tabs-on a, .tabs-on span {
	display: block;
	background-image:url(tab_on.png);
	background-position:top;
	background-repeat:no-repeat;
	height: 31px;
	width: 175px;
	font-family:Arial, Verdana, Sans-serif;
	text-align:center;
	text-decoration: none;
	color: #ad4522;
	font-size: 18px;
	vertical-align: middle;
}
.tabs-on a:hover {
	background-position:top;
	background-repeat:no-repeat;
	height: 31px;
	width: 175px;
	color: #373737;
}
.tabs-on {
	height: 31px;
	width: 175px;
	vertical-align: middle;
	display: block;
	background-image:url(tab_on.png);
	background-position:top;
	background-repeat:no-repeat;
	height: 31px;
	width: 175px;
	font-family:Arial, Verdana, Sans-serif;
	text-align:center;
	text-decoration: none;
	color: #ad4522;
	font-size: 18px;
}
.tab-bottom 
{
	background-image:url(tab_line.png);
	background-position:bpttom;
	background-repeat:repeat-x;
}

/* Metrics information */

.metric-information-title 
{
	font-family:Arial, Verdana, Sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
}
.metrictype-take-action 
{
	padding-top: 4px;
}

.metricresource-header {
	font-family:"Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 26px;
	margin: 0px;
	display: inline;
	color: #799332;
}
.metricresource-subheader {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 18px;
	margin: 0px;
	display: inline;
	color: #ad4522;
}
.blue-link a {
	color: #3e5b80;
	text-decoration: none;
}
.blue-link a:hover {
	text-decoration: underline;
}
.metric-content-list p {
  padding: 0px 0px 8px 0px;
  margin: 0px;
}

.programleve-2-table {
  background-color: #efefef;
  border-color: #CCCCCC;
  border-style: solid;
  border-collapse: collapse;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	width: 100%;
}
.programleve-2-table thead th {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  padding: 4px;
}
.programleve-2-table .programlevel3-header {
  padding: 4px 0px;
  text-align: center;
  font-weight: bold;
}
.programleve-2-table tbody td {
  background-color: #ffffff;
}
.programleve-2-table .programlevel3-text {
  padding: 10px;
}
.programleve-2-table tfoot th {
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  padding: 4px;
}

.text_small 
{
    font-family: Arial, Verdana, Sans-serif;
    font-size: 12px;
	font-style: italic;
}
.link-icon 
{
    padding: 3px 4px 0px 10px;
}
fieldset 
{
	margin: 0px 0px 10px 0px;
}
legend 
{
	margin: 0px 0px 10px 0px;
    font-family: Arial, Verdana, Sans-serif;
    font-size: 14px;
	font-weight: bold;
	color: #000000;
}

/* Containers */

.container-grey {
  background-color: #ececec;
  padding: 15px;
  margin: 0px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
.container-green {
  background-color: #eef5cd;
  padding: 15px;
  margin: 0px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.green-column 
{
	background-color: #eef5cd;
	color: Black;
}
.container-blue {
  background-color: #cfe3f3;
  padding: 15px;
  margin: 0px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.blue-column 
{
	background-color: #aacdea;
	color: Black;
}
.container-red {
  background-color: #faeaeb;
  padding: 15px;
  margin: 0px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.red-column 
{
	background-color: #faeaeb;
	color: black;
}
.container-orange {
  background-color: #f5e0cb;
  padding: 15px;
  margin: 0px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
.container-brown {
  background-color: #e9dfd7;
  padding: 15px;
  margin: 0px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
.container-teal {
  background-color: #CEDEE2;
  padding: 15px;
  margin: 0px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
.blank-green 
{
	background-color: #deec9f;
	border: 0;
}
.brown-column
{
	background-color: #e9dfd7;
	color: Black;
}
.container-seperator-top {
  margin-top: 10px; 
}
.container-seperator-left {
  margin-left: 10px; 
}
.container-grey h3, .container-green h3, .container-blue h3, .container-orange h3, .container-red h3, .container-brown h3, .container-teal h3 {
    padding: 0px 0px 10px 4px;
    margin: 0px;
    font-family: Arial, Verdana, Sans-serif;
    font-size: 18px;
	font-weight: bold;
    color: #000000;
}
.container-nmodel h3 a:link{
    margin: 0px;
    font-family: Arial, Verdana, Sans-serif;
    font-size: 16px;
	font-weight: bold;
    color: #000000;
    margin-bottom:10px;
}
.container-sub {
  padding: 15px;
  margin: 8px 0px 4px 0px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;  
}
.container-green .container-sub {
  background-color: #deec9f;
}
.container-orange .container-sub {
  background-color: #edcd9f;
}
.container-grey .container-sub {
  background-color: #d8d9da;
}
.container-blue .container-sub {
  background-color: #b3d3ec;
}
.container-red .container-sub {
  background-color: #edc3c3;
}
.container-brown .container-sub {
  background-color: #c5be97;
}
.container-sub h4 {
    padding: 0px 0px 10px 4px;
    margin: 0px;
    font-family: Arial, Verdana, Sans-serif;
    font-size: 14px;
	font-weight: bold;
    color: #000000;
}
.container-nmodel {
  background-color: #ececec;
  padding: 15px;
  padding-bottom:5px;
  margin: 0px;
  margin-bottom:20px;
}

/* Buttons */

.command_seperator_top {
  border-bottom: dotted 1px #DAD9D3;
  margin-bottom: 20px;
  padding-bottom: 6px;
}
.command_seperator_bottom {
  border-top: dotted 1px #DAD9D3;
  margin-top: 12px;
  padding: 4px 8px 0px 0px;
  text-align: right;
}
.commandWrapper {
	height: 36px;
}
.commandDiv {
  float: left;
  padding-right: 4px;
  height: 26px;
}
.commandDiv a:hover {
    text-decoration: none;
}
.commandDivRight {
  float: right;
  padding-left: 4px;
}

.buttonIconWrapper {
  cursor: pointer;
  text-align: center;
  text-decoration: none;
}
.buttonIconWrapper a {
  text-decoration: none;
}  
.buttonIconWrapper .buttonIcon {
  background: rgb(255,255,255); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}
.buttonIconWrapper:hover .buttonIcon {
  background: rgb(252,255,244); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(252,255,244,1) 0%, rgba(223,229,215,1) 40%, rgba(179,190,173,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,255,244,1)), color-stop(40%,rgba(223,229,215,1)), color-stop(100%,rgba(179,190,173,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(252,255,244,1) 0%,rgba(223,229,215,1) 40%,rgba(179,190,173,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(252,255,244,1) 0%,rgba(223,229,215,1) 40%,rgba(179,190,173,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(252,255,244,1) 0%,rgba(223,229,215,1) 40%,rgba(179,190,173,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(252,255,244,1) 0%,rgba(223,229,215,1) 40%,rgba(179,190,173,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 ); /* IE6-9 */
}
.buttonIcon {
  border: #d2d2d2 1px solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 9px 10px 8px 10px;
  display: table;
  text-decoration: none;
}
.buttonIcon .icon {
  display: table-cell;
}
.buttonIcon .icon img {
  vertical-align: text-top;
  padding-top: 1px;
}
.buttonIcon .title {
  display: table-cell;
  color: #888888;
  font-family: Arial, Verdana, Sans-serif;
  font-size: 15px;
  font-weight: bold;
  padding-left: 4px;
  vertical-align: middle;
  text-decoration: none;
}
.buttonIconWrapper .buttonIcon .title a, .buttonIconWrapper .buttonIcon .title a:hover {
  color: #888888;
  font-family: Arial, Verdana, Sans-serif;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
}
.buttonIcon .title input {
  border: none;
  background: none;
  color: #888888;
  font-family: Arial, Verdana, Sans-serif;
  font-size: 15px;
  font-weight: bold;
  padding: 0px;
  margin: 0px;
}

/* Indicators */

.indicator_container {
  position: absolute;
  display: none;
  text-align: center;
  background-color: #ffffff;
  z-index: 1000;
}
.indicator_container .indicator_img {
	position: fixed;
	margin-top: 20px;
}

/* Practices */

#toTop {
	width:100px;
        border:1px solid #ccc;
        background:#f7f7f7;
        text-align:center;
        padding:5px;
        position:fixed; /* this is the magic */
        bottom:10px; /* together with this to put the div at the bottom*/
        right:10px;
        cursor:pointer;
        display:none;
        color:#333;
        font-family:verdana;
        font-size:11px;
}

.clear-wrapper {
  position: relative;
  right: 0px;
  width: 24px;    
  float: left;
  margin-left:5px;
}
.practice-info {
  padding: 4px 10px;
}
.practice-info .number {
  font-weight: bold;
}
.instructions {
  font-style: italic;
  color: #f47530;
  font-size: 14px;
  padding: 0px 10px;
}
.AnswerReportTable {
  width: 100%; 
  border-top-color: #dad9d3; 
  border-right-color: #dad9d3; 
  border-bottom-color: #dad9d3; 
  border-left-color: #dad9d3; 
  border-collapse: collapse;
}
.AnswerReportModule  {
  background-color: rgb(0, 99, 140);
}
.AnswerReportCell {
  border: 1px solid #A0A0A0;
}
.AnswerReportNumber {
  width:40px;
  font-weight: bold;
  text-align: center;
}
.AnswerReportScore {
  width:200px;
}

/* tooltip styling */

.dnnFormHelpContent {
  width: 350px;
}
.dnnTooltip a.TooltipText {
  font-size: 14px;
  font-weight: normal;
  color: #000000;
  background: url(icon_question_sm.png) no-repeat right;
  padding-right: 18px;
}

/* Registration */

.registration-form {
    padding: 10px 40px 10px 10px;
}
.registration-form .input-row {
    white-space: nowrap;
}
.registration-form .required {
    color: #f00;
    padding-left: 4px;
}
.registration-form .error-notification {
    display: none;
}

/* Legend */

.legend .icon {
  padding: 4px 2px 0px 0px;
}

.floatingSave {
  position: fixed;
  top: 300px;
  right: 0px;
  top:expression(300+((e=document.documentElement.scrollTop)?e:document.body.scrollTop)+'px'); 
}

/* = STEPS CONTAINER
----------------------------*/
.wizard-steps {
    margin:20px 10px 0px 10px;
    padding:0px;
    position: relative;
    clear:both;
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
}
.wizard-steps div {
    position:relative;
}
/* = STEP NUMBERS
----------------------------*/
.wizard-steps span {
    display: block;
    float: left;
    font-size: 10px;
    text-align:center;
    width:15px;
    margin: 7px 5px 0px 0px;
    line-height:15px;
    color: #ccc;
    background: #FFF;
    border: 2px solid #CCC;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    margin-left:5px;
}
/* = DEFAULT STEPS
----------------------------*/
.wizard-steps a {
    position:relative;
    display:block;
    width:auto;
    height:34px;
    margin-right: 18px;
    padding:0px 10px 0px 3px;
    float: left;
    font-size:11px;
    line-height:34px;
    color:#666;
    background: #F0EEE3;
    text-decoration:none;
    text-shadow:1px 1px 1px rgba(255,255,255, 0.8);
}
.wizard-steps a:before {
    width:0px;
    height:0px;
    border-top: 17px solid #F0EEE3;
    border-bottom: 17px solid #F0EEE3;
    border-left:12px solid transparent;
    position: absolute;
    content: "";
    top: 0px;
    left: -12px;
}
.wizard-steps a:after {
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left:12px solid #F0EEE3;
    position: absolute;
    content: "";
    top: 0px;
    right: -12px;
}
 
/* = COMPLETED STEPS
----------------------------*/
 
.wizard-steps .completed-step a {
    color:#163038;
    background: #A3C1C9;
}
.wizard-steps .completed-step a:before {
    border-top: 17px solid #A3C1C9;
    border-bottom: 17px solid #A3C1C9;
}
.wizard-steps .completed-step a:after {
    border-left: 12px solid #A3C1C9;
}
.wizard-steps .completed-step span {
    border: 2px solid #163038;
    color: #163038;
    text-shadow:none;
}
/* = ACTIVE STEPS
----------------------------*/
.wizard-steps .active-step a {
    color:#A3C1C9;
    background: #163038;
    text-shadow:1px 1px 1px rgba(0,0,0, 0.8);
}
.wizard-steps .active-step a:before {
    border-top: 17px solid #163038;
    border-bottom: 17px solid #163038;
}
.wizard-steps .active-step a:after {
    border-left: 12px solid #163038;
}
.wizard-steps .active-step span {
    color: #163038;
    -webkit-box-shadow:0px 0px 2px rgba(0,0,0, 0.8);
    -moz-box-shadow:0px 0px 2px rgba(0,0,0, 0.8);
    box-shadow:0px 0px 2px rgba(0,0,0, 0.8);
    text-shadow:none;
    border: 2px solid #A3C1C9;
}
/* = HOVER STATES
----------------------------*/
.wizard-steps .completed-step:hover a, .wizard-steps .active-step:hover a {
    color:#fff;
    background: #8F061E;
    text-shadow:1px 1px 1px rgba(0,0,0, 0.8);
}
.wizard-steps .completed-step:hover span, .wizard-steps .active-step:hover span {
    color:#8F061E;
}
.wizard-steps .completed-step:hover a:before, .wizard-steps .active-step:hover a:before {
    border-top: 17px solid #8F061E;
    border-bottom: 17px solid #8F061E;
}
.wizard-steps .completed-step:hover a:after, .wizard-steps .active-step:hover a:after {
    border-left: 12px solid #8F061E;
}


.wizard {
    padding:0px;
    position: relative;
    clear:both;
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
}
.wizard div {
    position:relative;
    display:inline-block;
    background: #E9E9E9;
    vertical-align:top
}

/* = STEP NUMBERS
----------------------------*/
.wizard a span {
    display: block;
    float: left;
    font-size: 40px;
    text-align:center;
    width:80px;
    line-height:80px;
    color: #ffffff;
    background: #A0A1A3;
    -webkit-border-radius:80px;
    -moz-border-radius:80px;
    border-radius:80px;
    margin-left:10px;
}

/* = DEFAULT STEPS
----------------------------*/
.wizard a {
    position:relative;
    display:block;
    width:auto;
    height:100px;
    padding:20px 7px 0px 3px;
    float: left;
    font-size:11px;
    line-height:34px;
    color:#666;
    background: #E9E9E9;
    text-decoration:none;
}
.wizard span 
{
	display:inline-block;
}


/* = ACTIVE STEPS
----------------------------*/

.wizard .active-step a
{
	background: #ffffff;
}
.wizard .active-step 
{
	background: #ffffff;
}
.wizard .active-step a span {
    color: #ffffff;
    text-shadow:none;
    background: #4C97D1;
}
.wizard .active-step span 
{
	display:inline-block;
}

/* = COMPLETED STEPS
----------------------------*/
 
.wizard .completed-step a span {
    color: #ffffff;
    background: #58595B;
    text-shadow:none;
}

.wizard div {
    border-left:1px solid #BFBFBF;
    padding-right:5px;
}
.wizard .completed-step span 
{
	display:inline-block;
}
.wizard .step-content table
{
	height:110px;
}

.runmenu ul
{
	list-style-type:none;
	margin:0;
	padding:0;
	padding-top:12px;
	padding-bottom:12px;
}
.runmenu li
{
	display:inline;
}
.runmenu a:link,.runmenu a:visited
{
	font-weight:bold;
	color:#FFFFFF;
	background-color:#58595B;
	text-align:center;
	padding:12px;
	padding-left:6px;
	padding-right:6px;
	text-decoration:none;
	text-transform:uppercase;
	border-right:1px solid white;
	font-size:14px;
}
.runmenu a:hover,.runmenu a:active
{
	background-color:#4C97D1;
}
.runmenu li.selected a
{
	background-color:#FFFFFF;
	color:#000000;
}

.runtable input
{
	margin-bottom:15px;
	margin-top:4px;
}
.runtable select
{
	margin-bottom:15px;
	margin-top:4px;
}
.runtable td
{
	text-transform:uppercase;
	line-height:1.2em;
}

.rununits
{
	text-transform:none;
}

.calctable
{
	background-color:#58595B;
	color:#FFFFFF;
	text-transform:uppercase;
}
.calctable input
{
	margin-bottom:10px;
	margin-top:4px;
}

.calctable td
{
	color:#FFFFFF;
}

.calcheader
{
	background-color:#B61D22;
	color:#FFFFFF;
	font-size:20px;
	text-transform:uppercase;
	font-weight:bold;
	text-align:right;
	line-height:46px;
	padding-left:20px;
	padding-right:10px;
}

.calcsection
{
	color:#ffffff;
	background-color:#000000;
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
	text-align:left;
	line-height:35px;
	margin-bottom:0px;
	width:370px;
	padding-left:20px;
}

.calc
{
	border-top:1px solid #9B9B9D;
	padding-left:10px;
	padding-top:6px;
	padding-bottom:6px;
	text-transform:uppercase;
}

.calcvalue
{
	border-top:1px solid #9B9B9D;
	padding-right:10px;
	text-transform:uppercase;
}
.calcsep
{
	padding-left:30px;
	padding-right:30px;
	height:10px;
}
.totalsep
{
	padding-left:30px;
	padding-right:30px;
	height:20px;
}
.calctotal
{
	background-color:#9B9B9D;
	margin-left:30px;
	margin-right:30px;
}
.calcinstructions
{
	text-transform:uppercase;
	font-size:13px;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:10px;
}
.button {
	display: inline-block;
	outline: none !important;
	cursor: pointer !important;
	text-align: center !important;
	text-decoration: none !important;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em !important;
	/* text-shadow: 0 1px 1px rgba(0,0,0,.3); */
	-webkit-border-radius: 1.0em !important; 
	-moz-border-radius: 1.0em !important;
	border-radius: 1.0em !important;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2) !important;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2) !important;
	box-shadow: 0 1px 2px rgba(0,0,0,.2) !important;
	line-height:1.0em  !important;
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}
.orange {
	color: #ffffff;
	background: #f79812; /* Old browsers */
	background: -moz-linear-gradient(top, #f79812 0%, #f61b16 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f79812), color-stop(100%,#f61b16)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f79812 0%,#f61b16 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f79812 0%,#f61b16 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f79812 0%,#f61b16 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f79812 0%,#f61b16 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f79812', endColorstr='#f61b16',GradientType=0 ); /* IE6-9 */
}
.blue {
	color: #ffffff;
	background: #66bcff; /* Old browsers */
	background: -moz-linear-gradient(top, #66bcff 0%, #4c97d2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#66bcff), color-stop(100%,#4c97d2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #66bcff 0%,#4c97d2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #66bcff 0%,#4c97d2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #66bcff 0%,#4c97d2 100%); /* IE10+ */
	background: linear-gradient(to bottom, #66bcff 0%,#4c97d2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66bcff', endColorstr='#4c97d2',GradientType=0 ); /* IE6-9 */
	
}
.blue:link,.blue:visited,.blue:active
{
	color: #ffffff;
	font-size:18px;
	font-weight:bold;
}
.orange:link,.orange:visited,.orange:active
{
	color: #ffffff;
	font-size:12px;
	font-weight:bold;
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

.lightgray {
	color: #000000 !important;
	background: #CCCCCC !important; /* Old browsers */
	background: -moz-linear-gradient(top, #E6E6E6 0%, #CCCCCC 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E6E6E6), color-stop(100%,#CCCCCC)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #E6E6E6 0%,#CCCCCC 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #E6E6E6 0%,#CCCCCC 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #E6E6E6 0%,#CCCCCC 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom, #E6E6E6 0%,#CCCCCC 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E6E6E6', endColorstr='#CCCCCC',GradientType=0 ) !important; /* IE6-9 */
}
.lightgray:link,.lightgray:visited,.lightgray:active
{
	color: #000000;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
.lightgray:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.lightgray:active {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}

.darkgray {
	color: #ffffff;
	background: #AEAEAE; /* Old browsers */
	background: -moz-linear-gradient(top, #D1D1D1 0%, #7D7D7D 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D1D1D1), color-stop(100%,#7D7D7D)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #D1D1D1 0%,#7D7D7D 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #D1D1D1 0%,#7D7D7D 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #D1D1D1 0%,#7D7D7D 100%); /* IE10+ */
	background: linear-gradient(to bottom, #D1D1D1 0%,#7D7D7D 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D1D1D1', endColorstr='#7D7D7D',GradientType=0 ); /* IE6-9 */
}

.darkgray:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.darkgray:active {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.darkgray:link,.darkgray:visited,.darkgray:active
{
	color: #ffffff;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
.editbutton a:link,.editbutton a:visited,.editbutton a:active
{
	color: #ffffff;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
.editbutton a:hover
{
	color: white;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

.calcbutton {
	color: #ffffff;
	border: solid 1px #da7c0c;
	background: #f79812; /* Old browsers */
}
.calcbutton:link,.calcbutton:visited,.calcbutton:active
{
	color: #ffffff;
	font-size:12px;
	font-weight:bold;
}
.calcbutton:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.calcbutton:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

.runinstructions 
{
	text-transform:none;
	margin-bottom:20px;
	font-weight:bold;
	margin-left:4px;
}

#disclaimer
{
	margin-top:14px;
	margin-left:15px;
	margin-right:15px;
	font-size:13px;
	line-height:18px;
	color: #58595B;
}