@font-face {
	font-family: 'maven_pro';
	src: url('../fonts/mavenprolight-300-webfont.eot');
	/* IE9 Compat Modes */
	src: url('../fonts/mavenprolight-300-webfont.eot?#iefix')
		format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/mavenprolight-300-webfont.woff') format('woff'),
		/* Modern Browsers */
         url('../fonts/mavenprolight-300-webfont.ttf')
		format('truetype'), /* Safari, Android, iOS */ 
         
		 url('../fonts/mavenprolight-300-webfont.svg#maven_pro_light300')
		format('svg'); /* Legacy iOS */
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'maven';
	src: url('../fonts/MavenPro-Regular.ttf') format('truetype');
	font-weight: 400;
}

@font-face {
	font-family: 'maven';
	src: url('../fonts/MavenPro-Medium.ttf') format('truetype');
	font-weight: 500;
}

@font-face {
	font-family: 'maven';
	src: url('../fonts/MavenPro-Bold.ttf') format('truetype');
	font-weight: 700;
}

@font-face {
	font-family: 'maven';
	src: url('../fonts/MavenPro-Black.ttf') format('truetype');
	font-weight: 900;
}

@font-face {
    font-family: 'iberia_headline';
    src: url('../fonts/iberia-headline-webfont.eot'); /* IE9 Compat Modes */
    src: url('../fonts/iberia-headline-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/iberia-headline-webfont.woff') format('woff'), /* Modern Browsers */
         url('../fonts/iberia-headline-webfont.ttf') format('truetype'),  /* Safari, Android, iOS */
         url('../fonts/iberia-headline-webfont.svg#iberia_headlineregular') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}

body {
	line-height: 1.1;
	background: #ececec;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	height: 100%;
	color: #333;
	min-width: 1004px;
}

body.modal-open {
    overflow: visible;
}

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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
	b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
	details, embed, figure, figcaption, footer, header, hgroup, menu, nav,
	output, ruby, section, summary, time, mark, audio, video {
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
}

html {
	font-size: 16px;
	width: 100%;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	font-smooth: always;
}

ol, ul {
	list-style: none;
}

/* ----------------------- LG ----------------------- */
h1 {
    font-family: "iberia_headline";
    font-size: 38px;
    color: #363636;
	letter-spacing: 0;
	padding-bottom: 0.3em;
	font-weight: normal;
	display: block;
	margin-top: -9px;
}
h1.fontSize28px-ib, 
h1#header-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin-top: 0px;
}
h1.fontSize18px-ba {
	font-size: 25px;
	margin-top: 0px;
}
h1.normalMarginTop {
	margin-top: 0px;
}

.box-ib {
	padding: 26px 26px 26px 31px;
	background-color: #fff;
}

ul.disc>li {
	font-size: 13px;
	margin-bottom: 10px;
	text-indent: 10px;
}

ul.disc {
	list-style-type: disc;
	padding-left: 15px;
}

ul.box-list {
	padding: 26px 26px 26px 31px;
	background-color: #fff;
}

ul.box-list li:before {
	content: "-";
	position: relative;
	left: -5px;
}

ul.box-list li {
	text-indent: -5px;
	font-size: 13px;
	margin-bottom: 6px;
}

.table-legend-ib, .table-legend {
	border-bottom: 1px solid #d4d4d4;
	font-size: 21px;
	line-height: 24px;
	margin-bottom: 20px;
	padding: 4px 0 18px;
	width: 100%;
}

.ib-with-legend {
	margin-top: 70px;
}

p.subtitle {
	margin-top: 18px;
	margin-bottom: 18px;
	padding: 0;
}

p.subtitle.no-top {
	margin-top: 0px;
}

form>hr {
	margin: 0;
	padding: 0;
	border: 0;
}

span.icon {
	border: 0 none;
	display: inline-block;
	float: none !important;
	height: 12px;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	width: 12px;
}

span.icon.info {
	background: url("../img/info-icon.png") no-repeat;
	height: 18px;
	width: 18px;
}

span.icon.locked {
	background: url("../img/locked-12x16.png") no-repeat;
	height: 16px;
	width: 12px;
}

.form-field-inside.ib28 {
	width: 28% !important;
}

.form-field-inside.ib10 {
	width: 10% !important;
}

.label-inside-short {
	margin-left: 0;
	width: 7%;
}

.success-box-ba {
	font-size: 13px;
}

.success-box-ba .success-head {
	display: block;
	font-weight: bold;
	color: #4DA32F;
	margin-bottom: 10px;
}

span.icon.success-msg {
	background: url("../img/success-17x17.png") no-repeat;
	height: 17px;
	width: 17px;
}

.filter {
	padding: 20px 0 0;
}

.filter.f-search {
	padding: 90px 0 0;
	margin-bottom: 0px;
}

.filter.f-search legend {
	padding: 24px;
}
.filter.f-search legend > span {
	font-size: 20px;
	font-family: Verdana;
	color: #333;
}

.filter .fieldsetContent {
	border-top: 1px solid #d7d7d7;
	padding-top: 30px;
}
.filter.f-search .fieldsetContent label {
	font-size: 15px;
}

.modal .filter .fieldsetContent {
	border-top: 0;
}

.filter.f-search .col-xs-1 {
	margin-left: 26px;
}

.filter.f-search .col-xs-1 button {
	/*height: 30px;*/
}

h3 {
	font-size: 13px;
	font-weight: bold;
}

fieldset.no-header.border-bottom {
	border-bottom: 1px solid #d7d7d7;
	margin-bottom: 0;
	padding-top: 18px;
	padding-bottom: 18px;
}

table.headerfooter .major-label label.control-label {
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
}

table.headerfooter .minor-label label {
	max-width: 160px;
}

