@import url("generic.cssreset.css");
@import url("generic.helpers.css"); 
@import url("generic.header.css"); 
@import url("generic.pagination.css"); 
@import url("generic.streams.css");  
@import url("generic.forms.css"); 
@import url("generic.footer.css"); 

/* ************************** BASICS ************************** */
html {
	min-height: 100%;
}
body {
	color: #5f5f5f;
	font-size: 12px;	
	background: #8ca0cd;
	min-width: 774px;
}
body, input {	
	font-family: Arial, Helvetica, sans-serif;
}
a {
	text-decoration: underline;
	color: #5f5f5f;
}
a:hover {
	text-decoration: none;
}
small {
	font-size: 11px;
}
sup {
	vertical-align: super;
}


/* ************************* TITLES ************************* */
h1, h2, h3 {
	color: #909090;
	font-weight: normal;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 24px;
	margin-bottom: 22px;
}
h3 {
	font-size: 18px;
	margin-bottom: 11px;
}


/* ************************** BOXES ************************* */
.box {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #fff;
	margin-bottom: 35px;
}
.box-shadow {
	-moz-box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.5);
	box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.5);
}
.box-padding {
	padding: 10px;
}


/* ************************* BUTTON ************************* */
a.button {
	text-decoration: none;
	display: block;
	background-image: url(/imgnew/button.left.gif);
	background-position: left center;
	background-repeat: no-repeat;
}
a.button .inside {
	text-align: center;
	cursor: pointer;
	display: block;
	padding: 6px;
	height: 11px;
	font-size: 11px;
	color: #aaaaaa;
	line-height: 1;
	background-image: url(/imgnew/button.right.gif);
	background-position: right center;
	background-repeat: no-repeat;
}
a:hover.button {
	background-image: url(/imgnew/button.left.over.gif);
}
a:hover.button .inside {
	color: #999;
	background-image: url(/imgnew/button.right.over.gif);
}
a.button.active,
a:active.button {
	background-image: url(/imgnew/button.left.active.gif);	
}
a.button.active .inside,
a:active.button .inside {
	color: #999;
	background-image: url(/imgnew/button.right.active.gif);	
}
a.button.button-small {
	width: 27px;
}

a.button .edit-button {
	background-image: url(/imgnew/icon.edit.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 12px;
}
a:hover.button .edit-button {
	background-image: url(/imgnew/icon.edit.over.gif);
}
a.button .play-button {
	background-image: url(/imgnew/icon.play.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 12px;
}
a:hover.button .play-button {
	background-image: url(/imgnew/icon.play.over.gif);
}
a.button .pause-button {
	background-image: url(/imgnew/icon.pause.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 12px;
}
a:hover.button .pause-button {
	background-image: url(/imgnew/icon.pause.over.gif);
}
a.button .delete-button {
	background-image: url(/imgnew/icon.delete.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 12px;
}
a:hover.button .delete-button {
	background-image: url(/imgnew/icon.delete.over.gif);
}
a.button .lock-button {
	background-image: url(/imgnew/icon.lock.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 13px;
}
a:hover.button .lock-button {
	background-image: url(/imgnew/icon.lock.over.gif);
}
a.button .unlock-button {
	background-image: url(/imgnew/icon.lockopen.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 13px;
}
a:hover.button .unlock-button {
	background-image: url(/imgnew/icon.lockopen.over.gif);
}
a.button .refresh-button {
	background-image: url(/imgnew/icon.refresh.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 13px;
}
a:hover.button .refresh-button {
	background-image: url(/imgnew/icon.refresh.over.gif);
}

.delete-wrapper {
	position: absolute;
	height: 0;
}
.delete-box {
	position: relative;
}
.delete {
	position: relative;
	background: #fff;
	border: 1px solid #e2e2e2;
	border-left: none;
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}
.delete a.delete-link {
	display: block;
	background: url(/imgnew/stream.delete.png) no-repeat center center;
	width: 13px;
	height: 13px;
	padding: 4px 2px;
}
.delete a:hover.delete-link {
	background-color: #ffeaea;
}


/* ****************** LOADER AND WARNING ******************* */
#loader {
	background: #fffaa8 url(/imgnew/loader.bg.gif) repeat-x bottom;
	border: 1px solid #c7c164;
	bottom: 25px;	
}
#loader .loader-wrapper {
	background: url(/imgnew/loader.gif) no-repeat 9px center;
	color: #807c39;
}

#warning {
	background: #f4d2d2 url(/imgnew/warning.bg.gif) repeat-x bottom;
	border: 1px solid #ae8888;
	bottom: 95px;	
}
#warning .warning-wrapper {
	background: url(/imgnew/warning.gif) no-repeat 9px center;
	color: #7d5555;
}

#loader,
#warning {
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
	-moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
	border-right: none;
	position: fixed;
	right: 0;
	z-index: 20;
	line-height: 1.1;
	width: 185px;
}
#loader .loader-wrapper,
#warning .warning-wrapper {
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
	border: 1px solid #fff;
	border-right: none;
	padding: 9px 9px 9px 54px;
	min-height: 32px;
	font-size: 11px;
}

#main-content .error-box {
	border: 1px solid #f6d2ab;
	background: #fce0c1;
	padding: 5px;
	margin-bottom: 5px;
	font-size: 11px;
	color: #b7672a;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#main-content .error-box a {
	color: #ca7a3e;
}


