/* CSS Document */

/* ------------------------------------ */
/*                                      */
/*               General                */
/*                                      */
/* ------------------------------------ */
 


div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
padding: 0;
color: #000000;
}
html{
	width:100%;
	height:100%;
}
body {
	font-family: "Arial", Verdana, Helvetica, sans-serif;
	font-size:11px;
	line-height: 18px;
	color: #212121;
	margin: 0px 0px 0px 0px;	
	background:url(../images/bg.jpg) top center repeat-x;
	background-color:#fff;
	z-index:-2;
	}

a:link {
	color: #0033ff;
	text-decoration: none;
	}
a:visited {
	text-decoration: none;
	color: #0033ff;
	}
a:hover {
	text-decoration: none;
	color: #f75d00;
	}
a:active {
	text-decoration: none;
	}
a:link span {
	color: #ffffff;
	text-decoration: none;
	}
a:visited span{
	text-decoration: none;
	color: #ffffff;
	}
a:hover span{
	text-decoration: none;
	color: #f75d00;
	}
a:active span{
	text-decoration: none;
	}
#container {
	width: 990px;
	position: relative;
	margin: 10px auto;
	padding:10px 10px 5px 10px;
	border: 1px #d1d1d1 solid;
	z-index: 0;
	background:url(../images/footer_bar.jpg) bottom repeat-x;
	background-color:#ffffff;
/* 	below is not working for IE*/
/* 	background:url(../images/header_bar.jpg), url(../images/footer_bar.jpg); */
/* 	background-position: top, bottom; */
/* 	background-repeat: repeat-x; */
/* 	background-origin: initial; */
}
#container:before{
	content:url(../images/header_bar.jpg);
	background:url(../images/header_bar.jpg) top repeat-x;
	width: 100%;
	margin-left:-10px;
	top: 0px;
	height:20px;
	z-index: -1;
	position: absolute;
}

#receipt, #receipt1, #receipt2{
	width: 780px;
	position: relative;
	margin: 10px auto;
	padding:10px 10px 10px 10px;
	border: 1px #d1d1d1 solid;
	background:url(../images/watermark_logo.gif) center no-repeat;
	background-color:#fff;
    text-align: left;
	}
	
#logo{
	position:relative;
	width: 100%;
	height:47px;
	padding: 0;
	top:0;
	left:0;
	}
	
#login {
	position:relative;
	width: 440px;
	height:48px;
	padding: 20px 0 0 0;
	top:0;
	text-align:right;
	float:left;
	}

#clear {
	clear:both;
	}
	
input {
	-moz-box-sizing: border-box;
	font-family: "Arial", Verdana, Helvetica, sans-serif;
	font-size: 11px; 
	vertical-align: bottom;
	color:#272727;
	margin:0px;
	-webkit-box-sizing:border-box;
    box-sizing: border-box;
}

input[type=text], .inputWidth, .inputWidth2{
	width: 140px;
}

.longWidth{
	width: 260px !important;
}

textarea.longWidth{
	width: 255px !important;
}

.longWidth2{
	width: 311px !important;
}

textarea.longWidth2{
	width: 306px !important;
}

td .radiolabel{
	width:19px;
	valign:middle;
	padding:3px 0;	
}

select {
	font-family: "Arial", Verdana, Helvetica, sans-serif;
	font-size: 11px; 
	vertical-align: bottom;
	color:#272727;
	margin:0px;
}

#footer {
	width: 995px;
	position: relative;
	margin: 0px auto;
	padding: 20px;
	background-color:#fff;
	border-top:1px #f8a4a7 solid

	}

#content .contentright { 
	width: 635px;
	padding:10px 0 0 0;
	top:0;
	float:left;
}

#bullet ul {
    list-style: none;
	margin: 0;
    padding: 0;
	}

#bullet li {
	padding: 2px 3px 2px 15px;
	text-align: left;
	background-image:url(../images/bullet.gif);
	background-position: top left;
	background-repeat:no-repeat;
	list-style:none;
}

h1 {
	color: #ff7200;
	font-size:19px;
	font-weight:bold;
}

h2 {
	color: #0033ff;
	font-size:15px;
	font-weight:bold;
}

a.red  {
	color:#991A00;
}

.asterisk, .textRed{
	color:#990000;
}

.notice{
	color:#990000;
	font-size:11px;
}

.fail {
 	color:#990000;
	font-weight:bold;
	font-size:11px;
}

.text11 {
	color:#000000;
	font-size:11px;
}

.success {
 	color:#00529b;
	font-weight:bold;
	font-size:11px;
}

.bluebold15{
	color: #0033ff;
	font-size:15px;
	font-weight:bold;
}

.bold11 {
	font-weight:bold;
	font-size:11px;
}

