/*------------------------------------------*/
/* Novo Dia Group Mobile EBT layout.css     */
/* Version: 0.1                             */
/* Author:  Liliana Liu                     */
/* Created: 02/24/2010                      */
/* Updated: 04/08/2010                      */
/*------------------------------------------*/
@charset "utf-8";

/*
div {
	border: 1px #ff0000 solid;
}
*/

body, html {
	background: #eeeecc;
	height: 100%;
}

/*------------------------- Major Layout Elements Definitions -------------------------*/
/* =#header header with logo, options, and main menu */
#header {
	position: relative;
	min-width: 950px;
	width: 100%;
	height: 60px;
	background: #444422;
	z-index: 10;
	padding: 0px;
	text-align: left;
}

/* =#title page title and maybe breadcrumbs */
#title {
	position: relative;
	min-width: 950px;
	width: 100%;
	height: 30px;
	background: #778844;
	z-index: 10;
	padding: 0px;
	text-align: left;
}

/* =#content between the header and footer */
#content {
	position: relative;
	width: 950px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: -90px auto -80px;
	padding: 0px;
	background-color: #eeeecc;
}

/* =.pushheader */
.pushheader {
	height: 90px;
}

/* =.pushfooter */
.pushfooter {
	height: 80px;
}

/*------------------------- Header Elements Definitions -------------------------*/
/* =#header_content */
#header_content {
	position: relative;
	width: 950px;
	height: 60px;
	margin: 0px auto;
	color: #eee;
}

/* =#logo */
#logo {
	position: absolute;
	top: 5px;
	left: 0px;
	width: 200px;
	height: 40px;
	font-size: 24px;
}

#logo div {
	display: inline-block;
	zoom: 1;
	*display: inline;
}

/* =#header_content a */
#header_content a {
	color: #eeeecc;
	text-decoration: none;
}

/* =#main_nav */
#main_nav {
	position: absolute;
	left: 200px;
	top: 25px;
}

/* =#main_nav ul */
#main_nav ul {
	list-style: none;
	font-size: 1.2em;
	padding-left: 10px;
}

/* =#main_nav li */
#main_nav li {
	display: inline;
	margin: 0 0 0 20px;
	padding: 0 0 0 0px;
}

/* =#main_nav li a */
#main_nav li a {
	
}

/* =#main_nav current */
#main_nav .current {
	border-bottom: 3px #eeeecc solid;
}

/* =#main_nav li a.hover */
#main_nav li a:hover {
	font-weight: 600;
}

/* =#main_nav a.current:hover */
#main_nav a.current:hover {
	
}

#lloginbox {
	position: absolute;
	top: 10px;
	right: 110px;
	width: 60px;
	height: 30px;
	/*padding: 10px 5px 0px 15px;*/
}

#ssignupbox {
	position: absolute;
	top: 10px;
	right: 20px;
	width: 60px;
	height: 30px;
	/*padding: 10px 10px 0px 10px;*/
}

/*------------------------- Title Elements Definitions -------------------------*/
#title_content {
	height: 40px;
	margin-left: 1.2em;
}

#title_content div {
	display: inline-block;
	margin-top: 5px;
	font-size: 1.2em;
}

/*------------------------- Footer Elements Definitions -------------------------*/
#footer {
	position: fixed;
	bottom: 0;
	clear: both;
	width: 100%;
	min-width: 950px;
	min-height: 37px;
	background: #778844;
	z-index: 10;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer ul {
	display: inline-block;
	padding: 0px;
	margin-bottom: 0px;
}

#footer a {
	color: #00AAEE;
}

#openCartButton {
	font-size: 16px;
	position: absolute;
	bottom: 14px;
	right: 14px;
}

#footer_container {
	width: 450px;
	margin: 0px auto;
	padding: 15px 0 10px 0;
	color: #222;
	text-align: center;
}

/* =#main_nav ul */
#footer_container ul {
	list-style: none;
	padding-left: 0px;
}

