/* Filter Styles
------------------------------------------------------------------*/

.filterBox {
	float:left;
	clear: both;
	padding: 5px;
	margin-bottom: 10px;
	background: #ebf2ea;
}

.filterBox h4 { 
	background: url('/images/falcon/icons/filter-options.gif') no-repeat;
	padding-left:31px;
	line-height:26px;
	font-size:14px;
}

.filterRow {
	float:left;
	clear: both;
	font-size:10px;
	padding:10px 0px;
	margin-left:30px;
	width:760px;
	display:inline;
}

.filterOption {
	float:left;
	font-size:10px;
	line-height:14px;
	height: 40px;
	padding-right:15px;
}

.filterOption a, .filterOption a:visited {
	font-size:12px;
	color:#333;
	line-height: 25px;
	padding-right:5px;
	text-decoration: underline;
}

.searchBy {
	font-size:12px;
	color:#333;
	line-height: 25px;
	padding-right:5px;
	font-weight: bold;
	text-decoration: none;
}

/* Result Styles
------------------------------------------------------------------*/

.resultBox {
	float:left;
	clear: both;
	height: auto;
	padding: 0px;
	margin-bottom: 10px;
}

.resultBox table {
	float:left;
	clear: both;
	height: auto;
	width: 800px;
}

.resultBox th, .multiSet td, .singleSet td {
	border-bottom: 1px solid #CCC;
}

.transactionsTable {border-bottom:#ccc 1px solid;}
.transactionsTable th, td {padding:5px;} 
.transactionsTable a:link, .transactionsTable a:visited, .transactionsTable a:active {
	color: #06c;
	text-decoration: none;
}
.transactionsTable dfn {font-style:normal;}

.transactionsTable a:hover {
	color: #06c;
	text-decoration: underline;
}
.singleSet th, .nestedSet th { 
	font-size:10px;
	color: #6f7ca9;
	line-height:30px;
	text-transform:uppercase;
	text-decoration: underline;
	text-align:left;
	background:#f1f5ff;
}

.resultHeader, .lightHeader {
	float:left;
	clear: both;
	height: auto;
	font-size: 13px;
	font-weight:bold;
	line-height:25px;
	color: #fff;
	background: #435295;
}

.resultHeader { width: 800px; }
.lightHeader { width: 580px; }
.alt {background:#edf0fd;}
.resultHeader a, .resultHeader a:visited {
	font-size: 13px;
	font-weight:bold;
	color: #fff;
}

.resultHeader img {
	margin:6px 7px 0px 0px;
}

.resultActions {
	clear: both;
	float:left;
	padding:5px 0px;
	width: 800px;
	font-size: 11px;
}

.subHeaderResultsTable {
	clear: both;
	float:left;
	padding:5px 10px;
	width: 780px;
	font-size: 12px;
	background:#edeef0;
}

.resultNumber {
	float:left;
	padding-left: 10px;
	font-size: 11px;
	line-height: 20px;
}

.resultPages {
	float:right;
	padding-right: 10px;
	font-size: 11px;
	line-height: 20px;
}

.resultActions ul, .messageActions ul, .messageActionsEdit ul, .surveyBox ul { margin: 0px; padding:0px; list-style: none; }

.surveyBox {
	background:#fff;
	border:#636363 solid 12px;
	padding:20px;
	z-index:20000;
	position:absolute;
	top:300px;
	left:150px;
	font-size:14px;
	width: 400px;
	height:auto;
}

.surveyBox .closeSurvey {position:absolute;right:0;top:0;border-bottom:#636363 1px solid;border-left:#636363 1px solid;padding:0 5px 2px 5px;font-size:14px;font-family:Arial, Helvetica, sans-serif;font-weight:bold;}

.resultActions li, .messageActions li, .surveyBox li {
	float:left;
	display: inline;
	height: 37px;
	padding: 0px;
	margin: 0 5px 0 0;
}

.greenBtn { background:url('/images/falcon/buttons/actionGreen-cap.jpg') no-repeat 0px 0px; }
.greenBtn a, .greenBtn input { background:url('/images/falcon/buttons/actionGreen.jpg') no-repeat right 0px;color:#fff !important; }

.grayBtn { background:url('/images/buttons/graySmall-cap.jpg') no-repeat 0px 0px;float:left;line-height:19px;height:19px;margin-top:10px;}
.grayBtn a, .grayBtn input { background:url('/images/buttons/graySmall.jpg')  no-repeat right 0px;float:left;line-height:19px;height:19px;padding:0 12px 0 0;text-align:center;} 

.surveyBox li a {
	font-size: 12px !important;
	margin: 0px 0px 0px 12px;
	color: #666;	
	border-width:0px;
	line-height:18px;
	height: 19px;
}
.surveyBox .greenBtn a {
	color: #fff !important;
	font-size: 16px !important;
	margin: 0px 0px 0px 20px;
	color: #FFF;
	display:block;
	border-width:0px;
	height: 37px;
	line-height: 37px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	padding:0 20px 0 0;
}


.grayBtn li a:link, .grayBtn li a:hover, .grayBtn li a:visited, .grayBtn li a:active {color:#666;}

.resultActions li a, .resultActions li input, .lightActions li a, .lightActions li input {
	font-size: 12px;
	margin: 0px 0px 0px 20px;
	color: #FFF;
	display:block;
	border-width:0px;
}

.resultActions li a, .lightActions li a { padding: 11px 20px 12px 0px; }
.resultActions li input, .lightActions li input { padding: 10px 20px 12px 0px; }

/* Message Center Styles
------------------------------------------------------------------*/

.rowA, .rowB { 
	font-size: 11px;
	height:25px;
	line-height: 25px;
	color: #333;
}

.rowA { background: #fff; }
.rowB { background: #f8f8f8; }

.rowA a:link, .rowA a:visited, .rowA a:active {
	color: #06c;
	text-decoration: none;
}

.rowA a:hover {
	color: #06c;
	text-decoration: underline;
}

.rowMessage { padding-left:10px; margin:10px 0px; }
.messageLink { padding-left: 10px; }
.messageLink a, .messageLink a:visited { text-decoration:underline; }

a.tableLink:link, a.tableLink:visited, a.tableLink:active {
	color: #06c;
	text-decoration: none;
}

a.tableLink:hover {
	color: #06c;
	text-decoration: underline;
}

a.rssLink:link, a.rssLink:visited, a.rssLink:active {
	background:url('/images/falcon/icons/icon-orange_arrow_down_small.gif') left  no-repeat;
	padding-left:18px;	
	color: #06c;
	text-decoration: none;
	font-size:12px;
}

a.rssLink:hover {
	color: #06c;
	text-decoration: underline;
}

.rssHeader {background:url('/images/falcon/icons/rss-feed.gif') 10px 0  no-repeat;
	padding-left:32px;
	
}
 
/* Not Used Yet Styles
------------------------------------------------------------------*/

.bodyNav ul { list-style-type: none; }
.bodyNav li { 
	font-size: 11px;
	padding: 6px 0px 6px 10px;
	color: #4a4c99;
	background: #e8efff;
}

.bodyNav a { color: #4a4c99;text-decoration: none; }

.bodyWhite { border-bottom: #fff solid 1px; }


/* End of Style Sheet
------------------------------------------------------------------*/
