﻿html, body {
	margin: 0;
	padding: 0;
}
body {
	color: #575757;
	font: 13px 'PT Sans', "Segoe UI" , Tahoma, Arial, "Helvetica Neue" , Helvetica, Sans-Serif;
	line-height: 1.3em;
	background-image: url('../../images/bg.png');
	background-repeat: repeat-x;
	background-color: #fff;
}
h1#title {
	font-size: 37px;
	margin-bottom: 50px;
	color: #666;
}
h2 {
	font-size: 21px;
	margin-bottom: 20px;
}
h3 {
	font-size: 16px;
}
p {
	margin-bottom: 20px;
}
a {
	color: #980905;
}
em {
	font-style: italic;
}
h1, h2, h3, h4, h5 {
	color: #3E6300;
}
h1 {
	letter-spacing: -3px;
	text-transform: uppercase; /* text-shadow: 2px 4px 3px rgba(0,0,0,0.3); */;
	text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);
}
.notice {
	background-color: #FFF9D8;
	margin-top: 20px;
	padding: 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.italic{
	font-style:italic ;
}
.smallText {
	font-size: 12px;
}
.hidden {
	display: none;
}
.ribbon {
	position: absolute;
	top: 0;
	right: 0;
	border: 0;
}
.form-title {
	text-transform: uppercase;
	margin-top: 10px;
	padding-top: 10px;
}
#page {
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;
	min-height: 500px;
	position: relative;
	background-color: #fff;
	width: 900px;
	margin: 25px auto 80px auto;
	padding: 15px;
	border: 1px solid;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#tbs {
	-moz-box-shadow: 0 0 5px #888 !important;
	-webkit-box-shadow: 0 0 5px#888 !important;
	box-shadow: 0 0 5px #888 !important;
	position: relative !important;
	background-color: #fff !important;
	width: 70% !important;
	border-top-left-radius: 5px !important;
	border-top-right-radius: 5px !important;
	border:solid 1px #ccc !important;
}
#header {
	clear: both;
}
.normalFont {
	font-size: 13px;
}
.centeredText {
	text-align: left ;
}
#content {
	margin-top: 5px;
	height: auto;
}
#site-nav {
	float: right;
	display: block;
	margin-top: -25px;
	margin-right: 20px;
	font-weight: bold;
}
#site-navm {
	float: left;
	display: block;
	margin-top: -25px;
	margin-right: 20px;
	font-weight: bold;
}
#site-nav ul {
	list-style: none;
}
#site-nav ul li {
	list-style: none;
	float: left;
	padding-right: 10px;
}
table {
	border-collapse: collapse;
	width: 100%;
	margin: 20px auto 20px auto;
	font-size: 13px;
}
th {
	font-weight: bold;
}
td, th {
	border: 1px solid #ccc;
	padding: 5px;
}
.slim {
	width: 88px;
}
.hover {
	background-color: #eee;
}
.right {
	float: right;
}
.left {
	float: left;
}
.clear {
	float: clear;
}
.red {
	color: #ff0000;
}
.block {
	display: block;
}
/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
	color: #ff0000;
}
.field-validation-valid {
	display: none;
}
.input-validation-error {
	border: 1px solid #ff0000;
	background-color: #ffeeee;
}
.validation-summary-errors {
	font-weight: bold;
	color: #ff0000;
}
.validation-summary-valid {
	display: none;
}
/* Styles for basic forms
-----------------------------------------------------------*/
.footer {
	font-size: 0.9em;
	margin: 60px 0 20px 0;
	padding: 15px 0px 0px 0px;
	height: auto; /*border-top: 1px dotted #c7ccd3;*/;
	border-top: 1px solid #c7ccd3;
	overflow:hidden;
}
.footer a {
	text-decoration: none;
}
.footerGroup {
	position: relative;
	float: left;
	width: 200px;
}
.footerGroup ul {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
}
.footerGroup ul li {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	text-align: left;
	color: #999;
}
.footerGroup ul li a img {
	position: relative;
	float: left;
	padding-top: 5px;
	border: none;
}
/* #endregion */
/* #Region "Form Elements" */
fieldset {
	border: 1px solid #ddd;
	padding: 0 1.4em 1.4em 1.4em;
	margin: 0 0 1.5em 0;
}
legend {
	font-size: 1.2em;
	font-weight: bold;
}
textarea {
	min-height: 75px;
}
.editor-label {
	margin: 1em 0 0 0;
	float: left;
	text-align: right;
	min-width: 350px;
	min-width: 350px;
}
.editor-field {
	margin: 0.5em 0 0 0;
	float: left;
}
input[type=submit], input[type=reset], input[type=button] {
	position: relative;
	float: left;
	margin-top: 10px;
	padding: 2px 1em;
	font-family: 'PT Sans', "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 13px;
}
form table {
	width: 800px;
}
form table {
	border: none;
}
form table .passport{
	border: 1px solid #333333;
	border-style:solid;
	border-collapse:collapse;
}
form td {
	border: none;
	padding: 1px 5px;
	vertical-align: middle;
}
form td .display-field, form td .input-field {
	width: 400px;
}
form td .label-field {
	width: 200px;
}
form td label {
	text-align: right;
	float: right;
}
form tr {
	border: none;
	vertical-align: middle;
}
input[type=text], input[type=password], select {
	padding: 3px 0.5em;
	width: 250px;
	border: 1px solid #CCC;
	position: relative;
	color: #333;
	float: left;
	margin-bottom: 1px;
	margin-right: 3px;
	font-family: 'PT Sans', "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 13px;
}
input[type=checkbox] {
	border: none;
	position: relative;
	float: left;
	clear: none;
	margin: 0;
	padding: 0;
	margin-top: 3px;
	width: auto;
	margin-left: 5px;
	margin-right: 15px;
	position: relative;
	float: left;
}
.altcolors {
	/*background-color:#F1F0EE;*/
    background-color: #F9FDEE;
}
.focusField {
	border: 1px solid #73A6FF;
	background: #F2FFCA;
	color: #000;
}
.idleField {
	background: #EEE;
	color: #6F6F6F;
	border: 1px solid #DFDFDF;
}
.normalField {
	background: #FFF;
	color: #555;
	border: 1px solid #ccc;
}
.errorField {
	border: 1px solid #FF5000 !important;
	background: #FCB99A;
	color: #6F6F6F;
	margin: 0;
	padding: 0;
}
.errormessage {
	position: relative;
	float: left;
	color: Red;
	font-size: 11px;
	margin-top: 5px;
	margin-left: 5px;
}
.red {
	color: red !important;
	width: auto;
	float: none;
}
#stepsInfo {
	margin: 5px 25px 20px 10px;
	padding: 5px;
	/* background-color: #FFFF99;
	border: thin #FFCC66 outset; */
}
#stepsInfo ul {
	list-style: none;
}
.boldText {
	font-weight: inherit;
	line-height:20px ;
	text-align:justify ;
}
.underlined {
	text-decoration: underline;
}
.nextPreviousButtonWrapper {
	width: 150px;
	margin: 0 auto;
}
