/* GENERAL */
html {
	height: 100%;
}

body {
	height: 100%;
    margin: 0px;
    padding: 0px;
    background-color: white;
    background-image: url('../images/background.gif');
    text-align: center;
}

body, td, input, select, textarea {
    font-size: 12px;
    font-family : Tahoma, Verdana, Arial, Sans-serif;
}

td {
    text-align: left;
}

input, select, textarea {
    font-size: 12px;
	color: white;
	border: 1px solid black;
	background-color: #cddfb0;
	padding: 2px;
	color: #333333;
}

select {
	padding: 1px;
	font-weight: normal;
	font-size: 12px;
}

input.checkbox_radio {
	border: none;
	background-color: transparent;
}

form {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

a {
	text-decoration: underline;
    color: #808080;
}

a:hover {
	color: #CCCCCC;
}

/* LOGIN */
#login {
	border: 1px dashed #3a4a1d;
	background-color: #f0f5e4;
	width: 277px;
	text-align: center;
	padding: 30px;
    font-size: 11px;
    color: #3a4a1d;
    margin: 0px auto;
	margin-top: 20px;
}

#login img {
	border: 1px #3a4a1d solid;
	width: 275px;
	height: 139px;
	margin-bottom: 20px;
}

#login form {
	width: 255px;
	border: 1px solid #3a4a1d;
	background-color: #dfeac8;
	text-align: left;
	font-weight: bold;
	padding: 10px;
	color: #3a4a1d;
	margin-bottom: 30px;
    font-size: 12px;
}

#login form input {
	font-weight: normal;
	width: 248px;
}

#login form input#submit {
	width: 125px;
	position: absolute;
	margin-top: 25px;
	margin-left: 140px;
	font-weight: bold;
}

#login div#license_check {
	width: 255px;
	border: 1px solid #3a4a1d;
	background-color: #dfeac8;
	text-align: left;
	padding: 10px;
	color: black;
    font-size: 12px;
}

/* INSTALL */
#install {
	border: 1px dashed #3a4a1d;
	background-color: #f0f5e4;
	width: 584px;
	text-align: center;
	padding: 30px;
    font-size: 11px;
    color: #3a4a1d;
    margin: 0px auto;
	margin-top: 20px;
}

#install img {
	border: 1px #3a4a1d solid;
	width: 580px;
	height: 139px;
	margin-bottom: 20px;
}

#install form {
	margin: 0px;
	padding: 0px;
	text-align: right;
}

#install #section_left {
	float: left;
	width: 255px;
	border: 1px solid #3a4a1d;
	background-color: #dfeac8;
	text-align: left;
	font-weight: bold;
	padding: 10px;
	color: #3a4a1d;
	margin-bottom: 30px;
    font-size: 12px;
}

#install #section_right {
	float: right;
	width: 255px;
	border: 1px solid #3a4a1d;
	background-color: #dfeac8;
	text-align: left;
	font-weight: bold;
	padding: 10px;
	color: #3a4a1d;
	margin-bottom: 30px;
    font-size: 12px;
}

#install form h1 {
	margin: 0px;
	margin-bottom: 10px;
	color: black;
    font-size: 18px;
    font-weight: bold;
    font-family : Tahoma, Verdana, Arial, Sans-serif;
}

#install form input {
	font-weight: normal;
	width: 248px;
}

#install form input#submit {
	width: 125px;
	font-weight: bold;
}


/* ADMIN */
#container {
	height: 100%;
	border-left: 1px black solid;
	border-right: 1px black solid;
	background-color: white;
	width: 750px;
    margin: 0px auto;
    margin-top: 0px;
    background-image: url('../images/header.jpg');
    background-repeat: no-repeat;
    background-position: left top;
    display: table;
}

#container #header {
	width: 100%;
	height: 140px;
	background-color: transparent;
}

#container #logout {
	float: right;
	margin-right: 3px;
	margin-top: -72px;
	width: 230px;
	height: 18px;
	text-align: right;
}

html>body #container #logout {
	margin-right: 5px;
}

#container #logout img {
	margin-left: 10px;
	float: right;
}

#container #logout #username {
	float: right;
	text-align: right;
	margin-top: 2px;
	font-weight: bold;
}

/* MENU */
#menu {
	margin-top: -22px;
	margin-left: 45px;
	float: left;
	height: 22px;
	font-family: Arial;
	width: 650px;
	border-left: 1px black solid;
	z-index: 99999999;
}

html>body #menu {
	margin-left: 88px;
	border-left: 0px;
}

#menu li:hover, #menu li.hover {
    position: static;
}

#menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	border-left: 1px black solid;
}

#menu img {
	float: left;
	padding-right: 10px;
	background-color: #dfeac8;
	padding: 2px;
	margin-right: 5px;
}

