/**
* $Workfile: common.css $
* $Revision: 24 $  
* $Date: 2010-08-31 11:02:29 -0400 (Tue, 31 Aug 2010) $
* $Author: jyingling $
* Copyright 2007-2009 G1440, Inc. All rights reserved.
* Common classes shared by all modes.
**/
html {
	font-size: 12px;
}

body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #0055A5;
}

/* Page Layout */
#header {
	float: left;
	width: 100%;
	position: relative;
	background-color: #0055A5;
}

#logo {
	float: left;
}

#banner {
	float: left;
}

#help {
	visibility: hidden;
	position: absolute;
	z-index: 999;
}

#container {
	float: left;
	width: 100%;
	background-color: #0055A5;
	min-width: 770px;
	position: relative;
}

#containerPopUp {
	float: left;
	width: 100%;
	background-color: #0055A5;
	min-width: 700px;
	position: relative;
}

#fauxColumn {
	float: left;
	background-color: #FFF;
	width: 100%;
}

#fauxColumnPopup {
	float: left;
	background-color: #FFF;
	width: 100%;
}

#fauxColumnEmpty {
	float: left;
	background-color: #FFF;
	width: 100%;
}

#mainContent {
	background-image: url(/common/images/pageBg.gif);
	background-repeat: repeat-x;
	background-color: #FFF;
}

#mainContentPopup {
	padding: 10px 0 0 10px;
	background-color: #FFF;
}

#contentPadding {
	border-left: 1px solid #ccc;
	padding: 15px;
}

#contentHdrLeft {
	background-image: url(/common/images/topLeft.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 8px 10px 8px 10px;
	line-height: 11px;
	border-bottom: 1px solid #CCC;
}

#contentHdrLeft p {
	font-weight: bold;
	margin: 0;
	padding: 5px 0;
}

#contentHeader {
	margin: 0 !important;
	background-image: url(/common/images/topHeaderBg.gif);
	background-repeat: repeat-x;
}

#contextSummary {
	height: 15px;
	overflow: hidden;
	margin: 0 11px 0 0;
	padding: 0;
}

#contextSummary td.label {
	font-style: normal;
	font-weight: bold;
}

#contextSummary td.divider {
	background-color: transparent;
	background-image: url(/common/images/summaryDivider.gif);
	background-repeat: repeat-y;
	background-position: center;
	width: 20px;
}

#contentContainer {
	clear: right;
}

fieldset {
	margin: 5px;
	margin-bottom: 15px;
	padding: 5px;
	border: 1px solid #CCC;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;		
}

fieldset fieldset {
	margin-bottom: 5px;
}

legend {
	padding-bottom: 5px;
	font-size: 115%;
	font-weight: bold;
	color: #0055A5;
}

fieldset fieldset legend {
	font-size: 110%;
}

#errors li {
	list-style-type: none;
	margin-left: 280px;
	padding-bottom: 4px;
}

div.errorMessage {
	text-align: left !important;
	padding-left: 106px;
}

#footer {
	margin: 0;
	padding: 0;
	height: auto;
	background-image: url(/common/images/footerBg.png);
	background-repeat: repeat-x;
	background-color: #0055A5;
	color: #FFF;
	clear: both;
	float: left;
	width: 100%;
}

#footer p {
	margin-top: 0;
	padding: 30px 0 10px 6px;
	font-size: 90%;
	background-image: url(/common/images/b1440Logo.png);
	background-repeat: no-repeat;
	background-position: 10px 6px;
}

#footer p a,#footer p a:link {
	color: #FFF;
}

#footer p a:hover {
	text-decoration: none;
}

#footer p img {
	vertical-align: middle;
}

/* Header Util Navigation */
#headerNav {
	position: absolute;
	top: 0;
	right: 0;
}

#headerNav {
	background-image: url(/common/images/headerNavBg.png);
	background-repeat: no-repeat;
	background-position: top left;
	height: 27px;
	padding: 0 10px;
	line-height: 20px;
	color: #000;
	float: right;
}

#headerNav a,#headerNav a:link {
	color: #000;
}

#headerNav a:hover {
	text-decoration: none;
}

/* Main Navigation */
#navigation {
	float: left;
	width: 100%;
	clear: both;
	margin: 0;
	padding: 0;
	list-style: none;
	background-image: url(/common/images/navBg.gif);
	background-repeat: repeat-x;
	background-position: 0 50%;
	background-color: #FFF;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
}

