

/*-------------------------------------------------------------------
  styles copied from the portal (layout.css)
---------------------------------------------------------------------*/
body {
	background-color: #f1f4f7;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0 auto;
	padding-right: 10px;
	padding-left: 10px;
}

body pre {
	font-size: 1.2em;
}

a {
	text-decoration:none;
}

a:link {
	color:#0a5096;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color:#0a5096;
}

a:visited {
	color:#0a5096;
}

#portal-top {
	background:url("verlauf_background.gif") repeat-x scroll 0 0 transparent;
	border-color:#FFFFFF;
	border-style:solid;
	border-width:0 2px;
	/*height:117px;*/
	height:80px !important;
	overflow:hidden;
	position:relative;
}

#portal-top h1 {
	background:url("logo.gif") no-repeat scroll 0 0 #004682;
	height:100%;
	left:0;
	margin:0;
	position:absolute;
	top:0;
	width:219px;
	z-index:111;
}

#portal-top h1 a {
	display: block;
	height: 100%;
	outline: medium none;
	text-decoration: none;
	text-indent: -99999px;
	width: 100%;
}

#portal-top h2, #portal-top h3, #portal-top h4 {
	text-indent:-99999px;
}

#portal-top h3 {
	background:url("/zeichnung.gif") no-repeat scroll 0 0 transparent;
	height:117px;
	left:197px;
	margin:0;
	position:absolute;
	width:100%;
	z-index:222;
}

#portal-top h4 {
	float:right;
	height:117px;
	margin:0;
	width:177px;
	z-index:333;
}


/*-------------------------------------------------------------------
  styles for JustMail
---------------------------------------------------------------------*/

div.justmail_main {
	width: 100%;
	margin: 0;
	background-color: #fff;
}

div.justmail_location {
	padding-left: 1em;
	padding-bottom: 0.3em;
	margin-top: 1em;
	margin-bottom: 0.8em;
	margin-left: 12px;
	margin-right: 12px;
	border-bottom: 1px solid #CDD9DD;
	overflow: hidden;
}

div.location {
	float: left;
}

div.mailactions {
	float: right;
}

div.mailactions a {
	white-space: nowrap;
}

/* status message styles like portal_status_message styles */

div.status_message {
	background: #FFB98A;
	border-bottom: 1px solid #E8EFF1;
	font-size: 90%;
	margin: 0 0.83em 0 1.95em;
	padding: 0.25em 6px 0.4em 19px;
	line-height:133%;
}

div.status_message img {
	border:medium none;
	vertical-align:middle;
}

div.justmail_content {
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 2em;
}


/*-------------------------------------------------------------------
  justmail_login_form
---------------------------------------------------------------------*/

div.justmail_login {
	line-height: 1.4em;
}

div.justmail_login a img {
	border: none;
	vertical-align: middle;
	height: 110px;
}

div.justmail_login div.icon_fields {
	font-size: 100%;
	margin: 0 0 1.66em;
	text-align: left;
	vertical-align: top;
	float: left;
}

div.justmail_login div.cert_icon, div.justmail_login div.loginfields {
	padding: 0.5em;
	vertical-align: top;
}

div.justmail_login div.cert_icon {
	width: 110px;
	float: left;
}

div.justmail_login div.cert_text {
	text-align: center;
}

div.justmail_login div.loginfields {
	padding-left: 130px;
}

div.justmail_login div.clear_row {
	border-bottom: 1px solid #E8EFF1;
	margin: 0 0 0.25em;
	padding: 0 0.1em 0.65em;
	clear: left;
}

div.justmail_login div.row {
	border-bottom: 1px solid #E8EFF1;
	margin: 0 0 0.25em;
	padding: 0 0.1em 0.65em;
}

div.justmail_login div.label {
	font-weight: bold;
	display: inline;
}

div.justmail_login label {
	font-weight: bold;
	display: inline;
}

div.justmail_login div.field {
	margin: 0.2em 0;
}

div.justmail_login div.field input.text {
	width: 26em;
}

div.justmail_login div.help {
	display: none;
}


/*-------------------------------------------------------------------
  justmail_showmail / justmail_deletemail / justmail_composemail
---------------------------------------------------------------------*/

