/***********************************************************************************
* Copyright (c) 2003-2011  CUBIC Transportation Systems. All rights reserved.
* CUBIC PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
***********************************************************************************/

/* ========================================================================== */
/* main body and global styles */
/* ========================================================================== */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: white;
	font-size: 80%;
	height: 100%;
}

img { border: 0px; }
table { font-size: 9pt; } 
input { font-size: 9pt; font-family: Arial, Helvetica, sans-serif; }
button { font-size: 9pt; font-family: Arial, Helvetica, sans-serif; }
select { font-size: 9pt; font-family: Arial, Helvetica, sans-serif; } 
textarea { font-size: 9pt; font-family: Arial, Helvetica, sans-serif; } 

/* sets main body height encompasses everything between the body tags */
#main_body { margin: 0 0 10px 0; text-align: center; width: 100%; height: 93%; padding: 0px; }

/* this is the div that replaces the table that was used in main_template to center and valign top the content */
#main_content {
	width: 100%;
	vertical-align: top;
	text-align: center;
}
#main_content div {
	margin-left: auto;
	margin-right: auto;
}

#sessionClock {
	color: white;
	font-family: "Courier New", Courier, monospace;
	margin-left: 8px;
	vertical-align: middle;
	display: inline-block; 
	height: 100%; 
}
#sessionRefresh {
	margin-left: 3px;
}

form { margin: 0px; }

.smallFont { font-size: x-small; }
.smallerFont { font-size: xx-small; }

/* place this class on every instance of a submit or cancel button.  MAKE SURE to use styleClass="submit_button" */
.submit_button {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 3px 0px 3px;
	margin: 0px 0px 0px 5px;
	color: white;
	background-color: #0B5AA7;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#094995', endColorstr='#4e8dda'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#094995), to(#4e8dda)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #094995, #4e8dda); /* for firefox 3.6+ */
	border-top: 1px solid #ccc;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #ccc;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	cursor: pointer;
}

.pagetitle_submit_button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 0px 3px 0px 3px;
	margin: 1px 0px 1px 5px;
	color: white;
	background-color: #0B5AA7;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#094995', endColorstr='#4e8dda'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#094995), to(#4e8dda)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #094995, #4e8dda); /* for firefox 3.6+ */
	border-top: 1px solid #ccc;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: pointer;
	height: 15px;
}

/* footer / copyright info */
.footer {
	padding: 0px 0 0px 0px; 
	border-top: 3px double; 
	border-bottom: 1px solid; 
	margin-bottom: 0px;
	position: absolute; bottom: 0px; left: 0px;
	visibility: hidden;
}
.topButton {
	text-align: center;
	padding-bottom: 0px;
	margin-bottom: 20px;
}
/* end footer info */

/* this is the line between the main header and the bread crumb section */
.menu_bar {
	border-top: 1px solid #333333; 
	border-bottom: 1px solid #cccccc; 
	background-color: #888888;
}
   
/* this is used to display the blue error message on main template.jsp */
.message { color: blue; text-align: center; }

/* used for info boxes */
#infoMessage {
	border: solid #CCCCCC 3px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	padding: 5px;
	margin: 10px auto 10px auto;
	background: #D2E8F2;
}

.info {
	text-align: center;
	border: 1px solid #CCCCCC;
	border-bottom: 3px double #CCCCCC;
	border-top: 3px double #CCCCCC;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	background-color: #D2E8F2;
	padding: 10px;
	width: 60%;
	margin: 10px auto 20px auto;
}

/* error message on main template. */
.error {
	color: #cc0033;
	text-align: center;
	border: 1px solid #cc0033;
	border-bottom: 3px double #cc0033;
	border-top: 3px double #cc0033;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	background-color: #fdfbec;
	padding: 10px;
	width: 60%;
	margin: 10px auto 20px auto;
}

#error_pane {
	visibility: hidden; 
	width: 80%; 
	padding: 20px 20px 20px 20px; 
	margin: 0 0 20px 20px; 
	text-align: left;
	background-color: #fdfbec;
	border: 1px solid #004f75;
}
	
/* server side error messaging.  displays above missing/incorrect field on form */
.validation_error {
	color: #cc0033;
	font-style: italic;
	list-style: none;
	margin: 0px;
	padding: 1px 0px 1px 3px;
}

/* used for the logo on every page. */
.logo { padding: 2px 1em 0 3px; }

.logged_in_as_info {
	float: right;
	color: #ccc;
	padding: 3px 10px 0px 0px;
	text-align: right;
	width: 450px;
}