#navigation li {
	float: left;
}

#navigation li a,#navigation li a:link {
	float: left;
	display: block;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 105%;
	padding: 5px 8px;
	border-right: 1px solid #C0BBAF;
	background-image: url(/common/images/navBg.gif);
	background-repeat: repeat-x;
	background-position: 0 50%;
	background-color: #FFF;
}

#navigation li a:hover,#navigation li a.active,#navigation li a.active:link,#navigation li a.active:hover
	{
	background: #0055A5;
	color: #FFF;
}

/* Sub Navigation */
#sidebar {
	float: left;
	/* since this element is floated, a width must be given */
	width: 170px;
	/* top and bottom padding create visual space within this div  */
	padding: 0;
	background-image: url(/common/images/sidebarBg.gif);
	background-repeat: repeat-y;
}

#subNav {
	width: 169px;
	margin: 0;
	padding: 0;
	color: #000;
}

#subNav ul {
	background-image: url(/common/images/pageBg.gif);
	background-repeat: repeat-x;
	background-color: #FFF;
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#subNav li {
	border-bottom: 1px solid #CCC;
	margin: 0;
}

#subNav li a {
	font-size: 102%;
	display: block;
	padding: 5px 5px 5px 10px;
	color: #000;
	text-decoration: none;
}

#subNav li a.subActive {
	font-weight: bold;
	color: #0055A5;
}

#subNav li a:hover {
	background-color: #0055A5;
	color: #FFF;
}

#subNav li li {
	border-top: 1px solid #CCC;
	border-bottom: 0;
	margin: 0;
}

#subNav #terNav li.terActive a,#subNav #terNav li.terActive a:link {
	background-image: url(/common/images/bulletArrow.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-color: #0055A5;
}

#subNav #terNav li.terActive a:hover {
	color: #0055A5;
	background-image: url(/common/images/bulletArrow.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-color: #0055A5;
}

#subNav li li a {
	display: block;
	padding: 5px 5px 5px 20px;
	background-color: #FFF;
	color: #000;
	text-decoration: none;
}

/* Util Links */
#utilLinks {
	float: right;
	margin: 5px 0 0 0;
	font-weight: bold;
}

#utilLinks a,#utilLinks a:link {
	line-height: 16px;
	margin-right: 15px;
	font-weight: bold;
}

#utilLinks a:hover {
	text-decoration: none;
}

/* Action Links */
#actionLinks {
	font-weight: bold;
}

#actionLinks a,#actionLinks a:link {
	font-weight: bold;
}

#actionLinks a:hover {
	text-decoration: none;
}