table.headerfooter .major-value p {
	margin-bottom: 8px;
	margin-top: 8px;
	font-size: 13px;
}

.hint {
	margin-bottom: 4px;
}

.hint hr {
	display: none;
}

.ba-only {
	display: none !important;
}

.trimmed-footer {
	margin-bottom: 0;
	padding-bottom: 0;
}

.slider {
	margin-bottom: 26px;
}

p.subtitle-info {
	background-color: #fff;
	color: #333;
	font-size: 12px;
	line-height: 22px;
	padding: 20px 29px 26px;
}
p.line-height-24px-ba {
	line-height: 18px;
}

.greyed {
	background-color: #fff;
	margin: 0 0 10px;
	padding: 0 0 20px;
}

.greyed .form-horizontal .control-label {
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	padding-top: 0;
	text-align: center;
}

.greyed .form-horizontal .selectInside {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}

.promo-box {
	padding-right: 20px;
	background-color: #FFF;
	border: 0px;
	margin-bottom: 10px;
}

.promo-box img {
	width: 309px;
	float: left;
	height: auto;
	margin-right: 20px;
}

.promo-box .promo-content {
	overflow: hidden;
	margin-bottom: 16px;
	margin-left: 20px;
}

.promo-box .promo-content h3 {
	color: #D7192D;
	font-weight: normal;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 16px;
	margin-top: 16px;
}

.promo-box .promo-content p {
	margin-bottom: 16px;
	color: #333;
	padding: 0;
	font-size: 12px;
}

.promo-box .promo-content p span.bold {
	font-weight: bold;
}

.promo-box .promo-content p.last {
	margin-bottom: 0px;
	line-height: 26px;
}

.green-ok {
	background: url("../img/green-ok.png") no-repeat scroll left center
		transparent;
	color: #3DB426;
	font-weight: bold;
	padding-left: 30px;
}

.promo-image {
	width: 728px;
	margin-bottom: 10px;
}

.div-table-wrapper {
	padding: 26px;
	background-color: #FFF;
}

.div-table-caption {
	display: table-caption;
	background-color: white;
	font-size: 22px;
	padding-top: 20px;
	padding-bottom: 14px;
	padding-left: 21px;
}

.div-table {
	display: table;
	width: 100%;
}

.div-tr {
	display: table-row;
}

.div-td {
	display: table-cell;
	padding: 5px 9px;
}

.div-td.div-th {
	font-weight: bold;
	text-align: right;
	width: 180px;
}

.div-td.strong {
	font-weight: bold;
}

.div-td p, .div-td a {
	font-weight: normal;
	line-height: 18px;
}

.details-content .div-td, .details-content .div-th {
	padding-top: 16px;
	padding-bottom: 26px;
}

.div-td.div-th.align-left-ib {
	text-align: left;
}

.div-td ul {
	list-style: square inside
		url('data:image/gif;base64,R0lGODlhBQAKAIABAAAAAP///yH5BAEAAAEALAAAAAAFAAoAAAIIjI+ZwKwPUQEAOw==');
	margin-bottom: 10px;
}

.details-bottom {
	margin-top: 10px;
	background-color: #FFF;
	padding: 26px;
}

.msg-success {
	background-color: #FFF;
	padding: 20px 20px 0;
	width: 100%;
}

.msg-success p {
	background: url("../img/msg-success.png") no-repeat scroll 20px center
		#666666;
	border: 0 none;
	color: #fff;
	font-size: 16px;
	height: 66px;
	line-height: 66px;
	padding: 0 20px 0 65px;
	width: 100%;
}

.div-th .sub {
	font-size: 14px;
	line-height: 14px;
	margin: 0;
	font-weight: normal;
	color: #7A7A7A;
}

.progress {
	margin-bottom: 0;
	margin-top: 0;
	position: relative;
	overflow: visible;
	background-color: #E1E1E1;
	border-radius: 8px;
	box-shadow: none;
	height: 10px;
	width: 80%;
}

.progress-bar {
	background-color: #D7192D;
	box-shadow: none;
	border-radius: 8px 0 0 8px;
}

.progress .cnt {
	position: absolute;
	color: #D7192D;
	top: 10px;
	font-weight: bold;
	font-size: 12px;
}

.progress .cnt.init {
	left: 0;
	color: #D7192D;
	font-weight: normal;
}

.progress .cnt.fin {
	right: 0;
	color: #333;
	font-weight: normal;
}

.empty-wrapper, .empty-wrapper-sorry {
	background-color: #FFF;
	padding: 22px 26px;
}

.empty-wrapper p {
	line-height: 18px;
}

.empty-wrapper p.subtitle-info {
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	padding: 0 0 10px;
}

.empty-wrapper-sorry p.subtitle-info {
	font-size: 14px;
	line-height: 16px;
	padding: 0 0 10px;
}

.strong {
	font-weight: bold;
}

/* transactions */
.box {
	background-color: #fff;
	padding: 30px 0;
}

.box>div {
	padding: 0 18px;
	min-height: 142px;
}

.box-dark>div {
	padding: 0 30px 0 76px;
	min-height: 142px;
}

.box>div.center {
	border-right: 1px solid #D5D5D5;
}

.box h3, .box p {
	color: #353535;
}

.box h3 {
	font-size: 16px;
	line-height: 1.1;
	margin-bottom: 0;
}

.box h3.small {
	font-size: 12px;
	margin-bottom: 22px;
}

.box h3.small span.info {
	background: url("../img/icon-info-blue.png") no-repeat scroll 0 0
		transparent;
	border: 0 none;
	display: inline-block;
	height: 18px;
	margin: 0;
	width: 18px;
}

.box p.large {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.1;
}

.box p.bottom {
	font-size: 19px;
	margin-bottom: 0;
	margin-top: 0;
}

.box table {
	width: 100%;
}

