@import "https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600|Oswald:700";

body {
	background: linear-gradient(rgba(231, 238, 243, 0.015), rgba(16, 75, 125, 0.4)) fixed;
	font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	margin: 0;
	padding: 0;
}

.header {
	background: #fff;
	box-shadow:0 0 0.4em 0 rgba(0,0,0,0.40);
	padding: 2px 0px 2px 0px;
	margin: 0px 0px 10px 0px;
}

.menu a {
	line-height: 1.3em;
}

.menu a:link, .menu a:visited {
	color: #6A8B41;
	text-decoration: none !important;
}

.menu a:hover {
	color: #A83030 !important;
	text-decoration: none !important;
}

.small {
	font-size: 0.9em;
}

.very_small {
	font-size: 0.8em;
}

.red {
        color: #A83030;
	font-weight: bold;
}


b {
}

h1 {
}

h2 {
	color: #A83030;
	padding: 0;
	margin: 0;
	font-size: 1.2em;
}

h3 {
	color: #6A8B41;
	padding: 0 0 5px 0 ;
	margin: 0;
	line-height: 1.3em;
}

h4 {
	color: #104B7D;
	padding: 0 0 5px 0 ;
	margin: 0;
	font-size: 1.1em;
}

.col2 {
	color: #6A8B41;
}

.ui-dialog > .ui-widget-header {
	color: white;
	background: #A83030;
	border: none !important;
}

.ui-tooltip {
	font-size: 0.65em;
}

table { border-collapse: collapse; }

.header_bar {
	color: #77a63a;
	font-size: 1.1em;
	border-bottom: 1px solid #C0C0C0;
}

.bottom_bar {
	background: #77a63a;
}

