* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px; 
	line-height: 16px !important;
	font-family: calibri,Arial, Helvetica, sans-serif;
	color: #575757;
	background: #fff;
}
a {
	outline:none;
}

/************************************************ Regions & Wrappers */

#page {
	width: 957px;
	margin: 10px auto auto;
	position:relative;
}

#top {
	margin: auto;
}

#header {
	position:relative;
}



.front .banner {
	background: url(/images/front-banner.jpg) no-repeat top left;
	display: block;
	height: 151px;
	width: 957px;
	clear:both;
	float:left;
}

.banner {
	background: url(/images/banner-generic.jpg) no-repeat top left;
	display: block;
	height: 151px;
	width: 957px;
	clear:both;
	float:left;
}

.banner-strip {
	background: url(/images/banner-strip.jpg) no-repeat top left;
	display: block;
	height: 51px;
	width: 957px;
	clear:both;
	float:left;
	margin-bottom: 10px;
}

#main { 

}

#container {
	clear: both;
	position: relative; 
}

#squeeze {
	padding: 0;
	margin: 0;
	
	
}

#squeeze .with-sidebar {
	margin-right: 370px !important;
	margin-right: 368px;
}

#squeeze .body {
	font-family: Arial, calibri, Helvetica, sans-serif;
}

#squeeze .body img {
	margin: 0 7px 5px;
}
#squeeze .body .image-border {
	padding: 2px;
	border: 1px solid #bccfab;
}
.body .left-col {
	float: left;
	width: 467px;
	border-right: 1px dashed #ff6800;
	padding-right: 10px;
	margin-top: 15px;
	position: relative;
}
.body .right-col {
	float: left;
	width: 467px;
	padding-left: 10px;
	margin: 15px 0 0 -1px;
	border-left: 1px dashed #ff6800;
	position: relative;
}


.tweeterview-desc img {
	
}

.about-page {
	line-height: 18px;
}

.about-page strong {
color: #FF6800;
}

#contact-details {
	float: right;
	color: #aaaaaa;
	text-align: right;
	padding-right: 5px;
}
#contact-details a {
	color: #aaaaaa;
}


/************************************************ side bars */

/* Uncollapse margins with padding */

#container .sidebar {
	float: right;
	z-index: 2;
/*	position: relative;  */
	padding: 1px 0;
}
.front #container .sidebar {
	margin: -95px 0 0 -20px;
}
#container #sidebar-right {
	width: 365px;
	position:relative;
	z-index:1;
}

.front .not-setup {
	margin-top: 10px;
}
.not-setup {
	margin-top: 10px;
	clear:both;
}
.not-setup td {
	padding: 0;
}
.not-setup td td {
	padding: inherit;
	color: #ffffff;
}

.not-setup .login-box {
	background: url(../images/login-sidebar.jpg) no-repeat;
	display: block;
	height: 87px;
	width: 246px;
	
}

.not-setup .login-box input {
	border: medium none;
	border-color: #ffffff;
	width: 100px;
}

#login-sidebar-submit {
	background: url(../images/login-sidebar-btn.jpg) no-repeat;
	display: block;
	height: 22px;
	width: 63px;
	border: medium none;
	color: #ffffff;
	font-size: 11px;
	text-transform:uppercase;
	text-align: center;
	/*was 
	margin: 4px 14px 0 0;
	*/	
	margin: 0px 14px 0 0; /*now as of 01/02/2010. Keep having to fix this button for some reason*/
	cursor: pointer;
}

.intro-block {
	z-index: 2;
/*	 position: absolute;
	top: -95px;
	left: -20px;  */
}
.intro-block .inner {
	height: 227px;
	width: 371px;
	color: #000;
	line-height: 19px;
	background: url(../images/intro-block-bg.png) no-repeat top left !important;
	background: url(../images/intro-block-bg.gif) no-repeat top left;
	
}
.intro-block .inner-inner {
	padding:6px 5px 0 36px;
}

.intro-block p {

}
.intro-block ul {

}
.intro-block ul li {

}


.advertisements {
	padding-top: 10px;
}
.advertisements a {
}
.advertisements .ad {
	display: block;
	width: 116px;
	height: 116px;
	overflow: hidden;
	text-align: center;
}

.advertisements .ad img {
	border: 0;
	padding: 13px;
	background:url(../images/ad-bg.jpg) no-repeat;
}

.advertisements .blank img {
	background:url(../images/advertise-here-bg.jpg) no-repeat !important;
}

.sign-up-steps {
	width: 695px;
	margin: 15px auto;
}





/************************************************ Nav */

#nav {
	font-size: 16px;
/*	float: right; 
	margin-top: 40px;  */
	position:absolute;
	top:40px;
	z-index:10;
	right:0;
}

#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav li { /* all list items */
	float: left;
	padding: 0;
	height: 35px;
	text-align: center;
	position: relative;
}

#nav ul li a {
	display: block;
	/*width: 10em;*/
	color: #31caea;
	outline: none;
	font-weight: bold;
	text-decoration: none;
	padding:10px 14px 11px 14px;
}

#nav ul li a:hover {
	color: #0499d9;
}

#nav li ul {
	position: absolute;
	width: 140px;
	padding:16px 10px 10px 10px;
	left: -999em;
	background:#31CAEA url(../images/sub-nav-top.gif) top left no-repeat;
	top:27px;
	z-index:999;
}
#nav li ul li {
	width:140px;
	background:url(../images/menu-pointer.gif) 0 4px no-repeat;
	height:20px;
	line-height:20px;
	margin:2px 0;
	text-align:left;
}
#nav li ul a {
	display:block;
	width:120px;
	line-height:20px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:normal;
	padding:2px 10px;
}
#nav li ul a:hover {
	background:#FFF;
	color:#31CAEA
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}


#tweeterview-bar {
	background: url(../images/tweeterview-bar.jpg) no-repeat top left;
	height: 47px;
	widht: 586px;
	overflow: visible;
}
#tweeterview-bar ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
#tweeterview-bar li { /* all list items */
	float: left;
	padding: 0;
	text-align: center;
	position: relative;
}
#tweeterview-bar .divider {
	float: left;
	margin-top:8px;
}
#tweeterview-bar .divider img {
	margin: 0 3px;
	
}
#tweeterview-bar li a span {
	display: none;
}
#tweeterview-bar a {
	outline: none;
}
#tweeterview-bar .upcoming a {
	background: url(../images/nav-upcoming.jpg) no-repeat top left;
	display: block;
	width: 76px;
	height: 38px;
	margin: 9px 5px 0 12px;
}
#tweeterview-bar .upcoming a:hover,
#tweeterview-bar .upcoming .selected {
	background: url(../images/nav-upcoming.jpg) no-repeat 0px -40px;
	display: block;
	width: 76px;
	height: 47px;
}
#tweeterview-bar .recent a {
	background: url(../images/nav-recent.jpg) no-repeat top left;
	display: block;
	width: 133px;
	height: 38px;
	margin: 9px 10px 0 10px;
}
#tweeterview-bar .recent a:hover,
#tweeterview-bar .recent .selected {
	background: url(../images/nav-recent.jpg) no-repeat 0px -40px;
	display: block;
	width: 133px;
	height: 47px;
}
#tweeterview-bar .conferences a {
	background: url(../images/nav-conferences.jpg) no-repeat top left;
	display: block;
	width: 136px;
	height: 38px;
	margin: 9px 0 0 11px;
}
#tweeterview-bar .conferences a:hover,
#tweeterview-bar .conferences .selected {
	background: url(../images/nav-conferences.jpg) no-repeat 0px -40px;
	display: block;
	width: 136px;
	height: 47px;
}
#tweeterview-bar .live a {
	background: url(../images/nav-live.jpg) no-repeat top left;
	display: block;
	width: 84px;
	height: 38px;
	margin: 9px 0 0 9px;
}
#tweeterview-bar .live a:hover,
#tweeterview-bar .live .selected {
	background: url(../images/nav-live.jpg) no-repeat 0px -40px;
	display: block;
	width: 84px;
	height: 47px;
}
#tweeterview-bar .mystery a {
	background: url(../images/nav-mystery.jpg) no-repeat top left;
	display: block;
	width: 95px;
	height: 38px;
	margin: 9px 9px 0 9px;
}
#tweeterview-bar .mystery a:hover,
#tweeterview-bar .mystery .selected {
	background: url(../images/nav-mystery.jpg) no-repeat 0px -40px;
	display: block;
	width: 95px;
	height: 47px;
}