.box table tr td {
	color: #353535;
	padding: 0 0 8px;
	font-size: 12px;
}

.box table tr td.middle {
	text-align: center;
}

.box-dark {
	background: url("../img/plane.png") no-repeat scroll 9px 19px #fff;
	border-right: 1px solid #d5d5d5;
	width: 300px;
}

.box-dark p.large {
	margin-top: 14px;
}

.box-dark p.sub {
	font-size: 16px;
	line-height: 20px;
	padding: 4px 0 0;
}

.box-light {
	width: 214px;
	background-color: #FFF;
}

.box-light p.large {
	margin-top: 38px;
}

.smaller {
	font-size: 70%;
}

.trn-head-wrapper {
	background-color: #FFF;
	padding: 0 24px;
}

.trn-head {
	width: 100%;
	margin-top: 26px;
}

.trn-head th {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 10px 2px 18px;
	width: 36%;
	color: #353535;
}

.trn-head td {
	padding: 10px 2px 18px;
	font-size: 14px;
	width: 36%;
	color: #353535;
}

.trn-head .first-row td, .trn-head .first-row th {
	border-bottom: 1px solid #D5D5D5;
}

span.icon.icon-info-lb {
	background: url("../img/icon-info-lb.png") no-repeat scroll 0 0
		rgba(0, 0, 0, 0);
	height: 18px;
	vertical-align: middle;
	width: 18px;
}

.bold {
	font-weight: bold !important;
}

.trn-head-wrapper.with-border {
	padding: 5px 24px 0;
	margin-top: 10px;
}

.trn-head-wrapper.with-border p {
	margin: 20px 0 16px;
	padding: 0;
}

.trn-head-wrapper.with-border a {
	color: #D91326;
}

.trn-head-wrapper .btn, .lg-modal .btn {
/*	font-size: 13px;
	line-height: 1.1;
	padding: 7px 18px;
	border-radius: 0;*/
}

.trn-head-wrapper .btn-group .btn-default {
	background-color: #F0EFEF;
	border-color: #F0EFEF;
	color: #7A7979;
	margin-right: 5px;
}

.trn-head-wrapper .btn-group .btn-default.active, .trn-head-wrapper .btn-group .btn-default:hover,
	.trn-head-wrapper .btn-group .btn-default:active {
	background: #fff;
	border-color: #D6D6D6;
	color: #363636;
	box-shadow: none;
}

.trn-head-wrapper .form-group, .lg-modal .form-group {
	margin: 0 !important;
}

.trn-head-wrapper .form-group input, .trn-head-wrapper .form-group select
	{
	width: 126px;
	font-size: 13px;
	line-height: 30px;
	margin-right: 5px;
	margin-left: 5px;
}

.trn-head-wrapper .form-second .form-group input, .trn-head-wrapper .form-second .form-group select
	{
	width: 136px;
}

.trn-head-wrapper .btn-default-red, .lg-modal .btn-default-red {
	/*border-color: #6F000C;
	background: #A8191A;
	color: #FFF;
	min-width: 82px;*/
}

.lg-modal .col-xs-12 {
	text-align: center;
}

.lg-modal-form {
	margin: 29px 0 21px;
}

.lg-modal .modal-title {
	margin-top: 14px;
}

.lg-modal .lg-modal-form p {
	display: inline;
	line-height: 30px;
	margin: 0 40px 0 0;
	padding: 0;
	vertical-align: middle;
}

.trn-head-wrapper .form-inline {
	border-bottom: 1px solid #D6D6D6;
	padding-bottom: 20px;
	font-size: 16px;
}

.trn-head-wrapper .form-second {
	border-bottom: 0;
	padding-bottom: 26px;
}

.trn-list-wrapper {
	margin-top: 9px;
}

.trn-list-wrapper .nav-tabs {
	margin-left: 0;
	border-bottom: 0;
}

.trn-list-wrapper .nav-tabs>li {
	width: 49.5%;
	margin-right: 1%;
}

.trn-list-wrapper .nav-tabs>li+li {
	margin-right: 0;
}

.trn-list-wrapper .nav-tabs>li>a {
	background: #E0E0E0;
	padding: 20px 28px;
	border-radius: 0;
	border: 0;
	color: #363636;
	font-size: 20px;
	margin: 0;
}

.trn-list-wrapper .nav-tabs>li.active>a, .trn-list-wrapper .nav-tabs>li.active>a:hover,
	.trn-list-wrapper .nav-tabs>li.active>a:focus {
	background: #FFF;
	border: 0;
}

.trn-list-header {
	background-color: #FFF;
	color: #363636;
	padding: 20px 28px 4px;
	position: relative;
}

.trn-list-header p {
	font-size: 12px;
	line-height: 1.1;
	margin: 0;
}

.trn-list-header p span.bold {
	font-weight: normal !important;
}

.trn-list-header p.bold {
	font-size: 14px;
	line-height: 1.1;
	margin: 9px 0 12px;
}

.trn-list-header .width-space {
	margin-left: 4px;
}

.trn-list-header .tools {
	position: absolute;
	top: 20px;
	right: 28px;
	margin-top: 9px;
}

.trn-list-header .tools a {
	border: 0 none;
	border-radius: 0 !important;
	height: 21px;
	margin: 0 0 0 10px;
	padding: 0 0 0 24px;
	/* color: #FA122A; */
	display: inline-block;
}

.trn-list-header .tools a.print-btn {
	background: url("../img/util-print.png") no-repeat scroll 0 0
		transparent;
}

.trn-list-header .tools a.download-btn {
	background: url("../img/util-download.png") no-repeat scroll 0 0
		transparent;
}

.trn-list-filters {
	background-color: #FFF;
	padding: 28px 28px 10px;
	border-top: 1px solid #D5D5D5;
}