.redbold11 {
	font-weight:bold;
	font-size:11px;
	color:#FF0000;
	text-align: left;
}

.bluebold11 {
	color: #00529b;
	font-size:11px;
	font-weight:bold;
}

.bold12 {
	font-weight:bold;
	font-size:12px;
}

.bluebold12 {
	color: #0033ff;
	font-size:12px;
	font-weight:bold;
}

.bluebold18 {
	color: #0033ff;
	font-size:18px;
	font-weight:bold;
}

.orangebold12 {
	color: #f75d00;
	font-size:12px;
	font-weight:bold;
}

.redbold12 {
	font-weight:bold;
	font-size:12px;
	color:#FF0000;
	text-align: left;
}

.whitebold16 {
	color: #fff;
	font-size:16px;
	font-weight:bold;
}

.button, a.button{
    outline: none;
	border: none;
    color:#fff;
	width:auto;
    overflow:visible;
    padding:2px 10px 5px 10px; /* IE6 */	
	height:20px;
	text-decoration:none;
	font-weight:bold;
	background:url(../images/button_bg.gif);

}

a.button:hover, .button:hover{
    background:url(../images/button_bg_hover.gif);
    color:#fff;
}

.button-login, a.button-login{
    outline: none;
	border: none;
    color:#fff;
	width:auto;
    overflow:visible;
    padding:3px 5px 4px 5px; /* IE6 */	
	height:20px;
	text-decoration:none;
	font-weight:bold;
	background:url(../images/button_bg_hover.gif);

}

a.button-login:hover, .button-login:hover{
    background:url(../images/button_bg.gif);
    color:#fff;
}

hr {
	height:6px;
	background-color:#f0efef;
	border:none;
	clear:both;
	width:100%;
	margin: 10px 0;
}

#Layer01 {
	position:absolute;
	left:817px;
	top:135px;
	width:161px;
	height:54px;
	z-index:1;
}
.money{
text-align:right;
}
.date{
text-align:center;
}
.totalTrx{
text-align:center;
}
.typeTrx{
text-align:center;
}

.preWS{ /* Preserve white space */
white-space: pre; 
}

/* ------------------------------------ */
/*                                      */
/*              Navi Bar                */
/*                                      */
/* ------------------------------------ */


#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	color: #525252;
	padding: 5px;
}

#nav li { /* all list items */
	float: left;
	font-size:12px;
    font-weight: bold;
    z-index: 10000;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #ccc;
	width: 150px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	display:block;
	padding-right: 5px;
	z-index: 10000;
}

#nav li ul a{ /* second-level lists */
	width: 143px;
	border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    color: #000;
	font-size:11px;

}

#nav li ul a:hover {
	background: #4a74ad;
	width: 144px;
	color: #fff;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -2em 0 0 10em;
	background-color: #e0e0e0;
	z-index: 10000;
}

#nav li:hover ul ul, #nav li.sfhover ul ul, 
#nav li:hover ul ul ul, #nav li.sfhover ul ul ul{
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, 
#nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li .current {
   color: #f75d00;
}



/* ------------------------------------ */
/*                                      */
/*              Table                   */
/*                                      */
/* ------------------------------------ */


#table-title
{
	font-size: 12px;
	margin: 0;
	width: 633px;
	text-align: left;
	border-collapse: collapse;
	border: 0px;
}

#table-title th
{
	padding: 0px 0px 20px 0px;
	color: #0033ff;
	font-size:18px;
	font-weight:bold;
	text-align:left;
}

#table-title td
{
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	color: #383838;	
}

#table-grey
{
	border: 1px dotted #acabab;
	width: 602px;
	padding: 15px;
	margin-top: 16px;
	background-color:#f2f2f2;
	position: relative;	
}

#tlist
{
	margin: 10px 0 10px 0;
	width: 780px;
	text-align: left;
	border-collapse: collapse;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	background:#FFFFFF;
}
#tlist th
{
	font-size: 11px;
	font-weight: bold;
	padding: 10px 5px 5px 5px;
	color: #fff;
	background-color:#285081;
	border-right: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	text-align:center;
	vertical-align:middle;
}

#tlist .subtitle
{
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
	color: #fff;
	border-top: 1px solid #e6e6e6;
	background-color:#026496;
	background-image:none;
}


#tlist td
{
	padding: 5px 5px;
	color: #212121;
	border-right: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;

}
#tlist tr.odd
{
	background-color: #f2f2f2;
}

#table-transfer
{
	font-size: 12px;
	margin: 0;
	width: 587px;
	text-align: left;
	border-collapse: collapse;
}

