@CHARSET "UTF-8";
.email-manual {
	margin-bottom: 10px;	
}

.email-manual a.file {
	padding-bottom: 10px;	
}

.email-list-item {
	background-color: #eeeeee;
	margin-bottom: 1em;
}

.email-header, .email-list-item-header {
	background-color: #cccccc;
	height: 20px;
	padding: 1em;
	font-weight: bold;
	font-size: larger;
}

.email-list-item > div {
	padding: 1em;
}

.email-list-item-category {
	width: 20%;
	font-weight: bold;
}

.email-list-item-subcategories {
	width: 80%;
}

.email-list-item-subcategories > span {
	margin: 0.2em;
	padding: 0.2em 1em;
	display: inline-block;
}

.email-list-item-subcategories .subscibed {
	background-color: #008c2f; /*#48aa69;*/ /*#008c2f;*/
	color: white;
	
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	/* IE 5-7 */
	filter: alpha(opacity = 100);
	/* Netscape */
	-moz-opacity: 1;
	/* Safari 1.x */
	-khtml-opacity: 1;
	/* Good browsers */
	opacity: 1;
}

.email-list-item-subcategories .unsubscibed {
	background-color: #cccccc; /*#cd5d48;*/ /*#bf1e00*/
	
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	/* IE 5-7 */
	filter: alpha(opacity = 50);
	/* Netscape */
	-moz-opacity: 0.5;
	/* Safari 1.x */
	-khtml-opacity: 0.5;
	/* Good browsers */
	opacity: 0.5;
}

.email-form {
    margin-left: 1em;
}

.email-categories {
	width: 48%;
	margin: 0px;
	margin-right: 2%;
	margin-bottom: 1em;
}

.email-category {
	margin-bottom: 0.75em;
	float: none;
	font-size: small;
}

.email-category span {
	position: relative;
	top: -2px;
}

.email-subcategories {
	margin: 0px;
	padding-left: 1.2em;
	float: none;
}

.email-category-note {
	margin-top: -2px;
}

/* W3 optimalization */

#doDelete {
	margin-right: 10px;
}

form label, form input {
	float: none;
	text-transform: none;
}

input[type="checkbox"] {
	margin: 0px;
}

.left {
    float: left;
    text-align: left;
}

.right {
    float: right;
}

.WN-false {
	display: none;
}