html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

html, body, a, a img, ul {
	margin: 0px;
	padding: 0px;
	border: 0;
	outline: 0;
}

html {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

input, textarea {
	outline: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
}

textarea {
	vertical-align: top;
	resize: none;
}

label {
	cursor: pointer;
}

a {
	text-decoration: none;
}

.clearfix {
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
    line-height: 0;
}
.clearfix:after {
    clear: both;
}

.clear_float {
	clear:both;
	line-height:0;
	font-size:0;
	height:0;
}

.no-margin {
	margin: 0 !important;
}

#overlay {
	display: none;
	background-color: #9a9a9a;
	text-align: center;
	vertical-align: middle;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	opacity: 0.8;
}

#overlay .overlay_wrap {
	position: absolute;
	width: 100%;
	top: 50%;
	text-align: center;
}

#overlay .overlay_holder {
	background-color: #000;
	border-radius: 10px;
	padding: 10px;
	margin: 0 auto;
	width: 200px;
}

#overlay .overlay_holder h3 {
	color: #dedede;
}

body.login_screen {
	background-color: #ccc;
}

.login-holder {
	width: 350px;
	font-weight: bold;
	margin: 10% auto 0;
	/*background-color: #0099ff;*/
	background-color: #ffffff;
	padding: 3px;
	border-radius: 6px;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
}

.login-holder form {
	border: 0;
	background-color: #ffffff;
	margin: 0;
}

.login-holder .form-row {
	border: 0;
}

.login-holder .logo-row {
	padding: 10px;
}

.login-holder label {
	color: #232323;
	width: 100px;
}

.login-holder input {
	font-weight: bold;
}

.login-holder .btn {
	font-weight: bold;
}

.login-holder .form-controls {
	border: 0;
	background-color: #ffffff;
	position: relative;
	text-align: right;
	padding: 10px 25px;
}

.login-holder .error {
	float: left;
	margin-left: 100px;
	color: #e92c23;
}

.top_menu_small, .top_menu {
	background-color: #f2f2f2;
	height: 110px;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
	width: 100%;
	min-width: 100%;
}

.top_menu_small {
	height: 50px;
}

.logo {
	float: left;
	padding: 5px 20px;
}

.menu_holder {
	float: left;
	font-family: Arial;
	font-size: 13px;
}

.menu_item {
	display: inline-block;
	line-height: 46px;
	border-bottom: 4px solid rgba(0,0,0,0);
	padding: 0 15px;
	color: #666666;
}

.menu_item:hover  {
	color: #1a1a1a;
}

.menu_holder .active {
	border-bottom: 4px solid #3b7bea;
}

.menu_holder .active span {
	color: #3b7bea;
	font-weight: bold;
}

.menu_user_holder {
	float: right;
	/*position: absolute;
	top: 0;
	right: 0;*/
	padding: 0 15px;
	font-size: 16px;
}

.user_info {
	display: inline-block;
	color: #3b7bea;
	font-weight: bold;
	line-height: 24px;
	padding: 15px 10px;
	text-align: right;
}

.user_info a {
	color: #3b7bea;
}

.logout {
	display: inline-block;
	padding: 0 10px;
	vertical-align: middle;
}

.logout a {
	display: block;
	width: 32px;
	height: 32px;
	background: transparent url(../images/logout.png) no-repeat scroll center center;
	opacity: 0.55;
}

.logout a:hover {
	opacity: 1;
}

.content {
	padding: 25px 15px;
}

.form-row {
	margin: 5px 0;
}

.f_form input[type='text'], .f_form input[type='password'], .f_form textarea, .f_form select {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0) 5px, rgba(0, 0, 0, 0));
	border-color: #aaaaaa #cccccc #cccccc #aaaaaa;
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	box-sizing: border-box;
	font-family: inherit;
	font-size: 1em;
	font-weight: normal;
	outline: 0 none;
	padding: 4px 5px;
}


.f_form input[type='text']:focus, .f_form input[type='password']:focus, .f_form textarea:focus, .f_form select:focus {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.19), rgba(0, 0, 0, 0) 5px, rgba(0, 0, 0, 0));
	border-color: #2fabe9;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 4px #2fabe9;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

