
/* ================================
    Default styles FOR JVF modules
   ================================
*/ 
html, body 
{
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

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-color: #f0f0f0;
  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-color: #f0f0f0;
  margin-top: 4px;
}
.inactiveTab {
  border-top: 1px solid #C0C0C0;
  border-bottom: 1px solid #C0C0C0;
  font-family: Arial, Verdana, Sans-serif;
  font-size: 16px;
  background-color: #f0f0f0;
  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-color: #f0f0f0;
  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;
}

/* 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: #396236;
    text-align: left;
    vertical-align: top;
}
.ListHeader {
    font-family: Arial, Verdana, Sans-serif;
    font-size: 14px;
    font-weight: bold;
    background-color: #7a9536;
    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: #58595B;
	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;
}
.scorecard_pass
{
    font-family: Arial, Verdana, Sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    background-color: #d5ffcf;
    width: 40px;
    padding: 5px;
}
.scorecard_fail
{
    font-family: Arial, Verdana, Sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    background-color: #fae0f0;
    width: 40px;
    padding: 5px;
}
.scorecard_row_text
{
    font-family: Arial, Verdana, Sans-serif;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    padding: 10px;
}
.scorecard_row_title
{
    font-family: Arial, Verdana, Sans-serif;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
}
.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;
}
.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;
}

.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;
}

/* 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: #f3f3f3;
  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;
}

.container-yellow {
  background-color: #F5F1CB;
  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: #ebeff9;
  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: #ebeff9;
	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;
}
.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-yellow h3 {
  padding: 0px 0px 10px 4px;
  margin: 0px;
  font-family: Arial, Verdana, Sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #585858;
}
.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: #d2d2d2;
}
.container-blue .container-sub {
  background-color: #c1cdec;
}
.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;
}

/* 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;
}

/* Metrics Center */

.metrics-center {
	background-image:url(bg.jpg); 
	background-repeat: repeat-x; 
	background-position:top; 
	background-color: #d2e2ec;
	padding: 0px 10px;
	text-align: left;
}
.metrics-center a {
	color: #0075a4;
	text-decoration: none;
}
.metrics-center .title {
	color: #0075a4;
	font-size: 14px;
	text-align:center;
	font-weight: bold;
}
.metrics-center  ul 
{
    padding: 0px;
    margin: 0px 0px 0px 20px;
}

/* tooltip styling */

.dnnTooltip a.TooltipText {
  font-size: 14px;
  font-weight: normal;
  color: #000000;
  background: url(icon_question_sm.png) no-repeat right;
  padding-right: 18px;
}

/* Attention */

.attention-new {
	width: 350px;
	background-image: url(background_new.png);
	background-repeat: no-repeat;
	background-position: top;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	border: 1px solid #cccccc;
}
.attention-new a {
	color: #b50607;
	text-decoration: none;	
}

.attention-old {
	width: 350px;
	background-image: url(background_old.png);
	background-repeat: no-repeat;
	background-position: top;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	border: 1px solid #cccccc;
}
.attention-old a {
	color: #b50607;
	text-decoration: none;	
}

.attention-old_bgWhite {
	width: 290px;
	background-image: url(background_white.png);
	background-repeat: repeat;
	background-position: top;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	margin: 170px 20px 20px 20px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

.attention-new_bgWhite {
	width: 290px;
	background-image: url(background_white.png);
	background-repeat: repeat;
	background-position: top;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	margin: 170px 20px 20px 20px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

.instructions {
  font-style: italic;
  color: red;
  font-size: 14px;
  padding: 0px 0px 20px 4px;
}

.SampleDocumentTitle
{
    font-family: Arial, Verdana, Sans-serif;
    font-size: 24px;
    color: #7b7900;
    text-decoration: none;
}
.SampleDocumentInfoContainer 
{
    padding: 10px;   
}
.SampleDocumentList ul
{
    padding: 0px 0px 0px 25px;
}
.SampleDocumentLink 
{
    font-size: 16px;
    font-weight: bold;
}

/* Attention */

.v2 {
	width: 350px;
	background-image: url(background_v2.png);
	background-repeat: no-repeat;
	background-position: top;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	border: 1px solid #cccccc;
}
.v2 a {
	color: #cf6700;
	text-decoration: none;	
}

.v1 {
	width: 350px;
	background-image: url(background_v1.png);
	background-repeat: no-repeat;
	background-position: top;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	border: 1px solid #cccccc;
}
.v1 a {
	color: #527100;
	text-decoration: none;	
}

.v1_bgWhite {
	width: 290px;
	background-image: url(background_white.png);
	background-repeat: repeat;
	background-position: top;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	margin: 170px 20px 20px 20px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

.v2_bgWhite {
	width: 290px;
	background-image: url(background_white.png);
	background-repeat: repeat;
	background-position: top;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	margin: 170px 20px 20px 20px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}