#tweeterview-bar .livenow a {
	background: url(../images/nav-livenow.jpg) no-repeat top left;
	display: block;
	width: 84px;
	height: 38px;
	margin: 9px 0 0 0px;
}

#tweeterview-bar .livenow a:hover,
#tweeterview-bar .livenow .selected {
	background: url(../images/nav-livenow.jpg) no-repeat 0px -40px;
	display: block;
	width: 84px;
	height: 47px;
}

#tweeterview-bar .mymenu {
	padding-left: 122px;
}

#tweeterview-bar .mymenu a {
	background: url(../images/nav-mymenu.jpg) no-repeat top left;
	display: block;
	width: 95px;
	height: 38px;
	margin: 8px 0 0 5px;
}
#tweeterview-bar .mymenu a:hover,
#tweeterview-bar .mymenu .selected {
	background: url(../images/nav-mymenu.jpg) no-repeat 0px -39px;
	display: block;
	width: 95px;
	height: 47px;
}





/*member bar*/
#tweeterview-bar-member {
	background: url(../images/tweeterview-bar-member.jpg) no-repeat top left;
	height: 47px;
	width: 586px;
	overflow: visible;
	margin:8px 0 0 0px;
}
#tweeterview-bar-member ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
#tweeterview-bar-member li { /* all list items */
	float: left;
	padding: 0;
	text-align: center;
	position: relative;
}
#tweeterview-bar-member li .text {
	display: none;
}

#tweeterview-bar-member .divider {
	float: left;
}
#tweeterview-bar-member .divider img {
	margin: 0 3px;
}
#tweeterview-bar-member a {
	outline: none;
}
#tweeterview-bar-member .profile a {
	background: url(../images/nav-member-profile.jpg) no-repeat top left;
	display: block;
	width: 76px;
	height: 38px;
	margin: 0px 0 0 8px;
}
#tweeterview-bar-member .profile a:hover,
#tweeterview-bar-member .profile .selected {
	background: url(../images/nav-member-profile.jpg) no-repeat 0px -39px;
	display: block;
	width: 76px;
	height: 47px;
}
#tweeterview-bar-member .my a {
	background: url(../images/nav-member-tweeterviews.jpg) no-repeat top left;
	display: block;
	width: 121px;
	height: 38px;
	margin: 0;
}
#tweeterview-bar-member .my a:hover,
#tweeterview-bar-member .my .selected {
	background: url(../images/nav-member-tweeterviews.jpg) no-repeat 0px -39px;
	display: block;
	width: 121px;
	height: 47px;
}
#tweeterview-bar-member .create a {
	background: url(../images/nav-member-create.jpg) no-repeat top left;
	display: block;
	width: 143px;
	height: 38px;
	margin: 0;
}
#tweeterview-bar-member .create a:hover,
#tweeterview-bar-member .create .selected {
	background: url(../images/nav-member-create.jpg) no-repeat 0px -39px;
	display: block;
	width: 143px;
	height: 47px;
}
#tweeterview-bar-member .requests a {
	background: url(../images/nav-member-invites.jpg) no-repeat top left;
	display: block;
	width: 150px;
	height: 38px;
	margin: 0;
}
#tweeterview-bar-member .requests a:hover,
#tweeterview-bar-member .requests .selected {
	background: url(../images/nav-member-invites.jpg) no-repeat 0px -39px;
	display: block;
	width: 150px;
	height: 47px;
}
/*#tweeterview-bar-member .logout a {
	background: url(../images/nav-member-logout.jpg) no-repeat top left;
	display: block;
	width: 46px;
	height: 38px;
	margin: 0;
}
#tweeterview-bar-member .logout a:hover,
#tweeterview-bar-member .logout .selected {
	background: url(../images/nav-member-logout.jpg) no-repeat 0px -39px;
	display: block;
	width: 46px;
	height: 47px;
}*/

#tweeterview-bar-member .homemenu a {
	background: url(../images/nav-homemenu.jpg) no-repeat top left;
	display: block;
	width: 46px;
	height: 38px;
	margin: 0;
}
#tweeterview-bar-member .homemenu a:hover,
#tweeterview-bar-member .homemenu .selected {
	background: url(../images/nav-homemenu.jpg) no-repeat 0px -39px;
	display: block;
	width: 46px;
	height: 47px;
}

/***************************/

#tweeterview-quick-content {
	margin-top: 10px;
	position: relative;
	width: 587px !important;
	width: 586px;
}

/*.tweeterview-preview {
	background: url(../images/twitterview-upcoming-bg.jpg) no-repeat;
	height: 91px;
	width: 583px; 
	display: block;
	margin: 10px 0;
	position: relative;
}*/

.tweeterview-preview {
	/*background: url(/images/twitterview-request-bg-m.jpg) repeat-y top left;*/
	background: url(/images/tweeterview-request-bg-gradient-m.jpg) repeat-y top left;
	width: 583px; 
	display: block;
	margin: 10px 0;
	position: relative;
}
.tweeterview-preview table {
	background: url(/images/tweeterview-request-bg-gradient-t.jpg) no-repeat top left;
}
.tweeterview-preview table table {
	background: none;
}
.tweeterview-preview table tbody {
	background: url(/images/tweeterview-request-bg-gradient-f.jpg) no-repeat bottom left;
}
.tweeterview-preview table tbody tbody{
	background: none;
}





/*.tweeterview-preview-past {
	background: url(../images/twitterview-past-bg.jpg) no-repeat !important;
	height: 61px !important;
}*/

.switch-to {
	position:absolute;
	right:-9px;
	top:-8px;
}

#switch-to-btn {
	background: url(../images/my-tweeterview-switch-btn.jpg) no-repeat;
	display: block;
	height: 22px;
	width: 154px;
	border: medium none;
	color: #ffffff;
	font-size: 11px;
	text-align: center;
	margin: 3px 14px 0 0;
	cursor: pointer;
	position: relative;
}