/* =#main_nav li */
#footer_container li {
	display: inline;
	margin: 0 0 0 20px;
	padding: 0 0 0 0px;
}

/* =#main_nav li a */
#footer_container a {
	color: #222;
}

/*--------------------- Content Common Elements Definitions ----------------------*/
label {
	display: inline-block;
	padding-top: 10px;
	line-height: 1.0em;
}

label.checkbox {
	display: inline;
}

.datePicker {
	z-index: 100;
}

.container {
	/* width: 950px; */
}

.panel {
	border: 5px solid #ccccaa;
	background: #ffffee;
	margin: 0px auto;
}

.panel table,.panel table {
	/*width: 400px;*/
	margin: 10px auto;
	margin-bottom: 0px;
	margin-top: 0px;
}

.panel table caption,.panel table caption {
	background: transparent;
	font-size: 1.3em;
	margin: 5px 0px;
}

.panel table th,.panel table td {
	border-top: 1px #ccccaa solid;
	line-height: 2.0em;
}

.p3_panel {
	width: 280px;
	height: 420px;
	overflow: auto;
}

.p3_half_panel {
	width: 280px;
	height: 200px;
	overflow: auto;
}

.p3_content {
	width: 260px;
	margin: 10px auto;
}

.p2_panel {
	width: 440px;
	height: 420px;
	overflow: auto;
}

.p2_half_panel {
	width: 440px;
	height: 200px;
	overflow: auto;
}

.p2_content {
	width: 420px;
	margin: 10px auto;
}

.align_left {
	margin-left: 0px;
}

.align_right {
	margin-right: 0px;
}

#phonemaininfo th, #phonedetailinfo th {
	width: 105px;
}

#phonestatus .panel {
	height: 120px;
}

/*
#phonestatus .panel div {
	width: 400px;
	margin: 10px auto;
}
*/

#phoneDisableForm select {
	margin: 5px 10px;
}

#phonestatushistory .panel {
	height: 280px;
	overflow: auto;
}

#phonestatushistory table th {
	border-top: 0px;
}

#phonelist table td, table.alist td{
	background: #ffffee;
	border-bottom: 2px solid #eeeecc;
	height: 40px;
}

#phonelist table th, table.alist th {
	background: #ccccaa;
	height: 30px;
}

#phonelist table th, #phonelist table td, table.alist th table.alist td {
	padding: 5px 10px;
}

#phonelist th.deviceName {
	width: 210px;
}

#phonelist th.deviceId {
	width: 310px;
}

#phonelist th.mobilePhoneStatusId {
	width: 120px;
}

#phonelist th.activationCode {
	width: 120px;
}

#phonelist th.regenCode {
	width: 75px;
}

#phonelist th.licenses {
	width: 75px;
}

#phonelist th.pastPhones {
	width: 85px;
}

.formpanel {
	background: #ffffee;
}

input {
	padding: 2px;
}

select {
	padding: 1px;
}

.required {
	color: #cc4433;
	font-weight: 600;
}

.tabs {
	/*border-bottom: 1px #ddeeaa solid;*/
}

.tabs ul {
	list-style: none;
	margin: 0px;
	padding-left: 0px;
	font-size: 1.2em;
}

.tabs li {
	display: inline;
	margin: 0 20px 0 0;
}

.tabs li a {
	color: #444422;
	text-decoration: none;
	padding: 5px;
}

.tabs_small ul {
	list-style: none;
	margin: 0;
	padding-left: 0px;
	font-size: 1.1em;
}

.tabs_small li {
	display: inline;
	margin: 0;
	padding: 0px 5px 10px 0px;
}

.tabs_small li a {
	color: #222222;
	font-weight: 600;
	text-decoration: none;
	padding: 4px;
}

.tabs_small li a.active{
	background-color: #ccccaa;
}

.active {
	background: #ffffee;
}

/*------------------------- Grid Elements -------------------------*/
TABLE.t-data-grid,TABLE.t-data-grid THEAD TR TH,TABLE.t-data-grid TBODY TR TD {
	border: 0px;
}

