/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */


body {
  font-family: sans-serif; 
  font-style: normal;
  font-weight: normal;
  padding-top: 5px;
}

table {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
	
	border: 0px solid black;
}

table .center {
    margin-left:auto; 
    margin-right:auto;	
}

th.nf {
	background-color: #FFFFFF;
        font-weight: bold;
        text-align: left;
}

th {
	background-color: #AAAACC;
	font-weight: bold;
	text-align: left;
}

th .right {
        background-color: #AAAACC;
        font-weight: bold;
        text-align: center; 
}

th .center {
        background-color: #AAAACC;
        font-weight: bold;
        text-align: center;
}

.main {
	width: 1200px;
}

.header{
	width: 1200px;
	padding-bottom: 15px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.footer{
	width: 1200px;
	padding-top: 15px;
	border-top-style: solid;
	border-top-width: 1px;
}

a:link{
	color: blue;
}

a:visited{
	color: blue;
}

div {
	float: left;
}

div .right {
	float: right; 
}

tr {

}

tr .alt {
	background-color: #eaf2ff;
}

.hoverTable {
    margin-left:auto;
    margin-right:auto;
}

.hoverTable tr:hover {
	background-color: #c7ccd6;
}

.hoverTable tr {
}

.hoverTable tr .alt {
	background-color: #eaf2ff;
}

h1 {
	font-size: 18px;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	line-height: 5px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 5px;
}

td {
	font-size: 14px;
	text-align: left;
}

td .right {
	font-size: 14px;
	text-align: right; 
}

td .center {
	font-size: 14px;
	text-align: center; 
}

.small {
	font-size: 12px;
	text-align: left;
}

.small-center {
	font-size: 12px;
	text-align: center;
}

.small-right {
	font-size: 12px;
	text-align: right;
}

.small-bottom {
	font-size: 12px;
	vertical-align: bottom;
	text-align: center;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}
