@CHARSET "UTF-8";

body div.grid_12 div.MyDataFeatureList_wrapper {
	float:							none;
	width:							100%;
	margin-bottom:					20px;
	margin-top:						20px;
}

body table.MyFeatureDataList {
	margin-bottom:					40px;
}

body table.MyFeatureDataList td {
	line-height:					2em;
}

body table.MyFeatureDataList td a {
	text-decoration:				none;
}

#my_credits {
    border-top:						1px solid #CCCCCC;
    border-bottom:					1px solid #CCCCCC;
    margin-top:						35px;
   	margin-bottom:					35px;	
}

#my_credits span {
	color: 							#444444;
    font-family: 					Arial;
    font-size: 						1.2em;
    line-height: 					60px;
    font-weight:					bold;
    text-shadow: 					0 1px 1px rgba(200, 200, 200, 0.5);
}

#my_credits a {
	float:							right;
	margin-top:						14px;
	margin-left:					10px;
}

#my_credits img {
	height:							30px;
	float:							left;
	margin-right:					20px;
	margin-left:					20px;
	margin-top:						15px;
	
}

#my_transactions {
	margin-bottom:					50px;
}

.my_transaction {
	line-height:					40px;
	height:							40px;
	border-bottom:					1px dotted #888;
}

.my_transaction_header {
	line-height:					40px;
	height:							40px;
	background:						#EEEEEE;
	border-top:						1px solid #777777;
	border-bottom:					1px solid #777777;
	font-weight:					bold;
	color:							#777777
}

.my_transaction_date {
	display:						block;
	float:							left;
	width:							19%;
	margin-left:					1%;
}

.my_transaction_name {
	display:						block;
	float:							left;
	width:							70%;
}

.my_transaction_amount {
	display:						block;
	float:							left;
	width:							10%;
}

a.credit_package {
	display:						block;
	height:							40px;
	line-height:					40px;
	border:							1px solid #BBB;
	padding-left:					10px;
	padding-right:					10px;
	margin-bottom:					10px;
	color:							#444444;
    font-family:					Arial;
    font-size:						1.2em;
    text-shadow:					0 1px 1px rgba(255, 255, 255, 0.5);
   	width:							300px;
	margin-left:					auto;
	margin-right:					auto;
	text-decoration:				none;
	background:						url("/images/application/toolbar.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}

a.credit_package:hover {
	border:							1px solid #777;
}

a.credit_package img {
	height:							20px;
	margin-top:						10px;
	float:							left;
	margin-right:					25px;
}