.f_title { font-style: normal; line-height: normal; font-weight: normal; color: #212D5B}
.f_title_white {  font-style: normal; line-height: normal; font-weight: normal; color: #ffffff}
.title_red {  font-style: normal; line-height: normal; font-weight: normal; color: #212D5B}
.c_title {   font-size: 1.2em; font-style: normal; line-height: normal; font-weight: normal; color: #212D5B}
.c_title_plus {   font-size: 1.2em;; font-style: normal; line-height: normal; font-weight: bold; color: #212D5B}
.c_title:hover {   font-size: 1.2em; font-style: normal; line-height: normal; font-weight: normal; color: #786B00}
.c_text {  font-style: normal; line-height: 1.35em; font-weight: normal; font-size: 0.90em; }
.c_text_12 {  font-size: 1.1em; font-style: normal; line-height: normal; font-weight: normal; }
.c_text_14 {  font-size: 1.15em; font-style: normal; line-height: normal; font-weight: normal; }
.c_text_15 {  font-size: 1.2em; font-style: normal; line-height: normal; font-weight: normal; }
.c_text_16 {  font-size: 1.25em; font-style: normal; line-height: normal; font-weight: normal; }
.c_title_brown {  font-size: 10px; font-style: normal; line-height: normal; font-weight: bold; color: #212D5B }
.c_title_white {  font-size: 10px; font-style: normal; line-height: normal; font-weight: bold; color: #ffffff}
.s_title_black {  font-size: 12px; font-style: normal; line-height: normal; font-weight: bold; }
.s_title_red {  font-size: 15px; font-style: normal; line-height: normal; font-weight: bold; color: #A83030 }
.s_title_blue {  font-size: 12px; font-style: normal; line-height: normal; font-weight: bold; color: #093475 }
.t_text {  font-size: 10px; font-style: normal; line-height: normal; font-weight: bold; }
.t8 { font-family: Arial, Helvetica, sans-serif; font-size: 0.8em; }
.t9 { font-family: Arial, Helvetica, sans-serif; font-size: 0.85em; }
.t10 { font-family: Arial, Helvetica, sans-serif; font-size: 0.90em; }

.s_title { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: bold; color: #212D5B }

table {
  font-family: 'Open Sans', Helvetica, sans-serif;
}

.p_large {
	padding-bottom: 1.3em;
}

.mem_c_title {  font-size: 12px; font-style: normal; line-height: normal; font-weight: bold; color: #666699}
.mem_c_title_12 {
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  font-weight: bold;
  color: #467415
}

.mem_c_title_14 {

  font-size: 14px; font-style: normal;
  line-height: normal;
  font-weight: bold; color: #467415
}

.barred {
	text-decoration: line-through;
}

.tooltiptext{
    display: none;

    font-size: 10px;
}

.table-wrapper {
	background: #fff;
	display: inline-block;
	padding: 5px;
	margin: 0 auto;
	border: 2px solid #2561A3;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;

	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

/* Form input */

input, select, textarea {
background: #fafafa;
color: #7c7c7c;
line-height: 1.4;
padding: 4px 4px;
margin-top: 2px;
margin-bottom: 2px;
outline: none;
transition: all 0.2s ease-in-out 0s;
-webkit-transition: all 0.2s ease-in-out 0s;
-moz-transition: all 0.2s ease-in-out 0s;
border: 1px solid #ad9c9c;
border-radius: 4px 4px 4px 4px;
box-shadow: 0 1px rgba(34, 25, 25, 0.2) inset, 0 1px #fff;
}
input[type="radio"] {
box-shadow: none;
}
input:focus, select:focus, textarea:focus {
border-color: #2561A3;
background: #fff;
color: #5d5d5d;
-moz-box-shadow: inset 0 1px rgba(34, 25, 25, 0.2), 0 1px rgba(255, 255, 255, 0.6), 0 0 7px rgba(37, 97, 163, 0.5);
-webkit-box-shadow: inset 0 1px rgba(34, 25, 25, 0.2), 0 1px rgba(255, 255, 255, 0.6), 0 0 7px rgba(37, 97, 163, 0.5);
box-shadow: inset 0 1px rgba(34, 25, 25, 0.2), 0 1px rgba(255, 255, 255, 0.6), 0 0 7px rgba(37, 97, 163, 0.5);
}
input[type="radio"]:focus {
box-shadow: none;
}

textarea {
	font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
	font-size: 0.95em;
}

/* Form elements and buttons */

.button {
    /* Structure */
    display: inline-block;
    *display: inline;
    /*IE 6/7*/
    zoom: 1;
    line-height: normal;
    white-space: nowrap;
    vertical-align: baseline;
    text-align: center;
    cursor: pointer;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	-webkit-appearance: none;
}

.button {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 15px;
    *font-size: 13px;
	 /*IE 6/7 - To reduce IE's oversized button text*/
    *overflow: visible; /*IE 6/7 - Because of IE's overly large left/right padding on buttons */
    padding: 0.5em 1em 0.4em 1em;
    color: #fff !important;
    border: 0;
    background-color: #77a63a;
    text-decoration: none !important;
}

.button_small {
    /* Structure */
    display: inline-block;
    *display: inline;
    /*IE 6/7*/
    zoom: 1;
    line-height: normal;
    white-space: nowrap;
    vertical-align: baseline;
    text-align: center;
    cursor: pointer;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
	-webkit-appearance: none;
}

.button_small {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    *font-size: 10px;
	 /*IE 6/7 - To reduce IE's oversized button text*/
    *overflow: visible; /*IE 6/7 - Because of IE's overly large left/right padding on buttons */
    padding: 0.4em 1em;
    color: #fff !important;
    border: 0;
    background-color: #77a63a;
    text-decoration: none !important;
}

.button_micro {
    /* Structure */
    display: inline-block;
    *display: inline;
    /*IE 6/7*/
    zoom: 1;
    line-height: 1.8em;
    white-space: nowrap;
    cursor: pointer;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	-webkit-appearance: none;
}

.button_micro {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 9px;
    text-transform: uppercase;
    *font-size: 7px;
	 /*IE 6/7 - To reduce IE's oversized button text*/
    *overflow: visible; /*IE 6/7 - Because of IE's overly large left/right padding on buttons */
    padding: 0.4em 1em;
    color: #fff !important;
    border: 0;
    background-color: #77a63a;
    text-decoration: none !important;
}

.button_disable {
    color: #fff !important;
    background-color: #bbb !important;
}


/* Firefox: Get rid of the inner focus border */
.button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.button:hover,
.button:focus {
    background-color: #86c436;
}

.button_inactive, .button_inactive:hover, .button_inactive:focus {
    background-color: #bbbbbb;
}

hr {
  border: 0;
  height: 1px;
  background-color: #b2b2b2;
}

.table-wrapper a {
    text-decoration: underline;
    color: #4f910f;
}

.table-wrapper a:hover {
    text-decoration: underline;
    color: #3d6e0d;
}

/* tables */
table.tablesorter {
	font-family:arial;
	margin:10px 0pt 15px;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	border: 1px solid #FFF;
	padding: 4px;
	text-align: left;
}
table.tablesorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter tbody tr.flip td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #FFF59F;
}

.input_disabled {
	background: #EFEFEF;
	color: #888;
	border: 1px solid #CCC;
}

tr.border_bottom td {
  border-bottom:1pt solid #B7B7B7;
}

.fixed_width {
	font-family: "Lucida Console", Monaco, monospace;
}