/* FIRST LEVEL ITEMS */
#menu ul a {
	display: block;
	text-decoration: none;
	color: black;
	padding: 0px;
}

#menu ul li {
	font-size: 12px;
	background-color: #b5ca92;
	border: 1px black solid;
	font-weight: bold;
	float: left;
	padding: 0px;
	margin-left: -1px;
}

#menu ul li a {
	background-color: #b5ca92;
	color: black;
	width: 80px;
	padding: 4px;
}

#menu ul li a:hover {
	color: black;
	background-color: #dfeac8;
}

/* SECOND LEVEL ITEMS */
#menu ul li ul {
	width: 180px;
	position: absolute;
	background: white;
	margin-left: -1px;
	border-top: 1px black solid;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#menu ul li ul li {
	width: 180px;
	text-align: left;
	background-color: white;
	border-top: 0px;
}

#menu ul li ul li a {
	background: white;
	width: 180px;
	padding: 0px;
	color: #3a4a1d;
	font-size: 12px;
	line-height: 20px;
}

#menu ul li ul li a:hover {
	color: #3a4a1d;
}

#menu ul li ul li a:hover {
    background-color: #dfeac8;
}

/* THIRD LEVEL ITEMS */
#menu ul li ul li ul {
	margin: -21px 0px 0px 180px;
	padding-right: 1px;
}

#menu ul li ul li ul li {
	font-size: 10px;
	text-align: left;
	padding-right: 0px;
}

#menu ul li:hover ul ul, #menu ul li.sfhover ul ul {
	left: -999em;
}

/* lists nested under hovered list items */
#menu ul li:hover ul, #menu ul li li:hover ul, #menu ul li.sfhover ul, #menu ul li li.sfhover ul {
	left: auto;
}

/* BAR */
#bar {
	background-color: #EEEEEE;
	margin: 5px;
	border: 1px #AAAAAA solid;
	text-align: left;
	height: 54px;
	line-height: 21px;
}

#bar img {
	border-right: 1px #AAAAAA solid;
	float: left;
	padding: 3px;
	background-color: white;
}

#bar h1 {
	font-size: 21px;
	padding-left: 10px;
	padding-top: 2px;
	float: left;
}

/* CONTENT */
#content {
    width: 720px;
    margin: 15px;
    margin-top: 20px;
    display: table;
}

#content .data, #content .about {
	border-collapse: collapse;
	border: solid 1px #CCCCCC;
	width: 100%;
}

#content .about td {
	border: solid 1px #CCCCCC;
	padding: 8px;
	text-align: left;
}

#content .data td, #content .data th {
	border: solid 1px #CCCCCC;
	padding: 3px;
	text-align: center;
}

#content .data tr.odd {
	background-color: #f9f9f9;
}

#content td.icon {
	width: 16px;
}

#content td.empty {
	width: 10px;
}

#content #submenu {
	margin-bottom: 20px;
	display: block;
	width: 100%;
}

#content #submenu td {
	text-align: left;
}

#popup_content {
	display: table;
	margin: 14px;
	padding: 15px;
	text-align: left;
	background-color: white;
	border: 1px #CCCCCC solid;
}

#popup_content h3 {
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	margin: 0px;
	padding: 0px;
}

#popup_content h4 {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

#popup_content #spacer {
	width: 100%;
	height: 1px;
	margin-top: 5px;
	margin-bottom: 10px;
}

div.help {
	background-color: #EEEEEE;
	border: 1px dashed #CCCCCC;
	text-align: left;
	padding: 3px;
	display: table;
}

#progressbar_background {
	height: 50px;
	width: 507px;
	text-align: left;
	background-image: url('../images/progressbar_background.gif');
	padding-left: 7px;
	padding-top: 10px;
	margin: 0 auto;
}

#progress {
	background-image: url('../images/progress.gif');
	width: 0px;
	height: 15px;
}

#busy_sending, #done_sending {
	width: 514px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #999;
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
}

#done_sending, #bounced {
	margin-top: 20px;
	margin-bottom: 20px;
	display: none;
}

#loading {
	width: 514px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #999;
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
}

td.stats_detail {
	font-size: 11px;
	margin-left: 4px;
	color: #666666;
	text-align: center;
}

td.gray {
	color: #333333;
}

div.stats_bar {
	background-color: #E9E9E9;
	height: 12px;
	width: 350px;
	border: 1px #CCCCCC solid;
}

div.stats_bar_percent {
	background-color: #6793C1;
	height: 12px;
	width: 0px;
	border: 1px #516AA1 solid;
	margin-left: -1px;
	margin-top: -1px;
}

td.template_preview img.img {
	width: 160px;
	height: 120px;
	border: 1px black solid;
	margin-bottom: 5px;
}

td.template_preview {
	text-align: center;
}

