
html {
	margin: 0;
	border: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	font: 400 14px/18px 'Source Sans Pro', Arial, Helvetica, sans-serif;
	color: #555;
	background: #DBDBDB;
}
a {
	color: #00457c;
	color: #005599;
	outline: 0;
	text-decoration: none;
}
a:hover {
	color: #3c6688;
	color: #3388cc;
	text-decoration: underline;
}
h1 {
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: 34px;
	font-weight: 500;
	color: #333333;
}
h2 {
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-size: 21px;
	line-height: 26px;
	font-weight: 400;
	color: #cf8a05;
}
h3 {
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	text-transform: uppercase;
	color: #333333;
}
hr {
	margin: 2em 0;
	border: 0;
	width: auto;
	height: 1px;
	background: transparent;
	border-top: 1px solid #aaa;
}
	
#header {
	width: 100%;
	position: relative;
	background: #fff;
}
#logo {
	display: inline-block;
	margin: 1.2em 2em 1.2em 6%;
}
#logo .title {
	margin-top: 0.4em;
	font: 400 16px/20px 'Source Sans Pro', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #00457c;
}
#maincontainer {
	width: 100%;
	position: relative;
}
#main {
	padding: 2em 6% 8em 6%;
	font: 400 14px/18px 'Source Sans Pro', Arial, Helvetica, sans-serif;
	min-height: 400px;
	background: #E8E6E6;
}
#main-login {
	padding: 2em 6% 8em 6%;
	font: 400 14px/18px 'Source Sans Pro', Arial, Helvetica, sans-serif;
	min-height: 400px;
	background: #E8E6E6;
}
#main2 {
	padding: 2em 0 8em 0;
	font: 400 14px/18px 'Source Sans Pro', Arial, Helvetica, sans-serif;
	min-height: 400px;
	background: #E8E6E6;
}
.narrowbox {
	width: 33.3%;
	min-width: 260px;
	max-width: 400px;
	margin: 0 auto;
	text-align: center;
}
#overlay {
	position:fixed;
	width: 100%;
	height: 100%;
	background: #E8E6E6;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 20000;
	overflow: hidden;
	opacity: 0.6;
	filter: alpha(opacity=0.6);
	display: none;
}
#modal {
	position:fixed;
	top: 40%;
	left: 50%;
	width: 400px;  /* adjust as per your needs */
	min-height: 200px;
	margin-left:-250px;   /* negative half of width above */
	margin-top:-100px; 
	border: 1px solid #999;
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 5px 10px rgba(0,16,32,0.5);
	display: none;
	z-index: 30000;
}
#modal .content {
	padding: 40px;
	text-align: center;
	font-size: 16px;
}
#modal .message {
	padding-bottom: 20px;
}
#dialog {
	position:fixed;
	top: 40%;
	left: 50%;
	width: 400px;  /* adjust as per your needs */
	min-height: 200px;
	margin-left:-250px;   /* negative half of width above */
	margin-top:-100px; 
	border: 1px solid #999;
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 5px 10px rgba(0,16,32,0.5);
	display: none;
	z-index: 30000;
}
#dialog .content {
	padding: 40px;
	text-align: center;
	font-size: 16px;
}
#dialog .message {
	padding-bottom: 20px;
}

