/* These are special secondary classes as requested by Jay Metzger of MIT*/
/* BORDERS */
.border { border: 1px solid #CCCCCC; }
.border_top { border-top: 1px solid #CCCCCC; }
.border_right { border-right: 1px solid #CCCCCC; }
.border_bottom { border-bottom: 1px solid #CCCCCC; }
.border_left { border-left: 1px solid #CCCCCC; }
.border_nav { border-right: 1px solid #018F8F; }
.dotted { border-top: 1px dotted #CCCCCC; }
.dotted_bottom { border-bottom: 1px dashed #CCCCCC; }
.gray { color: #999999; }

/* MODULE SPECIFIC STYLES */
.sm_padding { padding: 0px 10px 0px 0px; vertical-align: top; }
.col_padding { padding: 0px 30px 0px 0px; vertical-align: top; }
.box_padded { padding: 10px; background-color: #F7F6F2; }
.box { padding: 0px 10px 10px 0px; background-color: #F7F6F2; }
.arrow { padding-left: 5px; }
.text_wrap { float: left; padding-right: 15px; padding-bottom: 15px; }

td.ContentColRight ul,
td.ContentColMiddle ul {
  padding-left: 0px;
	margin-left: 20px;
}

td.ContentColRight a.hide,
td.ContentColMiddle a.hide {
  color: #333333;
	text-decoration: none; 
}
sup {
  text-decoration: none;
	font-weight: normal;
	font-size: 11px;
}

td.ContentColRight a.hide:hover
td.ContentColMiddle a.hide:hover {
  color: #333333;
	text-decoration: none; 
}

div.Spotlight a, div.Spotlight a:visited {
  text-decoration: underline;
  color: #009999;
}

h1.module {
margin:0px;
padding:0px 0px 10px 0px;
font-family: Arial, Helvetica, sans-serif;
font-size:17px;
font-weight: bold;
color: #185394;
}

h2.module {
margin:0px;
padding:0px 0px 10px 0px;
font-family: Arial, Helvetica, sans-serif;
font-size:15px;
font-weight: bold;
color: #185394;
}

h3.module {
margin:0px;
padding:0px 0px 10px 0px;
font-family: Arial, Helvetica, sans-serif;
font-size:13px;
font-weight: bold;
color: #185394;
}

a.module {
color:#009999; 
text-decoration:underline;
margin:0px;
font-family: Arial, Helvetica, sans-serif;
font-size:13px;
}

a.module:visited {
color:#009999; 
text-decoration:underline;
margin:0px;
font-family: Arial, Helvetica, sans-serif;
font-size:13px;
}

a.module:hover {
color:#006666;
text-decoration:underline;
margin:0px;
font-family: Arial, Helvetica, sans-serif;
font-size:13px;
}

/***************************************************************************************************************************************/
/* TABLE DATA STYLES */
/***************************************************************************************************************************************/
table.data {
  border-bottom: 1px solid #CCCCCC;
}
table.data .highlight_blue {
  background-color: #EAF1F5;
}
table.data tr th,
table.data tr td {
  padding: 7px;
	vertical-align: top;
}
table.data tr th {
	text-align: left;
}
table.data tr th ul,
table.data tr td ul {
  margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-position: outside;
} 
table.data tr th ul li,
table.data tr td ul li {
  padding-left: 10px;
	background-image: url(/siagency/library/images/arrow_teal.gif);
	background-repeat: no-repeat;
	background-position: 1px 5px;
	text-decoration: none;
}
table.data tr th.even, table.data tr.even th,
table.data tr td.even, table.data tr.even td {
  background-color: #F7F6F2;
}
table.data tr th.odd, table.data tr.odd th,
table.data tr td.odd, table.data tr.odd td {
  background-color: #FFFFFFF;
}
table.data tr th.separator, table.data tr.separator th,
table.data tr td.separator, table.data tr.separator td {
	border-top: 2px solid #009999;
}

table.data tr th.row_separator, table.data tr.row_separator th,
table.data tr td.row_separator, table.data tr.row_separator td {
	border-top: 1px dotted #CCCCCC;
}

/**********************************************************************************************************/
/* CONTAINER PROPERTIES */
/**********************************************************************************************************/
.container {
  padding: 0px !important;
  display: block;
	clear: both;
	width: 100%;
}
.container .content {
	padding: 15px !important;
}
.container .highlight_gray {
  background-color: #EFECE8;
}
.container .highlight_blue {
  background-color: #EAF1F5;
}
.container_round {
  padding: 0px !important;
	display: block;
	clear: both;
	width: 100%;
	background: url("/siagency/library/images/container_right.gif") no-repeat right top;
}
.container_round .content {
	padding: 15px 10px 0px 10px !important;
	background: url("/siagency/library/images/container_left.gif") no-repeat left top;
}
.container_round .navigation,
.container_round .list {
	padding: 7px 2px 0px 2px !important;
	background: url("/siagency/library/images/container_left.gif") no-repeat left top;
}
.container_round .content .highlight_gray {
  padding: 10px !important;
  background-color: #EFECE8;
}
.container_round .content .highlight_blue {
  padding: 10px !important;
  background-color: #EAF1F5;
}
.container_round_bottom {
  padding: 0px !important;
	margin: 0px !important;
	display: block;
	width: 100%;
	background: url("/siagency/library/images/container_right_bottom.gif") no-repeat right bottom;
}
.container_round_bottom .left_corner {
  padding: 0px !important;
	margin: 0px !important;
	width: 100%;
	display: block;
	background: url("/siagency/library/images/container_left_bottom.gif") no-repeat left bottom;
}

/**********************************************************************************************************/
/* PROGRESS / RESULTS PROPERTIES */
/**********************************************************************************************************/
.nav_results {
  margin: 0px !important;
  padding: 0px 0px 0px 0px !important;
	width: 100%;
	font-size: 11px;
}
.nav_results ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
	float: left;
}
.nav_results li {
  margin: 0px;
  padding: 0px 0px 0px 0px;
  display: inline;
	color: #333333;
}
.nav_results span {
  float: right;
}
.nav_results span select {
  font-size: 9px;
}
.nav_results br {
  clear: both;
}
.nav_results li a {
  margin: 0px 3px 0px 1px;
  padding: 0px;
}
.nav_results li.start a:link,
.nav_results li.start a:visited {
  padding: 0px 0px 0px 2px;
}
.nav_results li.end a:link,
.nav_results li.enda:visited {
  padding: 0px 1px 0px 0px;
}
.nav_results li.current a:link,
.nav_results li.current a:visited {
  text-decoration: none;
	color: #333333;
}
.nav_progress {
  margin: 0px !important;
  padding: 0px 0px 0px 0px !important;
	width: 100%;
	font-weight: bold;
	color: #333333;
}
.nav_progress ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
	float: left;
}
.nav_progress li {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: inline;
	width: 74px;
	float: left;
	background-image: url(/siagency/library/images/step_future.gif); 
	background-repeat: no-repeat;
	background-position: 26px 2px;
	text-align: center;
}
.nav_progress li.current {
  background-image: url(/siagency/library/images/step_current.gif); 
	background-repeat: no-repeat;
	background-position: 26px 2px;
}
.nav_progress li.current a,
.nav_progress li.current span {
  color: #FFFFFF;
}
.nav_progress li.past{
  background-image: url(/siagency/library/images/step_past.gif); 
	background-repeat: no-repeat;
	background-position: 26px 2px;
}
.nav_progress li.past a,
.nav_progress li.past span {
  color: #FFFFFF;
	text-decoration: none;
}
.nav_progress li a,
.nav_progress li span {
  margin: 5px 0px 8px 0px;
  padding: 0px 0px 0px 3px;
	display: block;
	font-size: 16px;
	text-decoration: none;
	color: #999999;
}
.nav_progress br {
  clear: both;
}