div.maildetails table {
	margin: 0;
}

div.maildetails table td {
	padding: 0.25em;
	padding-right: 0.4em;
	line-height: 100%;
}

div.maildetails table td span.justmail_action {
	margin-left: 0.5em;
	font-size: 90%;
}

div.maildetails table td.justmail_name {
	text-align: right;
	color: #777;
}

div.mailoptions {
	margin-top: 0.8em;
	margin-bottom: 1.2em;
	margin-left: 0;
	padding-left: 1.5em;
	line-height: 180%;
}

div.mailoptions span {
	background: url("lightgreyarrow.gif") no-repeat scroll right center #E8EFF1;
	border-color: #CDD9DD;
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	border-width: thin;
	color: #333333;
	cursor: pointer;
	margin: 1px 0.2em;
	padding: 1px 8px;
	white-space: nowrap;
	width:auto;
}

div.attachments {
	color: #777;
	margin: 1em 1.5em;
	padding: 0.5em;
	padding-top: 2px;
	padding-bottom: 5px;
	border: 1px solid #ccc;
	border-left: none;
	border-right: none;
}

div.attachments span {
	margin-left: 0.3em;
	margin-right: 0.3em;
}

div.attachments span a img {
	border: none;
}

div.mailtext {
	/*clear: left;*/
	margin-left: 0;
	padding-left: 2em;
}

div.mailtext div.signature {
	color: #9f9f9f;
}

div.delete_confirm {
	margin: 1em 1.6em;
	color: #a11b17;
	line-height: 120%;
	font-size: 110%;
	overflow: auto;
}

div.delete_confirm div.msg {
	clear: both;
}

div.delete_confirm div.form {
	float: left;
	margin: 0.8em 0.5em;
}


/*-------------------------------------------------------------------
  justmail_listing
---------------------------------------------------------------------*/

div.listing_main {
	overflow: hidden;
}

div.listmails {
	float: left;
}

div.listmails table {
	border-collapse: collapse;
}

div.listmails table tr.read {
	
}

div.listmails table tr.unread {
	font-weight: bold;
}

div.listmails table tr:hover {
	background-color: #DDE5E8;
}

div.listmails table tr.head:hover {
	background-color: #fff;
}

div.listmails table tr.foot:hover {
	background-color: #fff;
}

div.listmails table th {
	text-align: left;
	color:#0a5096;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #DDE5E8;
	padding: 0.2em 0.4em;
}

div.listmails table td {
	padding: 0.2em 0.4em;
	vertical-align: middle;
}

div.listmails table td.from {
}

div.listmails table td.subject {
}

div.listmails table td.date {
}

div.listmails table a {
	color: #333;
}

div.listmails table tr:hover a {
	text-decoration: underline;
}

div.listmails td.flag_icon img {
}

div.listmails td.attachment_icon img {
}

div.listmails img.empty_icon {
}

span.error {
	/*color: #C11B17;*/
	color: #a11b17;
	margin-left: 0.6em;
}

div.filter {
	float: right;
}

div.filter select, div.filter input {
	margin-left: 0.2em;
	margin-right: 0.2em;
}

div.subfolders {
	margin-left: 0;
	padding-left: 1.5em;
	margin-top: 0.4em;
	margin-bottom: 1em;
}

div.subfolders div {
	margin-top: 1.2em;
}

div.subfolders a {
	margin-left: 0.6em;
}

div.listingBar {
	margin-top: 1.2em;
	text-align: right;
}

div.listingBar a:link {
	color:#0a5096;
}

div.listingBar a:active {
	color:#0a5096;
}

div.listingBar a:visited {
	color:#0a5096;
}


/*-------------------------------------------------------------------
  justmail_index
---------------------------------------------------------------------*/

div.index_accounts {
	margin-left: 0;
	padding-left: 1.5em;
	margin-top: 1em;
	margin-bottom: 1em;
}

div.index_accounts a {
	margin-left: 0.6em;
}


/*-------------------------------------------------------------------
  justmail_error
---------------------------------------------------------------------*/

div.error_body {
	margin-left: 1.4em;
}


/*-------------------------------------------------------------------
  misc / other
---------------------------------------------------------------------*/

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

.nowrap {
	white-space: nowrap;
}