.message-error {
	margin: 0;
	padding: 0.2rem 0.4rem;
	background: #f2d9d3;
	border: 1px solid #f29e95;
	font-weight: bold; 
	color: #C20306;
}
.message-info {
	margin: 0;
	padding: 0.2rem 0.4rem;
	background: #efdaba;
	border: 1px solid #f2c782;
}
.message-success {
	margin: 0;
	padding: 0.2rem 0.4rem;
	background: #d6f2bf;
	border: 1px solid #73ce64;
	font-weight: bold; 
}
div.message-error {
	margin: 1em 0;
}
div.message-info {
	margin: 1em 0;
}
div.message-success {
	margin: 1em 0;
}
.message-error ul {
	padding-left: 1.5rem;
}
.message-error ul li {
	font-size: 0.9em;
}
.error {
	color: #cc1100;
	color: #e35559;
	text-transform: none;
	text-decoration: none;
}
.warning {
	color: #c67605;
	text-transform: none;
	text-decoration: none;
}
.info {
	color: #cc8704;
	text-transform: none;
	text-decoration: none;
}
.success {
	color: #3bb632;
	text-transform: none;
	text-decoration: none;
}
.hilite {
	color: #f85d05 !important;
}
.delete {
	color: #c24d4a !important;
}
#footer {
	border-top: 4px solid #00457c;
	border-top: 2px solid #3c6688;
	background: #DBDBDB;
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-size: 10px; 
}
#footerlogos {
	padding: 2em;
	text-align: left;
	float: left;
}
.copyright {
	padding: 3em 2em;
	font: 400 12px/18px 'Source Sans Pro', Arial, Helvetica, sans-serif;
}
.formbox {
	margin: 0.4rem 0;
	position: relative;
	width: auto;
	height: 100%;
	border: 1px solid #C9C9C9;
	padding: 2em;
	background: #DBDBDB;
	color: #333;
	text-decoration: none;
	/*
	font: 600 11px/12px 'Raleway', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px; */
	text-align: left;
}
.formbox input {
	font: 400 14px/18px 'Source Sans Pro', Arial, Helvetica, sans-serif;
	color: #333;
	padding: 2px;
	background: #fff;
	border: 1px solid #A5A4A4;
	box-sizing: border-box;
}
.formbox input[type=file] {
	border: 0;
	background: transparent;
}
.formbox textarea {
	font: 400 14px/18px 'Source Sans Pro', Arial, Helvetica, sans-serif;
	color: #333;
	padding: 2px;
	background: #fff;
	border: 1px solid #A5A4A4;
	box-sizing: border-box;
}
.formbox select {
	font: 400 14px/18px 'Source Sans Pro', Arial, Helvetica, sans-serif;
	color: #333;
	padding: 2px;
	background: #fff;
	border: 1px solid #A5A4A4;
	box-sizing: border-box;
}
.formbox select option {
	font: 400 14px/18px 'Source Sans Pro', Arial, Helvetica, sans-serif;
	color: #333;
}
.formbox h2 {
	margin: 0.2rem 0;
}
.formbox h3 {
	margin: 0.2rem 0;
}
	
.note input {
	font: 400 14px/18px 'Source Sans Pro', Arial, Helvetica, sans-serif;
	color: #333;
	padding: 2px;
	background: #fff;
	border: 1px solid #A5A4A4;
	box-sizing: border-box;
}
.note textarea {
	font: 400 14px/18px 'Source Sans Pro', Arial, Helvetica, sans-serif;
	color: #333;
	padding: 2px;
	background: #fff;
	border: 1px solid #A5A4A4;
	box-sizing: border-box;
}
.note select {
	font: 400 14px/18px 'Source Sans Pro', Arial, Helvetica, sans-serif;
	color: #333;
	padding: 2px;
	background: #fff;
	border: 1px solid #A5A4A4;
	box-sizing: border-box;
}
.note select option {
	font: 400 14px/18px 'Source Sans Pro', Arial, Helvetica, sans-serif;
	color: #333;
}
.narrowbox .formbox {
	text-align: center;
}

.formbox hr {
	margin: 0.6em 0;
}
.error {
	color: #cc1100;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
}
.success {
	color: #00457c;
	text-transform: none;
	text-decoration: none;
}
input.button {
	width:20px;
	position:absolute;
	right:20px;
	bottom:20px;
	background:#09C;
	color:#fff;
	font-family: Tahoma, Geneva, sans-serif;
	height:30px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border: 1p solid #999;
}
input.button:hover {
	background:#fff;
	color:#09C;
}
#headernav {
	float: right;
	margin: 2em 6% 2em 2em;
	text-align: right;
}
#contactinfo {
	color: #808080;
	font: 500 12px/12px 'Raleway', Helvetica, Arial, sans-serif;
}
#contactinfo a {
	color: #808080;
}
#accountmenu {
	margin: 1em 0;
}
#accountmenu ul {
	width: 100%;
	margin: 0;
	padding: 0;
	display: inline-block;
}
#accountmenu ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font: 600 11px/11px 'Raleway', Helvetica, Arial, sans-serif;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #333;
}
#accountmenu ul li a {
	display: inline-block;
	margin: 0;
	padding: 8px 10px;
	color: #fff;
	background: #00457c;
}
#accountmenu ul li a:hover {
	background: #295b83;
	color: #fff;
	text-decoration: none;
}
#menu {
	width: auto;
	position: relative;
	margin: 0; 
	padding: 0 6%; 
	border: 0;
	/*border-top: 4px solid #60BC45;
	border-bottom: 4px solid #60BC45; 
	text-align: center;
	background: #42AB2A;*/
	border-bottom: 4px solid #295b83; 
	text-align: left;
	background: #00457c;
	font: 500 13px/15px 'Raleway', Arial, Helvetica, sans-serif;
	z-index: 19;
	clear: both;
}
#menu ul {
	position: relative;
	display: inline-table;
	width: auto;
	margin: 0;
	border: 0;
	border-left: 1px solid #00457c; 
	padding: 0;
	background: #00457c;
	list-style: none;
}
#menu ul ul {
	width: auto;
	display: none;
}
#menu ul li:hover > ul {
	display: block;
}
#menu ul:after {
	content: ""; 
	clear: both; 
	display: block;
}
#menu ul li {
	float: none;
	display: table-cell;
	_display: block;
	_float: left;
	vertical-align: middle;
}
#menu ul li:hover {
	background: #446884;
}
#menu ul li:hover a {
	color: #fff;
}
#menu ul li a {
	display: block; 
	padding: 0.8rem 1.8rem;
	color: #fff; 
	text-decoration: none;
	font-size: 13px; 
	line-height: 15px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}	
