@charset "utf-8";
/* CSS Document */

/* -------- 1: Main Page Structure ------------ */
/* -------- 2: Header 1 elements ( logo etc in the orange area) ------------ */
/* -------- 3: Header 2 elements (the nav, h2 and photo in the grey area) ------------ */
/* -------- 4: Left hand column elements ------------ */
/* -------- 5: Right hand column elements ------------ */
/* -------- 6: Center column elements ------------ */
/* -------- 7: Form ------------ */
/* -------- 8: Footer Elements ------------ */
/* -------- 9: Sifr ------------ */


/* -------- 1: Main Page Structure ------------ */

	body {
		font: 100% Arial, Helvetica, sans-serif;
		margin: 0px;
		padding: 0px;
		color: #666666;
		font-size:12px;
	}
	a {
		text-decoration:none;
		color:#e85b06;
	}
	.copyLink {
		text-decoration:none;
		color:#666666;
	}
	a:hover {
		text-decoration:underline;
	}
	
	
	.thrColFixHdr #container {
		width: 100%;
		background: #f1f1f1;
		margin: 0px;
		padding:0px;
	}
	.thrColFixHdr #header {
		background-color:#e85b06;
		padding: 0px;
		margin:0px;
		height: 197px;
		overflow: hidden;
		}
		
	.header_01,
	.header_02,
	.header_03 {
		float: left;
		}

	.header_ibyp_logo {
		clear: left;
		float: left;
		}
	
	.header_04 {
		position: absolute;
		top: 129px;
		left: 578px;
		width: 368px;
		height: 68px;
		}
	
	.thrColFixHdr #header img {
		display: block;
		}
	
	.thrColFixHdr #header2 {
		background: #262626;
		padding: 0px;
		margin:0px;
	}
	
	.content {
		width:946px;
	}
	
	.thrColFixHdr #sidebar1 {
		float: left;
		width: 210px;
		height:500px;
		padding:0px;
		margin:0px;
		background-image:url(../img/colizq_bg.jpg);
		background-repeat:no-repeat;
	}
	
	.thrColFixHdr #sidebar2 {
		float: right;
		width: 184px;
		padding:0px;
		margin:0px;
		background-image:url(../img/colder_bg.jpg);
		background-repeat:no-repeat;
	}
	
	.thrColFixHdr #mainContent {
		width:552px;
		margin:0px;
		margin-left: 210px;
		padding: 0px;
		padding-bottom:44px;
		background-image:url(../img/principal_bg.jpg);
		background-repeat:no-repeat;
	}
	
	
	.fltrt { 
		float: right;
		margin-left: 8px;
	}
	.fltlft { 
		float: left;
		margin-right: 8px;
	}
	.clearfloat { 
		clear:both;
		height:0;
		font-size: 1px;
		line-height: 0px;
	}

	.breadcrumb{
		padding: 10px 10px 0px 20px;
	}
	.breadParent{
		color:#666666;
	}
	.breadCurrent{
		color:#E85B06;
	}


/* -------- 2: Header 1 elements (ibyp logo etc in the orange area) ------------ */


	h1 {
		position: absolute;
		top: 129px;
		left: 210px;
		width:220px;
		height:68px;
		font-size:16px;
		margin: 0;
		padding: 0px;
		padding-left:20px;
		color:#333333;
		}
		
	.h1img {
		/*margin-left:365px;*/
		}
	#showReel{
		margin-left:575px;
		}

/* -------- 3: Header 2 elements (the nav, h2 and photo in the grey area) ------------ */

	.thrColFixHdr #header2 ul {
		float:left;
		background: #000000;
		width:195px;
		height:146px;
		padding: 0px;
		padding-left:15px;
		margin:0px;
		list-style:none;
	}
	.thrColFixHdr #header2 li {
		border-bottom-style:solid;
		border-bottom-width:1px;
		border-color:#262626;
		padding-top:3px;
		padding-bottom:3px;
		color:#fc9d05;
	}
	.thrColFixHdr #header2 li a {
		color:#999999;
	}
	
	.secondlvl-nav ul { 
		list-style:none; 
		margin:0px; 
		padding:0px; 
		padding-left:15px; 
		width:195px;
		background:#eaeaea;
		border-top:1px solid #ffffff;
		padding-top:10px;
		padding-bottom:10px;
	 }
	.secondlvl-nav ul li {
		color:#fc9d05;
		padding:3px 0;
		border-bottom:1px solid #F9F9F9;
	}
	.secondlvl-nav ul li a {
		color:#535353;
	}
	

	
	h2 {
		display:inline;
		position:absolute;
		top:197px;
		left:211px;
		width:300px;
		height:68px;
		padding: 0px;
		padding-left:16px;
		padding-top:10px;
		margin:0px;
		font-size:18px;
		color:#FF6600;
	}

/* -------- 4: Left hand column elements ------------ */

	.thrColFixHdr #sidebar1 h4 {
		padding:0px;
		margin-left:10px;
		margin-right:10px;
		margin-top:16px;
		border-bottom-style:solid;
		border-bottom-width:1px;
		border-bottom-color:#999999;
	}
	.thrColFixHdr #sidebar1 p {
		margin-left:10px;
		margin-right:10px;
		margin-top:10px;
	}


