
/* CSS Document */


.linkonly {
	float: right;
}
html {
	overflow-y: scroll;
}
body {
	text-align: justify;
}
h2 {
	font-size: 180%;
	text-align:left;
	display: block !important;
	margin-bottom: 10px !important;
}
h3 {
	font-size: 160%;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 0px;
}
h4 {
	font-size: 120%;
	font-weight: normal;
	padding: 0px;
	font-style: normal;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 25px;
}
.note {
	margin-left: 25px;
	margin-right: 25px;
}
 [class*='deliniate-'] {
 border-top-color: #CCCCCC;
 border-right-color: #CCCCCC;
 border-bottom-color: #CCCCCC;
 border-left-color: #CCCCCC;
}
.deliniate-bottom {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
.deliniate-top {
	border-top-width: 1px;
	border-top-style: dotted;
}
.deliniate-left {
	border-left-width: 1px;
	border-left-style: dotted;
}
.deliniate-right {
	border-right-width: 1px;
	border-right-style: dotted;
}
[class*='deliniate-'].solid {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
 [class*='boxer-'] {
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -khtml-border-radius: 5px;
 border-radius: 5px;
 border-style: solid;
 border-width: 1px;
 padding: 0px;
 padding-top: 15px;
 xpadding-bottom:15px;
 margin: 15px;
 margin-top:25px;
}
 [class*='boxer-']>.content>ul>li:first-of-type {
 font-weight: bold !important;
 border-bottom-width: 1px !important;
 border-bottom-style: dotted !important;
 padding-top: 4px !important;
 padding-bottom: 5px !important;
 position: relative !important;
 top: -13px !important;
 padding-left: 4px !important;
 margin-bottom: 0px !important;
 margin-left: 0px !important;
 background-image: none !important;
}
 [class*='boxer-']>.content>ul>li:last-of-type {
 margin-bottom: 35px !important;
}
 [class*='boxer-']>.content>ul>li:nth-of-type(1), [class*='boxer-']>.content>ul>li:nth-of-type(2) {
 position: relative !important;
}
.float-right {
	float: right;
}
.panel-body {
	text-align: center;
}
.panel-body h1 {
	color: #666 !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 5px !important;
	padding-left: 0px !important;
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 8px !important;
	margin-left: 0px !important;
	font-weight: normal !important;
	text-align: left !important;
	font-size: 140% !important;
	border-bottom: none !important;
}
.panel-body a {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	text-decoration: none !important;
}
.panel-body a:hover {
	border-bottom-style: solid;
}
.panel-body ul, .panel-body p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.panel-body ul li {
	list-style-type: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 24px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	background-repeat: no-repeat;
	background-position: 15px 8px;
	background-image: none;
}
#content form {
	display: block;
	margin-top: 25px;
}
#content form .grid-col-1-1 {
	margin-bottom: 15px;
}
#content form label {
	display: block;
	font-weight: bold;
	float: left;
	width: 70px;
	text-align: right;
	margin-right: 8px;
	vertical-align: middle;
	padding-top: 4px;
	color: #000;
}
#content .field-section {
	white-space: nowrap;
	float: left;
	margin-bottom: 10px;
	text-align: center;
}
#content form input, form select {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(0,0,0,0.3);
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
#content form input {
	width: 100%;
}
#content form input, form label, form select {
	height: 25px;
	float: left;
}
#content form .form-item {
	clear: both;
	margin-top: 8px;
	margin-bottom: 12px;
}
#content form .form-item span {
	font-weight: normal !important;
}
#content form .form-item a {
	margin-left: 4px;
}
#content form .form-item a:hover {
	color: #000 !important;
}
#content .submit-button {
	background-image: url(/_images/button_background.png);
	background-repeat: repeat-x;
	background-position: left top;
	margin-left: 25px;
	margin-right: auto;
}
#content .submit-button:hover {
	background-color: #000;
	color: #0C0;
	cursor: pointer;
	background-image: none;
}
#content form .text-note {
	margin-top: 3px;
	padding-right: 5px;
	padding-bottom: 5px;
}
#content form .warning-note {
	text-align: center;
	padding-bottom: 8px;
	color: #900;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #900;
	margin-bottom: 20px;
	font-size: 110%;
}
.available-periods h1 {
	color: #D86018 !important;
	font-size: 140% !important;
	border: none !important;
	text-align: center;
	font-weight: normal !important;
}
.available-periods table {
	width: 98%;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.available-periods table th {
	background-color: transparent;
	font-weight: normal;
	color: #D86018;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	font-size: 80%;
	width: 50%;
}
.available-periods table td {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	color: #666;
}
#accordion {
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#accordion h3 {
	font-size: 100%;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 15px;
	font-weight: normal;
	cursor: pointer;
	color: #004C97;
	background-image: url(/_images/bulletListLink.jpg);
	background-repeat: no-repeat;
	background-position: left 9px;
}
#accordion h3.ui-state-active {
	background-image: url(/_images/bullet_top.jpg);
}
#accordion div.ui-accordion-content {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6E84B6;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6E84B6;
	padding-top: 10px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#accordion div.ui-accordion-content:last-of-type {
	border-bottom-style: none;
}
table.assistance {
	margin-left: 60px;
	margin-right: 60px;
}
table.assistance th {
	color: rgba(29,76,171,1);
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 8px;
	padding-left: 3px;
}
table.assistance tr td {
	text-align: right;
	padding-bottom: 4px;
	vertical-align: middle;
	padding-top: 4px;
	padding-right: 4px;
	padding-left: 4px;
}
table.assistance tr td:first-of-type {
	text-align: left;
}
table.assistance tr.zebra {
	background-color: #F2F7FF;
}
.telnum {
	white-space: nowrap;
}
ul.tools li {
	display: inline;
}
.inline-form {
	margin-right: auto;
	margin-left: auto;
	display: block;
}
p {
	line-height: 140%;
}
ul#tabContainerMain-nav li.help_tab {
	background-image: url("/iTable/images/tabs/tabs.png");
	margin-right: 3px;
}
ul#tabContainerMain-nav li.help_tab a {
	background-image: url("/iTable/images/tabs/tabs.png");
	padding-left: 11px;
}
ul#tabContainerMain-nav li.help_tab a span {
	padding-right: 13px;
}
ul#tabContainerMain-nav li.help_tab a.active, ul#tabContainerMain-nav li.help_tab a.active:hover {
	background-image: url("/iTable/images/tabs/tabs.png");
}
table.reis {
	border-spacing: 0;
	border-collapse: collapse;
	font-size: 120%;
	width: 100%;
}
xtable.reis tbody tr:nth-child(odd) {
	background-color: #FFF;
}
xtable.reis tbody tr:nth-child(even) {
	background-color: #f4f7ff;
}
table.reis tr th, table.reis tr td {
	text-align: center;
	white-space: nowrap;
	font-weight: normal;
	vertical-align: middle;
	padding: 8px;
}
table.reis tr th {
	color: #333;
}
table.reis tr th:first-of-type {
	text-align: right;
}
table.reis tfoot tr td {
	font-size: 80%;
	text-align: left;
}