/*******************/
.tweeterview-preview .who {
}

.tweeterview-preview .who .tweeter,
.tweeterview-preview .who .tweetee {
	text-align: center;
}
.tweeterview-preview .who .tweeter .image {
	display:block;
	/*height:66px;*/
	height: 73px;
	width: 77px;
	margin:auto;
	overflow:hidden;
	background: url(../images/tweeter-bg.jpg) no-repeat;
	/*width:69px;*/
}
.tweeterview-preview .who .tweetee .image {
	display:block;
	/*height:66px;*/
	height: 73px;
	width: 77px;
	margin:auto;
	overflow:hidden;
	background: url(../images/tweetee-bg.jpg) no-repeat;
	/*width:69px;*/
}
.tweeterview-preview .who .tweeter .image img {
	margin: 0 !important;
	padding: 12px 17px 13px 12px;
	border: 0;
	width: 48px;
	height: 48px;
}
.tweeterview-preview .who .tweetee .image img {
	margin: 0 !important;
	padding: 12px 12px 13px 17px;
	border: 0;
	width: 48px;
	height: 48px;
}
.tweeterview-preview .who .tweeter .member-name,
.tweeterview-preview .who .tweetee .member-name {
	font-size: 11px;
}

.tweeterview-preview .details {
	padding-left: 10px;
	font-size: 11px;
	width: 200px;
}
.tweeterview-preview .details .btn-view {
	background:url(../images/btn_view-grey.gif) right bottom no-repeat;
	width:79px;
	height:24px;
	float:right;
	margin-top:-20px;	
}
.tweeterview-preview .details .btn-view a {
	text-indent:-9999px;
	display:block;
}
.tweeterview-preview .details a.btn-start {
	text-indent:-9999px;
	display:block;
	background:url(../images/btn-start.jpg) right bottom no-repeat;
	width:44px;
	height:33px;
	float:right;
}
.tweeterview-preview .details a.btn-start:hover {
	background:url(../images/btn-start-h.jpg) right bottom no-repeat;
}
.tweeterview-preview .details a.btn-join {
	text-indent:-9999px;
	display:block;
	background:url(../images/btn-join.jpg) right bottom no-repeat;
	width:44px;
	height:33px;
	float: right;
	/*margin-top:-20px;	*/
}
.tweeterview-preview .details a.btn-join:hover {
	background:url(../images/btn-join-h.jpg) right bottom no-repeat;
}

.tweeterview-preview .details a.btn-rejoin {
	text-indent:-9999px;
	display:block;
	background:url(../images/btn-rejoin.jpg) right bottom no-repeat;
	width:44px;
	height:33px;
	float: right;
	/*margin-top:-20px;	*/
}
.tweeterview-preview .details a.btn-rejoin:hover {
	background:url(../images/btn-rejoin-h.jpg) right bottom no-repeat;
} 
.tweeterview-preview .details a.btn-accept {
	text-indent:-9999px;
	display:block;
	background:url(/images/accept-btn.jpg) right bottom no-repeat;
	width:44px;
	height:33px;
	/*margin-top:-20px;	*/
	float: right;
}
.tweeterview-preview .details a.btn-accept:hover {
	background:url(/images/accept-btn-h.jpg) right bottom no-repeat;
}
.tweeterview-preview .details a.btn-reject {
	text-indent:-9999px;
	display:block;
	background:url(/images/reject-btn.jpg) right bottom no-repeat;
	width:44px;
	height:33px;
	float: right;
	/*margin-top:-20px;	*/
}
.tweeterview-preview .details a.btn-reject:hover {
	background:url(/images/reject-btn-h.jpg) right bottom no-repeat;
}

.view-more a {
	background: url(../images/button.jpg) no-repeat;
	display: block;
	width: 94px;
	height: 22px;
	text-align: center;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	padding: 3px 0;
	text-transform: uppercase;
}
.view-more a:hover {
	text-decoration: underline;
	color: #fff;
}


/********* thick box login *****/

#thickbox-login {
	background: url(../images/thick-box-login-bg.jpg) no-repeat;
	margin-top: -6px;
}


#thickbox-login td {
	padding: 0;
}
#thickbox-login td td {
	padding: inherit;
	color: #ffffff;
}

#thickbox-login .login-box input {
	border: medium none;
	border-color: #ffffff;
	width: 100px;
}
#thickbox-login-submit {
	background: url(../images/login-sidebar-btn.jpg) no-repeat;
	display: block;
	float: right;
	height: 22px;
	width: 63px;
	border: medium none;
	color: #ffffff;
	font-size: 11px;
	text-transform:uppercase;
	text-align: center;
	margin: 3px 14px 0 0;
	cursor: pointer;
}
/* public stuff */

.body .tweeterview-public .right-col {
	float: none;
	width: auto;
	padding-left: 0px;
	margin: 0;
	border-left: none;
}

/************ tweeterview Q  (public)*/

.tweeterview-question {
	background: url(../images/q-bg-mid.jpg) repeat-y top left;
	margin-top: 15px;
}
.tweeterview-question .inner {
	background: url(../images/q-bg-top.jpg) no-repeat top left;
	position:relative;
}
.tweeterview-question .inner .holder {
	padding: 10px 20px 0;
	min-height: 20px;
	
}
.tweeterview-question .inner .holder .q-number {
	font-weight: bold;
	font-size: 16px;
	color: #000000;
}
.tweeterview-question .inner .holder .q {
	color: #000000;
}
.tweeterview-question .inner .holder .q-more {
	float:left;
}
.tweeterview-question .inner .holder .more {
	font-size: 11px;
	color:#990000;
	padding:0 0 0 10px;
	float:left;
}
.tweeterview-question .inner span.q-time {
	text-align:right;
	font-size:10px;
	position:absolute;
	top:0px;
	right:22px;
	color:#999;
	display:block;
	width:150px;
}
.tweeterview-question .inner .holder .q-more {
	color: #000000;
	padding: 0 0 5px 10px;
}

.tweeterview-question .footer {
	display: block;
	height: 9px;
	background: url(../images/q-bg-ft.jpg) no-repeat bottom left;
}

/******* tweeterview A (public)*/

.tweeterview-answers {
	margin: 10px 0 0;
	background: url(../images/a-bg-mid.jpg) repeat-y top left;
}
.tweeterview-answers .inner {
	background: url(../images/a-bg-top.jpg) no-repeat top left;
	padding: 10px 20px 0; 
	position:relative;
}
.tweeterview-answers .inner span.q-time {
	text-align:right;
	font-size:10px;
	position:absolute;
	top:0px;
	color:#999;
	right:22px;
	display:block;
	width:150px;
}
.tweeterview-answers .inner .first span.q-time {
	top:-10px;
	right:3px;
}
.tweeterview-answers .inner .more span.q-time  {
	top:0px;
	right:3px;
}
.tweeterview-answers .inner .name {
	color: #0a9cdc;
	font-size: 18px;
}
.tweeterview-answers .inner .answer .first {
	position:relative;
}
.tweeterview-answers .inner .answer .more {
	border-top:1px dashed #FFFFFF;
	margin-top:5px;
	padding-top:5px;
	position:relative;
}
.tweeterview-answers .inner .answer p {
	margin: 0;
	padding: 5px 0 0 0;
}
.tweeterview-answers .footer {
	display: block;
	height: 9px;
	background: url(../images/a-bg-ft.jpg) no-repeat bottom left;
}


