#my_apps {
	background: #f5f5f5 url(images/bg_appContent.gif) no-repeat left bottom;
	margin:0 auto;
	min-height:400px;
	padding:20px;
}

#my_apps h3 {
	padding-left:0px;
}

#newApp {
    float: right;
	background:url(images/btn_buildNewApp.gif) no-repeat left top;
	border:none;
	display:block;
	height:21px;
	width:100px;
	text-indent:-6000px;
	font-size:0px;
	line-height:0px;
	margin-bottom:25px;
}

#newApp:hover {
	background-position:left -21px;
	cursor:pointer;
}

#myAppTable {
	/*width:512px;*/
	/*border: 2px solid #eb9b30;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;*/
	margin: 0 0 10px;
	padding: 0px;
	font-size: 12px;
	background-color: transparent;
	width:100%;
	clear: both;
}

#myAppTable tr {
	border: none;
	background-color: transparent;
}

#myAppTable td {
	background:transparent url(images/bg_tablistTable.gif) no-repeat scroll right top;
	border-right:medium none;
	height:25px;
	min-width:10px;
	padding:0px 4px;
	margin: 0px;
	vertical-align: middle;
	/*padding:4px 6px 0;*/
}

#my_apps #myAppTable img {
    width: 20px;
    height: 20px;
    margin-top: 3px;
}

#myAppTable .selected td {
	background: url(images/bg_tablistTable-selected.gif) no-repeat right top;
}

#myAppTable .selected td.edit {
	background: url(images/bg_tablistTableOrange.gif) no-repeat right top;
	color:#FFF;
}

#myAppTable td.first {
	padding: 0px;
	margin: 0px;
	min-width: 0px;
	border: none;
	background: transparent url(images/tab-row-left.png) no-repeat;
}

#myAppTable td.last {
	padding: 0px;
	margin: 0px;
	min-width: 0px;
	border: none;
	background: transparent url(images/tab-row-left.png) no-repeat;
}

#myAppTable td.first div {
	left:0;
	position:relative;
}

#myAppTable .selected td.first {
	background: transparent url(images/tab-row-left-selected.png) no-repeat;
	border-right: none;
}

#myAppTable .selected td.last {
	background: transparent url(images/tab-row-right-selected.png) no-repeat;
}

.ff3 #myAppTable td.first div,
.ff3 #myAppTable td.last div {
	width:2px;
}

#myAppTable .delete {
	border-left: solid 1px #e3e3e3;
	color:#CC0000;
	cursor: pointer;
	text-align:center;
	width:16px;
}

#myAppTable .edit,
#myAppTable .clone,
#myAppTable .commercial,
#myAppTable .subscription,
#myAppTable .source {
	color:#3E9ED6;
	cursor: pointer;
	width:28px;
	text-align:center;
	text-transform: capitalize;
}
#myAppTable .clone { width: 40px; }
#myAppTable .source { width: 70px; }
#myAppTable .commercial { width: 75px; }
#myAppTable .id {
    width: 50px;
	white-space: nowrap;
	overflow: hidden;
}

#myAppTable .title {
	white-space: nowrap;
	overflow: hidden;
}

#myAppTable .destinations {
	white-space: nowrap;
	overflow: hidden;
	width:200px;
}

#myAppTable .wrap {
	line-height:13px;
	margin:0;
	padding:0;
	display: inline;
}

#myAppTable .wrap img {
	margin-top:3px;
}

#myAppTable .edit:hover, 
#myAppTable .clone:hover,
#myAppTable .commercial:hover,
#myAppTable .source:hover {
	background:none #ec9b30;
	color:#fff;
}

.adsText {
    width: 56px;
    height: 15px;
    background: url('images/adsIcon.png') no-repeat left top;
    margin: 0px 4px;
}

.paidText {
    margin: 0px 4px;
    padding-left: 16px;
    height: 16px;
    background: url('images/dollarIcon.png') no-repeat right top;
    line-height: 16px;
    color: #4CB053;
}

td.title {
    width: 50%;
}