/** reset **/
* {
	border: none;
	list-style: none;
}
button {
	position: relative;
	border: 0;
	padding: 0;
	cursor: pointer;
	overflow: visible; /* removes extra side padding in IE */
}
a:focus {
	outline: none !important;
}
/** reset **/

body {
	font-family: 'Helvetica','Arial',sans-serif;
}
div.wrapper {
	display: block;
}
	div.wrapper span.ads-title {
		color: #fff;
		font-size: 9px;
		position: absolute;
		top: 2px;
		left: 50%;
		margin: 0 0 0 -151px;
	}
	div.wrapper div#ads {
		height: 50px;
		margin: 12px auto 5px auto;
		width: 300px;
	}
/** HEADER **/
	div.wrapper div#header {
		background: #ff9900;
		height: 99px;
		padding: 4px 0 0 0;
		position: relative;
	}
		div.wrapper div#header hr {
			border: none;
			border-top: 1px solid #fff;
		}
		div.wrapper div#header h1 {
			background: url(../images/tbox_logo.jpg) no-repeat left top;
			float: left;
			font-size: 1px;
			height: 23px;
			margin: 4px 0 0 5px;
			width: 152px;
			text-indent: -5000em;
		}
		div.wrapper div#header h1 a{
			display:block;
			float:left;
			height:23px;
		}
		div.wrapper div#header h1 a.aterra{
			width:72px;
			margin-right:9px;
		}
		div.wrapper div#header h1 a.atbox{
			width:38px;
		}
		div.wrapper div#header a.config,
		div.wrapper div#header a.config-off {
			background: url('../images/ico_config.gif') no-repeat left top;
			display: block;
			height: 23px;
			position: absolute;
			overflow: hidden;
			right: 38px;
			text-indent: -5000em;
			bottom: 4px;
			width: 25px;
		}
		div.wrapper div#header a.config-off {
			background: url('../images/ico_config_off.gif') no-repeat left top;
		}
		div.wrapper div#header a.logout {
			background: url('../images/ico_logout.gif') no-repeat left top;
			display: block;
			height: 23px;
			position: absolute;
			overflow: hidden;
			right: 5px;
			text-indent: -5000em;
			bottom: 4px;
			width: 25px;
		}
		div div#header img.config {
			display:block;
			float:right;
			height:23px;
			position:absolute;
			right:86px;
			text-indent:-5000em;
			bottom:4px;
			width:25px;
		}
		div.wrapper div#header div.more-terra {
			color: #fff;
			font-size: 11px;
			position: absolute;
			right: 71px;
			bottom: 3px;
		}
		div.wrapper div#header div.more-terra-right {
			right: 5px;
		}
		div.wrapper div#header div.more-terra a {
			color: #fff;
			font-size: 11px;
			text-decoration: none;
		}
/** /HEADER **/
/** CONTENT **/
div#content {
	color: #90908C;
	margin: 3px 0 0;
	font-size: 11px;
}
	div#bt-reconnect, div#bt-perm {
		display: none;
	}
	div#content ul.menu {
		height: 23px;
		border-bottom:1px solid #ddd;
		padding:0 7px;
	}
		div#content ul.menu li {
			float: left;
			position: relative;
		}

			div#content ul.menu li a {
				color: #817a72;
				display: block;
				height: 19px;
				line-height:17px;
				padding: 3px 0 0;
				text-align: center;
				text-decoration: none;
				text-transform: uppercase;
				font-weight:700;
				border: 1px solid #fff;
				border-bottom: 1px solid #ddd;
			}
			div#content ul.menu li a.current,
			div#content ul.menu li a.current:hover,
			div#content ul.menu li a:hover {
				background: #fff;
				color: #F8A140;
				position: relative;
				border: 1px solid #ddd;
				border-bottom: 1px solid #fff;
			}
			div#content ul.menu li a:hover{
				border-bottom-color:#ddd;
			}


	div#content div.options {
		padding: 8px 0 0;
		min-height: 27px;
		text-align: left !important;
	}
		div#content div.options ul.opt-list {
		}
		body.email div#content div.options ul.opt-list {
			overflow: hidden;
		}
			div#content div.options ul.opt-list > li {
				float: left;
				margin: 0 8px 0 0;
				position: relative;
			}

			div#content div.options ul.opt-list.opt-multi-line > li {
				margin-bottom: 8px;
			}

			div#content div.options ul.opt-list > li:first-child,
			div#content div.options ul.opt-list > li.new-line {
				margin-left: 8px;
			}
			div#content div.options ul.opt-list > li.right {
				float: right !important;
			}
			div#content div.options ul.opt-list > li.left {
				float: left !important;
			}
			div#content div.options ul.opt-list > li.clear-left {
				clear: left;
			}
			div#content div.options ul.opt-list > li:last-child {
				float: right;
				margin-right: 5px;
			}
	div#content div.list {
		clear: both;
		margin: 2px 0 0 0;
		font-size: 11px;
		padding: 0 7px;
		position: relative;
	}
		div#content div.message a {
			color: #90908C;
		}
		div#content div.list div.item {
			border-bottom: 1px dotted #b2b2b2;
			padding: 7px 0;
			position: relative;
			min-height: 51px;
			overflow: hidden;
		}
		div#content div.list div.item:first-child {
			border-top: 1px dotted #b2b2b2;
		}
		div#content div.list div.item:last-child {
			border: none;
		}
			div#content div.list div.item div.image {
				height: 50px;
				float: left;
				margin: 0 12px 0 0;
				width: 50px;
			}
			div#content div.list div.item div.timestamp {
				position: absolute;
				top: 7px;
				right: 0;
			}
			div#content div.list div.item div.name {
				color: #47433a;
				font-weight: 700;
				height: 12px;
				padding: 0 0 0 18px;
			}
			div#content div.list div.item div.content {
				float: left;
			}
			div#content div.list div.item div.text {
				padding: 3px 0 0 0;
				/*width: 218px;*/
			}
			div#content div.list div.item div.actions {
			}
			div#content div.list div.item a.ico-more, div#content div.list div.item a.ico-less {
				height: 19px;
				overflow: hidden;
				position: absolute;
				right: 0;
				top: 30px;
				text-indent: -5000em;
				width: 19px;
			}
			div#content div.list div.item a.delete-button {
				position: absolute;
				top: 28px;
				right: 0;
			}
			div#content div.list div.item a.ico-less {
				background-position: left bottom;
				display:none;
			}
			div#content div.load-more {
				background: #f1f1f1;
				padding: 8px 7px;
				text-align: right;
			}
				div#content div.load-more span.hint {
					color: #7f7871;
					font-size: 9px;
					font-weight: 700;
					text-transform: uppercase;
				}
			div#content div.load-more.options {
				padding: 8px 0;
			}