/***************** tweeterview within (tweeter and tweetee interview) */

.tweeterview-within .question {
	color: #000000;
	font-weight: bold;
	padding: 10px;
}
.tweeterview-within .add-more,
.tweeterview-within .add-new,
.tweeterview-within .response {
	color: #000000;
}
.tweeterview-within .add-more .on-off,
.tweeterview-within .add-new .on-off,
.tweeterview-within .response .on-off {
	font-size: 11px;
	color: #000000;
}
.tweeterview-within textarea {
	width: 435px;
	height: 97px;
	border: none;
	border-color: #ffffff;
	color: #188fc3;
	font-family: Calibri,Arial, Helvetica, sans-serif;
}
.tweeterview-within .textarea-bg {
	background: url(../images/textarea-bg.jpg) no-repeat;
	display: block;
	width: 446px;
	height: 108px;
	padding: 5px;
	position: relative;
}
.tweeterview-within .tweeterview-question {
	background: url(../images/q-bg-mid-sml.jpg) repeat-y top left;
	margin-top: 3px;
}
.tweeterview-within .tweeterview-question .inner {
	background: url(../images/q-bg-top-sml.jpg) no-repeat top left;
/*	min-height:55px;
	height: auto !important;
	height: 55px; */
}
.tweeterview-within .tweeterview-question .footer {
	display: block;
	height: 11px;
	background: url(../images/q-bg-ft-sml.jpg) no-repeat bottom left;
}

/*reversed */
.tweeterview-within .tweetee .tweeterview-question {
	background: url(../images/q-bg-mid-sml-r.jpg) repeat-y top left;
	margin-top: 3px;
}
.tweeterview-within .tweetee .tweeterview-question .inner {
	background: url(../images/q-bg-top-sml-r.jpg) no-repeat top left;
/*	min-height:55px;
	height: auto !important;
	height: 55px; */
}
.tweeterview-within .tweetee .tweeterview-question .footer {
	display: block;
	height: 11px;
	background: url(../images/q-bg-ft-sml-r.jpg) no-repeat bottom left;
}

/*tweetee question off record */
.tweeterview-within .tweetee .tweeterview-question-off {
	background: url(../images/off-record-mid-r.jpg) repeat-y top left !important;
	margin-top: 3px;
}
.tweeterview-within .tweetee .tweeterview-question-off .inner {
	background: url(../images/off-record-top-r.jpg) no-repeat top left !important;
}
.tweeterview-within .tweetee .tweeterview-question-off .footer {
	display: block;
	height: 11px;
	background: url(../images/off-record-footer-r.jpg) no-repeat bottom left !important;
}


/*tweeteer question off record */
.tweeterview-within .tweeterview-question-off {
	background: url(../images/off-record-mid.jpg) repeat-y top left !important;
	margin-top: 3px;
	
}
.tweeterview-within .tweeterview-question-off .inner {
	background: url(../images/off-record-top.jpg) no-repeat top left !important;
	
}
.tweeterview-within .tweeterview-question-off .footer {
	display: block;
	height: 11px;
	background: url(../images/off-record-footer.jpg) no-repeat bottom left !important;
	
}



.tweeterview-within .tweeter .tweeterview-answers {
	margin: 10px 0 0;
	background: url(../images/a-bg-mid-sml.jpg) repeat-y top left;
}
.tweeterview-within .tweeter .tweeterview-answers .inner {
	background: url(../images/a-bg-top-sml.jpg) no-repeat top left;
	padding: 10px 20px; 
	/*min-height:30px;
	height: auto !important;
	height: 30px;*/
}
.tweeterview-within .tweeter .tweeterview-answers .footer {
	display: block;
	height: 11px;
	background: url(../images/a-bg-ft-sml.jpg) no-repeat bottom left;
}

/* for tweetee (reversed bubbles) */
.tweeterview-within .tweetee .tweeterview-answers {
	margin: 10px 0 0;
	background: url(../images/a-bg-mid-sml-r.jpg) repeat-y top left;
}
.tweeterview-within .tweetee .tweeterview-answers .inner {
	background: url(../images/a-bg-top-sml-r.jpg) no-repeat top left;
	padding: 10px 20px 5px; 
	/*min-height:30px;
	height: auto !important;
	height: 30px;*/
}
.tweeterview-within .tweetee .tweeterview-answers .footer {
	display: block;
	height: 11px;
	background: url(../images/a-bg-ft-sml-r.jpg) no-repeat bottom left;
}



.tweeterview-within .tweeterview-answers .inner .name {
	color: #0a9cdc;
	font-size: 18px;
}
.tweeterview-within .tweeterview-answers .inner .answer .first {
	padding-top:0px;
}
.tweeterview-within .tweeterview-answers .inner .answer .more {
	border-top: 1px dashed #ffffff;
	padding-top: 5px;
	margin-top: 5px;
}
.tweeterview-within .tweeterview-answers .inner .answer p {
	margin:0;
}






#q-add-submit, .q-add-submit {
	background: url(../images/q-add-more-btn.jpg) no-repeat;
/*	display: block;*/ 
	height: 26px;
	width: 82px;
	border: medium none;
	color: #ffffff;
	font-size: 11px;
	text-align: center;
	cursor: pointer;
}

#q-answer-submit {
	background: url(../images/answer-q-btn.jpg) no-repeat;
/*	display: block;*/ 
	height: 26px;
	width: 92px;
	border: medium none;
	color: #ffffff;
	font-size: 11px;
	text-align: center;
	cursor: pointer;
}

.right-submit {
	float:right;
	margin-right:30px;
}

.counter-window {
	background: url(../images/countdown-bg.jpg) no-repeat;
	display: block;
	width: 145px;
	height: 29px;
	color: #ffffff;
	font-size: 11px;
	padding: 4px 0 0 2px;
	position: absolute;
	right: 8px;
	top: -30px;
}

.visibilityoff {
clear:both;
height:1px;
padding:2px;
visibility:hidden;
}

.tweeterview-question .off-record-comment {
	font-style:italic;
}

.tweeterview-answers .off-record-comment p {
	color:#000000;
	font-style:italic;
}

.tweeterview-answers .off-record-comment {
	border-top: none !important;
	margin: 0 !important;
	padding: 5px 0 0 15px !important;
}

/****** add tweeterview */

#process-steps {
margin: 10px 0 20px 0;
height: 26px;
}
#process-steps ul {
	margin:0;
	padding: 0;
}
#process-steps li {
	list-style: none;
	float: left;
}

#process-steps .step {
	margin: 0 5px;
}
#process-steps .step .active {
	background:url(../images/steps-bg.jpg) no-repeat top left;
	display: block;
	height: 17px;
	width: 79px;
	text-align:center;
	color: #FFFFFF;
	text-decoration: none;
	padding: 4px 0;
}

