﻿body {
    padding-top: 20px;
    padding-bottom: 20px;    
	font-family: "Times New Roman",Arial,Helvetica,Sans-Serif;
}
body, h5, legend {
   font-weight: 300;
   font-size: 13px;
   line-height: 20px;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}
.container-fluid {
    padding-left: 70px;
    padding-right: 70px;
}

.row-fluid .hide {
    display: none;
}

.align-right {text-align: right}
.align-left {text-align: left}
.align-center {text-align: center}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}
/* Tables
-------------------------------------------------- */
.table thead {
   border-bottom: 1px solid #BEBEBE;
}

.table th {
   /*font-family: "Times New Roman", Arial, Helvetica, Sans-Serif;*/
   font-size: 9pt;
   font-weight: bold;
   /*text-transform: uppercase;*/
}

.table th, .table td {
   border-top: 0;

}

/*
Headers colors.
*/
.accent-color,
header h1,
header h2,
table th {color: #24A0DA;}
.accent-bg {background:#24A0DA;}
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;/**/
}