TABLE.t-data-grid THEAD TR TH {
	background-color: #ccccaa;
	height: 30px;
	white-space: normal;
	padding: 0px 10px;
}

TABLE.t-data-grid THEAD TR TH,TABLE.t-data-grid THEAD TR TH a {
	color: #444422;
	text-decoration: none;
}

TABLE.t-data-grid TBODY TR TD {
	background-color: #ffffee;
	height: 40px;
	border-bottom: #eeeecc 2px solid;
	padding: 0px 10px;
}

DIV.t-data-grid-pager SPAN.current {
	color: #444422;
	background-color: #ccccaa;
}

DIV.t-data-grid-pager A,DIV.t-data-grid-pager SPAN.current {
	font-size: 0.8em;
}

table.t-data-grid th.username {
	width: 125px;
}

table.t-data-grid th.firstname {
	width: 145px;
}

table.t-data-grid th.lastname {
	width: 180px;
}

table.t-data-grid th.userStatusId {
	width: 100px;
}

table.t-data-grid th.email {
	width: 200px;
}

table.t-data-grid th.organizationName {
	width: 225px;
}

table.t-data-grid th.status {
	width: 50px;
}

table.t-data-grid th.delete {
	width: 25px;
}

table.t-data-grid th.vendorNumber {
	width: 150px;
}

table.t-data-grid th.address1 {
	width: 165px;
}

table.t-data-grid th.city {
	width: 100px;
}

table.t-data-grid th.zipcode {
	width: 45px;
}

table.t-data-grid th.vendorLocationId {
	width: 170px;
}

table.t-data-grid th.totalClaimed, table.t-data-grid td.totalClaimed,
table.t-data-grid th.totalPaid, table.t-data-grid td.totalPaid,
table.t-data-grid th.numRecords, table.t-data-grid td.numRecords {
	text-align: right;
}

#outOfStateReport table.t-data-grid THEAD TR TH, .trxlist table.t-data-grid THEAD TR TH {
	height: 25px;
	padding: 0px;
	padding-left: 3px;
}

#outOfStateReport table.t-data-grid TBODY TR TD, .trxlist table.t-data-grid TBODY TR TD {
	height: 20px;
	padding: 0px 3px;
}

#outOfStateReport table.t-data-grid th.organizationName, .trxlist table.t-data-grid th.organizationName {
	width: 150px;
}

#outOfStateReport table.t-data-grid th.sellerDescr, .trxlist table.t-data-grid th.sellerDescr {
	width: 150px;
}

#outOfStateReport table.t-data-grid th.issuerReference, .trxlist table.t-data-grid th.issuerReference {
	width: 120px;
}

#outOfStateReport table.t-data-grid th.transactionDatetime, .trxlist table.t-data-grid th.transactionDatetime {
	width: 90px;
}

#outOfStateReport table.t-data-grid th.vendorNumber, .trxlist table.t-data-grid th.vendorNumber {
	width: 65px;
}

#outOfStateReport table.t-data-grid th.cardNumber, .trxlist table.t-data-grid th.cardNumber {
	width: 145px;
}

#outOfStateReport table.t-data-grid th.transactionTypeId, .trxlist table.t-data-grid th.transactionTypeId {
	width: 125px;
}

#outOfStateReport table.t-data-grid th.issuerResponseCode, .trxlist table.t-data-grid th.issuerResponseCode  {
	width: 45px;
}

#outOfStateReport table.t-data-grid th.issuerResponseText, .trxlist table.t-data-grid th.issuerResponseText {
	width: 80px;
}

#outOfStateReport table.t-data-grid th.transactionStatusId,.trxlist table.t-data-grid th.transactionStatusId {
	width: 80px;
}

#outOfStateReport table.t-data-grid th.totalSettledAmount, .trxlist table.t-data-grid th.totalSettledAmount {
	width: 65px;
	text-align: right;
	padding-right: 5px;
}