#process-steps .step .not-active  {
	background:url(../images/steps-bg.jpg) no-repeat bottom left !important;
	color: #999999;
	display: block;
	height: 17px;
	width: 79px;
	text-align:center;
	text-decoration: none;
	padding: 4px 0;
}
#process-steps .confirmation .active {
	display: block;
	width: 90px;
	height: 17px;
	text-align: center;
	padding: 4px 0;
	color: #333333;
	background: #FF7A01;
}
#process-steps .confirmation .not-active {
	display: block;
	width: 90px;
	height: 17px;
	text-align: center;
	padding: 4px 0;
	color: #CCCCCC;
	background: #FFFFFF;
}

form .tweeterview-details {

}

form .form-title {
	font-size: 12px;
	color: #333333;
	text-align: right;
}

form .tweeterview-details label {
	font-size: 11px;
}

form .description {
	font-size: 11px;
	color:#ff6800;
}

.red {
	color: #FF0000;
}

#go-back {
	background: url(../images/q-add-more-btn.jpg) no-repeat;
	display: block;
	height: 26px;
	width: 82px;
	border: medium none;
	color: #ffffff;
	font-size: 11px;
	text-align: center;
	cursor: pointer;
}

/***************** search */

.simple-search {
	background: url(../images/search-bg.jpg) no-repeat;
	width: 446px;
	height: 57px;
	position: relative;
}
.simple-search .inner {

}

.simple-search .advanced-link {
	position: absolute;
	bottom: 4px;
	left: 16px;
}
.simple-search .advanced-link a {
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
}
.simple-search .advanced-link a:hover {
	text-decoration: underline;
	color: #ffffff !important;
}

.simple-search .input {
	position: absolute;
	top: 15px;
	left: 18px;
	background: none;
	height: auto;
}
.simple-search .input input {
	border: 0;
	border-color: #FFFFFF;
	font-size: 13px;
	width: 333px;
}

.simple-search .btn {
	position: absolute;
	top: 13px;
	right: 12px;
	width: 73px;
}

.adv-field {
	background: url(../images/search-adv-field.jpg) no-repeat;
	display: block;
	width: 216px;
	height: 19px;
}
.adv-field input {
	border: 0;
	width: 210px;
	margin: 3px;
	font-size: 12px;
	border-color: #CCCCCC;
	background: #CCCCCC;	
}
.adv-field-date {
	background: url(../images/search-adv-field-date.jpg) no-repeat;
	display: block;
	width: 86px;
	height: 19px;
}
.adv-field-date input {
	border: 0;
	width: 80px;
	margin: 3px;
	font-size: 12px;
	border-color: #CCCCCC;
	background: #CCCCCC;	
}

#simple-search-submit {
	background: url(../images/simple-search-btn.jpg) no-repeat;
	display: block;
	height: 22px;
	width: 73px;
	border: medium none;
	color: #ffffff;
	font-size: 11px;
	text-transform:uppercase;
	text-align: center;
	cursor: pointer;
}

#adv-search-submit {
	background: url(../images/adv-search-btn.jpg) no-repeat;
	display: block;
	height: 22px;
	width: 114px;
	border: medium none;
	color: #ffffff;
	font-size: 11px;
	text-transform:uppercase;
	text-align: center;
	margin: 3px 14px 0 0;
	cursor: pointer;
	position: relative;
}


.cancel-btn-holder {
	position: absolute;
	top: -32px;
	right: 30px;
}
.more-on-this {
	width: 566px;
	text-align: center;
	margin: 5px 0;
}
.more-on-this a {
	background: url(../images/more-on-this-btn.jpg) no-repeat;
	text-align:center;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	padding: 15px 0;
	width: 205px;
	display: block;
	text-decoration: none;
	margin: auto;
}
.more-on-this a:hover {
	color: #ffffff;
}

#finish-tweet a {
	background: url(../images/finish-btn.jpg) no-repeat;
	display: block;
	height: 16px;
	width: 91px;
	border: medium none;
	color: #ffffff;
	font-size: 11px;
	text-align: left;
	cursor: pointer;
	padding:5px 3px 5px 28px;
	text-decoration: none;
}
#finish-tweet a:hover {
	
}

.tweet-this {
	float: right;
	padding-top: 35px;
}

.tweet-this a {
	background: url(../images/tweet-this.jpg) no-repeat;
	display: block;
	height: 55px;
	width: 40px;
	border: medium none;
	font-size: 10px;
	text-indent: -9999px;
	cursor: pointer;
}
.tweet-this a:hover {
	background: url(../images/tweet-this-hover.jpg) no-repeat;
}





.search-categories {
	padding-top: 10px;
}

#search-results {
	padding-top: 10px;
}

/************/

.view-tweeterview-btn {
	position: absolute;
	right: 4px;
	bottom: 3px;
}

.view-tweeterview-btn a {
	background:transparent url(../images/tweeterview-view-btn.jpg) no-repeat scroll 0;
	border:medium none;
	color:#FFFFFF;
	display:block;
	font-size:11px;
	height:17px;
	margin:4px 0 0;
	padding:0;
	position:relative;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	width:63px;
}
.view-tweeterview-btn a:hover {
	color: #ffffff;
	text-decoration: none;
}

/**********/

.share {
	margin-top:10px;
	float: right;
}

.val {
	color: #FF0000;
	font-size: 11px;
}

/**********/

.tab-loader {
	width: 32px;
	position: absolute;
	top: 70px;
	left: 50%;
	margin-left: -16px;
}

#signup-continue {
	background: url(../images/long-btn.jpg) no-repeat;
	display: block;
	height: 22px;
	width: 144px;
	border: medium none;
	color: #ffffff;
	font-size: 11px;
	text-align: center;
	cursor: pointer;
}

a.start-tweeterview {
	background: url(../images/yes-start-btn.jpg) no-repeat;
	display: block;
	width: 151px;
	margin: auto;
	height: 22px;
	cursor: pointer;
	color: #fff;
	padding: 3px 0 0 10px;
	text-decoration: none;
}
a:hover.start-tweeterview {
	color: #fff;
	text-decoration: underline;
}

.ready-block {
	background:#666666 none repeat scroll 0 50%;
	border:1px solid #000000;
	color:#FFFFFF;
	display:block;
	margin:20px auto;
	padding:10px;
	width:360px;
	font-size: 11px;
}
.ready-block h2 {
	margin:5px 0 10px;
	color: #fff;
}

.ready-block p {
	margin: 0 ;
	padding: 0;
}
.ready-go {
	margin: 0 auto;
}

#pagination {
text-align:center;
}

p.awaiting {
	font-style:italic;
	color: #FF0000;
}


/************************************************ Typography */

/* Headings general */

h1 {
	margin: 9px 0 0 0;
	line-height: 1;
	color: #31caea;
	position: relative;
}
h2, h3, h4, h5, h6 {
	margin: 9px 0 0 0;
	line-height: 1;
	color: #ff6800;
}




/* font sizes */
h1 {font-size: 18px;}
h2 {font-size: 14px;}
h3 {font-size: 12px;}
h4 {font-size: 11px;}
h5 {font-size: 10px;}
h6 {font-size: 9px;}