/** /CONTENT **/
/** MISC **/
div.loading {
	display: none;
	margin: 5px 0;
	text-align: center;
}
div.feed-content .twitter {
	background: url(../images/icon_twitter.jpg) no-repeat 0 0;
}
div.feed-content .facebook {
	background: url(../images/icon_facebook.jpg) no-repeat 0 0;
	padding-bottom: 4px !important;
}
div.feed-content .orkut, div.feed-content .orkut-scrap {
	background: url(../images/icon_orkut.jpg) no-repeat 0 0;
}
div.feed-content .myspace {
	background: url(../images/icon_myspace.jpg) no-repeat 0 0;
}
div.feed-content .gmail, div.feed-content .google {
	background: url(../images/ico_gmail.gif) no-repeat 0 0;
	padding-bottom: 4px;
}
div.feed-content .terra {
	background: url(../images/ico_terra.gif) no-repeat 0 0;
}
div.feed-content .yahoo{
	background: url(../images/ico_yahoo.gif) no-repeat 0 2px;
}
div.feed-content .hotmail, div.feed-content .windows, div.feed-content .windows_live {
	background: url(../images/ico_hotmail.gif) no-repeat 0 0;
}
div.feed-content .ico-more, div.feed-content .ico-less {
	background: url(../images/ico_more.gif) no-repeat 0 0;
}
div.feed-content .ico-less {
	background-position: left bottom;
}
h3.title {
	color: #ff9800;
	font-size: 11px;
	font-weight: 700;
	margin: 9px 0 9px 7px;
	text-transform: uppercase;
}
div.secion-description {
	color: #47423a;
	font-size: 11px;
	padding: 0 7px 12px 7px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.highlight {
	background: #fffcb8;
}
div#feedback div#succ, div#feedback div#err, div#feedback div#warn,
div.msg_success, div.msg_error, div.msg_warning {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ff9900;
	background: url('../images/ico_success.gif') no-repeat 10px center;
	color: #47423a;
	font-size: 11px;
	font-weight: bold;
	margin: 5px 5px 12px 5px;
	padding: 10px 10px 10px 37px;
}
div#feedback div#warn,
div.msg_warning {
	background: url('../images/ico_warning.gif') no-repeat 10px center;
	border: 1px solid #999999;
	color: #47423a;
}
div#feedback div#err,
div#error.msg_success, div.msg_error {
	background: url('../images/ico_error.gif') no-repeat 10px center;
}
/** /MISC **/

/** UI button **/
.button {
	background: url(../images/background_button.gif) no-repeat right -21px;
	border: 0;
	color: #80796f;
	cursor: pointer;
	display: inline-block;
	font-size: 9px;
	height: 21px;
	padding: 0 3px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}
	.button span {
		background: url(../images/background_button.gif) no-repeat left top;
		display: block;
		height: 22px;
		letter-spacing: -0.5px;
		line-height: 22px;
		padding: 0 9px;
		white-space: nowrap;
	}
/*.button:hover,*/
.button.current {
	background-position: right -63px;
	color: #fff;
}
	/*.button:hover span,*/
	.button.current span {
		background-position: left -42px;
	}

.select-box {
	position: relative;
}
	.select-box a {
		color: #90908C;
		text-decoration: none;
	}
	.select-box a.box {
		background: url('../images/background_dropdown.gif') no-repeat right bottom;
	  	display : block;
	  	font-size: 9px;
	  	height: 16px;
	  	padding: 5px 0 0 10px;
		width: 70px;
	}
	.select-box.compose a.box {
		background: url('../images/background-mini-dropdown.gif') no-repeat right center;
	}
	.select-filter-messages a.box {
		background-position: right -21px;
		width: 60px;
	}
	.select-box ul {
		background: #fff url('../images/background_dropdown.gif') no-repeat -41px -40px;
		border: 1px solid #eee;
		border-top:none;
		display: none;
		position: absolute;
		right: 0;
		padding-left:7px;
		top: 19px;
		width: 70px;
		z-index: 2;
	}
	.select-filter-messages ul {
		left: auto;
	}
		.select-box ul li {
			margin: 5px 0;
		}
			.select-box ul li#all {
				display: block;
			}
.fb_popupContainer {
	display: block !important;
	margin: 0 !important;
	width: auto !important;
	min-height: 0;
}
.link_1, .orange-link {
	color: #FF9900;
}
.orange-link {
    font-size: 10px;
    font-weight: 700;
    text-decoration: none;
}