a.icon {
	float: left;
	width: auto;
	background-color: transparent;
	background-image: url(/common/images/iconsGlobal.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	line-height: 16px;
	padding: 0 0 0 20px;
	margin: 0;
	display: block;
}

a.create,a.create:link {
	background-position: 0 -16px;
}

a.create:hover {
	text-decoration: none;
}

a.delete,a.delete:link {
	background-position: 0 -32px;
}

a.delete:hover {
	text-decoration: none;
}

a.update,a.update:link {
	background-position: 0 -48px;
}

a.update:hover {
	text-decoration: none;
}

a.copy,a.copy:link {
	background-position: 0 -64px;
}

a.copy:hover {
	text-decoration: none;
}

a.search,a.search:link {
	background-position: 0 -80px;
}

a.search:hover {
	text-decoration: none;
}

a.list,a.list:link {
	background-position: 0 -96px;
}

a.list:hover {
	text-decoration: none;
}

a.submit,a.submit:link {
	background-position: 0 -112px;
}

a.submit:hover {
	text-decoration: none;
}

a.select,a.select {
	background-position: 0 -128px;
}

a.select:hover {
	text-decoration: none;
}

a.print,a.print:link {
	background-position: 0 -144px;
}

a.print:hover {
	text-decoration: none;
}

a.email,a.email:link {
	background-position: 0 -160px;
}

a.email:hover {
	text-decoration: none;
}

a.password,a.password:link {
	background-position: 0 -176px;
}

a.password:hover {
	text-decoration: none;
}

/* Page Styling */
.alignLeft {
	text-align: left !important;
}

.alignRight {
	text-align: right !important;
}

.alignCenter {
	text-align: center !important;
}

a,a:link {
	color: #0055A5;
}

a:hover {
	text-decoration: none;
}

h1.title {
	float: left;
	margin: 0;
	padding: 0 0 10px 10px;
	font-size: 120%;
	font-weight: bold;
	color: #0055A5;
}

ul,li {
	margin: 0;
	padding: 0;
}

.instructions {
	margin: 0 0 10px 0;
	line-height: 16px;
	padding: 0;
}

.disclaimer {
	font-style: italic;
	margin: 0 0 10px 0;
	padding: 0;
}

.fieldInstructions {
	color: #C00;
	width: 90px;
	font-size: 80%;
}

.formattedAddress {
	text-align: left;
}

.processIndicator {
	padding-left: 5px;
	display: none;
}

.yes {
	background-image: url(/common/images/ico_check.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

.no {
	background-image: url(/common/images/ico_x.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

.required {
	background-image: url(/common/images/requiredStar.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 10px;
	color: #FFF;
}

.doubleRequired .required {
	background-image: url(/common/images/dblRequiredStar.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 20px;
}

.required [class=asterisk] {
	display: none;
}

div.left {
	width: 50%;
	float: left;
}

div.right {
	width: 50%;
	float: right;
}

.fltrt {
	float: right;
	margin-left: 8px;
}

.fltlft {
	float: left;
	margin-right: 8px;
}

.clear {
	clear: both;
}

img {
	border: none;
}

/* form styles */
form {
	margin: 0;
	padding: 0;
}

form p {
	clear: both;
	display: block;
	padding: 2px 0;
	margin: 0;
}

form input,form select,form textarea {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

table.multiColumn {
	border: 0;
}

table.multiColumn tr {
	vertical-align: top;
}

table.multiColumn td.columnOne {
	width: auto;
}

table.multiColumn td.columnTwo {
	width: auto;
}

table.multiColumn td.columnThree {
	width: auto;
}

.wwgrp {
	padding-bottom: 4px;
}

.checkbox input {
	margin-left: 0;
	padding-left: 0;
}

label {
	float: left;
	display: block;
}

.wwlbl label {
	font-weight: bold;
	color: #333;
	text-align: right;
	margin-right: 0.5em;
	font-style: normal !important;
}

.wwctrl label {
	width: auto;
	text-align: left;
}

label.longText {
	max-width: 65%;
}

.radioGroup label {
	display: inline;
}

.radioGroup .wwctrl label {
	width: auto;
	display: inline;
	float: none;
	margin-top: 0;
}

.radioGroup .wwctrl input {
	margin-right: 0.5em;
	padding: 0;
}

#actionBar {
	text-align: center;
	padding: 9px 0 10px 0;
	background-image: url(/common/images/actionBarBg.gif);
	background-repeat: repeat-x;
	margin: 30px -15px -15px -15px;
}

#actionBar input {
	margin-right: 20px;
}

#actionBar .last input {
	margin-right: 0;
}

.preview {
	margin: 15px;
	background-color: #EEE;
	border: dashed #999 1px;
	color: #999;
	width: 750px;
}

.previewLabel {
	float: left;
	padding-left: 2px;
}

.preview img {
	display: block;
	padding: 15px;
	margin-left: auto;
	margin-right: auto;
	max-width: 700px;
}

#previewGraphic {
	clear: both;
}

#previewMessage {
	clear: both;
	color: #000;
	margin: 5px;
}

.noGraphic {
	margin-left: 140px;
}

.noResults {
	padding: 5px 10px 10px 10px;
}

.reportResults {
	margin-left: 10px;
}

/* Data Table Styles */
.sortableTable {
	clear: both;
}

.sortableTable table {
	width: 100%;
	border: 1px solid #CCC;
	margin: 0 0 5px 0 !important;
}

.sortableTable thead tr {
	background-color: #0055A5;
	border-bottom: 1px solid #CCC;
	color: #FFF;
	vertical-align: middle;
	white-space: nowrap;
}

.sortableTable th {
	padding: 4px 4px 4px 4px !important;
	text-align: center;
	vertical-align: top;
}

.sortableTable td {
	padding: 2px 4px 2px 4px !important;
	text-align: left;
	vertical-align: top;
}

.sortableTable th a,.sortableTable th a:visited {
	text-decoration: none;
	color: #FFF;
}

.sortableTable th a:hover {
	text-decoration: underline;
	color: #FFF;
}

.sortableTable th.sorted a,.sortableTable th.sortable a {
	background-position: right;
	background-repeat: no-repeat;
	display: block;
	width: 100%;
}

.sortableTable th.order1 a {
	background-image: url(/common/images/arrow_down.gif);
}

.sortableTable th.order2 a {
	background-image: url(/common/images/arrow_up.gif);
}

.sortableTable tr.odd {
	background-color: #FFF;
}

.sortableTable tr.even {
	background-color: #EEE;
}

.sortableTable td.image {
	width: 75px;
}

.sortableTable td.image img {
	border: solid #666 1px;
	width: 25px;
	height: 25px;
}

.sortableTable td.icon {
	width: 75px;
	text-align: center;
}

.sortableTable td.actionLinks {
	width: 150px;
	text-align: center;
	word-spacing: 3px;
	white-space: nowrap;
	padding-left: 3px;
	padding-right: 3px;
}

.sortableTable td.checkbox {
	width: 15px;
	text-align: center;
}

.sortableTable td label {
	text-align: left;
	width: auto;
}

/* Action Links */
#actionLinks {
	height: 15px;
	overflow: hidden;
	margin: 0 11px 0 0;
	padding: 0;
}

#actionLinks a,#actionLinks a:link {
	line-height: 16px;
	margin-right: 15px;
}

#actionLinks a:hover {
	text-decoration: none;
}

