.tabBar {
    border-bottom:5px solid #CBCDCE;
    height:24px;
    margin:8px 0 10px;
    vertical-align:bottom;
}

.tabItems {
    background-color:#FFFFFF;
    height:24px;
    margin:0;
    padding:0;
}

.tabItems a, .tabItems a:link, .tabItems a:visited {
    background:#FFFFFF url(http://www.swift.com/res/images/applook/tab_nonactive.gif) no-repeat scroll 0 0;
    color:#FFFFFF;
    float:left;
    height:24px;
    line-height:24px;
    margin-right:2px;
    padding-left:6px;
    padding-right:6px;
    text-align:center;
    text-decoration:none;
}

.tabItems a.tabActive, .tabItems a.tabActive:link, .tabItems a.tabActive:visited {
    background:#818181 url(http://www.swift.com/res/images/applook/tab_active.gif) no-repeat scroll 0 0;
    border-right:1px solid #A1A1A1;
    border-top:1px solid #A1A1A1;
    color:#000000;
    cursor:pointer;
    font-weight:bold;
}

.appBar {
    background-color:#F9F9F9;
    margin-top:8px;
}

.appTitle {
    background-image:url(http://www.swift.com/res/images/applook/bg_box_title.gif);
    color:#FFFFFF;
    font-size:12px;
    font-weight:bold;
    height:24px;
    line-height:24px;
    padding:0 10px;        
}

.appFooter {
    background-color:#E2E3E4;
    display:block;
    height:24px;
    margin-top:8px;
    text-align:center;
    vertical-align:middle;
}

.appFooter input.appButtonBlue {
    background:#102B5E url(http://www.swift.com/res/images/applook/app_bg_btn_type1_R.gif) no-repeat scroll left top;
    border:medium none;
    color:#FFFFFF;
    cursor:pointer;
    font-size:11px;
    height:17px;
    line-height:17px;
    margin:3px 5px;
    overflow:visible;
    padding:0 12px;
    text-align:center;        
}

.appLine {
    clear:both;
    height:21px;
    margin:0;
    padding:0 5px;
}

.appLineName, .appLineItem {
    float: left;
    width: 200px;
    display: block;
    padding: 0;
    line-height: 21px;
    text-indent: 10px;
    margin: 8px 8px 0 0;
    background-color: #e2e3e4;
    /*position: relative;*/
}

.appLineName {
    height:21px;
    background-color:#E2E3E4;
    display:block;
    width:200px;
}

.appLineNameAlt {
    height:21px;
    background-color:#F9F9F9;
    display:block;
    width:200px;
}

.appLineItem {
    background-color:transparent;
    text-indent:0;
    vertical-align:top;
    width:auto;        
}

.appRule {
    background-color:#E24912;
    border:0 none;
    clear:both;
    color:#FFFFFF;
    display:block;
    height:1px;
    margin:0;
    padding:0;
    visibility:hidden;        
}
.appResultsTable {
	background-color: #FFFFFF;
    border:medium none;
    border-spacing:2px;
    width:100%;
}
.appResultsTable td{
    font-size: 12px;
	line-height: 125%;
	padding: 2px 5px;
}
.appResultsTable td.topalign{
    vertical-align: top;
}
.appResultsTable thead td, .appResultsTable tfoot td {
    background-color:#4A4A4A;
    color:#FFFFFF;
    font-weight:bold;
    height:25px;        
}
.appResultsTableTitle {
    display:block;
    padding:6px 0 6px 6px;        
}
.appResultsTable tbody .appResultsTableRowA td {
    background-color:#F9F9F9;
}
.appResultsTable tbody .appResultsTableRowB td {
    background-color:#E2E3E4;
}

.appResultsTableSortArrows {
    display:block;
    float:right;
    height:25px;
    width:28px;    
}

.appSortUp, .appSortUp:link, .appSortUp:visited
	{
	width: 14px;
	height: 25px;
	background: url(http://www.swift.com/res/images/applook/app_arrow_table_up.gif) no-repeat 0 0;
	display: block;
	float: left;
}

.appSortDown, .appSortDown:link, .appSortDown:visited
	{
	width: 14px;
	height: 25px;
	background: url(http://www.swift.com/res/images/applook/app_arrow_table_down.gif) no-repeat 0 0;
	display: block;
	float: left;
}

.appSortUpActive {
    background:transparent url(http://www.swift.com/res/images/applook/app_arrow_table_up.gif) no-repeat scroll 0 bottom;
    display:block;
    float:left;
    height:25px;
    width:14px;
}

.appSortDownActive {
	width: 14px;
	height: 25px;
	background: url(http://www.swift.com/res/images/applook/app_arrow_table_down.gif) no-repeat 0 bottom;
	display: block;
	float: left;
}

.appSortDown:hover,.appSortUp:hover {
	background-position: 0 bottom;
}

.appToolTip {
	padding-top: 3px;
	padding-left: 3px;
	vertical-align: middle;
	position: relative;
	z-index: 1010;
	display: inline;
	cursor: pointer;
	border: none;
	text-decoration: none;
}

.appToolTip iframe {
	position: absolute;
	z-index: 14000;
	border: none;
	top: 0px;
}

.appToolTipBox {
	display: none;
	position: absolute;
	padding: 2px;
	text-indent: 0;
	top: 0px;
	left: 25px;
	width: 180px;
	z-index: 14000;
	border: 1px solid #123056;
	background-color: #E2E3E4;
	color: #000;
	text-align: left;
	line-height: 125%;
	text-decoration: none;
}

.appToolTipBox h3 {
	margin: 0 0 8px 0;
	padding: 2px 5px;
	font-size: 12px;
	color: #fff;
	position: relative;
	background-color: #4a4a4a;
}

.appToolTipBox h3 a,.appToolTipBox h3 a:link,.appToolTipBox h3 a:visited
	{
	color: #ccc;
	position: absolute;
	top: 2px;
	right: 5px;
	font-size: 11px;
	text-decoration: none;
}

.appToolTipBox h3 a:hover {
	color: #fff;
}

.appToolTipBox p {
	margin: 0 2px 5px;
	padding: 0;
	font-size: 12px;
}

.appToolTipBox .appBtnMore,.appToolTipBox .appBtnMore:link,.appToolTipBox .appBtnMore:visited
	{
	float: right;
	color: #666;
	font-size: 12px;
	padding-right: 4px;
	text-decoration: underline;
}

.appToolTipBox .appBtnMore:hover {
	color: #000;
}

.underlined {
	text-decoration: underline;
}
