﻿/* CSS for Dymamically sortable table in City Code */

.AlignRight {
	text-align: right;
}
.AlignCenter {
	text-align: center;
}
.MsoHeading a{  
	font-size: 1.1em; 	
	font-family: Arial, Helvetica, sans-serif;
    margin-left: 0in; 
    margin-right: 0in; 
    margin-top: 0in; 
    margin-bottom: .0001pt 
}
.MsoHeading {  
	font-size: 1.1em; 	
	font-family: Arial, Helvetica, sans-serif;
    margin-left: 0in; 
    margin-right: 0in; 
    margin-top: 0in; 
    margin-bottom: .0001pt 
}
.MsoNormal{  
	font-size: 1em;  	
	font-family: Arial, Helvetica, sans-serif;
    margin-left: 0in; 
    margin-right: 0in; 
    margin-top: 0in; 
    margin-bottom: .0001pt 
}
.MsoReference{  
	font-size: .85em; 	
	font-family: Arial, Helvetica, sans-serif;
    margin-left: 0in; 
    margin-right: 0in; 
    margin-top: 0in; 
    margin-bottom: .0001pt 
}
.MsoTextIndent { 
	text-indent: .5in; 
	margin-left: 0in; 
	margin-right: 0in; 
    margin-top: 0in; 
    margin-bottom: .0001pt 
}
.MsoBodyTextIndent { 
	text-indent: .5in;  
	font-size: 1em; 
	font-family: Arial, Helvetica, sans-serif; 
	margin-left: 0in; 
	margin-right: 0in; 
    margin-top: 0in; 
    margin-bottom: .0001pt 
}
.MsoBodyTextIndent3 { 
	text-indent: -.5in;  
	font-size: 1em; 
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 1.0in; 
    margin-right: 0in; 
    margin-top: 0in; 
    margin-bottom: .0001pt 
}
.MsoBodyTextIndent4 { 
	text-indent: -.5in;  
	font-size: 1em; 
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 1.5in; 
    margin-right: 0in; 
    margin-top: 0in; 
    margin-bottom: .0001pt 
}
.MsoBodyTextIndent5 { 
	text-indent: -.5in;  
	font-size: 1em; 
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 2in; 
    margin-right: 0in; 
    margin-top: 0in; 
    margin-bottom: .0001pt 
}
.MsoBodyTextIndent6 { 
	text-indent: -.25in;  
	font-size: 1em; 
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 1.25in; 
    margin-right: 0in; 
    margin-top: 0in; 
    margin-bottom: .0001pt 
}
.MsoBodyTextIndent2 { 
 	text-indent: -.33in;  
 	font-size: 1em; 
 	font-family: Arial, Helvetica, sans-serif; 
 	margin-left: .33in; 
 	margin-top: 0in; 
    margin-top: 0in; 
    margin-bottom: .0001pt }

.MsoNarrowedParagraph {
	font-size: 1em;
	margin-left: 15px;
	margin-right: 15px;
}

.IndexLetterHeading {
	text-align: center;
	font-weight: bold;
	background-color:#cccc99;
}

/* Set style for entire table */
table.sortable{
	border-collapse: collapse;
	font-size: 1.1em; 	
	font-family: Arial, Helvetica, sans-serif;
	table-layout:fixed;
	}

/* Set style for table detail */
table.sortable td {
    border: 1px black solid;
	}

/* define class to denote heading of table to be repeated on top of each printed page */
thead {  
    display:table-header-group;  
	}

/* define class to denote body of table where heading is repeated on top of each printed page */
tbody {  
    display:table-row-group;  
	}

/* will keep table rows from breaking over a pager in some browsers */
tr {
	page-break-inside: avoid;
	}
	
.CodeTableBody{
	border: 1px solid silver;
	text-indent: 1px;
	vertical-align:top;
}

.MsoTitle { text-align: center;  font-size: 1em; font-family: 
               Arial, Helvetica, sans-serif; font-weight: bold; margin-left: 0in; 
               margin-right: 66.0pt; margin-top: 0in; margin-bottom: .0001pt 
               }
               
table.tablesorter{
	border-collapse: collapse;
	font-size: 1em; 	
	font-family: Arial, Helvetica, sans-serif;
	table-layout:fixed;
	}

	
table.tablesorter thead tr .header {
	background-image: url(http://ci.norfolk.ne.us/images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
    background-color:#eee;
	cursor: pointer;
    border: 1px black solid;
    font-weight: bold;
    margin:0px,5px,0px,5px;
    padding:0px,5px,0px,5px;
	}

table.tablesorter thead tr .noheader {
	background-image: none;
	background-repeat: no-repeat;
	background-position: bottom right;
    background-color:#eee;
	cursor: default;
    border: 1px black solid;
    font-weight: bold;
	}

table.tablesorter td {
	font-size: 1em;  	
	font-family: Arial, Helvetica, sans-serif;
}