.f_form input[type='text'].small {
	width: 70px;
}

.f_form input[type='text'].large, .f_form input[type='password'].large {
	width: 200px;
}

.f_form textarea.large {
	width: 350px;
	height: 70px;
}

.f_form input[type='text'].larger {
	width: 350px;
}

.f_form label {
	display: inline-block;
	text-align: right;
	padding: 5px 5px;
	width: 125px;
}

.form-controls {
	/* background-color: #f5f5f5; */
	border-top: 1px solid #ddd;
	text-align: right;
	padding: 10px 25px;
}

.form_message {
	margin: 5px 0 5px 140px;
}

.form_error {
	color: #da4f49;
}

.form_success {
	color: #5bb75b;
	font-weight: bold;
}


.form-row h3 {
    font-weight: bold;
    padding-left: 150px;
}

.btn {
	border: 1px solid #097fab;
	border: 0;
	border-radius: 12px;
	padding: 5px 8px;
	/* background: #0ca4dd; */

	background: #0ca4dd; /* Old browsers */
	background: -moz-linear-gradient(top, #0ca4dd 0%, #0a85b3 50%, #0ca4dd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0ca4dd), color-stop(50%,#0a85b3), color-stop(100%,#0ca4dd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0ca4dd 0%,#0a85b3 50%,#0ca4dd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0ca4dd 0%,#0a85b3 50%,#0ca4dd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #0ca4dd 0%,#0a85b3 50%,#0ca4dd 100%); /* IE10+ */
	background: linear-gradient(to bottom, #0ca4dd 0%,#0a85b3 50%,#0ca4dd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ca4dd', endColorstr='#0ca4dd',GradientType=0 ); /* IE6-9 */

	color: #eee;
	cursor: pointer;
	white-space: nowrap;
	margin: 0;
	display: inline-block;
}

.btn:hover {
	background: #0ca4dd; /* Old browsers */
	background: -moz-linear-gradient(top, #0ca4dd 0%, #0db4f3 50%, #0ca4dd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0ca4dd), color-stop(50%,#0db4f3), color-stop(100%,#0ca4dd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0ca4dd 0%,#0db4f3 50%,#0ca4dd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0ca4dd 0%,#0db4f3 50%,#0ca4dd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #0ca4dd 0%,#0db4f3 50%,#0ca4dd 100%); /* IE10+ */
	background: linear-gradient(to bottom, #0ca4dd 0%,#0db4f3 50%,#0ca4dd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ca4dd', endColorstr='#0ca4dd',GradientType=0 ); /* IE6-9 */
}

a.btn {
	border-radius: 0;
	padding: 3px 8px;
}

.btn-small {
	padding: 2px;
	font-size: 11px;
	border: 0;
	border-radius: 6px;
}

.btn-ok {
	background-color: #5BB75B;
	color: #fff;
}

.btn-cancel {
	background-color: #DA4F49;
	color: #fff;
}

.btn-remove {
	background: #e1262a; /* Old browsers */
	background: -moz-linear-gradient(top, #e1262a 0%, #e10c11 50%, #e1262a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e1262a), color-stop(50%,#e10c11), color-stop(100%,#e1262a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e1262a 0%,#e10c11 50%,#e1262a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e1262a 0%,#e10c11 50%,#e1262a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e1262a 0%,#e10c11 50%,#e1262a 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e1262a 0%,#e10c11 50%,#e1262a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1262a', endColorstr='#e10c11',GradientType=0 ); /* IE6-9 */
}

.btn-remove:hover {
	background: #e1262a; /* Old browsers */
	background: -moz-linear-gradient(top, #e1262a 0%, #f3292d 50%, #e1262a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e1262a), color-stop(50%,#f3292d), color-stop(100%,#e1262a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e1262a 0%,#f3292d 50%,#e1262a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e1262a 0%,#f3292d 50%,#e1262a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e1262a 0%,#f3292d 50%,#e1262a 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e1262a 0%,#f3292d 50%,#e1262a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1262a', endColorstr='#f3292d',GradientType=0 ); /* IE6-9 */
}

.btn-disabled, .btn-disabled:hover {
	background-color: #dedede;
	background: -moz-linear-gradient(top, #dedede 0%, #c3c3c3 50%, #dedede 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dedede), color-stop(50%,#c3c3c3), color-stop(100%,#dedede)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #dedede 0%,#c3c3c3 50%,#dedede 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #dedede 0%,#c3c3c3 50%,#dedede 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #dedede 0%,#c3c3c3 50%,#dedede 100%); /* IE10+ */
	background: linear-gradient(to bottom, #dedede 0%,#c3c3c3 50%,#dedede 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedede', endColorstr='#c3c3c3',GradientType=0 ); /* IE6-9 */
	color: #fff;
}

/* START TABLES */
.table {
	margin: 0 0 15px;
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	border: 1px solid #DDDDDD;
}

.table th, .table td {
	border-top: 1px solid #DDDDDD;
	padding: 4px 8px;
	text-align: left;
	vertical-align: top;
}
.table th {
	font-weight: bold;
	background-color: #F5F5F5;
	padding: 8px;
}
.table thead th {
	vertical-align: bottom;
}
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
	border-top: 0;
}

.table td a {
	color: #00335c;
	font-weight: bold;
}

.table td a:hover {
	text-decoration: underline;
}

.table td {
	vertical-align: middle;
}

.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
	background-color: #EEEEEE;
}

.table-auto {
	width: auto;
}

.table-bordered th, .table-bordered td {
	border: 1px solid #DDDDDD;
	vertical-align: middle !important;
	text-align: center !important;
}

.table .v-text {
	overflow: hidden;
}

.table .v-text div {
	padding: 3px 0;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.table tr.green_row td, .green_txt {
	color: #5BB75B;
}

.table tr.selected td, .selected {
	background-color: #fbffb4;
}

td.lb, th.lb {
	border-left: 1px solid #DDDDDD;
}

td.rb, th.rb {
	border-right: 1px solid #DDDDDD;
}

.nowrap, table.nowrap th, table.nowrap td {
	white-space: nowrap;
}

.list td input[type="checkbox"] {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

.list td {
	padding: 8px;
}

.list tbody tr {
	cursor: pointer;
}

/* END TABLES */

.nav-holder {
	background-color: #F9F9F9;
	border: 1px solid #EEEEEE;
	list-style: none outside none;
	margin: 0 0 15px;
	padding: 10px 5px;
}

.content-header {
	border-bottom: 3px solid #cccccc;
	margin-bottom: 5px;
}

.content-header table {
	width: 100%;
}

h1 {
	color: #0a85b3;
  font-size: 18px;
  font-weight: bold;
}


h2 {
  color: #496a76;
  font-weight: bold;
}

.content-header h1 {
  color: #0a85b3;
  font-size: 14px;
  font-weight: bold;
  margin: 5px 0;
}

.form_buttons {
	text-align: right;
	padding: 10px 15px;
}

.agreement {
	margin: 15px auto;
	padding: 15px 10px;
	width: 640px;
	height: 300px;
	overflow: auto;
	font-size: 12px;
	font-family: Verdana;
	background-color: #fafafa;
}

.agreement strong {
	font-weight: bold;
}

.agreement p {
	margin: 5px 0;
}

.front_form {
	width: 640px;
	margin: 0 auto;
}

.info-row {
	font-size: 14px;
	padding: 15px 20px;
	background-color: #fafafa;
}

.field-row:hover {
	background-color: #fbfbfb;
}

.field {
	color: #222244;
	font-family: verdana;
	font-weight: bold;
}

.field a {
	color: #1565f9;
}

.user_message {
	padding: 10px;
	font-size: 14px;
}

.gray {
	background-color: #ededed;
	margin-bottom: 15px;
}

span.label {
	display: inline-block;
	width: 140px;
	text-align: right;
	padding-right: 10px;
}


.strong {
    color: #2a6a2a;
    font-size: 15px;
    font-weight: bold;
    margin-top: 5px;
}