#outOfStateReport table.t-data-grid th.totalReconedAmount, .trxlist table.t-data-grid th.totalReconedAmount {
	width: 60px;
	text-align: right;
	padding-right: 5px;
}

#outOfStateReport table.t-data-grid th.locationAccuracy, .trxlist table.t-data-grid th.locationAccuracy {
	width: 70px;
}

#outOfStateReport table.t-data-grid th.addressStr, .trxlist table.t-data-grid th.addressStr {
	width: 135px;
}

#outOfStateReport table.t-data-grid td.totalSettledAmount, .trxlist table.t-data-grid td.totalSettledAmount {
	text-align: right;
	padding-right: 10px;
}

#outOfStateReport table.t-data-grid td.totalReconedAmount, .trxlist table.t-data-grid td.totalReconedAmount {
	text-align: right;
	padding-right: 10px;
}

.separator-10 {
	height: 10px;
}

.separator-20 {
	height: 20px;
}

.separator-30 {
	height: 30px;
}

.sheet {
	background: #f2f2df;
}

a.button,a.buttonDis {
	display: inline-block;
	/*background-color: #ccaa44;*/
	background-image: url(../../images/button.png);
	background-repeat: no-repeat;
	width: 110px;
	height: 33px;
	margin: 0px 5px 0px -5px;
	padding: 12px 0px 0px 0px;
	text-align: center;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
}

a.button:link,a.button:visited {
	color: #002577;
}

a.button:hover,a.button:active {
	/*background-position: 0 -36px;
	color: #FF7200;*/
}

a.backaction {
	/*background-position: 0 -36px;*/
}

a.backaction:hover,a.backaction:active {
	background-position: 0px 0px;
}

div.t-error div {
	display: none;
}

#logincontainer {
	margin-top: -7px;
}

.window {
	background-position:top left;
	background-color: #fff;
	background-image: url(../../images/window_background.png);
	/*-moz-border-radius: 10px;
	-webkit-border-radius: 10px;*/
	padding:10px;
	font-family:"Lucida Grande",Verdana;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	min-width:330px;
	min-height:415px;
}

.window .window_contents {
	/*margin-top:10px; */
	width:100%;
	height:95%;
	background-color: #fff;
	color: #222;
	font-weight: 300;
}

.window .window_header {
	text-align:center;
	padding-bottom: 10px;
}

.window .window_title {
	margin-top:-7px;
	font-size:11px;
	cursor:move;
	color: #fff;
}

.window .window_close {
	display:block;
	position:absolute;
	background-image: url(../../images/window_close.gif);
	top:4px;
	left:5px;
	height:13px;
	width:13px;
	cursor:pointer;
	cursor:hand;
}

.window .window_print {
	display:block;
	position:absolute;
	top:2px;
	right:5px;
	height:13px;
	width:30px;
	cursor:pointer;
	cursor:hand;
}

.window_print a, .window_print a.hover, .window_print a.active, .window_print a.visited {
	color: #fff;
}

.datefield {
	width: 75px;
}

.t-calendar-trigger {
	vertical-align: text-bottom;
}

DIV.t-error-popup {
	z-index: 100;
}

.inline {
	display: inline-block;
	zoom: 1;
	!display: inline;
}

.tab2 {
	padding: 5px;
}

.tab2_selected {
	background-color: #ffe;
}

#orgDisplaySellersPanel {
	overflow: auto;
	height: 235px;
}

#orgDisplayProcPanel {
	height: 150px;
}

.LockOff {
	display: none;
	visibility: hidden;
}

.LockOn {
	display: block;
	visibility: visible;
	position: absolute;
	z-index: 999;
	top: 0px;
	left: 0px;
	width: 105%;
	height: 105%;
	background-color: #ccc;
	text-align: center;
	padding-top: 20%;
	filter: alpha(opacity=75);
	opacity: 0.75;
}

.currencyPos {
	text-align: right;
	width: 50px;
}

.currencyNeg {
	text-align: right;
	color: #d00;
	width: 50px;
}

.locDeleted {
	color: #800;
}

.locInactive {
	color: #888;
}