/* this is a new style.  use this for the optional messaging */
div.optional_msg { width: 100%; text-align: right; }
div.optional_msg span { background-color: #FFF7DA; }

/********************************************/
/* styles for the About box */

#aboutWrapper {
	position: absolute;
	top: 130px;
	left: 50%;
	width: 400px;
	height: 90px;
	margin-top: -125px;
	margin-left: -200px;
	z-index: 99;
	visibility: hidden;
	text-decoration: none;
}
#aboutWrapper #aboutHeader {
	padding-left: 5px;
	float: left;
	font-weight: bold;
}
#aboutText {
	width: 98%;
	padding: 2px;
	z-index: 100;	
	background-color: #cccccc; 
	color: #000;
	border: solid 1px black;
	visibility: hidden;
	text-align: right;
}
#aboutText a {
	background-color: white;
	text-decoration: none;
	color: black;
	border: 1px solid black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 0 2px 0 2px;
}
.about_box_text {
	text-align: left;
	white-space: nowrap;
	background-color: #ffffff; 
	color: #000000; 
	padding: 3px;
	font-size: 9pt;
	border: 1px solid #004f75;
	border-top: 3px double #004f75;
}
#aboutText span { font-weight: bold; }

/* end styles for About box */
/****************************************************/

div.page_title {
	margin-bottom: 20px;
	background-color: #fdfbec;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #004f75;
	border-right: 1px solid #004f75;
	border-left: 1px solid #004f75;
	padding: 0px 7px;
	height: 18px;
}

div.page_title table {
	margin: 0px;
}

div.page_title_noheader {
	margin-bottom: 30px;
	background-color: #fdfbec;
	text-align: center;
	vertical-align: top;
	border-bottom: 1px solid #004f75;
	border-right: 1px solid #004f75;
	border-left: 1px solid #004f75;
}

div.page_title #bread_crumbs {
	text-align: left;
	vertical-align: top;
	padding-bottom: 2px;
}

div.page_title .crumb_marker {
	position: relative;
	top: -3px;
}

div.page_title a {
	text-decoration: none;
	color: #228;
}

div.page_title a:hover {
	text-decoration: underline;
	color: #228;
}

span.page_title_info_icon {
	margin-top: 1px;
	position: absolute;
}

span.page_title_back_link {
	margin-top: 10px;
	position: absolute;
}

