@charset "utf-8";
/* CSS Document */
/* First Data  -  Rapid Connect  -  Demo for Trace Ussery 
Author: SentAsha Wms, September 2011, version 1.0 */ 
.decor {text-decoration: none;  color: red;}
/*
body {
    background-color: #616365;
    margin: 10px 0 40px 0px;
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 40px;
    font-family: Tahoma;
    font-size: 10pt;
    weight: normal; 
    color: #7d7d7d;
    /*overflow: scroll; use this for Firefox and set a conditional */
}*/
#container {
    border: 3px solid #404040;
    background-color: #FFFFFF;
    width: 964px;
    height: auto;
    text-align: center; 
    margin:0 auto;
}
#header {
    width: 100%;
    min-width: 500px;
    height: 76px;
    background-color: #0c3047;
    /*background-image: url(images/rc_blue_header_gradient_bkgrnd.gif);*/
    background-repeat:repeat;
}
#fdLogo {
    width: 200px;
    height: 76px;
    float: left;
    color: #fff;
    background-image: url(images/rc_firstdatalogo.png);
    background-repeat: no-repeat;
    background-position: 25px 17px;
    border: 0px #fff solid;
    position: relative;
    display: block;
    cursor: pointer;
}
#rapidLogo {
    width: 300px;
    height: 76px;
    float: right;
    margin-right: 70px;
    color: #fff;
    background-image: url(images/rc_header_fd_large_rapid_text.png); 
    background-repeat: no-repeat;
    position: relative;
    display: block;
}
#containerBlue{
    border: none;
    border-top: 3px solid #404040;
    border-bottom: 3px solid #404040;
    background-color: #0072a2;
    width: 964px;
    height: auto;
    min-height: 570px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    bottom: 0px;
}
.logTable {
    margin-top: 60px;
    margin-right: 100px;
    width: 340px;
}
.changePassTable{
    margin-top: 60px;
    margin-right: 100px;
    width: 360px;
}
.logTable .logHeader,
.changePassTable .logHeader {
    font-family: arial;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    border-bottom: 1px solid #074967;
    padding: 5px 0;
}
.logTable .blankSpace,
.changePassTable .blankSpace {
    font-size: 6px;
    line-height: 6px;
    font-weight: normal;
    height: 10px;
}
.logTable td,
.changePassTable td {
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    color: #082a3e;
    padding: 2px 0;
    line-height: 30px;
    vertical-align: top;
}
.logTable td label,
.changePassTable td label {
    font-size: 12px;
    font-weight: normal;
    color: #FF0000;
    padding: 0;
    line-height: 150%;
    vertical-align: top;
}

.logTable td a {
    font-size: 11px;
    font-weight: bold;
    color: #27c3d9;
    text-decoration: none;
}
.logTable td a:hover {
    text-decoration: underline;
}
.inputBox {   
    background: url(images/loginInputBox.jpg) no-repeat 0 0;
    height: 29px;
    width: 243px;
    line-height: 29px;
    padding: 0 5px;
    border: none;
}
.inputBox2 {   
    background: url(images/smallInputBox.jpg) no-repeat 0 0;
    height: 29px;
    width: 180px;
    line-height: 29px;
    padding: 0 5px;
    border: none;
	margin: 0;
}
.logTable .error,
.changePassTable .error,
.error {
	font-weight: bold;
	color: #f00;
}
.logTable td label.error,
.changePassTable td label.error,
label.error {
	display: block;
}
.logSubmitButton{
    width: 72px; 
    height: 32px;
    background: url(images/bu_submit.png) no-repeat 0 0;
    border: none;
    margin: 0;
    padding: 0;
}
.changePassTable td.smallWhiteText {
    color: #fff;
    font-size: 10px;
    line-height: 14px;
}

.changePassTable td.smallBlueText {
    color:#004970;
    font-size: 10px;
    line-height: 14px;
}
.logCancelButton{
    width: 72px; 
    height: 32px;
    background: url(images/bu_cancel.png) no-repeat 0 0;
    border: none;
    margin: 0;
    padding: 0;
}
#footer{
    text-align: left;
    width: 100%; 
    height: 60px;
    /*background-image: url(images/rc_blue_header_gradient_bkgrnd.gif);*/
    background: #004970;
    background-repeat:repeat; background: #0c2231;
    min-width: 600px;
    clear: both;
}
.footerContentBig {
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 0px;
    font-size: 11px;
    font-family: Tahoma;
    color: #FFF;
    width: 693px;
    float: left;
}
.footerContentSmall {
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 4px;
    font-size: 10px;
    font-family: Tahoma;
    color: #FFF;
    width: 740px;
    float: left;
}
.privacy {
    float: right;
    width: 80px;
    height: 15px;
    margin-top: 2px;
    padding: 5px 11px 0 0;
    color: #fff;
    font-size: 10px;
    text-align: right;
    color: #FFF;
    border: 1 solid #000;
}
.privacy a {
    color: #fff;
    font-size: 11px;
	text-decoration: none;
}
.privacy a:hover {
	text-decoration: none;
}
#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.65;
	opacity:.65;
	filter: alpha(opacity=65);
}
#lightboxContainer {
	width: 300px;
	position: absolute;
	top: 30%; 
	left: 40%;
	-moz-opacity: 1.0;
	opacity:1;
	filter: alpha(opacity=100);
	z-index:9999;
}
.messageBox {
	width: 100%;
	background: #fff;
	color: #000;
	margin-right: 5px;
	position: relative;
}
.msgHeader {
    background: url(images/lightbox_header.png) repeat-x 0 0;
    height: 23px;
	position: relative;
	text-align: left;
	color: #fff;
	padding: 4px 10px 0 10px;
	font-weight: bold;
	font-size:11px;
}
.msgText {
    margin: 10px;
    padding: 5px;
	font-size:12px;
	position: relative;
	text-align: left;
}
.buttonArea {
	margin: 15px 0px 5px 0px; 
	border-top: 1px solid #ccc;
	text-align: center;
	padding-top: 15px;
	position: relative;
}