.trn-list-filters .form-group {
	padding: 0 !important;
	margin: 0 9px 0 0 !important;
}

.trn-list-filters p {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	margin: 0 9px 0 0;
	padding: 0;
	vertical-align: middle;
}

.trn-table-wrapper {
	background-color: #FFF;
	padding: 16px 28px;
}

.trn-table-wrapper table tr th, .trn-table-wrapper table tr td {
	font-size: 11px;
}

.msg-warning {
	padding: 16px 28px;
	background-color: #666666;
	border: 0;
}

.msg-warning p {
	color: #fff;
	line-height: 1.1;
	margin: 0 0 2px;
	padding: 0;
}

.table-footer.ba.no-border {
	padding: 22px 28px;
	background-color: #FFF;
}

.table-footer.ba.no-border span, .table-footer.ba.no-border ul li a {
	font-size: 13px;
}

.ba-float-half {
	background-color: #fff;
	margin-top: 10px;
	padding: 24px 28px 5px;
}

.ba-float-half p {
	font-size: 12px;
	padding: 0;
	color: #353535;
}

.ba-float-half.second {
	margin: 0;
	padding: 5px 28px 24px;
}

span.icon.edit-ico {
	background: url(../img/edit-ico.png) no-repeat;
	margin-right: 9px;
	width: 13px;
	height: 14px;
}

.lg-modal .modal-title.big, .lg-modal p.trn-det-header{
	border-bottom: 1px solid #d5d5d5;
	color: #363636;
	font-family: "maven_pro";
	font-size: 23px;
	font-weight: bold;
	line-height: 56px;
	margin: 22px 0 14px;
	padding: 0;
	text-align: left;
}
/*transaction statememt*/
#detailsModalContainer .modal .modal-dialog.big-modal-ib .modal-title.big, #detailsModalContainer .modal .modal-dialog.big-modal-ib p.trn-det-header{
	border-bottom: 1px solid #d5d5d5;
	color: #363636;
	font-family: "maven_pro";
	font-size: 23px;
	font-weight: bold;
	line-height: 56px;
	margin: 22px 0 14px;
	padding: 0;
	text-align: left;
}


#detailsModalContainer .modal .modal-dialog.big-modal-ib .modal-content .modal-header{
	padding-bottom: 0px !important;
}
/******/
.modal-icon.print {
	background: url("../img/util-print.png") no-repeat scroll 0 0
		transparent;
	display: block;
	height: 20px;
	padding-left: 29px;
	position: absolute;
	right: 16px;
	top: 59px;
}

.modal-icon.print span {
	font-size: 15px;
	line-height: 20px;
}

table.trn-det {
	width: 100%;
	margin-bottom: 40px;
}

table.trn-det tr td, table.trn-det tr th {
	padding: 0 8px;
	line-height: 25px;
	text-align: left;
	font-size: 12px;
}

table.trn-det tr th {
	width: 50%;
	text-align: right;
	font-weight: bold;
}

table.trn-det tr td.inner-table {
	padding: 0;
}

table.trn-det-inner {
	width: 100%;
}

table .red {
	color: #F70000;
	font-weight: bold;
}

table.trn-det-inner p {
	font-size: 12px;
	padding: 0 0 4px;
}

table.trn-det-inner p.bold {
	padding: 0 0 10px;
}

.lg-modal p {
	text-align: left;
	font-size: 12px;
}

.space-bottom {
	margin-bottom: 10px;
}

.no-space-bottom {
	margin: 0 !important;
}

.no-space-bottom.ib-space {
	margin-bottom: 30px !important;
}

table.trn-det tr th>p {
	text-align: right;
	padding-bottom: 6px;
	font-weight: normal;
}

/* ---------- HOMEPAGE LG ----------- */
.section a.btn {
	color: #FFF;
	padding: 0 23px;
	background: #A8191A;
	border: 1px solid #6F000C;
	border-radius: 0;
	line-height: 31px;
	font-size: 13px;
}

