.title_red .Head {color:#C00;}

.quickglance .qg_head .Head .Head{ display: block; padding: 0 0 10px 50px; font-size: 12px; line-height: 12px;
        color: #b6dce3; font-weight: normal; /*border-bottom: 2px solid #414d52;*/ width: 482px; }
.quickglance p{ 
    line-height: 15px;
    width: 145px; 
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    color: #5e5e5e;
}

table.sortable {
	width: 482px;
	padding: 0 0 9px 0px;
	margin: 0 0 52px 50px;
    /*border-bottom: 2px solid #414d52;*/
}
table.sortable th, table.sortable td {
	text-align: left;
	padding: 0px;
	width: 50%;
}
table.sortable th {
	background-color: #ccc;
}
table.sortable td {
	border-width: 0px 1px 0px 1px;
}
table.sortable tr.odd td, table.sortable tr.even td{ border-bottom: solid 3px #4b626d; border-right: solid 1px #4b626d; }
table.sortable tr.odd td a, table.sortable tr.even td a {
    display: block;
    background-image:url(/Portals/0/images/int_quick_arrow.gif);
    background-position:193px center;
    background-repeat:no-repeat;
    color: #dbf3f8;
	padding:13px 55px 12px 23px;
	margin: 0;
	width: 162px;
	text-decoration: none;
}
table.sortable tr.odd td a, table.sortable tr.odd {background-color: #788c94;}
table.sortable tr.even td a, table.sortable tr.even {background-color: #94a6ac;}
table.sortable tr.even td a:hover, table.sortable tr.odd td a:hover{ color: #ffcd69; }


