/* Itineris Web style v.1.0 */

/* =============================================== IMPORT STYLES =============================================== */

@import "itineris_layout.css";
@import "itineris_lists.css";

/* =============================================== TAG SELECTORS =============================================== */

body{
	padding:0px;
	margin:0px; 
	/*font-family: Arial, Helvetica, sans-serif; */
	font-family: Trebuchet MS, Helvetica, sans-serif;
	line-height:1.5em;
	background-color:#E6E7EC;
}

#pscroller1{
	width: 500px;
	height: 115px;
	padding-bottom:0px;
	padding-top:5px;
	margin-top:0px;
	color:#555555;
	font-size:11px;
	line-height:1.25em;
}

#pscroller1 a{
	text-decoration: underline;
	color:#555555;
	font-size:12px;
	font-weight:bold;
}

#pscroller1 a:hover{
	text-decoration: none;
	color:#555555;
	font-size:12px;
}

form {
	margin:0px; padding:0px;
}

p{
	margin-bottom:14px;
}

h1 {
	padding:0px; 
	margin-top:5px;
	color:#3D4548;
	font-size:1.4em;
	line-height:1em;
}

h2 {
	font-size:1.1em;
	font-weight:bold;
	color:#3D4548;
	margin-bottom:20px;
	line-height:1.33em;
	padding:0px;
}

h3 {
	display:block;
	text-transform:uppercase;
	color:#3D4548; /* Dark Grey */
  	font-size:1em;
  	font-weight:bold;
  	margin-top:20px;
	margin-bottom:20px;
	line-height:1.33em;
}

h3 a {
	text-transform:uppercase;
	color:#3D4548; /* Dark Grey */
	text-decoration:none;
}

h3 a:hover {
	text-transform:uppercase;
	color:#8A8F91; /* Light Grey */
	text-decoration:underline;
}

h4 {
	display:block;
	text-transform:uppercase;
	color:#3D4548; /* Dark Grey */
  	font-size:1em;
  	font-weight:bold;
  	margin-top:20px;
	margin-bottom:0px;
	line-height:1.33em;
}

h5 {
	display:block;
	text-transform:uppercase;
	color:#3D4548; /* Dark Grey */
  	font-size:1em;
  	font-weight:bold;
	line-height:1.33em;
}

/* =============================================== TXT SELECTORS =============================================== */

.txtHighlight{
	color: #CC0033;
	text-transform:uppercase;
	font-weight:bold;
}

.txtBox {
    width:335px;
    font-size:0.9em;
    font-family: Arial, Helvetica, sans-serif;
}

.formTxtBox {
	border:1px solid #DCDEE3; /* Uber light grey */
	width:250px;
	padding:2px;
	height:18px;
	color:#3D4548;
}

.formTxtBox:focus {
	border:1px solid #8A8F91; /* light grey */
}

.formTxtMultiBox {
	border:1px solid #DCDEE3; /* Uber light grey */
	width:250px;
	padding:2px;
	height:120px;
	color:#3D4548;
	font-family: Arial, Helvetica, sans-serif;
}

.formTxtMultiBox:focus {
	border:1px solid #8A8F91; /* light grey */
	width:220px;
}

.formDropDown
{
    border:1px solid #DCDEE3; /* Uber light grey */
	width:255px;
	padding:2px;
	color:#3D4548;
	font-family: Arial, Helvetica, sans-serif;
}

.cmbBox {
    width:340px;
    font-size:0.9em;
    font-family: Arial, Helvetica, sans-serif;
}

.imageButtonAlign {
	margin-left:65px;
	margin-top:15px;
}

.imageButtonAlign2 {
	margin-left:160px;
}

.invalidLogin {
	color:#CC0033;
	font-weight:bold;
	text-transform:uppercase;
}

/* =============================================== HORIZONTAL BREAKERS =============================================== */

.horBreaker1 {
	font-size:1em;
	font-weight:bold;
	color:#3D4548;
	text-transform:uppercase;
	clear:both;
	margin-top:10px;
	margin-bottom:20px;
	padding-top:4px;
	border-top:1px solid #E6E7EC;
	border-bottom:1px solid #E6E7EC;
	height:22px;
}

.horBreaker1 ul { 
	list-style:none;
	margin:0px;	padding:0px;
}

.horBreaker1 ul li {
	padding:0px 0px 0px 13px; margin:0px;
	background-image:url(/images/blt/blt_red_corner_1.gif);
	background-repeat:no-repeat;
}

.horBreaker1 ul li a{
	color:#333;
	text-decoration:none;
}

.horBreaker1 ul li a:hover{
	color:#333;
	text-decoration:underline;
}

/* tester */
.horBreaker2 {
	font-size:1em;
	font-weight:bold;
	color:#3D4548;
	text-transform:uppercase;
	clear:both;
	margin-top:10px;
	margin-bottom:20px;
	padding-top:4px;
	border-top:1px solid #E6E7EC;
	border-bottom:1px solid #E6E7EC;
	height:22px;
}

.horBreaker3 {
	font-size:1em;
	font-weight:bold;
	color:#3D4548;
	text-transform:uppercase;
	clear:both;
	margin-top:10px;
	margin-bottom:20px;
	padding-top:4px;
	border-top:1px solid #B6B6B6;
	border-bottom:1px solid #B6B6B6;
	height:22px;
}

.horBreaker4 {
	font-size:1em;
	font-weight:bold;
	color:#3D4548;
	text-transform:uppercase;
	clear:both;
	margin-top:10px;
	margin-bottom:20px;
	padding-top:4px;
	border-top:1px solid #919191;
	border-bottom:1px solid #919191;
	height:22px;
}

.horBreaker2 ul, .horBreaker3 ul, .horBreaker4 ul  { 
	list-style:none;
	margin:0px;	padding:0px;
}

.horBreaker2 ul li, .horBreaker3 ul li, .horBreaker4 ul li {
	padding:0px 0px 0px 15px; margin:0px;
	background-image:url(/images/blt/blt_red_corner_1.gif);
	background-repeat:no-repeat;
}

.ttHeader {
	font-size:10px;
	color:#4A596A;
	background-color:#BEC2CC;
	padding:0px 2px 0px 2px;
	filter:alpha(opacity=90);
	-moz-opacity: 0.90;
	border:1px solid #A9ADB8;
}

.ttBody {
	border:1px solid #A9ADB8;
	border-top:0px;
	font-size:10px;
	background-color:#BEC2CC;
	padding:0px 2px 0px 2px;
	color:#4A596A;	
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
}

/* =============================================== INTERA POPUP =============================================== */

.outer {
	position:absolute;
	left:0px;
	top:0px; 
	width:100%;
	height:100%;
	vertical-align:middle;
	clip:rect(0,100,100,0);
	filter: alpha(opacity=0);
	-moz-opacity:0%;
	background-color:#2D2D2E;
	z-index:1;
	background-image:url(/images/bkg/intera.gif);
	background-repeat:repeat-y;
	text-align:center;
	padding-top:50px;
	padding-bottom:50px;
}

.inner{
	width:760px;
	height:350px;
	margin-left:20px;
	margin-right:20px;
	background-color:#FFFFFF;
}

.bltMore{
	margin-right:10px;
}

.marginBt10 {
	margin-bottom:10px;
}

.marginBt20 {
	margin-bottom:20px;
}

.padLt20 {
	padding-left:20px;
}

.padRt10 {
	padding-right:10px;
}

.padRt7 {
	padding-right:7px;
}

.padRt5{
	padding-right:5px;
}

.padBt10 {
	padding-bottom:10px;
}

.setIcons {
	margin-right:10px;
}