.section a.btn:hover {
	color: #fff;
	background: #a20104; /* Old browsers */
  	background: -moz-linear-gradient(top,  #A8191A 0%, #6F000C 100%); /* FF3.6+ */
  	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#A8191A), color-stop(100%,#6F000C)); /* Chrome,Safari4+ */
  	background: -webkit-linear-gradient(top,  #A8191A 0%,#6F000C 100%); /* Chrome10+,Safari5.1+ */
  	background: -o-linear-gradient(top,  #A8191A 0%,#6F000C 100%); /* Opera 11.10+ */
  	background: -ms-linear-gradient(top,  #A8191A 0%,#6F000C 100%); /* IE10+ */
  	background: linear-gradient(to bottom,  #A8191A 0%,#6F000C 100%); /* W3C */
  	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a20104', endColorstr='#870002',GradientType=0 ); /* IE6-8 */
}
.section a.btn:active, .section a.btn:focus {
	background: #6F000C;
	color: #fff;
}

.section p, .section ul li {
	color: #363636;
	font-family: arial;
	font-size: 14px;
	line-height: 16px;
	margin: 0;
	padding: 0;
}

.section ul {
	list-style: square inside
		url('data:image/gif;base64,R0lGODlhBQAKAIABAAAAAP///yH5BAEAAAEALAAAAAAFAAoAAAIIjI+ZwKwPUQEAOw==');
}

.section h1 {
	font-family: "iberia_headline";
	color: #363636;
	font-size: 38px;
	line-height: 46px;
	margin: 23px 0;
}

.section h2 {
	color: #363636;
	font-family: "iberia_headline";
	font-size: 32px;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 1.1;
	margin: 0;
}

.section .dark p, .section .dark h1, .section .dark ul li {
	color: #FFF;
}

.section .big-text p, .section .big-text ul li {
	font-size: 15px;
	line-height: 21px;
	font-family: Verdana;	
}

.inner-nav {
	bottom: 0;
	left: 50%;
	margin-left: -60px;
	position: absolute;
}

.inner-nav a.btn {
	background: none repeat scroll 0 0 #fff;
	border-color: #fff;
	border-radius: 10px;
	color: #363636;
	font-size: 12px;
	line-height: 12px;
	margin: 11px 0 15px;
	padding: 2px 6px;
}

.inner-nav a.btn .next {
	background: url("/iag-cwa-ib-theme/img/inner-nav-next.png") no-repeat
		scroll left center #FFF;
	width: 12px;
	height: 12px;
	margin-left: 1px;
	display: inline-block;
}

.inner-nav a.btn .top {
	background: url("/iag-cwa-ib-theme/img/inner-nav-top.png") no-repeat
		scroll left center #FFF;
	width: 12px;
	height: 12px;
	margin-right: 1px;
	display: inline-block;
}

.section-movie {
	box-shadow: 0 8px 4px 0 #cccccc;
	background-color: white;
}
/*
.section-movie .row>div {
	padding: 40px;
}
*/

.section-movie h1 {
	/*
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.1;
	margin: 130px 0 0;
	text-transform: uppercase;
	*/
	display: none;
}

.section-movie p {
	color: #FFF;
	font-weight: bold;
	font-family: arial;
	font-size: 14px;
	letter-spacing: -1px;
}

/*************/

.homepage-slider, .homepage-slider * {
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
}

.section-movie .homepage-slider { 
	width: 1002px;
	height: 372px;
	margin: 0px auto; 
	padding: 0; 
	position: relative;
 }
 
.section-movie .homepage-slider img {
	width: 100%;
	max-height: 372px;
}

.section-movie .homepage-slider > div.promo-pager { 
  text-align: center;
  width: 100%;
  z-index: 500;
  position: absolute;
  top: 335px;
  overflow: hidden;
}
.section-movie .homepage-slider > div.promo-pager a { 
   background: url("../img/onoffCarousel.png") no-repeat scroll left top transparent;
   display: inline-block;
   height: 20px;
   width: 20px;
   background-position: 0px -20px;
   margin: 0 3px 0 3px;
}

.section-movie .homepage-slider > div.promo-pager a.pager-active { 
	background-position: 0px 0px;
}

.section-movie .homepage-slider .promo-pager > * { 
	cursor: pointer;
}

.section-movie .homepage-slider .promo-prev, .section-movie .homepage-slider .promo-next { 
	position: absolute; 
	top: 0;
	width: 30px; 
	opacity: .4; 
	filter: alpha(opacity=0.4); 
	z-index: 800; 
	height: 100%; 
	cursor: pointer;
	text-align: center;
}

.section-movie .homepage-slider .promo-prev { 
	left: 0; 
	background: url('../img/prev.png') no-repeat center #000000;
}

.section-movie .homepage-slider .promo-next {
	right: 0;
	background: url('../img/next.png') no-repeat center #000000;
}
	
.section-movie .homepage-slider .promo-prev:hover, .section-movie .homepage-slider .promo-next:hover { 
	opacity: .7; 
	filter: alpha(opacity=70);
}

.section-movie .homepage-slider .slide .slide-container {
  position: absolute;
  z-index: 1000;
  width: 39%;
  min-height: 67%;
  max-height: 92%;
  top: 9%;
  right: 5%;
  left: initial;
  background-color: initial;
  color: #ffffff;
  padding: 11px;
  font-size: 20px;
}

.section-movie .homepage-slider .slide .slide-container .slide-title {
	padding: 3px 10px 3px 10px;
	  line-height: 38px;
	  font-family: 'MyliusModernRegular', 'DejaVu Sans', Helvetica, Arial, sans-serif;
	  font-size: 29px;
}

.section-movie .homepage-slider .slide .slide-container .slide-content {
  padding: 3px 10px 3px 10px;
  line-height: 16px;
  font-size: 14px;
}

.section-movie .homepage-slider .slide .slide-container .slide-button {
	margin-top: 10px;
  padding: 10px 10px 10px 10px;
}
.section-movie .homepage-slider .slide .slide-container .slide-button .button.button-confirm-ba {
  display: inline;
  font-size: 20px;
  padding: 7px 12px;
}


.section-info {
	background-color: #FFF;
}

.section-info .row>div {
	text-align: center;
	padding: 20px;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	height: 180px;
	position: relative;
}

.section-info .row>div.first {
	border-left: 0;
}

.section-info .row.last-row>div {
	border-bottom: 0;
}

.section-info h2 {
	margin-bottom: 4px;
}

.section-info p {
	font-family: Verdana;
	font-size: 14px;
	line-height: 18px;
}

.section-info a.btn {
	bottom: 20px;
	left: 50%;
	margin-left: -67px;
	position: absolute;
}

.section-join {
	background-color: #D7192D;
	padding: 11px;
}

.section-join a.btn {
	margin-top: 9px;
}

.section-join p {
	font-size: 14px;
	line-height: 18px;
}

.ie8 .section-promo, .ie9 .section-promo {
	min-height: 492px;
}

.section-promo {
	padding: 0 56px 50px;
	min-height: 542px;
	position: relative;
}

#earn {
	background: no-repeat scroll center center transparent;
}

#earn .nav-tabs {
	margin: 0;
}

#earn .nav-tabs.nav-justified>li>a {
	background-color: #EEEEEE;
}

#earn .nav-tabs.nav-justified>li>a {
	font-family: "iberia_headline";
	background-color: rgba(238, 238, 238, 0.9);
	border-color: -moz-use-text-color #cccccc #cccccc -moz-use-text-color;
	border-radius: 0;
	border-style: none solid solid none;
	border-width: 0 1px 1px 0;
	color: #727273;
	font-size: 20px;
	line-height: 24px;
	min-height: 110px;
	padding: 30px 20px 0;
}

#earn .nav-tabs.nav-justified>li.last-tab>a {
	border-right: 0;
}