#menu ul ul {
	border-top: 4px solid #3c6688;
	border-bottom: 4px solid #3c6688;
	background: #3c6688; 
	border-radius: 0px; 
	padding: 0;
	position: absolute; 
	top: 100%;
	box-shadow: 2px 4px 6px rgba(0,0,0,0.5);
}
#menu ul ul li {
	display: block;
	float: none; 
	border: 0;
	position: relative;
}
#menu ul ul li:first-child {
}
#menu ul li:hover ul li:hover {
	background: #3c6688;
}
#menu ul li:hover ul li:hover a {
	color: #fff;
}
#menu ul ul li a {
	border: 0;
	padding: 0.4rem 1rem 0.3rem 1rem;
	color: #fff;
	text-transform: none;
	letter-spacing: 0;
	text-align: left;
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-size: 0.84rem; 
	font-weight: 300;
}	
#menu ul li:hover ul li a {
	color: #fff;
}
#menu ul li:hover ul li a:hover {
	background: rgba(0,0,0,0.2);
	color: #fff;
}	
#menu ul ul ul {
	position: absolute; 
	left: 100%; 
	top:0;
}

.breadcrumbs {
	margin: 1em 0;
	font: 400 12px/13px 'Source Sans Pro', Arial, Helvetica, sans-serif;
	color: #777;
	letter-spacing: 0;
}
.dt{
	margin: 1em 0;
	width: 100%; 
	border-collapse: collapse; 
	border: 1px solid #C9C9C9;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.dt tr {
	background: #fff;
}
.dt tr th { 
	padding: 7px; 
	border: 1px solid #6B6B6B;
	background: #6B6B6B;
	vertical-align: bottom;
	text-align: left;
	font: 400 13px/14px 'Source Sans Pro', Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #fff;
}
.dt tr th:hover { 
	background: #7c7c7c;
}
.dt tr td { 
	padding: 7px; 
	border: 1px solid #d9d9d9;
	text-align: left;
	vertical-align: middle;
	font: 400 13px/14px 'Source Sans Pro', Arial, Helvetica, sans-serif;
}
.dt tr:nth-child(odd) td { 
	background: #F2F0F0;
	background: #f6f4f4;
}
.dt tr:nth-child(even) td {
	background: #ffffff;
}
.dt tr:hover:nth-child(odd) td { 
	background: #DFE8F0;
}
.dt tr:hover:nth-child(even) td {
	background: #EBF6FF;
}
.dt tr th.center, .dt tr td.center {
	text-align: center;
}
.dt tr th.right, .dt tr td.right {
	text-align: right;
}
.dt tr.total td {
	font-weight: bold;
	background: #e3f2bd;
}
.TFtable{
	margin: 1em 0;
	width: 100%; 
	border-collapse: collapse; 
}
.TFtable td{ 
	padding: 7px; 
	border: 1px solid #4e95f4;
}
.TFtable tr{
	background: #b8d1f3;
}
.TFtable tr:nth-child(odd){ 
	background: #b8d1f3;
}
.TFtable tr:nth-child(even){
	background: #dae5f4;
}
.btn, a.btn, input.btn {
	position: relative;
	display: inline-block;
	background: #666666;
	border: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 0.5em 0.9em 0.5em 0.9em;
	vertical-align: middle;
	color: #fff;
	font: 500 12px/13px 'Raleway', Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);
}
.btn:hover, a.btn:hover, input.btn:hover {
  	background: #888888;
  	color: #fff;
	box-shadow: 0 0 1px rgba(0,0,0,0.1);
  }