/* Export Links */
div.exportlinks {
	padding: 2px 4px 2px 4px;
	margin: 2px 0 10px 0;
}

span.export {
	background-repeat: no-repeat;
	padding: 0 4px 1px 20px;
	display: inline;
	display: inline-block;
	cursor: pointer;
}

span.excel {
	background-image: url(/common/images/ico_file_excel.gif);
}

span.csv {
	background-image: url(/common/images/ico_file_csv.gif);
}

span.xml {
	background-image: url(/common/images/ico_file_xml.gif);
}

span.pdf {
	background-image: url(/common/images/ico_file_pdf.gif);
}

span.rtf {
	background-image: url(/common/images/ico_file_rtf.gif);
}

/* Pagination */
span.pagebanner {
	display: block;
	float: left;
	padding: 4px 4px 10px 4px;
	width: 40%;
	white-space: nowrap;
}

span.pagelinks {
	display: block;
	padding: 4px 4px 10px 4px;
	margin-left: 40%;
	white-space: nowrap;
}

.pagelinks a,.pagelinks a:link {
	color: #0055A5;
	text-decoration: underline;
	padding: 0 4px;
}

.pagelinks a:hover {
	color: #000;
	text-decoration: none;
}

.pagelinks a.icoFirst {
	background-image: url(/common/images/ico_pagination.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 16px;
	height: 16px;
	text-decoration: none;
}

.pagelinks a.icoPrevious {
	background-image: url(/common/images/ico_pagination.gif);
	background-repeat: no-repeat;
	background-position: 0 -16px;
	padding-left: 16px;
	height: 16px;
	text-decoration: none;
}

.pagelinks a.icoNext {
	background-image: url(/common/images/ico_pagination.gif);
	background-repeat: no-repeat;
	background-position: 0 -32px;
	margin-left: 8px;
	padding-left: 16px;
	height: 16px;
	text-decoration: none;
}

.pagelinks a.icoLast {
	background-image: url(/common/images/ico_pagination.gif);
	background-repeat: no-repeat;
	background-position: 0 -48px;
	padding-left: 16px;
	height: 16px;
	text-decoration: none;
}

/* --- TAB PANEL CSS --- */
#tabPanelWrapper {
	width: 600px;
}

.tabContent {
	background: #FFF;
	border: 1px solid #CCC;
	border-top: none;
	clear: both;
	margin: 0px;
	padding: 15px;
}

.tabPanel {
	border-bottom: 1px solid #CCC;
	margin: 0;
	padding-bottom: 19px;
	padding-left: 10px;
}

.tabPanel ul,.tabPanel li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.tabPanel li a {
	background: #E8EBF0;
	border: 1px solid #CCC;
	color: #666;
	float: left;
	font-size: small;
	font-weight: normal;
	line-height: 14px;
	margin-right: 8px;
	padding: 2px 10px 2px 10px;
	text-decoration: none;
}

.tabPanel li a.ajaxCurrentTab {
	background: #FFF;
	border-bottom: 1px solid #FFF;
	color: #000;
}

.tabPanel li a:hover {
	color: #333;
}