/* USED FOR THE NEW MENU NAV WITHIN THE HEADER (HELP LOGOUT ABOUT) */
#master_header {
	background-color: #fdfbec;
	border-right: 1px solid #004f75;
	border-left: 1px solid #004f75;
	padding: 0 7px 0px 7px;
}
#main_header {
	border: 2px solid #ffcc73; 
	border-bottom: 3px solid #ffcc73;
	background-color: #0B5AA7;
	padding: 3px 0 0px 3px;
	vertical-align: top;
}
.header_menu_container {
	text-align: left;
	color: white;
	padding-left: 50px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100px;
	background: url(images/logo1.gif) 0% 50% no-repeat;
}
.header_menu {
	float: right;
	width: 90px;
	margin: 0 0 0 0;
	font-size: 9pt;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #ffcc73;
}
.header_menu ul {
	margin: 0px; padding: 0px;
	background: url(images/nav_bg.gif) 0% 0% repeat;
	background-color:#990000;
}
.header_menu li {
	list-style-type: none;
	list-style-image: none;
	padding: 0px;
	border-bottom: 1px solid #ffcc73;
	font-weight: bold;
	line-height: 18px;
}
.header_menu a {
	text-decoration: none;
	padding: 0 0 0 2px;
	margin: 0;
	display:block;
}
.header_menu a:link {color: #d4d4d4;}
.header_menu a:visited {color: #d4d4d4;}
.header_menu a:hover {
	color: gray;
	padding: 0 0 0 2px;
	background-color: #fdfbec;
}
/* end menu nav */

.timeDisplay {
	overflow: hidden;
	background-color: #0B5AA7;
	font-size: 9pt;
	color: white;
	padding: 2px;
}

.calendarImg {
	border: 0px;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 5px;
}

/* use on all links at footer of page */
div.action_links a { text-align: center; margin-bottom: 30px; padding: 0 5px 0 5px; }
div.action_links a:hover { text-decoration: none; color: #cc0000; padding: 0 5px 0 5px; }

ul.validation_error {
	color: red;
	font-style: italic;
	margin-left: 0px;
	margin-bottom: 0px;
}

/**************************************************************************************/
/*********************** end global styles ********************************************/
/**************************************************************************************/
   
/* these styles are for the links to be styled as the submit buttons.  if you change these, change the submit style as well */
.link_button {
	border-top: 1px solid #ccc;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #ccc;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	color: white;
	position: relative; top: -1px; left: 0px;
	cursor: pointer;
}
.link_button a {
	font-size: 9pt; 
	color: white;
	text-decoration: none;
	background-color: #0B5AA7;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#094995', endColorstr='#4e8dda'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#094995), to(#4e8dda)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #094995, #4e8dda); /* for firefox 3.6+ */
	font-family: Arial, Helvetica, sans-serif;
	border-top: 1px solid #0B5AA7;
	border-right: 1px solid #0B5AA7;
	border-bottom: 1px solid #0B5AA7;
	border-left: 1px solid #0B5AA7;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	padding: 0px 10px 1px 10px;
	cursor: pointer;
}
.link_button a:hover {
	color: white;
	text-decoration: none;
}
.link_button_border {
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}    
.link_button_border a {
	font-size: 9pt; 
	color: white;
	text-decoration: none;
	background-color: #0B5AA7;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 1px solid #ccc;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #ccc;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	padding: 1px 9px 0px 11px;
	cursor: default;
}
.link_button_border_up {
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	position: relative; top: -1px; left: 0px;
}   
.link_button_border_up a {
	font-size: 9pt; 
	color: white;
	text-decoration: none;
	background-color: #0B5AA7;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 1px solid #ccc;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #ccc;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	padding: 0px 10px 1px 10px;
	cursor: default;
}
/* end styles for submit links */

/* remove this style when new button link styles above are implemented.  used on buttons in faretables */
.s_button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FCFF03;
	background-color: #004891;
	width: 70px;
}

/* remove this style when results tables are completely done in faretable.  not to be used */
.table_header {
	height: 22;
	background-color: #BBBBBB;
	padding-right: .5em;
	padding-left: .5em;
	white-space: nowrap;
}
/* remove this style when results tables are completely done in faretable.  not to be used */
.table_data {
	background-color: #EFEBEF;
	padding-right: .5em;
	padding-left: .5em;
	text-align: left;
}

/* used in top.jsp */
.relative { position:relative; visibility:hidden; }
.absolute { position:absolute; visibility:hidden; }

/* used in the dhtml menu */
.graytable { background-color:#999999; border: 1px solid black; padding: 0px; }

/* used in tam navigator.  used in customer info above tables */
.hilite { color: #773144 }

div.page_sub_title {
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
}

td.data_form_header_cell {
	height: 22px;
	background-color: #BBBBBB;
	padding-right: 4px;
	padding-left: 4px;
	white-space: nowrap;
}

td.data_form_input_cell {
	background-color: #EFEBEF;
	padding-right: 4px;
	padding-left: 4px;
}

.data_form_footer {
	white-space: nowrap;
	text-align: center;
	margin-bottom: 30px;
}

span.empty_list_msg          { font-style: italic; }
span.empty_list_msg_required { font-style: italic; color: red; }

.optional_field { background-color: #fff7da; }

.search_field { background-color: #ffffff; }

.readonly_field { background-color: #EBEBE4; }

.invalid_value  { background-color: #ffd9ce !important; }
.invalid_value2 { background-color: #ffd9ce !important; }

/* VHGSFL-6215 Prüfung vHGS CSS-Stylesheet(s) - Rahmen optionaler zu breit */
.optional_field,.search_field,.readonly_field,.invalid_value,.invalid_value2 {
	border-color: #767676;
	border-radius: 2px;
	border-style: solid;
	border-width: 1px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
}

/* these are possibly going to be used for the new tab navigation */
.navTable {
	margin: 0px auto 0px auto;
}
.navHead {
	text-align: center;
}
.navHead table {
	border: 0px solid #004f75;
	border-width: 0px 0px 1px 0px;
	margin-left: auto;
	margin-right: auto;
}
.navBody {
	text-align: center;
	padding: 15px 25px;
}

.navBody div, .navBody table {
	margin-left: auto;
	margin-right: auto;
}

ul.navList {
	margin: 0;
	padding: 0;
	text-align: center;
}

.navList li {
	list-style: none;
	float: left;
	white-space: nowrap;
	font: bold 85% Arial, Helvetica, sans-serif;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #000000;
}

.navList a {
	text-decoration: none;
	display: block;
	font-weight: bold;
	float: left;
	padding: 4px;
	background-color: #444;
	color: white;
	border-color: #fff #333 #333 #fff;
	border-radius: 7px 7px 0px 0px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
}

.navList a:hover { color: #ffcc73; }

.NavTabSelected a {
	background-color: #0B5AA7;
	border-color: #444444 #ffffff #444444 #000000;
}

/* ================================================================================= */
/* styles for search forms / input forms                                             */
/* ================================================================================= */

/* the following styles are used for rounded corners within the app. 'rc' stands for rounded corner */
#rcContainer {
	background: transparent;
	margin: 5px auto;
}

.rcTop, .rcBottom {display:block; background:transparent; font-size:1px;}
.rc1, .rc2, .rc3, .rc4, .rc5, .rc6, .rc7 {display:block; overflow:hidden;}
.rc1, .rc2, .rc3, .rc5, .rc6 {height:1px;}
.rc2, .rc3, .rc4 {background:#EFEBEF; border-left:1px solid #cccccc; border-right:1px solid #cccccc;}
.rc5, .rc6, .rc7 {background:#EFEBEF; border-left:1px solid #cccccc; border-right:1px solid #cccccc;}
.rc1 {margin:0 5px; background:#cccccc;}
.rc2, .rc5 {margin:0 3px; border-width:0 2px;}
.rc3, .rc6 {margin:0 2px;}
.rc4, .rc7 {height:2px; margin:0 1px;}

.rcContent {display:block; background:#EFEBEF; border:0 solid #cccccc; border-width:0 1px; padding: 0 10px 0 10px;}

table.search_form_content {
	background-color: #EFEBEF;
	white-space: nowrap;
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
	padding: 3px;
}

/* ============================================================================== */
/* these styles are for the display table                                         */
/* ============================================================================== */

.tableCellHeader  {
	background-color: #708090;
	text-align: center;
	color: white;
	font-weight: normal;
}

.tableCell {
	background-color: #EFEBEF;
	padding-right: .5em;
	padding-left: .5em;
	white-space: nowrap;
}

/* new style.  now you can modify all links in the td cell to whatever format you wish */
.tableCell a { text-decoration: underline; }

.tableCell a:hover
{ color: #cc0000; text-decoration: none; }
	

/* =============================================================================== */
/* begin xslt styles */	
/* =============================================================================== */

/* new style.  sets master xslt table widths in a div */
.xslt_master_table { width: 700px; }

/* dark grey header on top of all tables */
.msgCellHeader {
	height: 19px;
	background-color: #708090;
	border-style: solid;
	border-left-width: 1px;
	border-bottom-width: 0px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-color: #708090;
	font-weight: normal;
	color: white;
	text-align: center;
}

.msgContent {
	border-style: solid;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-width: 0px;
	border-color: #708090;
}

/* this master table encompasses each table, basically just setting width */
.message_block { 
   width: 100%;
   text-align: left;
   border-width: 0px;
   padding: 0px;
   height: 50px;
   vertical-align: top;
   margin: 10px auto 0px auto;
}

table.xslt_form_content { padding: 0px; width: 100%; }

table.xslt_form_content td {
	background-color: #EFEBEF;
	padding-right: 4px;
	padding-left: 4px;
}

table.xslt_form_content th {
	height: 22px;
	background-color: #bbbbbb;
	padding-right: 4px;
	padding-left: 4px;
	white-space: nowrap;
	font-weight: normal;
	text-align: left;
}
   
table.view_top_table {  
	background-color: black;
	margin: 0px auto 20px auto;
}
   
table.view_top_table td {
	background-color: #eeefff;
	padding: 2px;
	text-align: center;
}
   
/* these styles are for the popup windows within the message editor that display status events */
table.status_event th {
	text-align: center;
	font-weight: normal;
	background-color: #FFCC00;
}
   
table.status_event th.header {
	text-align: center;
	font-weight: bold;
	background-color: #bbbbbb;
}

table.status_event td {
	text-align: left;
	font-weight: normal;
	background-color: #EEEFFF;
}
   
div.xslt_form_buttons {
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
	margin: 10px 0 10px 0;
}

/* this gives that select list in the view popup pages */
.s_list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: bold;
	color: #00000E;
	background-color: #FFF7DA;
}

/* used for view pop up pages with top light blue table */
table.xslt_viewpage_header {
	background-color: #eeefff;
	padding: 2px;
	border: 1px solid black;
}

/* ========================================================================================== */
/* view pop up pages with blue tables */
/* ========================================================================================== */

/* for the view pages that have blue tables with the '+' expand link.  */
.view_main_table {
	background-color: #ccccee;
	width: 100%;
	padding: 0px;
}
.view_header {
	text-align: center;
	background-color: #bbbbbb;
	height: 22px;
}
.view_subhead { 
	text-align: left;
	border-top: 1px solid #9999ff;
	border-bottom: 1px solid #9999ff;
}

.view_subhead .expand_collapse {
	padding-left: 28px;
}

.view_subhead .no_expand_collapse {
	padding-left: 40px;
}

.view_table_contents { 
	padding: 2px; 
	width: 90%; 
	border: 1px solid white;
	margin-left: auto;
	margin-right: auto;
}

.view_table_contents th { background-color: #bbbbbb; font-weight: bold; }
.view_table_contents td { background-color: #EFEBEF; font-weight: normal; text-align: left; }

.view_footer {
	text-align: right;
	background-color: #bbbbbb;
	height: 22px;
}

/* these are use for the edit links */
a.operator {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal; 
	font-weight: bold;  
	font-size: 9pt;
	color: #000000;
	text-decoration: none
}
a.operator:hover {
	color: #FD2501; 
	text-decoration: underline
}

/* =============================================================================== */
/* begin nagivation list tabs */
/* =============================================================================== */



/* ============================================================================= */
/* new styles added for rounded corners on pages with nav tabs.  use with above tab navigation */
/* ============================================================================= */

.navHead {
	text-align: center;
	/* border-top: 1px solid #004f75;  MAKE SURE TO REMOVE THESE COMMENTS FOR NEW NAV.  IF REMOVED NOW, PUTS LINE ON TOP OF BLUE AND BROWN NAV TABS */
	padding-top: 5px;
}

.tab_table_main {
	background-color:#fdfbec;
	text-align: center; 
}

.top_corner_left {
	background-color: white;
	background-image: url(images/border_side.gif);
	vertical-align: top;
	text-align: right;
}

.top_corner_right {
	background-color: white;
	background-image: url(images/border_side1.gif);
	vertical-align: top;
}

.bottom_corner_left {
	background-color: white; 
	background-image: url(images/border_side.gif);
	vertical-align: bottom;
	text-align: right;
}

.bottom_corner_right {
	background-color: white; 
	background-image: url(images/border_side1.gif);
	vertical-align: bottom;
}

.main_border_left { border-left: 1px solid #004f75; }
.main_border_right { border-right: 1px solid #004f75; }
.main_border_bottom { border-bottom: 1px solid #004f75; }

.white_background { background-color: white; }

/* this is the line between the tab section of the folder and the body of the folder */
.tab_bottom_bar {
	width: 100%; 
	border-left: 1px solid #004f75;
	border-right: 1px solid #004f75;
	border-bottom: 1px solid #bbbbbb; 
	height: 5px;
}   
.tab_table_top_border { border-top: 1px solid #004f75; }

/* ============================================================================= */
/* data form styles */
/* ============================================================================= */

table.table {
	background-color: #FFFFFF;
	white-space: nowrap;
	margin-bottom: 10px;
}

table.data_form_outer {
	margin-left: auto;
	margin-right: auto;
}

table.data_form {
	text-align: left;
	vertical-align: middle;
	padding: 1px;
	margin: 0px auto 15px auto;
}

table.data_form td { padding: 2px 4px 2px 4px; }
table.data_form td span a { text-decoration: none; }

table.data_form_content { border: 1px solid #cccccc; }

table.data_form_content tr.odd td {
	background-color: #FFF;
}

table.data_form_content td {
	background-color: #EFEBEF;
	padding: 1px 4px 1px 4px;
}

table.data_form_content td a { text-decoration: underline; }
table.data_form_content td a:hover { color: #cc0000; text-decoration: none; }
table.data_form_content td a.tooltip:hover { color: black; }
table.data_form_content td span a { text-decoration: none; }
table.data_form_content td span a:hover { color: black; text-decoration: none; }

table.data_form_content th {
	height: 19px;
	background-color: #BBBBBB;
	padding-right: 4px;
	padding-left: 4px;
	white-space: nowrap;
	font-weight: normal;
	text-align: left;
}

table.data_form_content th.header {
	height: 19px;
	background-color: #708090;
	color: white;
	padding-right: 4px;
	padding-left: 4px;
	white-space: nowrap;
	font-weight: normal;
	text-align: center;
}
table.data_form_content th.subHeader {
	height: 19px;
	background-color: #EFEBEF;
	color: black;
	padding-right: 4px;
	padding-left: 4px;
	white-space: nowrap;
	font-weight: normal;
	text-align: center;
	border-top: 1px solid #708090;
	border-bottom: 1px solid #708090;
}
table.data_form_content td.header {
	border-left: 4px solid #708090;
}

table.data_form_content .topRow    { border-top:    3px solid #cccccc; }
table.data_form_content .topRowLeftCol    { border-top:    3px solid #cccccc; border-left:   3px solid #cccccc;}
table.data_form_content .topRowRightCol    { border-top:    3px solid #cccccc; border-right:   3px solid #cccccc;}
table.data_form_content .bottomRow { border-bottom: 3px solid #cccccc; }
table.data_form_content .bottomRowLeftCol { border-bottom: 3px solid #cccccc; border-left:   3px solid #cccccc;}
table.data_form_content .bottomRowRightCol { border-bottom: 3px solid #cccccc; border-right:   3px solid #cccccc;}
table.data_form_content .leftCol   { border-left:   3px solid #cccccc; }
table.data_form_content .leftColHighlight   { border-left:   3px solid #cccccc; font-weight: bold }
table.data_form_content .rightCol  { border-right:  3px solid #cccccc; }
table.data_form_content .rightColHighlight  { border-right:  3px solid #cccccc; font-weight: bold }

table.data_form_content .topCell {
	border-top: 3px solid #cccccc;
	border-left: 3px solid #cccccc;
	border-right: 3px solid #cccccc;
	border-radius: 15px 15px 0px 0px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
}
table.data_form_content .topLeftCell {
	border-top: 3px solid #cccccc;
	border-left: 3px solid #cccccc;
	border-radius: 15px 0px 0px 0px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
}
table.data_form_content .topRightCell {
	border-top: 3px solid #cccccc;
	border-right: 3px solid #cccccc;
	border-radius: 0px 15px 0px 0px;
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
}
table.data_form_content .bottomLeftCell {
	border-bottom: 3px solid #cccccc;
	border-left: 3px solid #cccccc;
	border-radius: 0px 0px 0px 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
}
table.data_form_content .bottomRightCell {
	border-bottom: 3px solid #cccccc;
	border-right: 3px solid #cccccc;
	border-radius: 0px 0px 15px 0px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
}

table.data_form .rounded {
	border: 3px solid #cccccc;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

.data_form_header {
	white-space: nowrap;
	text-align: center;
}

.data_form_buttons {
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
	padding: 10px 0 20px 0;
}

/*****************  end data form styles *******************/
/***********************************************************/

/* use this for all display taglib tables */
div.results_table {
	text-align: center;
	margin: 0px auto 20px auto;
}

div.results_table table {
	margin: 0px auto 0px auto;
}

a.tooltip:link, a.tooltip:hover, a.tooltip:visited {
	text-decoration: none;
	color: black;
	cursor: help;
}
a.tooltipbckgrd:link, a.tooltipbckgrd:hover, a.tooltipbckgrd:visited {
	background: url(/nbms/images/tooltip.gif) no-repeat;
}

div.tooltip {
	position: absolute;
	background: repeat #ffc;
	padding: 2px 4px;
	border: 2px solid #ccc;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	word-wrap: break-word;
}
div.tooltip p {
	margin: 6px 0px 0px 0px;
}
img.tooltip {
	cursor: help;
}

/* used for textarea counting text*/
span.textarea_comment { font-size: xx-small; }

span.error_date {
	color: red;
	font-weight: bold;
}

div.progress_bar_border {
	padding: 1px;
	border: 1px solid blue;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
div.progress_bar {
	background-color: blue;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d7cc9', endColorstr='#083884'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#3d7cc9), to(#083884)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #3d7cc9, #083884); /* for firefox 3.6+ */
	width: 0%;
	height: 100%;
	font-size: 0px;
	margin-left: 0px !important;
	margin-right: auto !important;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

table.data_form_content th.header.upload_success_header {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00BB00', endColorstr='#00FF00'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#00BB00), to(#00FF00)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #00BB00, #00FF00); /* for firefox 3.6+ */
}

table.data_form_content th.header.upload_failed_header {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BB0000', endColorstr='#FF0000'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#BB0000), to(#FF0000)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #BB0000, #FF0000); /* for firefox 3.6+ */
}

/* ==================================================================================== */
/* dhtml navigation */
/* ==================================================================================== */

div.dropdown-container {
	background-color: #fdfbec;
	border: 1px solid #0B5AA7;
	text-align: left;
	white-space: nowrap;
	padding: 0px;
	position: absolute;
	visibility: hidden;
	z-index: 2000;
}

div.dropdown-container a.dropitem {
	font: normal 100%;
	color: #353535;
	text-decoration: none;
	padding: 1px 8px 2px 10px;
	margin: 0px;
	border: 0px;
	display: block;
	position: relative;
	top: 0px;
}

div.dropdown-container a.dropitem:hover {
	background-color: #ffcc73;
}

div.menu_item {
	position: relative;
}

div.menu_item div.tri_outer {
	position: absolute;
	top: 4px;
	left: 3px;
	width: 7px;
	height: 10px;
	margin: 0px;
	padding: 0px;
	float: left;
	overflow: hidden;
	margin-right: 2px;
	z-index: 1;
}

div.menu_item div.tri_outer div div {
	border: 1px solid black;
	margin: 0px;
	padding: 0px;
	position: absolute;
	overflow: hidden;
}

div.menu_item div.tri_outer div.tri_in1 { width: 0px; height: 6px; }
div.menu_item div.tri_outer div.tri_in2 { width: 1px; height: 4px; top: 1px; }
div.menu_item div.tri_outer div.tri_in3 { width: 2px; height: 2px; top: 2px; }
div.menu_item div.tri_outer div.tri_in4 { width: 3px; height: 0px; top: 3px; }

#menu {
	padding:0;
	margin: 0 0 0 4px; 
	list-style-type:none;
	width: 750px;
	white-space: nowrap;
}
#menu li {
	text-align:center;
	float:left;
	margin:0 1px 0 0;
}
#menu a.menu_header, #menu a:visited.menu_header {
	position: relative;
	text-decoration: none; 
	background-color: #ffcc73; 
	color: #353535;
	display: block;
	padding: 2px 7px 2px 7px;
	font-size: 9pt;
	font-weight: bold;
}
#menu a .topleft, #menu a .topright {
	position: absolute; 
	top: 0;
	width: 0;
	height: 0;
	overflow: hidden;
	border-top: 6px solid #0B5AA7;
}
#menu a .topleft {
	left: -1px;  /* For IE7 */
	border-right: 6px solid #ffcc73;
}
#menu a .topright {
	border-left: 6px solid #ffcc73;
	right: -1px;
}
#menu a:hover.menu_header {
	background-color: #ffcc73;
}
#menu a:hover .topleft {
	border-right: 6px solid #ffcc73; 
	border-top: 6px solid #0B5AA7;
}
#menu a:hover .topright {
	border-left: 6px solid #ffcc73; 
	border-top: 6px solid #0B5AA7;
}

/* ================================================================================== */
/* current tab navigation.  displayed in tables */
/* ================================================================================== */
.drophead {
	font: bold 85% Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	white-space: nowrap;
	display:block;
	width: 1%;
	padding: 4px;
}
.drophead:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffcc73;
	text-decoration: none;
}

.subnav {  
	font-family: Arial, Helvetica, sans-serif; 
	background-color: #0066CC;
	text-align: center;
	border: 2px solid #000000;
	padding: 4px 4px 4px 4px;
}

.subnav2 {  
	font-family: Arial, Helvetica, sans-serif; 
	background-color: #444444; 
	text-align: center;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF; 
	border-right: 1px solid #FFFFFF; 
	border-bottom: 1px solid #000000;
	padding: 0px 4px 0px 4px;
}

.selectedsubnav2 {  
	color: #000000;
	font-family: Arial, Helvetica, sans-serif; 
	background-color: #0B5AA7;
	text-align: center; 
	border-left: 1px solid #444444; 
	border-top: 1px solid #ffffff; 
	border-right: 1px solid #444444; 
	border-bottom: 1px solid #000000;
	padding: 0px 4px 0px 4px;
}

.tab_border { background-color: #004f75; height: 1px;}
.tab_separator {background-color: #999999; height: 1px; }

/* new style.  without style, bottom of tabs will rest on top of next content */
.navigator_main { margin-bottom: 20px; }

/****************************************************************
the following is for print purposes only
****************************************************************/

@media print {
	.subnav2 {  
		background-color: black; 
		border-left: 1px solid #d3d3d3;
		border-top: 1px solid #000000; 
		border-right: 1px solid #d3d3d3;
		border-bottom: 1px solid #000000;
	}
	.selectedsubnav2 {  
		background-color: #c0c0c0;
		border: 1px solid #000000;
	}
}

/******************************************************************/
/*  these styles are for the bestfare section of prepaid benefits */

.bestfare_table {
	border: 1px solid;
	width: 100%; 
	background-color: #bbbbbb;
}
.alternate_bg {
	width: 125px; 
	padding: 0 2px 0 2px; 
	font-size: x-small; 
	background: #bbbbbb; 
	white-space: nowrap; 
	text-align: left;
}
.alternate_bg1 {
	padding: 0 2px 0 2px;
	font-size: x-small;
	background: #efebef;
	white-space: nowrap;
	text-align: center;
}
.alternate_bg2 {
	padding: 0 2px 0 2px;
	font-size: x-small;
	background: white;
	white-space: nowrap;
	text-align: center;
}

#pricePointsTable td { 
	border-bottom: 1px solid #bbbbbb; 
	vertical-align: bottom; 
	text-align: center;
}

/* end bestfare styles */
/*********************************************************************/

/* this style should be used for tables that have a descriptive title of what the table is.  place in div on top of data_form style. */
.table_title {
	padding: 3px;
	font-weight: bold;
	text-align: center;
}

.error_box { 
	color: #cc0033;
	text-align: center;
	border: 1px solid #cc0033;
	border-bottom: 3px double #cc0033;
	border-top: 3px double #cc0033;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #fdfbec;
	padding: 10px;
	width: 60%;
	margin: 10px auto 10px auto;
}

.action_icon {
	margin: 0px 3px;
	padding: 0px 1px;
/*
	border: 1px;
	border-color: white black black white;
	*/
}

.disabled_action_icon {
	margin: 0px 5px;
	padding: 0px 1px;
}
a.disabled_action_icon:hover {
	cursor: default;
}

.displaytag_table caption {
	background-color: #708090;
	color: white;
}

.negative_money {
	color: red;
}

div#dms-txn-xml {
	width: 90%;
	max-width: 1000px;
}
pre.code-xml {
	background-color: white;
	font-size: 9pt;
	border: 1px dashed blue;
	overflow: auto;
	padding: 6px;
	max-width: 1000px; 
}
pre.code-xml span.code-tag {
	color: #008;
}
pre.code-xml span.code-str {
	color: #090;
}

.home_page .custom_content_upper {
	width: 750px;
	border: 3px solid #ddd;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 5px;
	margin: 10px auto 25px auto;
	text-align: left;
	background-color: #eee;
}

.home_page .custom_content_upper img {
	padding: 5px;
}

.home_page .custom_content_lower {
	width: 750px;
	border: 3px solid #ddd;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 5px;
	margin: 25px auto 0px auto;
	text-align: left;
	background-color: #eee;
}

.home_page .custom_content_lower img {
	padding: 5px;
}

/********************* Test Pages *****************************/
.testcase {
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DDDDDD', endColorstr='#FFFFFF'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#DDDDDD), to(#FFFFFF)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #DDDDDD, #FFFFFF); /* for firefox 3.6+ */
	border: 1px solid #555555;
	margin-bottom: 15px;
	padding: 2px 10px 10px 10px;
	width: 860px;
	text-align: left;
}

.testcase .title {
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	background-color: #888;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#506070', endColorstr='#B0A0B0'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#506070), to(#B0A0B0)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #506070, #B0A0B0); /* for firefox 3.6+ */
	color: white;
	font-weight: bold;
	padding: 2px;
	text-align: center;
}

.testcase pre {
	font-size: 12px;
}

/*** Next City Logos *****/
.nextcity-footer
{ position: fixed; height: 50px; width: 100%; background-color: white; }
.nextcity-footer .float-left
{ float: left; margin-left: 5px; vertical-align: bottom; padding-top: 0px; }
.nextcity-footer .float-right
{ float: right; margin-right: 5px; vertical-align: bottom; padding-top: 0px; }

/*** Small loader (Loading animation while processing etc) ***/
.loader {
  border: 5px solid #d0d3d4;
  border-radius: 50%;
  border-top: 5px solid #3498db;
  width: 8px;
  height: 8px;
  -webkit-animation: spin 1s linear infinite; /* Safari */
  animation: spin 1s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