.btn-primary, a.btn-primary, input.btn-primary {
	background: #00457c;
  	color: #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);
}
.btn-primary:hover, a.btn-primary:hover, input.btn-primary:hover {
	background: #3c6688;
  	color: #fff;
	box-shadow: 0 0 1px rgba(0,0,0,0.1);
  }
.btn-login, a.btn-login, input.btn-login {
	background: #00457c;
  	color: #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);
}
.btn-login:hover, a.btn-login:hover, input.btn-login:hover {
	background: #3c6688;
  	color: #fff;
	box-shadow: 0 0 1px rgba(0,0,0,0.1);
  }
.btn-sml, .btn.btn-sml {
	padding: 0.7em 1.2em 0.6em 1.2em;
	font: 500 10px/11px 'Raleway', Arial, Helvetica, sans-serif;
}
.disabled .btn-sml, .disabled .btn.btn-sml {
	background: #c3c3c3;
	box-shadow: 0 0 0 rgba(0,0,0,0);
}
td.pass, th.pass, .pass, a.pass, .pass a {
  	color: #009911;
  }
td.fail, th.fail, .fail, a.fail, .fail a {
  	color: #cc1100;
  }
.paginate_button {
	padding: 0.5em;
	cursor: pointer;
}
.current, .paginate_button.current {
	color: #777;
}
.sorting, .sorting_asc, .sorting_desc {
	cursor: pointer;
}
.arrow-down {
	display: none;
	padding: 0 4px;
}
.arrow-up {
	display: none;
	padding: 0 4px;
}
.sorting_asc .arrow-up {
	display: inline;
}
.sorting_desc .arrow-down {
	display: inline;
}
  	
/* from fluidable.css */
.col-group {
  padding: 0;
  zoom: 1;
  margin-right: -2em;
}
.col-group:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.col-group .col-group {

  padding: 0;
}
.col-group [class*="col-"] {
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.col-half {
	width: 50%;
	padding-right: 2em;
    float: left;
}
  	
.ui-widget {
	font: 500 13px/14px 'Source Sans Pro', Arial, Helvetica, sans-serif;
}
.ui-datepicker-title {
	font: 600 12px/18px 'Raleway', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.ui-corner-all {
	border-radius: 0;
}
.ui-datepicker {
	box-shadow: 1px 1px 3px rgba(0,0,0,0.50);
}
.ui-datepicker th {
	font-weight: 600;
}


.site-list-wrapper {
	position: relative;
	display: inline;
}
.site-list {
	position: absolute;
	top: 10px;
	right: 0;
	z-index: 10000;
	display: none;
}
	
	
.control-group {
	margin: 0.6rem 0 1.4rem 0;
}
.control-label {
	margin: 1rem 0 0.4rem 0;
	color: #333;
	font: 600 11px/12px 'Raleway', Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: 1px;
}
.controls {
	margin: 0.4rem 0 1rem 0;
	color: #333;
	font: 500 13px/14px 'Source Sans Pro', Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0;
}
.control-title {
	display: inline-block;
	padding: 0 1rem 0 0;
}
.control-option-inline {
	display: inline-block;
	padding: 0 1rem 0 0;
}
.right, .controls.right {
	text-align: right;
}	
.note {
	position: relative;
	width: auto;
	height: 100%;
	border: 1px solid #C9C9C9;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	margin: 0.4rem 0;
	padding: 1.2rem;
	background: #fff;
	color: #333;
	font: 500 14px/18px 'Source Sans Pro', Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
}
.note h3 {
	margin: 0.2rem 0;
}
.note h4 {
	margin: 0.4rem 0;
	font: 600 11px/12px 'Raleway', Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.note-controls {
	position: absolute;
	top: 0.8rem;
	right: 0.8rem;
	font: 500 16px/20px 'Source Sans Pro', Arial, Helvetica, sans-serif;
}
.note-controls a {
	margin: 0 0.2rem;
} 
.sample {
	color: red;
	font-size: 80%;
	text-transform: uppercase;
}
.readonly {
	color: #999;
}
#column2 {
  margin-right: 200px;
}
#imageleft {
  float: left;
  width: 200px;
  padding: 20px;
}
#inforight {
  float: left;
  width: 80%;
  margin-right: -300px;
  padding: 20px;
  font: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-size: 16px;
}
#cleared {
  clear: both;
}
