@charset "utf-8";
/* CSS Document */

	/* Chapter Directory */
	
		/* Table */
		table.includetypetb{
			width:660px;
			border-collapse:collapse;
			border-spacing:0px;
		}
		table.chapter_directory{
			width:660px;
			border-collapse:collapse;
			border-spacing:0px;
		}
		
		/* Table Headings */
		th.row_title{
		}
		th.altrow_title{
		}
		
		/* Table Rows */
		tr.state_row{
			height:32px;
		}
			
		tr.data_rows{
			
		}
		tr.data_rows:hover{
			background:#dbdccc;
		}
		
		/* Table Data Clases */
		td.state_name
		{
			background:url(../images/integration/left_state_bg.jpg);
			background-position:0px 0px;
			background-repeat:no-repeat;
			padding:0px 0px 0px 5px;
			color:#FFF;
			font-weight:bold;
			line-height:;
		}
		td.back_to_map
		{
			background:url(../images/integration/right_state_bg.jpg);
			background-position:0px 0px;
			background-repeat:no-repeat;
		}
		tr.data_rows td{
			padding:8px 0px;
			border-bottom:1px solid #cacbb9;
		}
			tr.data_rows td a{
				color:#da4a5d;
				text-decoration:none;
			}
			tr.data_rows td a:hover{
				color:#da4a5d;
				text-decoration:underline;
			}
			
		td.row{
		}
		td.altrow{
		}
		

		
		/* Back to Map */
		a#back_to_map{
			background:url(../images/integration/back_to_top_in_state.jpg) no-repeat;
			background-position: 0px 0px;
			width:91px;
			height:23px;
			margin:0px 5px 0px 0px;
			float:right;
		}
		a#back_to_map:hover{
			background-position: 0px -23px;
		}