#earn .nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:hover,
	.nav-tabs.nav-justified>.active>a:focus {
	background-color: #ffffff;
	
}

#earn .nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:hover,
	.nav-tabs.nav-justified>.active>a:focus {
	border-bottom-color: transparent;
	background-color: rgba(255, 255, 255, 0.9);
	font-weight: 500;
	color: #363636;
}

#earn .content {
	border: 1px solid #CCCCCC;
}

#earn .tab-content {
	background-color: #FFFFFF;
}

#earn .tab-content {
	padding: 30px;
	background-color: rgba(255, 255, 255, 0.9);
}

#discounts {
	background: no-repeat scroll center center transparent;
}

#discounts h1 {
	margin: 60px 0 8px;
}

#tiers {
	background: no-repeat scroll center center transparent;
}

#tiers h1 {
	margin-bottom: 14px;
}

#tiers .nav-tabs {
	margin: 0;
}

#tiers .nav-tabs.nav-justified>li>a {
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	background-color: #B3B3B3;
}

#tiers .nav-tabs.nav-justified>li>a {
	border-radius: 0;
	border-left: 0;
	border-top: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.9);
	border-right: 1px solid rgba(255, 255, 255, 0.9);
	background-color: rgba(255, 255, 255, 0.3);
	color: #fff;
	font-weight: 400;
	font-size: 13px;
	padding: 3px 6px;
	text-align: left;
	letter-spacing: -1px;
}

#tiers .nav-tabs.nav-justified>li.last-tab>a {
	border-right: 0;
}

#tiers .nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:hover,
	.nav-tabs.nav-justified>.active>a:focus {
	border-bottom-color: transparent;
	background-color: transparent;
	color: #fff;
	font-weight: normal;
}

#tiers .content {
	border: 1px solid #FFFFFF;
}

#tiers .content {
	border: 1px solid rgba(255, 255, 255, 0.9);
}

#tiers .tab-content {
	padding: 6px;
}

#tiers .tab-content p {
	font-size: 14px;
}

.ie8 #on, .ie9 #on {
	min-height: 253px;
}

#on {
	background: no-repeat scroll center center transparent;
	min-height: 303px;
}

#save {
	background: no-repeat scroll center center transparent;
}

#save h1 {
	margin: 60px 0 14px;
}

#spend {
	background: no-repeat scroll center center transparent;
}

#spend h1 {
	margin: 40px 0 10px;
}

#track {
	background: no-repeat scroll center center transparent;
}

#track h1 {
	margin: 40px 0 10px;
}

#track img {
	margin: 50px 0 14px;
}

.section-logos {
	background-color: #FFF;
}

.section-logos img {
	display: block;
	margin: 26px auto 23px;
}

#manage-participants-form .filter.f-search .col-xs-1 button {
	/*line-height: 30px;
	padding: 0 25px;*/
}

.with-space {
	margin-left: 10px;
}

.country-desc, #country-desc-container {
	display: none;
}

#promotionsForm {
	margin-top: 20px;
}
/* ----------------------- -- ----------------------- */
a.base-button {
/*	background: none repeat scroll 0 0 #a8191a;
	border: 1px solid #6f000c;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	line-height: 24px;
	padding: 0 20px;
	white-space: nowrap;
	text-decoration: none !important;*/
}

.base-button-centered {
	/*line-height: 40px;*/
}

.row {
	margin: 0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2,
	.col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
	.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5,
	.col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
	.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8,
	.col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
	.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11,
	.col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12
	{
	padding-right: 0px;
	padding-left: 0px;
}

#iag-ib-main-content {
	width: 1004px;
	margin: 0 auto;
}

.breadcrumb-col {
	width: 1002px;
}

.navi-col {
	width: 243px !important;
	float: left;
}

.navi-col .main-nav {
	margin-left: 0px;
	width: 100%;
}

.content-col {
	width: 728px !important;
	float: right !important;
}

.company-dependent {
	display: none !important;
}

.company-dependent.ib {
	display: block !important;
}

.company-dependent.ib-inline {
	display: inline !important;
}

#iag-ib-footer {
	position: relative;
	overflow: hidden;
	padding: 25px 0 30px 0;
	width: 100%;
	display: block;
}

#footer {
	padding-top: 50px;
}

.content-inner {
	padding-bottom: 34px;
	width: 1004px;
	height: auto;
	margin: 0 auto;
	position: relative;
}

.ib-footer-logo {
	background: #D7192C;
	background: -moz-linear-gradient(top, #D7192C 0%, #D7192C 50%, #A90E1F 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D7192C),
		color-stop(50%, #D7192C), color-stop(100%, #A90E1F));
	background: -o-linear-gradient(top, #D7192C 0%, #D7192C 50%, #A90E1F 100%);
	background: -ms-linear-gradient(top, #D7192C 0%, #D7192C 50%, #A90E1F 100%);
	background: linear-gradient(to bottom, #D7192C 0%, #D7192C 50%, #A90E1F 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D7192C',
		endColorstr='#A90E1F', GradientType=0);
	padding: 0;
	color: #fff;
	width: 100%;
}

.ib-footer-logo img {
	padding: 15px 0 0 0px;
}

.copy {
	padding-top: 10px;
}

#header {
	position: relative;
	/* z-index: 9999; */
	margin-bottom: 1.5em;
}

#header-tools {
	height: 46px;
	color: #383838;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	box-shadow: 0 -0px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 -0px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 -0px 0px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 -0px 0px rgba(0, 0, 0, 0.1);
}

#header-tools .content-inner, #header-nav .content-inner {
	padding-bottom: 0;
}

#header-tools ul {
	float: left;
	padding: 15px 0 0;
}

