#mailshrimp {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light",
             "Helvetica Neue", sans-serif;
	font-weight: 300;
	padding: 20px;
}

#mailshrimp a {
	cursor:pointer;
}

#mailshrimp h1 {
	font-weight: 600;
	font-size:36px;
	margin-bottom:20px;
}

#mailshrimp small {
	font-size: 20px;
	color: #999;
}

#mailshrimp .information {
	background:#eee;
	border:1px solid #ddd;
	margin-top:20px;
	padding:20px;
	font-size:16px;
	line-height:25px;
	border-radius:5px;
	color:#666;
}

#mailshrimp .information p {
	margin:0px;
}

#mailshrimp strong {
	font-weight:600;
}

#mailshrimp .information input {
}

#mailshrimp .center {
	text-align:center;
	margin-top:20px;
}

#mailshrimp .right {
	margin-top:10px;
	text-align:right;
}

#mailshrimp .big {
	padding: 5px 10px;
	border-radius: 5px;
	line-height:normal;
	font-weight:bold;

}

#mailshrimp #campaigns thead th, #mailshrimp #campaigns tfoot th {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light",
         "Helvetica Neue", sans-serif;
    font-weight:bold;
    height: 30px;
}

#mailshrimp input.classic {
	line-height:normal;
	padding-top:2px;
	padding-bottom:5px;
	width:250px;
}

#mailshrimp #menu {
	text-align:right;
	font-weight:bold;
}

#mailshrimp #settings {
	margin-top:20px;
	font-size:16px;
}

#mailshrimp label {
	font-weight:bold;
	padding-left:5px;
}

#mailshrimp label small {
	font-weight:normal;
	font-size:13px;
	float:right;
	margin-top:6px;
}

#mailshrimp label input.classic {
	display:block;
	margin-top:5px;
	padding:5px;
	width:100%;
}

#mailshrimp .error {
	margin: 0px;
	margin-top: 20px;
	padding: 20px;
	font-size: 16px;
	font-weight: bold;
	color:#C00;
}

#mailshrimp #campaigns table {
	margin-top: 20px;
}

#mailshrimp #campaigns table thead th {
	padding: 6px 14px;
	font-weight:bold;
}

#mailshrimp #campaigns table tfoot th {
	text-align:center;
}

#mailshrimp #campaigns table tfoot th a {
	display:inline;
	padding-right:0px;
	padding-left:0px;
}

#mailshrimp #campaigns table tbody td {
	padding: 8px 14px;
	font-size:15px;
}

#mailshrimp h2 {
	border-top:1px dotted #ccc;
	border-bottom: 1px dotted #CCC;
	padding:20px;
	background: #f6f6f6;
	margin-top:5px;
}

#mailshrimp h2 small {
	font-size:14px;
	font-weight:300;
}

#mailshrimp .blocks li {
	padding: 15px 20px;
	background: #eee;
	border:1px solid #ccc;
	font-size:17px;
	color: #666;
	font-weight:bold;
	border-radius:4px;
	margin-right:10px;
	width:300px;
	float:left;
}

#mailshrimp .blocks li a {
	color:#666;
	text-decoration:none;
}

#mailshrimp .blocks li a:hover {
	color:#777;
}

#mailshrimp .blocks li:hover {
	background: #ddd;
}

#mailshrimp .blocks li small {
	font-size:12px;
	font-weight:300;
	float:right;
	margin-top:3px;
}

#mailshrimp #actions {
	text-align:right;
	margin-top:15px;
}

#mailshrimp #status {
	text-align: center;
	font-weight: bold;
	line-height:0px;
	display: none
}

#mailshrimp #editor label {
	font-size:17px;
}

#mailshrimp #editor label input {
	margin-top:10px;
	font-weight:normal;
}

#mailshrimp .loader {
	margin-right:10px;
	position:relative;
	top:3px;
	display:none;
}

#mailshrimp #start-again {
	text-align:right;
}

#mailshrimp #editor-table td {
	padding-bottom:10px;
}

#mailshrimp #test-mail, #mailshrimp #send-mail, #mailshrimp #schedule {
	display:none;
}

#mailshrimp #analytics {
	font-weight:bold;
	color:black;
	cursor:default;
}

#mailshrimp #analytics a {
	font-weight:normal;
	color:#ccc;
}

#mailshrimp #analytics a:hover {
	font-weight:normal;
	color:#666;
}