/* *************************** FLASH *************************** */
#flash {
	padding: 11px 0;
}
#flash .flash-wrapper {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: 0 auto;
	border:1px solid red;
	max-width: 450px;
	text-align: center;
	font-size: 11px;
	position: relative;
}
#flash .flash-wrapper .flash {	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 5px;
}

#flash .flash-success {
	border: 1px solid #89ae88;
}
#flash .flash-success .flash {
	border: 1px solid #edfbed;
	background: #d1f3d1 url(/imgnew/flash.success.bg.gif) repeat-x bottom;
	color: #567f55;
}
#flash .flash-success .flash a {
	color: #3e693d;
}

#flash .flash-error {
	border: 1px solid #ae8888;
}
#flash .flash-error .flash {
	border: 1px solid #fae9e9;
	background: #f3d1d1 url(/imgnew/flash.error.bg.gif) repeat-x bottom;
	color: #7f5556;
}
#flash .flash-error .flash a {
	color: #6a3b3c;
}


/* ************************** MAIN ************************** */
#main {
	padding: 0;
	background: #fff url(/imgnew/main.bg.gif) repeat-y center;
}
#main .main-shadow {
	-moz-box-shadow: 2px 0 3px 0 rgba(0,0,0,0.03);
	-webkit-box-shadow: 2px 0 3px 0 rgba(0,0,0,0.03);
	box-shadow: 2px 0 3px 0 rgba(0,0,0,0.03);	
}
#the-content {
	margin-right: 228px;
	padding: 23px 26px 25px 0;
	border-right: 1px solid #e2e2e2;
	background: #fff;
	min-height: 160px;
}
#the-content.no-filter-bar {
	margin-right: 15px;
}

a.action-button.small {
	background: url(/imgnew/dashboard.button.png) no-repeat left center;
	color: #5f5f5f;
	width: 153px;
	font-size: 15px;
	text-decoration: none;
	padding: 5px 7px 6px 20px;
	display: block;
	text-align: center;
	font-weight: bold;
}
a:hover.action-button.small {
	background: url(/imgnew/dashboard.button.over.png) no-repeat left center;	
}

/* ********************** FILTER BAR *********************** */
#filter-bar {
	float: right;
	position: relative;
	width: 225px;
	padding: 23px 3px 0 0;
	color: #909090;
	line-height: 1.1;
}
#filter-bar.hidden-bar {
	width: 12px;
}
#filter-bar h3 {	
	font-size: 14px;
	font-weight: bold;
}
#filter-bar.clear-right {
	padding-top: 19px;
}

#filter-bar .filter-right-box {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 20px;
	border: 1px solid #e2e2e2;
	background: #fff;
	padding: 17px;
}

#filter-bar .filter-box {
	border: 1px solid #e2e2e2;
	border-left: none;
	margin-left: -1px;
	margin-bottom: 25px;
	background: #fff;
	padding: 5px 2px 5px 1px;
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}