#header-tools ul.country-list {
	float: left;
	padding: 10px 0 0;
}

#header-tools li {
	float: left;
	background: url(../img/divide-header-tools.png) no-repeat right 4px;
	margin: 0 .6em 0 0;
	padding: 0 .6em 0 0;
}

#header-tools ul.country-list>li {
	float: left;
	background: none;
	margin: 0 .6em 0 0;
	padding: .4em 0 0.4em 0;
}

#header-tools ul.country-list>li>span {
	color: #383838;
	font-size: 1.3em;
	line-height: 1.3em;
}

#header-nav {
	background: #d7192c; /* Old browsers */
	background: -moz-linear-gradient(top, #d7192c 0%, #d7192c 50%, #a90e1f 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d7192c),
		color-stop(50%, #d7192c), color-stop(100%, #a90e1f));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d7192c 0%, #d7192c 50%, #a90e1f 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d7192c 0%, #d7192c 50%, #a90e1f 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d7192c 0%, #d7192c 50%, #a90e1f 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #d7192c 0%, #d7192c 50%, #a90e1f 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7192c',
		endColorstr='#a90e1f', GradientType=0); /* IE6-9 */
	height: 91px;
	clear: both;
}

#header-tools .content-inner, #header-nav .content-inner {
	padding-bottom: 0;
}

#logo {
	float: right;
	padding-top: 32px;
}

#logo img {
	float: left;
}

#header-nav .logo-oneworld {
	float: right;
	padding-top: 29px;
	padding-left: 10px;
	width: 48px;
}

#header-nav .logo-oneworld img {
	display: block;
	margin: 0 auto;
}

.clearfix {
	
}

.clearfix:before, .clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}

.clearfix:after {
	clear: both;
}

.info {
	display: block;
	margin: 0 0 25px 0;
	font-size: 1.5em;
}

.table>thead>tr>th {
	font-weight: bold;
	cursor: poiner;
}

.table.table-list>tbody>tr>td, .table.table-list>thead>tr>th {
	border-bottom: none;
	overflow: auto;
	font-size: 13px;
}

.table>tbody>tr {
	overflow: hidden;
}

.table>tbody>tr>td, .table>thead>tr>th {
	vertical-align: top;
	padding-left: 8px;
	padding-right: 0px;
	border-top: none;
	border-bottom: solid 1px #ddd;
	font-size: 13px;
}

#claimResultTable.table>tbody>tr>td:last-child, #claimResultTable.table>thead>tr>th:last-child{
  vertical-align: top;
  text-align: right;
  padding-left: 8px;
  padding-right: 8px;
  border-top: none;
  border-bottom: solid 1px #ddd;
  font-size: 13px;
}

.table-footer.ib {
	background-color: #FFF;
	padding: 16px 6px 30px 30px;
}

.table-footer ul.paginator {
	list-style: none;
	display: inline;
	float: right;
	margin: 0;
	padding: 0;
}

.table-footer ul.paginator>li {
	display: inline;
	padding-left: 5px;
}

.table-footer.ib ul.paginator > li.current-page {
    font-weight: bold;
}

.table-footer ul.paginator>li>a.next:after {
	display: inline-block;
	content: "";
	height: 10px;
	width: 6px;
	margin-left: 5px;
}

.table-footer ul.paginator>li>a.end:after {
	display: inline-block;
	content: "";
	height: 10px;
	width: 15px;
	margin-left: 5px;
}
/*
.table-footer ul.paginator>li>a.prev:before {
	display: inline-block;
	content: "";
	height: 10px;
	width: 6px;
	margin-right: 5px;
}
*/
.table-footer ul.paginator>li>a.end:after {
	display: inline-block;
	content: "";
	height: 10px;
	width: 15px;
	margin-left: 5px;
}

.table-footer ul.paginator>li>a.prev:before {
	display: inline;
	content: "<";
	height: 10px;
	width: 6px;
	margin-right: 0px;
}

.table-footer ul.paginator>li>a.start:before {
	display: inline-block;
	content: "";
	height: 10px;
	width: 15px;
	margin-left: 5px;
}

.table-footer ul.paginator>li:last-child {
	padding-left: 0;
}

.table-list>tbody>tr>td {
	height: 44px;
	vertical-align: middle;
}

.table-list>tbody>tr:hover>td {
	background-color: #fff;
	cursor: pointer;
	border-top: 2px solid red !important;
}

.table-list>tbody>tr {
	border: 2px solid transparent !important;
}

.table-list>tbody>tr:hover {
	border: 2px solid red !important;
}

.table-list>tbody>tr:hover>td {
	background-color: #fff !important;
}

.table-list>thead>tr>th {
	font-weight: bold;
}

.table-list>tbody>tr>td:first-child, .table-list>thead>tr>th:first-child
	{
	padding-left: 10px;
}

.table-list>tbody>tr>td, .table-list>thead>tr>th {
	padding-right: 5px;
	vertical-align: middle;
	padding-left: 16px;
	padding-right: 0px;
}

.table-list>tbody>tr:first-child {
	border-top: 2px solid #ddd;
}

.table-striped-ib>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>td {
	background-color: #ededed;
}
#normalAllListTableWrapper td, #normal-air-table-container td {
    cursor: pointer;
}

.table {
  table-layout: fixed;
  word-wrap: break-word;
}

.table>tbody>tr.locked td:first-child:before {
	content: " ";
	background: url(../img/locked-12x16.png) no-repeat;
	display: inline-block;
	height: 16px;
	width: 12px;
	margin-right: 10px;
}

