table.grid {
	border-collapse:collapse;
    border-radius: 5px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
table.grid th {
	cursor:default;
	color:#ffffff;
	background: #188358;
	font-weight: normal;
	font-size:1.1em;
	text-align: center;
	border-right: 1px dotted #cccccc;
	padding: 3px 4px;
	line-height:100%;
	height:30px;
}
table.grid th:last-child {border-right: 0px;border-radius: 0 5px 0 0;}

table.grid th:first-child {
    -moz-border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    border-radius: 5px 0 0 0;
}

table.grid td {padding:5px 4px;border:1px dotted #cccccc;font-size: 1em;}
table.grid td.icons {text-align:center;padding:5px 4px 2px 4px;}
table.grid tr {cursor:pointer;}
table.grid tr.normal {cursor:default;}

table.grid tr.a {background:#ffffff;font-weight: normal;}
table.grid tr.b {background:#ffffff;font-weight: normal;}
table.grid tr.o {background:#feefdb;}
table.grid td.o {background:#feefdb;}
table.grid tr.s {background:#fdfac6;}
table.grid tr.im {}
table.grid td .dots {width:1px;height:16px;padding:0 5px 0px 5px;}
table.grid td a {color:#202020;text-decoration:none;border-bottom:1px dotted #a0a0a0;}
table.grid td a:hover {color:#808080;border-bottom:1px solid #a0a0a0;}
table.grid td a.edit,table.grid td a.del,table.grid td a.go,table.grid td a.copy {border-bottom:0px;}
table.grid .dragHandle {cursor:move;}

table.grid td:first-child {border-left: 0px;}
table.grid td:last-child {border-right: 0px;}
table.grid tr:last-child td {border-bottom: 0px;}

.page-buttons {float:left;margin-top: 10px;}
.insert {font-size: 1em;}

table.grid_account {
	border-collapse: separate;
    border-spacing: 0;
}
table.grid_account th {font-weight: normal;text-align: left;border-bottom: 1px solid #cccccc;border-top: 1px solid #cccccc;padding:8px 5px;}
table.grid_account td {border-bottom: 1px solid #cccccc;padding:8px 5px;}
table.grid_account .dragHandle {cursor:move;}
table.grid_account tbody tr {cursor:pointer;}
table.grid_account td .dots {width:1px;height:16px;padding:0 5px 0px 5px;}
table.grid_account tr.a {background:#ffffff;font-weight: normal;}
table.grid_account tr.b {background:#ffffff;font-weight: normal;}
table.grid_account tr.normal {cursor:default;}

table.grid_account tr:last-child td {
	border-bottom: 0px;
}

.newsletter_settings thead {
	display: none;
}

.newsletter_settings .tl {
	width: 25%;
}

.newsletter_settings .gray {
	width: 25%;
	font-size: .9rem;
}

.newsletter_settings .switch {
	text-align: left;
}