/* Twiterer Page
________________________________________________________________*/

/*Churper menu*/
#churpermenu {width:292px; height:45px;  margin:0px 1px 0 auto; padding:0; background:url(../img/churper-menu.jpg) no-repeat 0 0;}
#churpermenu li {text-indent:-9999px; float:left; display:inline; margin:0 0 0 3px; padding:0;}
	li#cmdashboard a, li#cmtweets a, li#cmsettings a {width:94px;}
	
#churpermenu li a {height:45px; display:block; background:url(../img/churper-menu.jpg) no-repeat 0 0;}
	li#cmdashboard a:link, li#cmdashboard a:visited {background-position: -3px 0;}
	li#cmdashboard a:hover, li#cmdashboard a:focus {background-position: -3px -45px;}
	li#cmtweets a:link, li#cmtweets a:visited {background-position: -100px 0;}
	li#cmtweets a:hover, li#cmtweets a:focus {background-position: -100px -45px;}
	li#cmsettings a:link, li#cmsettings a:visited {background-position: -197px 0;}
	li#cmsettings a:hover, li#mcmsettings a:focus {background-position: -197px -45px;}
	
body#page-twitterer-twitterer li#cmdashboard a {background-position: -3px -90px;}
body#page-twitterer-tweets li#cmtweets a {background-position: -100px -90px;}
body#page-twitterer-settings li#cmsettings a {background-position: -197px -90px;}


button#turnon-btn, button#turnoff-btn {width:82px; height:29px; border:none; text-indent:-9999px;}

button#turnon-btn {background:url(../img/turnonoff_btn.png) no-repeat 0 0;}
button#turnoff-btn {background:url(../img/turnonoff_btn.png) no-repeat 0 -29px; }

/*reject button*/
button.reject_button {background:url(http://www.churpchurp.com/wp-content/themes/default/img/reject_btn.png) no-repeat 0 0; height:29px; width:82px;  text-indent:-9999px; cursor:pointer; border:none; display:block;}


/*tweets page*/
span.approved{color:darkgreen}
span.rejected{color:darkred}

.usr-style { padding-top:5px;}
.usr-style li.approved { padding-bottom:5px;}

li.rejected, li.approved{padding:10px; font-size:1.0em; border: 1px solid #39F;}
li.rejected, li.approved{background-color:#e6e6e6 !important}
li.approved strong{color:#3A71A9;}

.tweets-container li.rejected p, .tweets-container li.approved p{background-color:#e6e6e6 !important}
.tweets-container{ background:#ddeeff; border-top:2px dashed #5DB1D0; border-bottom:2px dashed #5DB1D0; padding:10px; margin-bottom:5px; width:auto;}

.tweets-container ul li{background-color:#DDEEFF;}
.tweets-container ul{padding:0px;}
.tweets-container li strong{color:#000;}
.tweets-container li p{ font-size:1.0em; background-color:#fff; padding:5px; margin-top:5px;}
.small-column{width:424px; padding:5px;}
div.line_bg{ background: url(../img/line.gif) repeat-y center 0;}

li.list-assign { margin:10px 0; border-bottom:2px dashed #000; padding:5px 0;}


	
	