/* font weights */

h1 {font-weight: bold;}
h2 {font-weight: bold;}
h3 {font-weight: normal;}
h4 {font-weight: bold;}
h5 {font-weight: bold;}
h6 {font-weight: bold;}

/* Linked headings */

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}

p {
	margin: 6px 0px 12px;
}


ul {
	/*margin: 0px 0 1.5em 0;*/
	padding: 0 0 0 2em;
}

a {
	color:#0f6682;
}

a:hover, a.iehover {
	color: #0f6682;
}

/************************************************ Logo and site name */

#logo {
	float: left;
	margin: 0;
	padding: 0 0 5px 0;
}
#logo img {
	display: block;
	border: 0;
}
#logo h1 {
	margin: 0;
}
#logo a {
	text-decoration: none;
}
.follow-us {
	display:block;
}


/************************************************ Footer */
#footer {
	float: none;
	clear: both;
	margin: auto;
	font-size:11px;
	color: #999;
	background:url(../images/footer-strip.jpg) no-repeat top left;
	padding-bottom: 10px;
}
#footer a {
	color: #666;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer #footer-notes {
	display:block;
	padding:15px 0 0 0;
}



/************************************************ Tables */

table {}

tbody {
	border: none;
}

th {
	border: none;
}

td {
	padding: 3px;
}

/************************************************ Forms */

.form-text, textarea {
	padding: 1px;
	border-width: 1px;
	border-color: #ccc;
	border-style: solid;
	background: #fff;
	color: #000;

}

select {
	border-width: 1px;
	border-color: #ccc;
	border-style: solid;
	background: #fff;
	color: #666666;
	padding: 4px;
	margin-right: 4px;

}

.hr {
	border-top: 1px dashed #999999;
	display: block;
}



.input {
	background: url(/images/input-bg.jpg) no-repeat top left;
	height:29px;
}
.input .inner {
	background: url(/images/input-bg-right.jpg) no-repeat top right;
}

.input-error {
	background: url(/images/input-bg-error.jpg) no-repeat top left !important;
	height:29px;
}
.input-error .inner {
	background: url(/images/input-bg-right-error.jpg) no-repeat top right !important;
}


.input .inner input,
.input-error .inner input {
	border:medium none;
	color:#666666;
	margin:3px 2px 2px;
	padding:4px;
	width:340px;
}
.input .inner input:disabled {
	background: #ffffff;
	color: #cccccc;
}


.textarea {
	background: url(/images/textarea-bg2.jpg) no-repeat top left;
	height: 119px;
}
.textarea .inner {
	background: url(/images/textarea-bg-right.jpg) no-repeat top right;
}

.textarea-error {
	background: url(/images/textarea-bg-error.jpg) no-repeat top left !important;
	height: 119px;
}
.textarea-error .inner {
	background: url(/images/textarea-bg-right-error.jpg) no-repeat top right !important;
}


.textarea textarea,
.textarea-error textarea {
	border:medium none;
	color:#666666;
	height:106px;
	margin:3px 2px 2px;
	padding:4px;
	width:348px;
	font-family:Arial,calibri,Helvetica,sans-serif;
	font-size: 13px;
}


.select-date-field {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #CCCCCC;
	color:#666666;
	padding: 5px 5px 5px 25px;
}

a.dp-choose-date {
	position: absolute;
	/*top: -1px !important;
	top: 7px;
	left: 5px;*/
	
	left: -169px !important;
	left: -172px;
	top:-18px !important;
	top: 2px;
}
*:first-child+html a.dp-choose-date {
	top: 2px !important;
}

.tweeterview-hour {
	margin-left: 4px;
}




/* style for tweeterview form. Havent made global yet as not sure what forms there are across site */
.tweeterview-details .form-title {
	padding-top: 5px;
}



/****************** landing page */
#landingpage {
	width: 381px;
	margin: 150px auto auto;
}





/****************** markse: ajax loading class */
.contentLoading{
	font-family:Calibri,Arial;
	font-size:12px;
	font-weight:bold;
	position:absolute;
	text-align:left;
	/*top:40%;
	left:40%;*/
	top: 130px;
	left: 280px;
	z-index:1000;
}

/****************** contact page */
#contactForm {
	float:left;
}
#contactForm input,
#contactForm textarea {
	border: 1px solid #50ABF0;
	padding: 1px;
}

.contact-title {
	text-align: right;
	
}
#contactForm #q-add-submit {
	border: none !important;
}

/******************** FAQ */

#faq-accordian {
	margin: 0;
	padding: 0;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}

#faq-accordian h2 {
	margin:15px 0 5px 0;
}

#faq-accordian a.click {
	cursor: pointer;
	text-decoration: underline;
	font-weight: bold;
	color: #0297D9;
}

#faq-accordian li {
	list-style: none;
	margin: 0 0 5px 15px;
	padding: 0;
}

#faq-accordian li ul {
	margin: 3px 0 0 15px;
	padding: 0;
}

#faq-accordian li ul li {
	margin: 0;
}

*:first-child+html #faq-accordian li ul {
	display: inline-block;
}

.beta-code {
	background: url(../images/enter-beta-code-bg.jpg) no-repeat;
	width: 220px;
	height: 67px;
	position: relative;
}

.beta-code input {
border:0 none;
padding:4px !important;
position:absolute;
right:14px;
top:25px;
width:160px !important;
}

.signup-field a.help {
left:5px;
position:absolute;
top:0;
}

.whymytwitter {
left:380px;
position:absolute;
top:0;
}

.body-signup {
	text-align: center;
}
.body-signup h1 {
	margin-top: 10px;
}
.body-signup h2 {
	color: #31CAEA;
}

.signup {
	position: relative;
	background: url(../images/twitterview-signup-box.jpg) no-repeat;
	height: 155px;
	width: 543px;
	margin: 10px auto;
}
.nobeta {
	background: url(../images/twitterview-signup-box-no-beta.jpg) no-repeat !important;
	height: 115px !important;
}

.error-msg {
	width: 543px;
	margin: 10px auto;
	background: url(../images/error-icon.png) no-repeat 30% center;
	text-align: center;
	padding: 20px 0;
	border: 1px dashed #c70000;
}
.signup .error-msg {
	text-align: center;
}

.signup .left {
	width: 355px;
	float: left;
}

.signup .right {
	width: 188px;
	float: left;
	text-align: center;
}
.signup .right p {
	font-size: 11px;
	color: #565353;
}

.signup label {
	float: left;
	width: 160px;
	color: #ffffff;
	font-size: 11px;
	text-align: right;
	margin-top: 16px;
	clear: left; /* needing for mac */
}

.signup-field {
	position: relative;
	float: left;
	margin-top: 14px;
}

#create-account-btn {
	display: block;
	border: medium none;
	cursor: pointer;
	background: url(../images/create-account-btn.jpg);
	width: 169px;
	height: 32px;
	margin: 33px 0 0 12px;
}

.nobeta #create-account-btn {
	margin: 15px 0 0 12px;
}

.signup input {
padding:2px;
width:150px;
margin-left:26px;
border: medium none;
}
.signup td {
	padding: 3px;
}