.table>thead>tr>th>span.order-btn:after {
	content: " ";
	background: url(../img/table-order-btn.png) no-repeat;
	display: inline-block;
	height: 10px;
	width: 9px;
	margin-left: 10px;
}

.table>thead>tr>th>span.des.order-btn:after {
	background: url(../img/table-order-btn-des.png) no-repeat;
}

.table.without-header>tbody>tr:first-child>td {
	border-top: 1px solid #ddd;
}

.table.with-top-border-ib>thead>tr:first-child>th {
	border-top: 1px solid #ddd;
}

button.big-button-ib {
	/*padding: 20px 40px;*/
}

/*Language portlet*/
div.language-link {
	position: absolute;
	top: -214px;
	z-index: 999;
}

div.language-link div {
	padding-top: 2px;
	padding-left: 31px;
}

div.language-link img {
	float: left;
}

div.language-link span {
	color: #383838;
}

div.language-link a {
	color: #383838;
}

/*Tier Tracker*/
.tier-tracker .tierbar {
	background-color: #fff;
	margin: 0 auto;
	padding: 8px 52px;
	padding-bottom: 0px;
	height: 116px;
}

.tier-tracker .tierbar-content {
	position: relative;
}

.tier-tracker #current-tier {
	color: #d7192d;
}

.tier-tracker .dot {
	position: relative;
	margin: 0 auto;
	width: 19px;
	height: 19px;
	background-color: #fff;
	border-radius: 50%;
	border: 5px solid #d7192d;
	behavior: url(PIE.htc);
}

.tier-tracker .current-tier .dot {
	background-color: #ffffff;
}

.tier-tracker .dot.in-range {
	border-color: #D4D4D4;
}

/*IE8-Start*/
.tier-tracker .IE8Compatibility .dot {
	position: relative;
	margin: 0 auto;
	width: 19px;
	height: 19px;
	border: 0px;
	background-color: #ffffff;
	background-image: url('../img/tierbar-dot-red.png');
	background-size: 19px 19px;
	background-repeat: no-repeat;
}

.tier-tracker .IE8Compatibility .dot.in-range {
	background-image: url("../img/tierbar-dot-gray.png");
}
/*IE8-End*/
.tier-tracker .message {
	position: relative;
	border: 1px solid transparent;
	font-weight: bold;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 10px;
	height: 38px;
}

.tier-tracker .message .count {
	color: #d7192d;
}

.tier-tracker .progress-bar {
	background-color: #D4D4D4;
	border-radius: 0;
	height: 3px;
}

.tier-tracker .progress-scale {
	position: absolute;
	top: 56px;
	width: 100%;
	background-color: #d7192d;
}

.tier-tracker .markers .marker-item {
	background: transparent;
	width: 104px;
	text-align: center;
	position: absolute;
	margin-left: -52px;
	overflow: visible;
	white-space: nowrap;
}

.tier-tracker .current-tier .message {
	position: relative;
	background: transparent;
	border: 1px solid #d7192d;
}

.tier-tracker .current-tier .message:after, .current-tier .message:before
	{
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.tier-tracker .current-tier .message:after {
	border-top-color: #ffffff;
	border-width: 7px;
	margin-left: -7px;
}

.tier-tracker .current-tier .message:before {
	border-top-color: #d7192d;
	border-width: 8px;
	margin-left: -8px;
}

.tier-tracker .current-spend {
	position: absolute;
	top: 70px;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	line-height: 31px;
	margin-left: -42px;
	background-color: #d7192d;
	text-align: center;
	width: 83px;
	height: 31px;
}

.tier-tracker .current-spend:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #d7192d;
	border-width: 8px;
	margin-left: -8px;
}

.tier-tracker #tier-footer {
	border: solid #d5d5d5;
	border-width: 0px;
	margin-top: 0px;
	border-top-width: 1px;
}

.tier-tracker #tier-header {
	padding-bottom: 10px;
	border: solid #d5d5d5;
	border-width: 0px;
	border-bottom-width: 1px;
}

.tier-tracker #header-title {
	font-size: 20px;
	font-family: 'Verdana';
	font-weight: normal;
	margin-bottom: -7px;
}

.tier-tracker #until-date {
	font-size: 13px;
	font-weight: normal;
}

.minus {
	width: 15px;
	height: 34px;
	background: url(../img/minus.png) no-repeat center center;
}

#promotions-header .partner-logo {
	overflow: hidden;
	height: 130px;
	width: 220px;
}

#promotions-header>.row>div:first-child {
	margin-bottom: 0px;
}

#promotions-header .partners-section {
	background-color: #ffffff;
	padding: 20px 30px;
}

#promotions-header .partners-section>h1 {
	border-bottom: 1px solid #d5d5d5;
	margin-bottom: 10px;
}

#promotions-header .partners-section:last-child {
	padding-bottom: 100px;
}

.partner-modal .modal-body>img {
	width: 100%;
}

.partner-modal .modal-body>p {
	margin-top: 25px;
}

.trn-list-header.simple select {
	width: 214px;
}

.trn-table-wrapper th.clickable {
	cursor: pointer;
}

.trn-table-wrapper th span {
	display: block;
	float: left;
}

.arrow-up:after {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #000000;
	width: 0;
	height: 0;
	content: " ";
	position: absolute;
	margin-top: 6px;
	margin-left: 3px;
}

.arrow-down:after {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #000000;
	width: 0;
	height: 0;
	content: "  ";
	position: absolute;
	margin-top: 6px;
	margin-left: 3px;
}

#downloadModal select {
	width: 214px !important;
}

div.ib-header {
	width: 440px;	
}

.ib-header span {
	font-size: 13px;
}

#authorizerForm .fieldsetContent .info, 
#administratorForm .fieldsetContent .info,
#submitSubmitForm .fieldsetContent .info {
	font-size: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
strong {
	font-weight: bold;
}