/* CSS Document */

/* POPUP */

.framepopup {
	width: 600px;
	margin: 10px auto 0 auto;
	padding: 0px;
	text-align: left;
	background-color: #FFFFFF;
	border-top: 1px solid #214232;
	border-right: 25px solid #214232;
	border-left: 25px solid #214232; }
	
.contentleft_pop {
	width: 70px;
	padding: 10px 0px;
	float:left;
	background:#fff;}

.contentcenter_pop {
	width: 440px;
	padding: 10px 0;
	margin: 0;
	float: left;
	text-align: center;	}
	
.contentright_pop {
	width: 70px;
	padding: 10px 0px;
	float: left;
	background: #fff;
	text-align: right;	}
	
.contentrightfiscal_pop {
	width: 70px;
	padding: 0px 0px;
	float: left;
	background: #fff;
	text-align: right;	}
	
.contentpopup {
	width: 580px;
	padding: 0px 10px;
	margin: 0;
	float: left;	}
	
.contentpopup table {
	clear: both;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	border: 1px solid #ccc; }
	
.contentpopup table td {
	padding: 3px; }
	
.contentpopup h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.2em;
	font-style: italic;
	color: #214232;
	margin: .1em;
	padding: .3em;
	}

/* BORDER-LESS TABLES FOR MULTI-COLUMN LAYOUT */

.contentpopup table .no_border {
	border-collapse: collapse;
	width: auto;
	border: none;
	padding: 0;
	margin-left:auto; margin-right:auto; }
	
.contentpopup table .no_border td {
	border-collapse: collapse;
	border: none;
	padding: 1px 8px 1px 1px;
	margin: 0; }
	
/* GENERAL DEFINITIONS */
	 
.popup_status {
	float: right;
	padding-right: 5px;
	padding-top: 10px;
	margin: 0;
	position: relative;
	text-align: center;
	font-weight: bold;
	color: #fff; }
	
.table_center {
	text-align: center; }

.table_right {
	text-align: right; }
	
.contentpopup .table_header {
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
	background-color: #ccc;
	padding: 5px; }
	
/*.table_save {
	text-align: center;
	padding: 10px;
	border-top: 1px solid #ccc; }
	

	
.table_column {
	text-align: left;
	font-weight: normal;
	font-size: .9em;
	background-color: #ccc; }
	
.even	{	background-color: #eee; } */  /* THESE MOVED TO COMMON.CSS */
	
.footerpopup {
	width: 560px;
	border-bottom: 20px solid #214232;
	border-left: 25px solid #214232;
	border-right: 25px solid #214232;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding: 20px;
	text-align:center;
	background-color: #fff; }
	
.footerpopup p {
	color: #008000;
	padding: 1px;
	margin: 2px; }
	

/* POPUP NAVIGATION WITHOUT TABS */
	
.navigation {
	font-size: .9em;
	text-align: center;
	position: relative;
	padding: 0px;
	margin: 10px;
	clear: both; } 
  
.navigation ul {
	margin: 0;
	padding: 0;
	display: inline;	}
  
.navigation li {
	margin-left: 0;
	margin-bottom: 0;
	padding: 0px 6px 0px 4px;
	border-right: 1px solid #999;
	list-style: none;
	display: inline; }
  
.navigation .current a {
  color:#BB0000;
  font-style: italic;
  font-weight: bold;  }
  
.navigation .last {
  border: none;  }
  
 /* USE LISTS TO ORGANIZE */

ol.indent {
	padding-left: 100px;
	line-height: 1.7em; }
	
ol.indent a {
	color: #000;
	text-decoration: none; }
	
ol.indent a:visited {
	color: #333;
	text-decoration: none; }
	
ol.indent a:hover {
	color: #008000;
	text-decoration: underline; }
	
ul.no_bullets {
	list-style-type: none; 
	line-height: 1.6em; 
	padding: 0;
	margin: 0; }
	
/* HIDE LINKS */

a.nolink {
	color: #000;
	text-decoration: none; }
	
a:visited.nolink {
	color: #333;
	text-decoration: none; }
	
a:hover.nolink {
	color: #008000;
	text-decoration: underline; }