/* -------- 5: Right hand column elements ------------ */


	.thrColFixHdr #sidebar2 h4 {
		padding:0px;
		margin-left:10px;
		margin-right:10px;
		margin-top:16px;
		border-bottom-style:solid;
		border-bottom-width:1px;
		border-bottom-color:#f4d8aa;
	}
	.thrColFixHdr #sidebar2 p {
		margin-left:10px;
		margin-right:10px;
		margin-top:10px;
		color:#999999;
	}
	.thrColFixHdr #sidebar2 ol {
		margin-left:36px;
		margin-right:0px;
		margin-top:10px;
		padding-left:0px;
		color:#999999;
	}
	.thrColFixHdr #sidebar2 li {
		padding-bottom:4px;
	}


/* -------- 6: Center column elements ------------ */

	.thrColFixHdr #mainContent p {
		width:90%;
		padding-right:10px;
		padding-left:20px;
		padding-top:0px;
		padding-bottom:0px;
		margin:0px;
		margin-top:8px;
		margin-bottom:8px;
		line-height:17px;
	}
	.thrColFixHdr #mainContent h3 {
		margin: 26px 0 0 20px;
		padding-top: 0;
		padding-bottom: 4px;
		border-bottom: 1px solid #c2c2c2;
		width: 90%;
		font-size: 14px;
		}
		
	.thrColFixHdr #mainContent ul {
		background:url(../img/listbg.gif);
		background-repeat:repeat-x;
		width:85%;
		padding:0px;
		padding-left:20px;
		padding-top:8px;
		padding-bottom:12px;
		margin:0px;
		margin-left:30px;
		margin-bottom:16px;
		border-bottom-style:dashed;
		border-bottom-width:1px;
		border-bottom-color:#bebebe;
		border-top-style:dashed;
		border-top-width:1px;
		border-top-color:#bebebe;
		line-height:20px;
	}
	.thrColFixHdr #mainContent li {
		list-style-image: url(../img/icono05.gif);
	}
	
	.contentIll, #mainContent .cManager {
		padding:10px;
		padding-left:0px;
		padding-top:0px;
	}

/* -------- 7: Form ------------ */

	.thrColFixHdr #mainContent fieldset {
		background:url(../img/listbg.gif);
		background-repeat:repeat-x;
		width:80%;
		padding:0px;
		padding-left:40px;
		padding-top:8px;
		padding-bottom:12px;
		margin:0px;
		margin-left:30px;
		margin-bottom:16px;
		margin-top:16px;
		border:none;
		border-bottom-style:dashed;
		border-bottom-width:1px;
		border-bottom-color:#bebebe;
		border-top-style:dashed;
		border-top-width:1px;
		border-top-color:#bebebe;
		line-height:20px;
	}
	.formRow {
		padding-left: 210px;
		margin-top:16px;
	}
	.formRow li {
		display:inline;
		margin:0px;
		margin-right:16px;
		padding:0px;
	}
	.formRow p {
		margin-left:-10px;
	}
	.thrColFixHdr #mainContent label {
		float: left;
		width: 170px;
		margin: 0;
		margin-left: -180px;
		padding-bottom: 10px;
	}
	input {
		margin-left:0px;
	}
	
	.inputBox {
		width: 180px;
		border: none;
		border: 1px solid #bebebe;
		font-size: 1em;
		vertical-align: top;
	}
	.submit {
		width: auto !important;
		height: 24px;
		padding-left: 10px;
		padding-right: 15px;
		text-align: left;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		color: #000;
		background:#fff;
		background-image:url(../img/icono05.gif);
		background-repeat:no-repeat;
		background-position:3px;
		border: 0;
		cursor: pointer;
		border-style:solid;
		border-width:1px;
		border-color:#bebebe;
	}
	
	.error {
		color:Red
	}
	
	fieldset table {
		width: 180px;
	}

	.thrColFixHdr #mainContent td label
	{
		float: none;
		width: auto;
		margin-top: 0pt;
		margin-right: 0pt;
		margin-bottom: 0pt;
		margin-left: 0px;
		padding-bottom: 0px;		
	}


/* -------- 8: Footer Elements ------------ */

	.thrColFixHdr #footer {
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
		background:#2b2b2b;
		color:#999999;
	}
	.footerLinks {
		background-image:url(../img/fin_bg.jpg);
		background-repeat:no-repeat;
		width:946px;
		height:115px;
	}
	.thrColFixHdr #footer p {
		margin: 0;
		padding: 0;
		position:relative;
		left:220px;
		top:38px;
	}
	.thrColFixHdr #footer ul {
		margin: 0;
		padding: 0;
		position:relative;
		left:220px;
		top:32px;
	}
	.thrColFixHdr #footer ul li {
		display:inline;
		margin-right:20px;
	}
	.thrColFixHdr #footer p {
		color:#666666;
	}
	.thrColFixHdr #footer a {
		color:#999999;
	}


/* -------- 9: Sifr ------------ */

	.sIFR-flash {
		visibility: visible !important;
		margin: 0;
		}
	
	.sIFR-replaced {
		visibility: visible !important;
		}
	
	span.sIFR-alternate {
		position: absolute;
		left: 0;
		top: 0;
		width: 0;
		height: 0;
		display: block;
		overflow: hidden;
		}
	
	.sIFR-flash + div[adblocktab=true] {
		display: none !important;
		}
	
	.sIFR-hasFlash h1 {
		visibility: hidden;
		}
	
	.sIFR-hasFlash h2 {
		visibility: hidden;
		letter-spacing: -9px;
		font-size: 30px;
		line-height: 30px
		}
	
	.sIFR-hasFlash h3 {
		visibility: hidden;
		letter-spacing: -6px;
		font-size: 25px;
		}
