/*buttons*/
.sendit_box_list{
    background: url("images/lists.png") no-repeat scroll 50% 0;
}
.sendit_box_design{
    background: url("images/widget.png") no-repeat scroll  50% 0;
}
.sendit_box_sendnewsletter{
    background: url("images/sendnewsletter.png") no-repeat scroll 50% 0;
}
.sendit_box_fields{
    background: url("images/morefields.png") no-repeat scroll 50% 0;
}
.sendit_box_export{
    background: url("images/export.png") no-repeat scroll 50% 0;
}
.sendit_box_cron{
    background: url("images/cron.png") no-repeat scroll 50% 0;
}

.sendit_box_shop{
    background: url("images/sendit-shop.png") no-repeat scroll 50% 0;
}

.sendit_box_template{
    background: url("images/template.png") no-repeat scroll 50% 0;
}


.sendit_box_menu{
    display: block;
    text-align: center;
    height: 200px;
    width:30%;
    float:left;
    border-radius:5px;
    margin-right: 5px;
    padding:0 10px 0px 10px;;
}

.sendit_box_menu h2{
padding-bottom: 120px;
color: #FF6600;
}
.sendit_actionbuttons{
padding:15px !important;
width:200px !important;
margin-left: 50%;
margin-bottom: 20px;
display:block;
}

.sendit_box_menu a{
padding:10px;
width:200px !important;
display:block;
margin:0 auto;
}



/*
Plugin Name: WP-Digg Style Paginator
Plugin URI: http://www.mis-algoritmos.com/2007/09/09/wp-digg-style-pagination-plugin-v-10/
Author: Victor De la Rocha
Author URI: http://www.mis-algoritmos.com
*/
/*CSS Digg style pagination*/
	#sendit_preview{width:300px;}
	div.pagination {
		padding: 3px;
		margin: 3px;
		text-align:center;
	}
	
	div.pagination a {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #AAAADD;
		
		text-decoration: none; /* no underline */
		color: #000099;
	}
	div.pagination a:hover, div.digg a:active {
		border: 1px solid #000099;

		color: #000;
	}
	div.pagination span.current {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #000099;
		
		font-weight: bold;
		background-color: #21759B;
		color: #FFF;
	}
	div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #EEE;
	
		color: #DDD;
	}
	
.sendit_code{
    background: none repeat scroll 0 0 #f9f9f9 !important;
    font-family: Consolas,Monaco,monospace;
    font-size: 12px;
    outline: medium none;
    width: 70%;
}

.sendit_code textarea:focus {
    background: #ccc !important;
    border-color: #ff9900 !important;
}

.sendit_blackcss{
    background: none repeat scroll 0 0 #000 !important;
    font-family: Consolas,Monaco,monospace;
    font-size: 12px;
    color:#fff;
    outline: medium none;
    width: 70%;
}


.sendit_blackcss textarea:focus {
    background: #333 !important;
    border-color: #ff9900 !important;
}

.campo{background:#f3f3f3; margin-bottom:5px;border:1px dashed #ccc;padding:10px;}

#sortable {
    list-style-type: none;
}


.senditmessage{border: 1px solid;margin: 5px 0px;padding:5px;}
.jobrunning{color: #9F6000;background-color: #FEEFB3;}
.jobdone{color: #4F8A10; background-color: #DFF2BF;}