#filter-bar .filter-box .filter-content-wrapper {
	padding: 12px 0;
	margin-right: 9px;
}

#filter-bar .filter-box .collapse-button {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-image: url(/imgnew/filterbar.collapse.bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	float: right;
	width: 7px;
}
#filter-bar .filter-box .collapse-button:hover {
	background-color: #efefef;
}
#filter-bar.hidden-bar .filter-box .collapse-button {
	background-image: url(/imgnew/filterbar.show.bg.gif);
}

#filter-bar .filter-section {
	margin-bottom: 20px;
}

#filter-bar .filter-nobox {
	padding-left: 13px;
	margin-bottom: 20px;
}

#filter-bar .action-button,
#filter-bar a.action-button {
	font-size: 15px;
	text-decoration: none;
	padding: 9px 7px 8px 20px;
	display: block;
	text-align: center;
	font-weight: bold;
	background-position: left center;
	background-repeat: no-repeat;
}
#filter-bar a.action-button {
	background-image: url(/imgnew/filterbar.button.png);
	color: #5f5f5f;
}
#filter-bar a:hover.action-button {
	background-image: url(/imgnew/filterbar.button.over.png);	
}
#filter-bar .action-button.inactive {
	background-image: url(/imgnew/filterbar.button.inactive.png);
	color: #bfbfbf;	
}
#filter-bar .action-button.top-margin {
	margin-top: 10px;	
}
#filter-bar .action-advice {
	margin-top: 7px;
}

#filter-bar .filter-wrapper {
	margin-bottom: 10px;	
}
#filter-bar .filter-wrapper.active .filter-content {
	border-left: 1px solid #f9bd48;
	background-image: url(/imgnew/filterbar.filter.bg.gif);
	background-repeat: repeat-y;
	background-position: 2px 10px;
}
#filter-bar .filter-wrapper.active .clean-link {
	font-size: 10px;
	color: #e2aa3b;
	float: right;
	margin-top: 2px;
}
#filter-bar .filter-title {
	background-image: url(/imgnew/icon.minus.png);	
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 14px;
	color: #909090;
	text-decoration: none;
	padding-left: 13px;
}
#filter-bar .filter-title.plus {
	background-image: url(/imgnew/icon.plus.png);	
}
#filter-bar .filter-content {
	border-left: 1px solid #ececec;
	padding: 9px 0 6px 10px;
	margin-left: 3px;
}
#filter-bar .filter-content .filter-sublist {
	margin-left: 13px;
}

#filter-bar #filter-side-classificados .column {
	width: 90px;
}
#filter-bar #filter-side-data div.left {
	margin-right: 8px;
}
#filter-bar .filter-submit {
	margin-top: 18px;
}


