
/* ------------------------------------------------------------------ Project Goldfish CSS */
* {
	margin: 0;
	padding: 0;
}

body {
	font: 12px/16px "Arial", verdana, _sans;	
}

p, table {
	margin-bottom: 5px;
}

a {
	text-decoration: none;
}

dl dt {
	float: left;
	clear: left;
	width: 75px;
	text-align: right;
}

dl dd {
	float: left;
	width: 150px;
	margin-bottom: 5px;
	margin-left: 5px;
}

ul li {
	list-style: none;
}

img {
	border: none;
	vertical-align: middle;
}

.button {
	border: 1px solid #eee;
	font-size: 10px;
	padding: 4px 5px;
	background: #8fd3ac;
}

.input, textarea {
	border: 1px solid #999;
	padding: 3px 5px;
	font: 12px/16px "Arial", verdana, _sans;
}

	
/* ------------------------------------------------------------------ Headings */

h1 {
	color: #3366cc;
	border-bottom: 1px dotted #3366cc;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

h2 {
	color: #999;
	margin-bottom: 10px;
}

div#content_area h2 {
	color: #3366cc;
	border-bottom: 1px dotted #3366cc;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

h3 {
	color: #3366cc;
	margin-bottom: 8px;
}

/* ------------------------------------------------------------------ Errors */

.success_box {
	border:1px solid #004D00;
	background:#D4EEAB;
	padding:4px;
}

.error_box {
	border:1px solid #C50312;
	background:#E3BEBF;
	padding:4px;
}

.warning_box {
	border-bottom: 1px solid #F9C001;
	border-top: 1px solid #F9C001;
	background: #fff url(../images/warning.jpg) 5px 5px no-repeat;
	padding: 8px 4px 8px 45px;
	margin-bottom: 12px;
}

.warning_box ul {
	padding:0 0 5px 20px;	
	font-weight:bold;
	color:#BB0715;
}

.error {
	color:#C50312;
}

.input_error {
	border:2px solid #C50312;
}

/* ------------------------------------------------------------------ Main layout */

div#wrapper {
	width: 720px;
	margin: 0 auto;
	padding-top: 80px;
	text-align: justify;
	background: url(../images/logo.jpeg) left 20px no-repeat;
}

div#front_wrapper {
	width: 400px;
	margin: 0 auto;
	padding-top: 80px;
	text-align: justify;
	background: url(../images/logo.jpeg) left 20px no-repeat;
}

div#content_area {
	background: #adc8fe;
	padding: 15px;
	border: 1px solid #acbcdb;
	min-height: 250px;
}

div#footer_backoffice {
	padding-top: 50px;
	color: #fff;
	font-size: 9px;
	clear: both;
}

/* ------------------------------------------------------------------ Nav */

ul#nav {
	margin: -15px 0 0 0;
	height: 20px;
	background: #3366cc;
}

ul#nav li {
	list-style: none;
	float: left;

}

ul#nav li a {
	color: #fff;
	display: block;
	padding: 2px 20px;
	text-decoration: none;
	border-right: 1px solid #fff;
}

ul#nav li.login a {
	border: 0;
}

ul#nav li a:hover {
	background: #d0dcf4;
	color: #3366cc;
}

/* ------------------------------------------------------------------ Login */

div#login_form {
	width: 400px;
	margin: 0 auto;
}

div#login_form dl {
	float: left;
}

div#login_form dl dt {
	float: left;
	width: 120px;
	text-align: right;
	clear: left;
	margin: 0;
}

div#login_form dl dd {
	float: left;
	width: 200px;
	margin: 0 0 5px 10px;
}

div#login_form a {
	clear: both;
	float: left;
}

/* ------------------------------------------------------------------ Manage jobs */

div#edit_job {
	width: 300px;
	float: left;
	border-right: 1px solid #3366cc;
}

div#add_job {
	width: 250px;
	float: left;
	margin-left: 100px;
}

/* ------------------------------------------------------------------ File upload */

div#upload_form {
	margin-top: 10px;
}

/* ------------------------------------------------------------------ Bins */

div#bin_list {
	float: left;
	clear: both;
	border-top: 1px dotted #3366cc;
	padding-top: 20px;
	margin-top: 20px;
	width: 690px;
}

div#select_bin {
	width: 300px;
	float: left;
}

.show {
	display:block;
}

.hide {
	display:none;
}

img.calendar_icon {
	cursor:pointer;
}

table#bin thead tr th {
	width:200px;
	text-align:left;
	background:#EEE;
	padding:3px;
}

table#bin tbody tr {
	width:200px;
	text-align:left;
	background:#ccc;
	padding:3px;
}

table#bin tbody tr td {
	padding:6px;
	vertical-align:text-top;
	border-bottom:1px solid #EEE;
}

table#bin tbody tr.bin_items {
	background: #dce4f2;
}

/*--------------------------------------------------------------- Upload invitation */

dl#invitation dd, dl#email_edit dd {
	width: 400px;
}

dl#invitation dd.template {
	background: #dce4f2;
	padding: 4px;
	width: 540px;
}

/*--------------------------------------------------------------- Email editor */

span.template_editable {
	color:#32579F;
}

/*--------------------------------------------------------------- Clear jobs */

table#clear_job {
	width: 580px;
}

table#clear_job tr td {
	padding: 5px 8px;
	background: #dce4f2;
	border-bottom: 1px solid #fff;
}

table#clear_job tr th {
	background:#EEE;
	padding: 6px 10px;
}


/*-------------------------------------------------------------------- OVERLIB */
.overlib_caption {
	padding:6px 8px;
	color:#FFFFFF;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-color:#5D7387;
	border:2px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	width:300px;
	margin:0;
}

.overlib_text {
	background-color:#CCCCCC;
	border:2px solid #FFFFFF;
	border-top:0;
	padding:8px 8px 12px 8px;
	color:#333333;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:17px;
	width:300px;
	margin:0;
}

.overlib_bgclass, .overlib_fgclass {
	width:300px;
	margin:0;
}

/*-------------------------------------------------------------------- zipBatch */

.recipInput {
	border: 1px solid #FFFFFF;
	background-color: #C9FEAE;
	padding: 5px 0px 0px 0px;
	width: 98%;
	overflow: hidden;
	margin-bottom: 5px;
}

.recipSubmit {
	padding: 5px 12px 0px 80px;
	margin-bottom: 10px;
	clear: both;
}

.zipBatchContainer {
	border: 1px solid #FFFFFF;
	background-color: #C9FEAE;
	padding: 10px;
	margin-top: 10px;
}

.xlink {
	font-weight: bold;
	color: #000000;
	cursor: pointer;
}

.zipBatchLoader {
	padding: 10px;
	text-align: center;
}

.addRecipient {
	margin-top: 5px;
}

.zipBatchSuccess {
	padding: 10px;
	text-align: center;
}

.zipBatchSuccess a {
	color: #2B7E02;
	font-weight: bold;
}