.signup .description {
	line-height: 12px;
}

.signup-optional {
	font-size: 11px;
}
.signup-optional td {
	padding: 0;
}
.signup-optional input {
	width: auto !important;
	padding: 1px;
}
.add-optional {
display:block;
float:left;
padding-left:7px;
width:245px;
}
.hr hr{
	display: none;
}
/*** login page ***/
#main-login {
	background: url(../images/main-login-box.jpg) no-repeat;
	height: 133px;
	width: 346px;
	position: relative;
	float: left;
}
#main-login .username {
color:#FFFFFF;
font-weight:bold;
left:7px;
position:absolute;
top:19px;
}
#main-login .username-input {
left:149px;
position:absolute;
top:15px;
}
#main-login .username-input input {
padding:6px;
width:163px;
border: 0;
}
#main-login .password {
color:#FFFFFF;
font-weight:bold;
left:7px;
position:absolute;
top:60px;
}
#main-login .password-input {
left:149px;
position:absolute;
top: 55px;
}
#main-login .password-input input {
padding:6px;
width:163px;
border: 0;
}
#main-login .login-btn {
bottom:10px;
position:absolute;
right:18px;
}
#main-login-btn {
background:transparent url(../images/main-login-btn.jpg) no-repeat scroll 0 0;
border:medium none;
color:#FFFFFF;
cursor:pointer;
font-size:11px;
height:26px;
text-align:center;
width:82px;
}

.no-account {
	background: url(../images/no-account-box.jpg) no-repeat;
	float: left;
	display: block;
	width: 191px;
	height: 133px;
}
.no-account p {
font-size:14px;
line-height:20px;
padding:27px 16px 0;
}

/******** invite page ********/

#squeeze .invite-page {
	/*width: 590px;*/
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
}

.invite-page .invite-col-left {
	float: left;
	width: 645px;
}

.invite-page .invite-col-right {
	float: left;
	width: 312px;
}

.invite-content {
	padding: 10px;
	font-size: 11px;
}
#intro-to-invite {
	margin: 0 auto;
	width: 490px;
	position: relative;
}

#intro-to-invite .tweeter {
	/*float:left;*/
}
#intro-to-invite .intro {
}
#intro-to-invite .intro h2 {
	line-height: 18px;
}
#intro-to-invite .tweeter .image {
	display:block;
	/*height:66px;*/
	height: 73px;
	width: 77px;
	margin:auto;
	overflow:hidden;
	background: url(../images/invite-avatar-bg.jpg) no-repeat;
	/*width:69px;*/
}
#intro-to-invite .tweeter .image img {
	margin: 0 !important;
	padding: 14px 17px 11px 12px;
	border: 0;
	width: 48px;
	height: 48px;
}

.response {
	position: relative;
	width: 330px;
	margin: 0 auto;
}
.response img {
	margin: 0 !important;
	padding: 0 !important;
}

.response a span {
	display: none;
}
/*
.response a.accept {
	display: block;
	width: 111px;
	height: 33px;
	cursor: pointer;
	border: medium none;
	background: url(../images/invite-accept-btn.jpg) no-repeat top left;
}
.response a.accept:hover {
	background: url(../images/invite-accept-btn.jpg) no-repeat bottom left;
}
*/
.response a.yes {
	display: block;
	width: 111px;
	height: 33px;
	cursor: pointer;
	border: medium none;
	background: url(../images/yes-btn.jpg) no-repeat top left;
}
.response a.yes:hover {
	background: url(../images/yes-btn.jpg) no-repeat bottom left;
}


/*
.response a.no-thanks {
	display: block;
	width: 111px;
	height: 33px;
	cursor: pointer;
	border: medium none;
	background: url(../images/invite-reject-btn.jpg) no-repeat top left;
}
.response a.no-thanks:hover {
	background: url(../images/invite-reject-btn.jpg) no-repeat bottom left;
}
*/
.response a.no {
	display: block;
	width: 111px;
	height: 33px;
	cursor: pointer;
	border: medium none;
	background: url(../images/no-btn.jpg) no-repeat top left;
}
.response a.no:hover {
	background: url(../images/no-btn.jpg) no-repeat bottom left;
}

.response .sub-text {
	font-size: 10px;
	clear:both;
	color:#FF6800;
}

.tweeterview-preview table.invite {
	background:transparent url(/images/tweeter-invite-detail-top.jpg) no-repeat scroll left top !important;
}


.tweeterview-invite-preview {
	background: url(/images/invite-about-box-2-mid.jpg) repeat-y top left;
	width: 237px;
	margin: 0 auto;
	position: relative;
}
.tweeterview-invite-preview table {
	background: url(/images/invite-about-box-2-top.jpg) no-repeat top left;
}

.tweeterview-invite-preview table tbody {
	background: url(/images/invite-about-box-2-bottom.jpg) no-repeat bottom left;
}












/** invite message front page **/

#invite-message-intro {
	width: 583px;
	height: 82px;
	background: url(../images/invite-message-box.jpg) no-repeat;
	position: relative;
	margin: 20px 0;
}
#invite-message-intro .message {
color:#FFFFFF;
float:left;
font-size:14px;
padding-top:17px;
padding-left: 5px;
text-align:center;
width:318px;
}
#invite-message-intro .btn {
float: left;
margin: 5px 0 0 10px;
width: 242px;
}
#invite-message-intro .btn img {
	margin: 0;
}

/** dm link on signup **/
.dm-tweeterview {
	left:380px;
	position:absolute;
	top:82px;
}

.tweeterview-within {
	position: relative;
}

#tstatus {
background:transparent url(../images/pencil.jpg) no-repeat scroll left center;
color:#FF6800;
display:block;
left:582px;
padding:5px 0 3px 41px;
position:absolute;
top:55px;
width:300px;
}
.jstatus {
color:#FF6800;
font-style:italic;
}

.auth {
	text-align: center;
}

/**************************** dashboard ************************************/

/* setting timezone */

#set-timezone {
	margin-bottom: 20px;
}


#set-timezone td {
	padding: 0;
}

#set-timezone h2 {
	color: #60c0e6;
	font-size: 18px;
}

#set-timezone .timezone {
	background: url(/images/timezone-bg.jpg) no-repeat;
	width: 311px;
	height: 35px;	
	margin: 5px 0;
}
#set-timezone .timezone select {
	margin:7px;
	width:290px;
}

#set-timezone .save {
	background: url(/images/save-btn.jpg) no-repeat;
	width: 59px;
	height: 26px;
	border: 0;
	cursor: pointer;
}

/* other */

#dashboard .create {
	padding: 0 7px 10px 7px;
}


/* general block */

#dashboard td {
	padding: 0;
}

.dash-block {
	/*background: url(/images/dashboard-block-grey-body.jpg) repeat-y top left;*/
	color: #000000;
	font-size: 11px;
	width: 278px;
	margin: 0 7px 10px 7px;
}