/* *************************** TABLE *************************** */
.table-wrapper {
	padding-top: 20px;
}
.table {
	border: 1px solid #e2e2e2;
	width: 100%;
	background: #fff;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
.table thead {
	background: #fcfcfc url(/imgnew/table.head.bg.gif) repeat-x bottom;
	height: 30px;
}
.table thead th {
	border-bottom: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #aaaaaa;
}
.table thead th a {
	display: block;
	padding: 9px 7px;
	color: #aaaaaa;
	text-decoration: none;
}
.table thead th a:hover {
	background: #f8f8f8 url(/imgnew/table.head.bg.over.gif) repeat-x bottom;
}
.table thead th:first-child a {	
	-moz-border-radius: 4px 0 0 0;
	-webkit-border-radius: 4px 0 0 0;
	border-radius: 4px 0 0 0;
}
.table thead th:last-child a {	
	-moz-border-radius: 0 4px 0 0;
	-webkit-border-radius: 0 4px 0 0;
	border-radius: 0 4px 0 0;
}
.table thead th.padding {
	padding: 0 7px;
}
.table thead th a span {	
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 14px;
}
.table thead th a span,
.table thead th a.desc span {
	background-image: url(/imgnew/table.head.desc.png);	
}
.table thead th a:hover span,
.table thead th a:hover.desc span {
	background-image: url(/imgnew/table.head.desc.over.png);
}
.table thead th a.asc span {
	background-image: url(/imgnew/table.head.asc.png);
}
.table thead th a:hover.asc span {
	background-image: url(/imgnew/table.head.asc.over.png);	
}
.table thead th:last-child,
.table thead th.last-child {
	border-right: none;	
}
.table tbody td {
	padding: 8px 6px;
}


/* *************************** ICONS ************************* */
.service-icon-wrapper {
	border: 1px solid #e2e2e2;
	padding: 1px;
	width: 22px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.service-icon {
	background-repeat: repeat-x;
	background-position: bottom;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.service-icon .icon {
	background-repeat: no-repeat;
	background-position: center center;	
	height: 20px;
}

.service-icon.twitter {
	background-image: url(/imgnew/stream.logobg.twitter.gif);
}
.service-icon.twitter .icon {
	background-image: url(/imgnew/stream.logo.twitter.png);
}

.service-icon.youtube {
	background-image: url(/imgnew/stream.logobg.youtube.gif);
}
.service-icon.youtube .icon {
	background-image: url(/imgnew/stream.logo.youtube.png);
}

.service-icon.flickr {
	background-image: url(/imgnew/stream.logobg.flickr.gif);
}
.service-icon.flickr .icon {
	background-image: url(/imgnew/stream.logo.flickr.png);
}

.service-icon.backtype {
	background-image: url(/imgnew/stream.logobg.backtype.gif);
}
.service-icon.backtype .icon {
	background-image: url(/imgnew/stream.logo.backtype.png);
}

.service-icon.facebook {
	background-image: url(/imgnew/stream.logobg.facebook.gif);
}
.service-icon.facebook .icon {
	background-image: url(/imgnew/stream.logo.facebook.png);
}

.service-icon.orkut {
	background-image: url(/imgnew/stream.logobg.orkut.gif);
}
.service-icon.orkut .icon {
	background-image: url(/imgnew/stream.logo.orkut.png);
}

.service-icon.technorati {
	background-image: url(/imgnew/stream.logobg.technorati.gif);
}
.service-icon.technorati .icon {
	background-image: url(/imgnew/stream.logo.technorati.png);
}

.service-icon.rss {
	background-image: url(/imgnew/stream.logobg.rss.gif);
}
.service-icon.rss .icon {
	background-image: url(/imgnew/stream.logo.rss.png);
}

.service-icon.reclameaqui {
	background-image: url(/imgnew/stream.logobg.reclameaqui.gif);
}
.service-icon.reclameaqui .icon {
	background-image: url(/imgnew/stream.logo.reclameaqui.png);
}

.service-icon.google {
	background-image: url(/imgnew/stream.logobg.google.gif);
}
.service-icon.google .icon {
	background-image: url(/imgnew/stream.logo.google.png);
}

.service-icon.wordpress {
	background-image: url(/imgnew/stream.logobg.wordpress.gif);
}
.service-icon.wordpress .icon {
	background-image: url(/imgnew/stream.logo.wordpress.png);
}

.service-icon.yahoo {
	background-image: url(/imgnew/stream.logobg.yahoo.gif);
}
.service-icon.yahoo .icon {
	background-image: url(/imgnew/stream.logo.yahoo.png);
}


/* ************************** OTHERS ************************* */
.content-padding {
	padding-right: 23px;
	padding-left: 3px;
}

.empty-page-msg {
	margin: 20px;
	text-align: center;
	font-size: 14px;
	line-height: 1.2;
}

.highlight {
	background-color: rgb(255, 255, 190);
}
.highlight-green {
	background-color: rgb(181, 234, 165);
}
a .highlight,
a .highlight-green {
	text-decoration: underline;
}
a:hover .highlight,
a:hover .highlight-green {
	text-decoration: none;
}

.batch-actions.top-batch {
	margin: 13px 0 10px 0;	
}
.batch-actions.bottom-batch {
	margin: 0 0 13px 0;
	padding-top: 4px;	
}
.batch-actions .actions-select {
	margin-left: 9px;
	color: #909090;
}

a.level {
	display: block;
	color: #909090;
	margin-top: 4px;
	background-position: left center;
	background-repeat: no-repeat;	
}
a.up-level {
	background-image: url(/imgnew/icon.up.png);
	padding: 2px 0 2px 28px;
}
a:hover.up-level {
	background-image: url(/imgnew/icon.up.over.png);
}

a.left-level {
	background-image: url(/imgnew/icon.left.png);
	padding: 4px 0 8px 23px;
}
a:hover.left-level {
	background-image: url(/imgnew/icon.left.over.png);
}

.progress-bar {
	width: 100%;
	margin: 3px 0 10px 0;
	border: 1px solid #bdbdbd;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.progress-bar td.progress,
.progress-bar td.remaining {
	border: 1px solid #fff;
}
.progress-bar td.progress {
	border-right: none;
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
.progress-bar td.remaining {
	border-left: none;	
	-moz-border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
.progress-bar td {
	height: 20px;
	background-position: bottom;
	background-repeat: repeat-x;
}
.progress-bar.blue td.progress {
	background-image: url(/imgnew/progressbar.blue.gif);
}
.progress-bar.blue td.remaining {
	background-image: url(/imgnew/progressbar.blue.bg.gif);
}
.progress-bar.orange td.progress {
	background-image: url(/imgnew/progressbar.orange.gif);
}
.progress-bar.orange td.remaining {
	background-image: url(/imgnew/progressbar.orange.bg.gif);
}
.progress-bar.red td.progress {
	background-image: url(/imgnew/progressbar.red.gif);
}
.progress-bar.red td.remaining {
	background-image: url(/imgnew/progressbar.red.bg.gif);
}


































/* *************************** MAIN *************************** */
#right-bar {
	float: right;
	margin-left: 30px;
	width: 200px;
}

#right-menu h2 {
	background: #f0f7fd;
	padding: 10px 7px;
	border: 1px solid #D5EAF7;
	margin: 0;
	font-weight: bold;
}
#right-menu .menu-content {
	border-left: 1px solid #D5EAF7;
	border-right: 1px solid #D5EAF7;
	border-bottom: 1px solid #D5EAF7;
	padding: 10px 7px;
}
#right-menu li {
	margin-bottom: 15px;
}

#left-bar {
	margin-right: 230px;
}


.char-counter {
	text-align: right;
	font-size: 20px;
	color: #999;
}

/* ************************** PLANOS ************************* */
.plans {
	border: 4px solid #e6eeff;
	display: table;
	margin: 0 auto;
}

.other {
	float: right;
	width: 124px!important;
	margin: 69px 0 0 -6px;
	position: relative;
}
.other .other-content {
	background: #efefef url(/img/plans.other.bg.gif) repeat-y;
	padding: 10px;
	text-align: center;
	font-size: 13px;
	color: #5c5c5c;
	font-weight: bold;
}
.other h2 {
	color: #ea8923;
	font-size: 20px;
	margin-bottom: 5px;
}

.plans-wrapper.first {
	border-left: 5px solid #e6eeff;	
}
.plans-wrapper.last {
	border-right: 5px solid #e6eeff;	
}
.plans-wrapper.recommended {
	border: 5px solid #e6eeff;	
	margin-top: 0;
}
.plans-wrapper {
	border-top: 5px solid #e6eeff;
	border-bottom: 5px solid #e6eeff;
	width: 210px;
	float: left;
	margin-top: 15px;
}
.plans {
	border: 1px solid #b4b4b4;
}
.plans-wrapper.last .plans {
	border-right: 1px solid #b4b4b4;
}
.plans-wrapper.last .plans {
	border-left: none;
}
.plans .plan-title {
	padding: 10px 7px;
	text-align: center;
	background: #efefef;
	border-bottom: 1px solid #b4b4b4;
	height: 80px;
}
.plans-wrapper.recommended .plans .plan-title {
	background: #fbfbfb;
	height: 95px;
}
.plans .plan-body {
	background: #f3f3f3;
	color: #5c5c5c;
	font-weight: bold;	
	padding: 10px 7px;
	text-align: center;
}
.plans-wrapper.recommended .plans .plan-body {
	background: #fbfbfb;
}
.plans .plan-title h2 {
	color: #ea8923;
	font-size: 30px;
	margin-bottom: 5px;	
}
.plans .plan-title .description {
	text-transform: uppercase;
	font-size: 12px;
	color: #6a87c0;
	font-weight: bold;
}
.plans-wrapper.recommended .plans .plan-title .popular {
	text-transform: uppercase;
	font-size: 14px;
	color: #ea8923;
	font-weight: bold;
	margin-top: 5px;	
}
.plans .plan-body .features {
	font-size: 15px;
}
.plans .plan-body .features .value {
	font-size: 20px;
	color: #4c64a9;
}
.plans .plan-body .price {
	margin: 15px 0 8px 0;
	font-size: 22px;
}
.plans-wrapper.recommended .plans .plan-body .price {
	margin-top: 35px;
}

.free-plan {
	padding-top: 7px;
}

.advice-box .advice-box-buscas {
	margin: -25px 0 0 143px;
}
.advice-box .advice-box-itens {
	margin: -38px 0 0 185px;
}

.advice-box .advice-box-buscas {
	margin: -25px 0 0 143px;
}

.advice-box .advice-box-abrangencia {
	margin: -25px 0 0 95px;
}

.advice-box h3 {
	font-weight: bold;
	font-size: 13px;
}
.advice-box .wrapper {
	border: 1px solid #fff;
	margin-left: 10px;
	line-height: 115%;
}
.advice-box .wrapper .content {
	width: 180px;
	background: #fbfbd7;
	border: 1px solid #ba9c36;
	font-size: 12px;
	padding: 6px 10px 10px 10px;
	text-align: left;
	font-weight: normal;
}


/* ************************** OTHERS ************************* */

.highlight {
	background-color: rgb(255, 255, 190);
}
.highlight-green {
	background-color: rgb(181, 234, 165);
}

.twitter-reply-form, .tags-form {
	background-color: #fff;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #ececec; 
}
.tags-form {
	padding-left: 10px;
	padding-right: 10px;
	text-align: right;
}

.tag {
	font-size: 11px;
	margin: 0 0 0 5px;
	border: 1px solid #e4e4e4;
	padding: 1px 0;
}
.tag a.tag-name {
	margin-left: 3px;
}
.tag a.tag-del-link {
	font-weight: bold;
	color: #808080;
	background: #fafafa;
	text-decoration: none;
	padding: 1px 4px;
}
.tag a:hover.tag-del-link {
	background: #ececec;
}


/* *********************** ORANGE BOX ************************ */
.orange-box td {
	vertical-align: top;
}
.orange-box .top-left {
	font-size: 12px;
	background: #fff4e5 url(/img/panel.box.left.gif) repeat-y;
}
.orange-box .top-left .content {
	margin: 10px 10px 0 10px;
}
.orange-box .top-left .wrapper {
	background: #fff4e5 url(/img/panel.box.top.gif) repeat-x;
}
.orange-box .top-left .wrapper .image {
	width: 5px;
	height: 5px;
	background: url(/img/panel.box.top_left.gif) no-repeat;
}
.orange-box .top-right {
	width: 5px; background: url(/img/panel.box.right.gif) repeat-y;
}
.orange-box .top-right .image {
	width: 5px;
	height: 5px;
	background: url(/img/panel.box.top_right.gif) no-repeat;
}
.orange-box .bottom-left {
	height: 14px; background: url(/img/panel.box.bottom.gif) repeat-x;
}
.orange-box .bottom-left .image {
	width: 5px;
	height: 14px;
	background: url(/img/panel.box.bottom_left.gif) no-repeat;
}
.orange-box .bottom-right {
	width: 5px; height: 14px;
}
.orange-box .bottom-right .image {
	width: 5px;
	height: 14px;
	background: url(/img/panel.box.bottom_right.gif) no-repeat;
}

span.select {
   position: absolute;
   width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
   height: 21px;
   padding: 0 24px 0 8px;
   color: #fff;
   font: 12px/21px arial,sans-serif;
   background: url(select.gif) no-repeat;
   overflow: hidden;
}
.superlight a {
	color: #bbbbbb;
	text-decoration: none;
}

.text-menu a.selected {
	text-decoration: none;
	color: #444;
	text-weight: bold;
}

