body {
	font-family: Arial,sans-serif;
	color: #616161;
	font-size: 12px;
	background-image: url(/img/body_background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color:#e4e4e4;
}
/* Form Input Styles */
.input {
	font-size: 10px;
	color: black;
	border: solid 1px #7e9dba;
	padding:3px;
	}
	
.inputgray {
	font-size: 10px;
	color: black;
	border: solid 1px #c0c0c0;
	padding:3px;
	}
	
.outputText {
font-weight:bold;
color:#202121;
}

input, checkbox {
	background-color:#ffffff;
}

input[type='submit'], input[type='button'] input[type='image']{
	background: #4477AA;
	color: white;
	border:none;
}

.requiredLabel{
	font-weight:bold;
	color:orange;
	padding-right:3px;
}

/* Form Input Styles ENDS */

.tableControl, .actionButtons {
	width: 100%;
}

.tableControl a {
	padding-left: 10px;
}

.tableControl {
	text-align: right;
}

.footer {
	text-align: center;
	font-size: 10px;
}

.rich-table {
    width:100%;
}

h1 {
	font-family: Arial,sans-serif;
	color: #578BB8;
	font-size: 1.6em;
	margin-top: 0;
}

.columnHeader:hover
{
    color: #FF6600;
}

.message {
	border: 1px solid #FFCC00;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #F0F8FF;
	font-size: 12px;
	width: 95%;
}

.message li{
	background-image: url(/img/information.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	list-style-type:none;
}

.name {
	vertical-align: top;
	font-weight: bold;
	width: 115px;
	float: left;
	padding: 5px;
	margin-top: 3px;
	clear: left;
}
.value {
	float: left;
	padding: 5px;
}

.error {
	float: left;
	padding: 5px;
}
.errors {
	color: red;
	vertical-align: middle;
}
img.errors {
	padding-right: 5px;
}
.errors input {
	border: 1px solid red;
}
.errors textarea {
	border: 1px solid red;
}

.required {
	color: red;
	padding-left: 2px;
}

.rich-stglpanel-body {
   overflow: auto;
}

/* Stuff below is from original shopping and search css files.  Need to refactor these classes
   but moved here for now for better placement.
   
/* Normal highlighted label */
.std_label {
	font-weight: bold;
}

.section_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #1472c0;
	font-weight: bold;
	padding-bottom:15px;
}

.page_title {
	color:#1572c0; 
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
}

/* Right-justified classes */
.right {
	text-align:right;
}
.right a{
	color:#282828;
	font-weight:bold;
	text-align:right;
	white-space:nowrap;
	margin-bottom:10px;
}
.right a:hover{
	color:#282828;
	text-decoration:none;
	font-weight:bold;
	text-align:right;
	white-space:nowrap;
}

/* Table classes */
.listtableheader{
	background-image:url(../img/bg_tableheader.jpg);
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	background-color: #1184d4;
	background-repeat: repeat-x;
	height:25px;
	border-right: solid 1px #cccccc;
}

.listtableheader a{
	color:#FFFFFF;
}
.headerdivider /* Removes white border in Table Cells in IE */{
	border:none;
}

.tabledivider {
	border:none;
	cellpadding:5px;
	cellspacing:0px;
	border-right: solid 1px #cccccc; 
}
.tablelast {
	border:none;
	cellpadding:5px;
	cellspacing:0px;
}

.tablebottomborder {
	border-bottom:solid 5px #e5e5e5;
}

.tableodd {
	background-color:#f3f8fc;
}
.tableeven {
	background-color:#ffffff;
}

/*
.listtableheader a{
	color:#187cd4;
	text-decoration:underline;
}
.listtableheader a:hover{
	color:#187cd4;
	text-decoration:none;
}
.listtablerow{
	border-bottom:1px dashed #e1e1e1;
	border-left:none;
	border-right:none;
}
.listtablerow a{
	color:#1570bb;
}

.editrow{
	background-color:#FAE6B0;
}
*/

/* Style for Richfaces inplaceInput or inplaceSelect entry fields */
.editable {
	background-color:#d9e8f4;
	border:solid 1px #f1f1f1;
	cursor:default;
	padding:0;
	margin:0;
}
.editing {
	background-color:#fdffda;
	border:solid 1px #f1f1f1;
	cursor:default;
	padding:0;
	margin:0;
}

.cursor
{
	cursor: default
}

/* Dead table having no decoration or separation of elements */
table.dead {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	border-collapse: collapse;
}
table.dead th {
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.dead td {
	border-collapse:collapse;
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	-moz-border-radius: 0px 0px 0px 0px;
}
/* end table */

/* Override richfaces built-in styles (keep page from jittering when widgets selected) */
.rich-inplace-view {
	background-color:#d9e8f4;
	border: solid 1px #ffffff;
}
.rich-inplace-input-view-hover {
	background-color:#d9e8f4;
	border: solid 1px #ffffff;
}
.rich-inplace-select-list-decoration{
    background-color: #ecf4fe;
    text-align: left;  
}
/* end override */

/* Lightweight tooltips */
.tooltip {
	padding-right: 5px; 
	padding-left: 5px; 
	z-index: 10; 
	padding-bottom: 5px; 
	color: #000000; 
	border-top-style: none; 
	padding-top: 5px; 
	border-right-style: none; 
	border-left-style: none; 
	background-color: #fae6b0; 
	border-bottom-style: none;
	border:2px solid #e5973e;
	text-align:left;
}
.errortip {
	padding-right: 5px; 
	padding-left: 5px; 
	z-index: 10; 
	padding-bottom: 5px; 
	color: #000000; 
	border-top-style: none; 
	padding-top: 5px; 
	border-right-style: none; 
	border-left-style: none; 
	border-bottom-style: none;
	border:2px solid #ff0000;
	background-color:#ffced0;
}
.ttip {
	display:none;
}

div.qtip-wrapper {
	text-align: left;
	position: absolute;
	font-size: .9em;
	background: transparent url(../img/qtip_arrow.gif) no-repeat scroll center bottom;
	padding-bottom: 5px;
	display: none
}

div.qtip-wrapper div {
	background-color: #fae6b0;
	padding: 5px;
	color: #000000; 
	font: normal normal .9em/1em "Arial", verdana, sans-serif;
}
		
/* Great vertical centering */
.valign_outer {
	display: table;	
	#display: block;
}
.valign_col1, .valign_col2, .valign_col3, .valign_col4, .valign_col5 {
	display: table-cell;
	vertical-align: middle;
	#display: inline;
	#zoom: 1;
}

.emailnote {
	width:220px;
}

.emailnote li{
	list-style:none;
	background-image: url(/img/emailnote_check.jpg);
	background-repeat: no-repeat;
	padding-left:10px;
}

.emailnote a {
	color:#616161;
	text-decoration:none;
}

.frame {
	border: 1px solid #b2d6f0;
	padding: 8px;
	background: #f7fbfe;
}

table.aviallRadio {
	margin:0;
}
table.aviallRadio td[type="radio"] {
	padding: 0 0 0 5px;
	height: 25px;
	width:16px;
}
table.aviallRadio td[type="label"] {
	padding: 0 0 0 5px;
	height: 25px;
	text-align:left
}

// Fix for FF
select {
	margin:0px;
	padding:0px;
}