.dash-block .header {
	/*background: url(/images/dashboard-block-grey-top.jpg) no-repeat;*/
	height: 29px;
	
}
.dash-block .header h3 {
	color: #27b3ed;
	font-size:16px;
	font-weight:bold;
	margin:0;
	padding:9px 0 0 6px;
}
.dash-block .inner {
	/*background: url(/images/dashboard-block-grey-bottom.jpg) no-repeat bottom left;*/
	padding:0 7px;
}
.dash-block .remove {
	margin:5px 0 5px 5px;
}
.dash-block .remove a {
	background: url(/images/dashblock-remove-icon.jpg) no-repeat 0 2px;
	padding: 3px 0 3px 20px;
	color: #787878;
	text-decoration: none;
}
.dash-block .remove a:hover {
	text-decoration: underline;
}

#dashboard .view a {
	color: #ff6800;
	text-decoration: underline;
	font-weight: bold;
}

#dashboard .divider {
	background: url(/images/dashboard-block-inner-divider.gif) repeat-x center left;
	/*padding: 3px 0;*/
}

#dashboard img {
	margin: 0 !important;
}

#dashboard .all {
	text-align: right;
	padding: 0;
}

#dashboard .all a {
	color: #FF6800;
	font-size: 10px;
}

/* right col - lighter */

/*
.right .dash-block {
	background: url(/images/dashboard-block-light-grey-body.jpg) repeat-y top left;
}
.right .dash-block .header {
	background: url(/images/dashboard-block-light-grey-top.jpg) no-repeat;
}
.right .dash-block .inner {
	background: url(/images/dashboard-block-light-grey-bottom.jpg) no-repeat bottom left;
}
*/




/* alert block */

#dashboard .alert .header {
	/*background: url(/images/dashboard-block-header-2.jpg) no-repeat;*/
}
#dashboard .alert .item {
	padding: 3px 0;
}
#dashboard .alert .count {
	color: #ff0000;
}

#dashboard .alert .first-line {
	padding:0;
	/*background: url(/images/dashboard-alert-icon.gif) no-repeat 0 1px;*/
}
#dashboard .alert .first-line a {
	color: #000000;
	text-decoration: none;
}
#dashboard .alert .first-line a:hover {
	text-decoration: underline;
}
#dashboard .alert a:hover {
}



/* happening tweeterviews */

#dashboard li.tweeterview {
	list-style-image:url(/images/arrow-list.jpg);
	margin: 5px 0;
}

#dashboard li.tweeterview .title {
	line-height: 14px;
}

#dashboard li.tweeterview .title a {
	font-weight: bold;
	color: #FF6800;
}
#dashboard li.tweeterview .who {
	color: #666666;
}

/* finished tweeterviews */

#dashboard .finished li.tweeterview {
	list-style-image: none;
	list-style: none;
	margin: 5px 0;
	padding-bottom: 5px;
	background: url(/images/dashboard-block-inner-divider.gif) repeat-x bottom left;
}

#dashboard .finished ul {
	margin: 0;
	padding: 0;
}
#dashboard .finished li.tweeterview .title {
	line-height: 14px;
}
#dashboard .finished li.tweeterview .title a {
	font-weight: bold;
	color: #FF6800;
	text-decoration: underline;
}
#dashboard .finished li.tweeterview .title a:hover {
	
}
#dashboard .finished li.tweeterview .title span,
#dashboard .finished li.tweeterview span span {
	font-style: italic;
	color: #666666;
}

#dashboard .finished .options {
	padding-top: 3px;
}
#dashboard .finished .options img {
	border: 0;
}
#dashboard .finished .options .view,
#dashboard .finished .options .link,
#dashboard .finished .options .twitter {
	padding-right: 5px;
}


/* dashboard message */

#dashboard .message {
	background: url(/images/dashboard-message-bg-body.jpg) repeat-y top left;
	position: relative;
	margin: 10px 0;
}
#dashboard .message .inner {
	background: url(/images/dashboard-message-bg-top.jpg) no-repeat top left;
}
#dashboard .message .inner-inner {
	background: url(/images/dashboard-message-bg-bottom.jpg) no-repeat bottom left;
	min-height: 55px;
	height: auto !important;
	height: 55px;
}

#dashboard .message .text {
	color: #878787;
	margin-top: 10px;
	font-size: 11px;
}

#dashboard .message .message-close {
	position: absolute;
	right:4px;
	width: 10px;
	height: 12px;
	overflow: hidden;
	top:4px;
}
#dashboard .message .message-close a {
	display: block;
	width: 10px;
	height: 12px;
	background: url(/images/message-close-btn.jpg) no-repeat top left;
	text-indent: -9999px;
}
#dashboard .message .message-close a:hover {
	background: url(/images/message-close-btn.jpg) no-repeat bottom left;
}


#dashboard .main {
	background: #e7e6e6 url(/images/dashboard-bg-top.jpg) no-repeat top left;
}
#dashboard .main .main-inner {
	background: url(/images/dashboard-bg-bottom.jpg) no-repeat bottom left;
}


.error {
	background: url(/images/dashboard-message-bg-body.jpg) repeat-y top left;
	position: relative;
	margin: 10px 0;
}
.error .error {
	background:none;
}
.error .inner {
	background: url(/images/dashboard-message-bg-top.jpg) no-repeat top left;
}
.error .inner-inner {
	background: url(/images/dashboard-message-bg-bottom.jpg) no-repeat bottom left;
	min-height: 55px;
	height: auto !important;
	height: 55px;
}

.error .text {
	color: #FF0000;
	margin-top: 10px;
	font-size: 11px;
}

.error .message-close {
	position: absolute;
	right:8px;
	width: 10px;
	height: 12px;
	overflow: hidden;
	top:4px;
}
.error .message-close a {
	display: block;
	width: 10px;
	height: 12px;
	background: url(/images/message-close-btn.jpg) no-repeat top left;
	text-indent: -9999px;
}
.error .message-close a:hover {
	background: url(/images/message-close-btn.jpg) no-repeat bottom left;
}


/********* pagination ********/

#pagination {

}

#pagination a {

}

#pagination a.active {

}

#pagination .inactive {
	color: #cccccc;
}

#pagination .selected {
	font-weight: bold;
	color: #FF7A00;
}

#pagination .number {
}

#pagination a:hover {
	font-weight: bold;
	color: #FF7A00;
}

#pagination .inactive-number {

}

.clear {
	clear: both;
}

/**** translation box *****/

.translate-box{
	background: url(/images/translate-box-bg.jpg) no-repeat left top;
	float: right;
	position: relative;
	z-index: 1;
	margin-right: 3px;
	padding-left: 75px;
}
.translate-box .inner {
	background: url(/images/translate-box-bg-r.jpg) no-repeat right top;
	padding-right: 4px;
}
.translate-box img {
	border: 0;
	margin: 0 !important;
	padding-top: 3px;
}

/******** insert url *******/

input#inserturl {
	background: url(/images/url-input-bg.jpg) no-repeat;
	color: #676767;
	font-size: 11px;
	padding: 6px 3px 7px 5px;
	width: 163px;
	float: left;
	margin-right: 5px;
	border: 0;
}

.inserturlbtn {
	background: url(/images/blue-btn.jpg) no-repeat;
	border: medium none;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	font-size:11px;
	height: 25px;
	margin: 0;
	position: relative;
	text-align: center;
	width: 56px;
	float: left;
}




