#table-transfer td 
{
	padding: 5px 10px 20px 10px;
	border-bottom: 4px solid #a2d2fd;
	color: #7fa6cc;
	font-weight:bold;
	text-align:center;
	width: 196px;
}

#table-transfer #tab-highlights
{
	background-image:url(../images/icon_arrowup.gif);
	background-position: bottom ;
	background-repeat:no-repeat;	
	border-bottom: 4px solid #2495fa;
	color:#004e99;
}

#table-form 
{
	width:780px;
}

#table-form  td
{
	padding: 3px;
	
}
#table-form  td.label {
	width:220px;
	font-weight:bold;
	color:#212121;
}

#table-form  td.label2 {
	width:2px;
	font-weight:bold;
}

#table-form  td.label3 {
	font-weight:bold;
	color:#212121;
}

#table-form td.label4{
	width:65px;
	font-weight:bold;
	color:#212121;
}

#table-form td.label5{
	width:100px;
	font-weight:bold;
	color:#212121;
}

table.results th.order1 a {
	background-image: url(../images/arrow_down.png) !important;
}

table.results th.order2 a {
	background-image: url(../images/arrow_up.png) !important;
}

table.results th.sortable a {
	background: url(../images/arrow_off.png) no-repeat right center;
	display: block;
	text-decoration: none;
	width: 100%;
	color: #FFFFFF;
}

.table-sub-single {
	width: 587px;
}

/* ------------------------------------ */
/*                                      */
/*              Ticker                  */
/*                                      */
/* ------------------------------------ */

#ticker {
  width:240px; 
  height:180px; 
  overflow:auto; 
}

#ticker dt {
  font-size:12px;
  font-weight:bold; 
  padding:0 10px 5px 10px;
  background-color:#fff; 
  padding-top:10px; 
  border-top:1px solid #e5e5e5;

}

#ticker dd {
  margin-left:0; 
  font-size: 11px; 
  padding:0 10px 10px 10px;
  border-bottom:1px solid #cecece; 
  background-color:#fff;
  border-left:1px solid #ffffff;
}

#ticker dd.last { 
	border-bottom:1px solid #ffffff;
}

#ticker2 {
  width:240px; 
  height:180px; 
  overflow:auto; 
}

#ticker2 dt {
  font-size:12px;
  font-weight:bold; 
  padding:0 10px 5px 10px;
  background-color:#fff; 
  padding-top:10px; 
  border-top:1px solid #e5e5e5;

}

#ticker2 dd {
  margin-left:0; 
  font-size: 11px; 
  padding:0 10px 10px 10px;
  border-bottom:1px solid #cecece; 
  background-color:#fff;
  border-left:1px solid #ffffff;
}

#ticker2 dd.last { 
	border-bottom:1px solid #ffffff;
}

/* liScroll styles */

.tickercontainer { /* the outer div with the black border */
border: 1px solid #000;
background: #fff; 
width: 738px; 
height: 27px; 
margin: 0; 
padding: 0;
overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 10px;
top: 8px;
width: 718px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 750px;
font: bold 10px Verdana;
list-style-type: none;
margin: 0;
padding: 0;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
background: #fff;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #ff0000;
font: bold 10px Verdana;
margin: 0 50px 0 0;
} 
ul.newsticker span {
margin: 0 10px 0 0;
} 

/* ------------------------------------ */
/*                                      */
/*            Stripes Validation        */
/*                                      */
/* ------------------------------------ */
div.errors {
	font-size: 11px;
	font-weight:bold;
	color: #d21f3e;
}

div.popup_errors {
	font-size: 14px;
	font-weight:bold;
	color: #d21f3e;
	padding-left: 5px;
	padding-top: 5px;
}

div.messages {
    font-size: 11px;
	font-weight:bold;
	color: #d21f3e;
}

label.error {
	font-size: 11px;
	font-weight:normal;
	color: #d21f3e;
	padding-left: 5px;
}

div.pagebanner {
	text-align: center;
	font-weight:bold;
}

div.pagelinks {
	text-align: center;
}

/* ---------------
   Suggestion Box
   ---------------*/
.suggest_link {
	background-color: #FFFFFF;
	padding: 2px 6px 2px 6px;
}
.suggest_over {
	background-color: #3366CC;
	padding: 2px 6px 2px 6px;
}
.suggest_no {
	font-style: italic;
	background-color: #FFFFFF;
	padding: 2px 6px 2px 6px;
}
.suggest {
	position: absolute; 
	background-color: #FFFFFF; 
	text-align: left; 
	border: 1px solid #000000;
}

.mouseover{
	cursor: pointer;
    cursor: hand;
}

#tooltip {
	position: absolute;
	max-width: 250px;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}

#tooltip h3, #tooltip div { margin: 0; }

.italic{
	font-style: italic;
}