/*
  File: theme_macnews.css
  Media type: screen
  
  Abbreviations: 
  fL = floatLeft
  fR = floatRight
  alLeft = alignLeft
  alRight = alignRight
  alt = alternate
  mod = modification
*/

/*   
    ##########    GENERAL DEFINITIONS    ############ 
*/

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif; 
}

html {
height: 100%;
}
body {
padding: 0 20px;
background: #7CA7D1 url(/mbstatic/img/bg_body.gif) top left repeat-x;
font-family: "Lucida Grande", Verdana, Arial, sans-serif;
font-size: 63%;
min-width: 960px;
color: #000;
}
/*
    Links
*/
a,
span.ajaxfakelink {
	text-decoration: none;
	color: #06C; 
}
a:hover,
span.ajaxfakelink:hover { 
	text-decoration: underline; 
}
span.ajaxfakelink:hover { 
    cursor: pointer;
}
a:active	{ 
	color: #39F; 
}

/*
   Images
*/

img {
    border: 0;    
}

/*
    Lists
*/
ol {
	list-style: none; 
}
ul li {
	list-style: none;
}

/*
    Tables
*/
table {
	border-collapse: collapse;
	border-spacing: 0;
	caption-side: top;
	empty-cells: show;
}
td, th {
	vertical-align: top;
	text-align: left;
}

/*
    Forms
*/
fieldset {
	border: 0 solid transparent; /* 'solid transparent' required by Opera */
}
legend {
	color: #000; /* IE/Win does not inherit color */
}
optgroup {
	font-style: normal;
	font-weight: bold;
}

/*
    global
*/

.flLeft {
	float: left;
}
.flRight {
	float: right;
}
.clrAll {
	clear: both;
	height: 0;
}
.clrLeft {
	clear: left;
	height: 0;
}
.clrRight {
	clear: right;
	height: 0;
}
.nowrap {
	white-space: nowrap;
}
.wrap {
    white-space: normal;	
}
.alLeft {
	text-align: left;
}
.alRight {
	text-align: right;
}
.alTop {
	vertical-align: top;
}
.alCenter {
	text-align: center;
}
.noPadLeft {
	padding-left: 0;
}
.hide {
	display: none;
}
/*  alternate (=alt) background-color */
.alt {
	background-color: #F8F9FC;
}

/*
        ERROR HANDLING
*/

p.errorMsg,
span.errorMsg {
	color: #F43133;
}




/*
			###########     PAGE STRUCTURE      ###############
*/

#wrapper {
    height: 100%;
	width: 960px;
	background: #FFF url(/mbstatic/img/bg_marginal.gif) right repeat-y;
    display: inline-block;
}




#header { 
	position: relative; 
	height: 178px; 
	width: 960px;
	background: #5091CA; 
}
#header img {
    height: 139px;
    width: 960px;
}

#header h1 {
    padding: 40px 0 0 40px;
    color: #FFF;
    font-size: 4em;
    font-weight: normal;
}


/* 
		SITE NAVIGATION
*/
ul#sitenavi { 
	position: absolute; 
	bottom: 0px; 
	width: 960px;
	height: 39px; 
	background: #CCC url(/mbstatic/img/bg_sitenav.gif) top left repeat-x; 
}

ul#sitenavi li { 
	float: left; 
	font-size: 1.1em; 
	font-weight: bold; 
	text-align: center; 
}
ul#sitenavi li.first {
    margin-left: 7px;
}

ul#sitenavi li a { 
	display: block; 
	height: 27px;
	padding: 12px 20px 0 20px; 
	text-decoration: none;
	color: #000; 	
}

* html ul#sitenavi li a { 
	width: 1px; 
} /*PC IE */

ul#sitenavi li a:hover { 
	background: transparent url(/mbstatic/img/bg_sitenav_hi.gif) repeat-x; 
}
ul#sitenavi li a.selected	{
	background: transparent url(/mbstatic/img/bg_sitenav_hi.gif) repeat-x; 
}

div#container { 
	overflow: hidden;
	display: inline-block;
	width: 960px;
	padding-top: 20px;
	background: #FFF url(/mbstatic/img/bg_marginal.gif) right repeat-y;
	font-size: 1.1em;
}
div#content { 
	float: left;	
	width: 750px;    
	padding: 0 0 20px 25px; 
}
div#marginal {
	float: left;
	width: 175px;
	padding-left: 10px;
	display: inline-block;
}



/*	
  ###########################       MODULES (within content)    ############################
  
*/

/*
    Breadcrumb navigation
*/
p.breadcrumb {
    background-color: #EBF5FF;
    padding: 8px;
    margin: 0 8px 20px 0;
}
p.breadcrumb a {
    font-weight: bold;
    color: #06C;
}


/*          
				HEADLINES & PARAGRAPHS               
*/

#container h2 {
	padding-bottom: 6px;
	color: #000;
	font-weight: normal;
	font-size: 2.2em;
	line-height: 1em;
}
#container h3 {
	color: #000;
	font-size: 1em;	
}

#container p.intro {
    margin-bottom: 10px;
    padding: 0 20px 15px 0;
    width: 720px;
	line-height: 1.3em;
	border-bottom: 1px solid #CCC;
}


/*
		PAGER
*/

.pager {
	overflow: hidden;
	height: 1%;
	margin: 0 10px 0 7px;
	padding: 6px 0 8px 0;
}

.pager span.backward {
	float: left;
}
.pager span.forward {
	float: right;
}
.pager form {
	float: left;
	padding-left: 110px;
	margin-right: 13px;
}
.pager ul li {
	float: left;
	color: #06C;
	margin-right:5px;
	width: 24px;
	height: 20px;
	text-align: center;
	line-height: 1.7em;
}
.pager ul li a {
	border: 1px solid #E4EBEE;
	background-color: #F9FBFC;
	display: block;
	width: 24px;
	height: 20px;
}
.pager ul li a:hover {
	color: #FFF;
	background-color: #06C;
	text-decoration: none;
}
.pager ul li.selected a {
	color: #FFF;
	background-color: #06C;
}
.pager img {
	margin-left: 3px;
}

.pager-btmLine {
   	border-bottom: 1px solid #E4EBEE; 
    margin-bottom: 14px;
}

/*
            MINIBLOG
*/

.blogentry {
    overflow: hidden;
    width: 740px;
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #CCC;
}
#container .blogentry h3 {
    font-size: 1.5em;
    line-height: 1.7em;
}
.blogentry-content {
    float: left;
    width: 590px;
    overflow: hidden;
}
.blogentry-content img {
    float: left;
    padding: 8px;
    margin: 0 12px 12px 0;
    max-width: 560px;
    border: 1px solid #CCC;
}
.blogentry-content p {
    padding-right: 15px;
}
.blogentry-content a {
    text-decoration: underline;
}
.blogentry-nav {
    float: left;
    width: 150px;
}
.blogentry-nav h4 {
    font-weight: normal;
    font-size: 1em;
}
.blogentry-nav p {
    padding-bottom: 8px;
}
.blogentry-nav a {
    font-weight: bold;
}

/*
		BLOG COMMENTS
*/
h4.comments {
    font-size: 1.2em;
    padding-bottom: 8px;
}

ul.comments {
    margin-bottom: 20px;
	width: 574px;
	border-top: 1px solid #CCC;
}
ul.comments li {
	display: block;
	clear: both;
	overflow: hidden;
	height: 1%; /* IE6 */
	border-bottom: 1px solid #CCC;

}
ul.comments div.commentcontent {
	float: left;
    width: 447px;
    padding: 10px 10px 0 0;
}
ul.comments img {
	float: left;
	padding: 10px;
}

ul.comments img.delete {
	float: left;
	padding: 0;
	margin: 10px 0 0 0;    
}
ul.comments h5 {
    font-size: 1.3em;
}
ul.comments p {
	padding-bottom: 10px;
	width: 485px;
	float: left;
}
ul.comments p a {
    font-weight: bold;
}
ul.comments p.commenttext {
/*	display: none; */
	
	width: 480px;
	margin-top: 5px;
	margin-left: 55px;
	_margin-left: 27px;
	padding: 10px 20px 20px 0;
	border-top: 1px dotted #CCC;
	_border-style: solid;
}
ul.comments li.editmode p.commenttext {
		margin-left: 70px;
	_margin-left: 35px;
		width: 465px;
}

form.comments .formrow {
    width: 700px;
}

form.comments label {
    padding-left: 0;
    padding-top: 6px;
}
form.comments .extralong {
    width: 400px;
}
form.comments .height2 {
    height: 130px;
}
form.comments .btn {
    margin-top: 4px;
    margin-left: 0;
}


/*
            FILEBROWSER
*/

.filebrowser-maxi {
    width: 745px;/*IE?*/
    width: 742px;
    margin-bottom: 10px;
    overflow: hidden;
    border-bottom: 1px solid #CCC; 
}
.filebrowser-maxi .item {
    float: left;
    width: 247px;
}

.filebrowser-maxi h3 {
    margin-bottom: 4px;
    width: 224px;
}
.filebrowser-maxi h3:hover {
    background: #FFEDD5;
}
.filebrowser-maxi .item .file {
    overflow: hidden;
    width: 220px;
    height: 147px;
    border: 2px solid #D0E3FF;
    background: #EEE no-repeat;
    text-align: center;
}
.filebrowser-maxi .item .file:hover {
    border: 2px solid #FFEDD5;
}
.filebrowser-maxi .item .file img {
    height: 147px;
}

.filebrowser-maxi .item p.desc {
    overflow: hidden;
    padding: 3px 5px 9px 5px;
    width: 214px;
    height: 37px;
    border-bottom: 1px dotted #D8E2F2;
    _border-style: solid;
}
.filebrowser-maxi .item p.desc:hover {
    background: #FFEDD5;
}

.filebrowser-maxi .item p.info {
    padding: 3px 5px 15px 5px;
    width: 214px;
    height: 46px;
    color: #666;
}
.filebrowser-maxi .item p.info a,
.filebrowser-maxi .item p.info span.ajaxfakelink {
    line-height: 2.3em;
}

/* edit filename */
.filebrowser-maxi .filename-edit {
    overflow: hidden;
    padding: 4px;
    width: 216px;
    color: #999;
    background: #FFEDD5;
}


/* edit file */
.filebrowser-maxi .file-edit {
    overflow: hidden;
    width: 247px;
    color: #999;
    background: #FFEDD5;
}
.filebrowser-maxi .file-edit img.trash {
    margin-top: 4px;
    margin-left: 2px;
}
.filebrowser-maxi .file-edit img.pencil {
    margin-top: 90px;
    margin-left: 2px;
}
.filebrowser-maxi .file-edit img.page {
    margin-top: 4px;
    margin-left: 2px;
}
.filebrowser-maxi .file-edit img.page-only {
    margin-top: 130px;
    margin-left: 2px;
}
.filebrowser-maxi .file-edit .file {
    border: 2px solid #FFEDD5;
    float: left;
}

/* edit description */
.filebrowser-maxi .desc-edit {
    overflow: hidden;
    padding: 4px;
    width: 216px;
    color: #999; 
    background: #FFEDD5;
}

/* TODO: colours */
.statuscolor1 {
    color: #090; /* green*/
    font-weight: bold;
}
.statuscolor2 {
    color: #AD3333; /* violett */
    font-weight: bold;
}
.statuscolor3 {
    color: #F60; /* orange */
    font-weight: bold;
}

/*
            GALLERY DETAIL
*/
span.picpager {
    float: left;
    margin-top: 4px;
}

#container h2.pictitle {
    float: left;
    width: 670px;
    margin-left: 5px;
    margin-bottom: 5px;
    padding: 5px;
    font-size: 1.8em;
}

h2.pictitle:hover {
    background-color: #FFEDD5;
}
/* edit filename */
.pic-filename-edit {
    overflow: hidden;
    margin-left: 5px;
    padding: 4px;
    width: 400px;
    color: #999;
    background: #FFEDD5;
}


div.picdetail {
    clear: left;
    width: 740px;
    background: #F8F9FC url(/mbstatic/img/bg_fotodetail.gif) top left no-repeat;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    text-align: center;
}

div.picdetail .imgCont {
    margin: 0 auto;
    height: 480px;
    width: 640px;
    overflow: hidden;
    padding-top: 35px;
    text-align: center;
    margin-left: 50px;
}
div.picdetail img {
    margin: 0 auto;
    max-height: 480px;
    max-width: 640px;
}

p.picdesc {
    margin-top: 30px;
    padding: 2px 35px 20px 35px;
    text-align: left;
}

p.picdesc:hover {
    background-color: #FFEDD5;
}
.picdetail div.desc-edit {
    overflow: hidden;
    _display: inline-block;
    margin-top: 30px;
    padding: 2px 35px 10px 35px;
    background-color: #FFEDD5;
    text-align: left;
}


/*
        TAGCLOUD (GALLERY)
*/
ul.tagcloud {
    margin: 3px 0;
    float: left;
    width: 530px;
}

ul.tagcloud li {
    display: block; 
    float: left;
    font-weight: bold;
    margin: 2px 2px;
    padding: 0 3px;
    line-height: 1.7em;
}

ul.tagcloud a:hover,
ul.tagcloud span.ajaxfakelink:hover,
ul.tagcloud li:hover,
ul.tagcloud li:hover a,
ul.tagcloud li:hover span.ajaxfakelink,
ul.tagcloud li.selected a,
ul.tagcloud li.selected span.ajaxfakelink,
ul.tagcloud li.selected {
    color: #FFF;
    background-color: #06C;
    text-decoration: none;
}


/*
        BOX
*/

.box {
	overflow: hidden;			 /* non-IE */
	width: 730px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border: 5px solid #D0E3FF;
}
.box-editmode {
	border-color: #FFEDD5;
}

/*
		LOGIN
*/

#login .formrow {
    width: 550px;
}

#login .btn {
    margin-top: 4px;
    margin-left: 0;
}


/*
     ###########################       FORMS (within content)      ############################
  
*/

textarea,
select,
input {
	font-size: 1em;
	border: 1px solid #CCC;
}

input {
	padding: 3px 0 0 3px;
	height: 16px;	
}
input.checkbox {
	border: 0;
	padding: 0;
}
input.radiobtn {
	border: 0;
	padding: 0;
}
select {
	padding: 1px 0 0 0;
	height: 19px;
}
select.multiple {
    height: auto;
    padding: 1px 0 0 2px;
}
textarea {
	padding: 3px 0 0 3px;    
}
/*    FORM IN BOX-CONTAINER */
.box fieldset {
	margin: 7px 10px 15px 10px;
	border-top: 0;
	border-bottom: 1px solid #EEE;
}

.box fieldset legend {
	padding: 4px 0 8px 6px;
	color: #000;
	font-size: 1em;
	line-height: 1em;
	font-weight: bold;
}
.box .formrow {
	border-top: 1px solid #EEE;
	width: 710px;
}


.formrow {
	overflow: hidden;		/* non-IE */
    display: inline-block;
}

.formrow label {
	display: block;
	float: left;
	width: 168px;
	padding: 8px 0 5px 6px;
	padding: 8px 0 8px 6px;			/*FIX IE 7*/
}
.formrow label.additional {	/* right from checkboxes etc. */
	width: auto;
	padding-left: 0;
}
.formrow label.radio {	/* right from radiobutton */
	width: auto;
	padding-left: 0;
	margin-right: 20px
}
.formrow input,
.formrow select {
	float: left;
	margin: 4px 8px 4px 0;	
}
.formrow input.checkbox {
	margin: 7px 8px 5px 0;
	height: 16px;
	width: 16px;
	padding: 0;
}
.formrow input.radiobtn {
	margin: 7px 3px 5px 0;
	padding: 0;
}
.formrow textarea {
    margin: 4px 0;
}
.formrow input.upload {
    padding: 0;    
    height: auto;
}

/*  SIZES FOR FORMELEMENTS */
textarea.height1 {
    height: 50px;
}
textarea.height2 {
    height: 65px;
}
textarea.height3 {
    height: 80px;
}
textarea.height4 {
    height: 300px;
}

form .short {
	width: 67px;
}
form .medium, 
input.medium {
	width: 147px;
}
form .long,
input.long {
	width: 225px;
}
table.picdetail input.long {
  margin: 2px 0 0 0;
  width: 200px;
}
table.picdetail input.extralong {
  margin: 2px 0 0 0;
  width: 500px;
}
form .extralong {
	width: 304px;
}
form .superlong {
    width: 520px;
}
.formrow select.short {
	width: 72px;
}
.formrow select.medium {
	width: 150px;
}
.formrow select.long {
	width: 229px;
}
.formrow select.extralong {
	width: 308px;
}
.formrow select.superlong {
	width: 524px;
}

.formrow .lightTxt {
	color: #666;
}

/*
			ERROR HANDLING
*/

.formrow .errorMsg {
	display: block; 
	float: right;
	overflow: hidden;
	padding: 8px 0 0 0;
	width: 170px;
	color: #F43133;
}

.formrow span.error {
	float: left;
	margin-right: 1px;
	border: 4px solid #F43133;
}

.formrow span.error input,
.formrow span.error select {
	margin: 0;
}


/*
			IMAGES/ICONS IN FORMS
*/

.formrow img {
	float: left;
	margin: 8px 0 0 0;
}
.formrow img.mod {
	float: right;
	padding-right: 30px;
}

/*
        FILEBROWSER
*/

.filebrowser-maxi textarea {
    height: 72px;
    width: 210px;
    margin-top: 2px;
    margin-bottom: 10px;
}
.filebrowser-maxi select {
    width: 214px;
    margin-top: 2px;
    margin-bottom: 10px;
}
.filebrowser-maxi input {
    width: 210px;
    margin-top: 2px;
    margin-bottom: 10px;
}

/*
        FOTO DETAIL
*/
.pic-filename-edit input {
    width: 390px;
    margin-top: 2px;
    margin-bottom: 10px;
}
.picdetail .desc-edit textarea {
    height: 72px;
    width: 660px;
    margin-top: 2px;
    margin-bottom: 10px;
}



/*
     ############################  MARGINAL COLUMN     #############################
  
*/
#marginal .btn-active-big {
    margin-left: 0;
    margin-bottom: 25px;
}
#marginal .btn-inactive-big {
    margin-left: 0;
    margin-bottom: 10px;
}
#marginal p.loginstatus {
    margin-bottom: 25px;
}
#marginal p.loginstatus strong {
    color: #06C;
}

#marginal h3 {
    color: #000;
    font-size: 1.2em;
    padding-bottom: 4px;
}

#marginal ul {
    border-top: 1px solid #CCC;
    width: 150px;
}


#marginal ul li {
    border-bottom: 1px solid #CCC;
    padding: 3px 1px;
}

#marginal label {
    padding-bottom: 4px;
    font-size: 1.1em;
    font-weight: bold;
}
#marginal select {
    margin-top: 4px;
    margin-bottom: 20px;
    width: 150px;
}



/*
     ############################   TABLES (within content)     #############################
  
*/

table {
	width: 740px;
}
table tr {
	border-bottom: 1px solid #E4EBEE;
	vertical-align: middle;
}
table td {
	height: 17px;
	vertical-align: middle;
	padding-left: 8px;
	border-bottom: 1px solid #CCC;
	line-height: 1.2em;
	white-space: wrap;	
}

table td span {			/* hides too long text in table cells */
	overflow: hidden;
	float: left;
	width: auto;
	white-space: nowrap;
	padding-right: 5px;
}
/*
table td span.extrashort {
	width: 80px;
}
table td span.short {
	width: 120px;
}*/
table td span.medium {
	width: 220px;
}
table td span.long {
	width: 290px;
}
table td span.extralong {
	width: 340px;
}

/*
				Table head
*/

table th {		
	color: #A6BDC6;   /*#BECFD5*/
	font-weight: normal;
	padding-left: 8px;
	padding-bottom: 2px;
	line-height: 1.5em;
	white-space: nowrap;
	border-bottom: 1px solid #CCC;
}
#container table thead tr:hover {
    background-color: transparent;
}



/*
				td types
*/
table tr.alTop td {
	vertical-align: top;
}

table tr.center td {
	text-align: center;
}
table tr.center td.alLeft {
    text-align: left;
}

td.icon {
	width: 27px;
	background-repeat: no-repeat;
	background-position: center;
	padding-left: 0;
}	

td.icon-small {
	background-repeat: no-repeat;
	background-position: 5px 4px;
	width: 18px;
	padding-left: 0;
}	
td.icon-medium {
	background-repeat: no-repeat;
	background-position: 12px center;
	width: 35px;
	padding-left: 0;
}	

/*
        FOTODETAIL
*/
table.picdetail {
    margin-bottom: 20px;
}

table.picdetail tr td {
    padding: 0 0 0 3px;
    height: 30px;
}
table.picdetail tr td.first {
	padding-left: 35px;
}

/*
    FILEBROWSER
*/

table.filebroser-mini,
table.filebroser-midi {
    margin-bottom: 20px;
}

table.filebroser-mini tr:hover,
table.filebroser-midi tr:hover {
   background-color: #FFEDD5;
}
table.filebroser-mini tr td,
table.filebroser-midi tr td {
    vertical-align: top;
    padding: 5px 0 3px 8px;

}
table.filebroser-midi td.thumb {
    text-align: center;
    padding-left: 0;
}
table.filebroser-midi tr td strong, 
table.filebroser-midi tr td a {
    color: #06C;
} 


table.filebroser-mini .edit,
table.filebroser-midi .edit {   
   background-color: #FFEDD5;
   overflow: hidden;
   display: inline-block;
   padding-left: 4px;
   width: 216px;
}
table.filebroser-midi .edit label {   
    color: #666;
}

table.filebroser-mini .edit input,
table.filebroser-midi .edit input {   
    width: 208px;
    margin: 2px 0 0 0;
}

table.filebroser-mini .edit .btn-mod-fL,
table.filebroser-midi .edit .btn-mod-fL {
    margin: 4px 0 4px -4px;   
}
table.filebroser-mini .edit .btn-mod-fR,
table.filebroser-midi .edit .btn-mod-fR {
    margin: 4px 4px 4px 0;   
}


/*
	###############################   BUTTONS   ##############################
	
	* inactive/active defines colour
	* small (16px) / big (20px)
	* icon
*/



.container-btns p {
	float: left;
	padding: 2px 0 0 0;
}
.formrow .btn {
	margin-left: 2px;
}
#container .formrow .btn-container {
	float: left;
	margin-top: 6px;
}
div.btn {
	float: left; 
	background-repeat: no-repeat;
	background-position: left;
    margin-left: 4px;
	padding-left: 4px;
	white-space: nowrap;
    cursor: pointer;
}
#container div.btn span {
	padding: 1px 0; /* nicht anfassen */
	line-height: 1.2em;
	display: block;
}

.btn-mod-fL {
	float: left;
	margin-left: 5px;
}
.btn-mod-fR {
	float: right;	
	margin-right: 10px;	
}


div.btn-active-big {
	background-image: url(/mbstatic/img/bg_btn_blue_left_20px.gif);
	padding-left: 5px;
}
div.btn-inactive-big {
	background-image: url(/mbstatic/img/bg_btn_red_left_20px.gif);
	padding-left: 5px;
}
div.btn-ajax-error {
	background-image: url(/mbstatic/img/bg_btn_white_left_19px.gif);
	padding-left: 5px;
	float: left;
}

div.btn div.icon {
	float: left;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: 0 0;
}


#container div.btn p {
	float: left;
    padding: 0 4px 0 0;
    line-height: 1.2em;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: right;
}

#container div.btn-active-big p {
	background-image: url(/mbstatic/img/bg_btn_blue_right_20px.gif);	
	padding-right: 5px;
}
#container div.btn-inactive-big p {
	background-image: url(/mbstatic/img/bg_btn_red_right_20px.gif);	
	padding-right: 5px;
}
#container div.btn-ajax-error p {
	background-image: url(/mbstatic/img/bg_btn_white_right_19px.gif);	
	padding-right: 5px;
	color: #F43133;	
}
div.btn-ajax-error a {
	color: #F43133;	
}
div.btn span {
	background-repeat: repeat-x;	
    display: block;
}

/* Exceptions to the rule*/
.formrow div.btn span {
	float: left; 
	padding: 3px 0 1px 0;
}
#container div.btn-active-big span {
	height: 16px;
	padding: 2px 0;
	background-image: url(/mbstatic/img/bg_btn_blue_20px.gif);	
}
#container div.btn-inactive-big span {
	height: 16px;
	padding: 2px 0;
	background-image: url(/mbstatic/img/bg_btn_red_20px.gif);	
}
#container div.btn-ajax-error span {
	height: 15px;
	padding: 2px 0;
	background-image: url(/mbstatic/img/bg_btn_white_19px.gif);	
}


 #container div.btn a {
    color: #FFF;
    text-decoration: none;
}


/*
        FILEBROWSER &  FOTO DETAIL
*/

.filebrowser-maxi .btn-mod-fL,
.pic-filename-edit .btn-mod-fL,
.picdetail .desc-edit .btn-mod-fL {
	margin-left: 0;
}
.filebrowser-maxi .btn-mod-fR {
	margin-right: 2px;
}

/*
	######################    ICONS   ############################
    
*/

.icon-folder {
	background-image: url(/mbstatic/img/folder.gif);
}
.icon-picture {
	background-image: url(/mbstatic/img/picture.gif);
}
.icon-pdf {
	background-image: url(/mbstatic/img/page_white_acrobat.gif);
}
.icon-ppt {
	background-image: url(/mbstatic/img/page_white_ppt.gif);
}
.icon-word {
	background-image: url(/mbstatic/img/page_white_word.gif);
}
.icon-comment {
	background-image: url(/mbstatic/img/comment.gif);
}
.icon-file {
	background-image: url(/mbstatic/img/page_white.gif);
}


.DEV-ICON {
	background-image: url(/mbstatic/img/dummy.gif);
}


/*
	
	########################## AJAX STYLES ######################## 
  
*/
.box-savemode {
	border-color: #FFA800;	
	height: 300px;
	background-color: #000;
}
.box-successmode {
	border-color: #68B500;	
	height: 300px;
	background-color: #000;
}
.box-errormode {
	border-color: #F43133;	
	height: 300px;
	background-color: #000;
}



/* boxes */

div.ajax-status {
	position: relative;
	margin: auto;
	width: 380px;
	opacity: 1.0;
	color: #FFF;
	overflow: hidden;
}

div.ajax-saving {
	top: 40%;
	background: #FFA800 url(/mbstatic/img/indicator_orange.gif) no-repeat 13px 13px;
}

div.ajax-success {
	top: 40%;
	background: #68B500 url(/mbstatic/img/ajax_activity_success.gif) no-repeat 18px 16px;
}

div.ajax-error {
	top: 30%;
	background: #F43133 url(/mbstatic/img/ajax_activity_error.gif) no-repeat 13px 17px;
}
div.ajax-status p.msg {
	padding: 19px 0 19px 60px;
	color: #FFF;
	font-weight: 600;
	font-size: 1.4em;	
}
div.ajax-status div.mod {
	padding-left: 56px;
	margin-bottom: 20px;
	overflow: hidden;
}
div.ajax-status p.mod {
	float: left;
	padding: 0 8px 0 10px;
}


/*
        AJAX FILEBROWSER

*/

.filebrowser-maxi .item .file-successmode {
	border-color: #68B500;	
	height: 147px;
	background-color: #000;
}
.filebrowser-maxi div.ajax-status {
	width: 200px;
}

.filebrowser-maxi div.ajax-status p.msg {
	padding: 10px 0 10px 30px;
	font-weight: 500;
	font-size: 1em;	
	width: 150px;
}
.filebrowser-maxi div.ajax-status div.mod {
	padding-left: 20px;
	margin-bottom: 20px;
}

#container .filebrowser-maxi div.ajax-success {
	top: 35%;
	background-position: 18px 10px;
}
#container .filebrowser-maxi .file-successmode:hover {
    border-color: #68B500;
}





/*
                HACKS
*/

/* IE 6 HACK */
#container div.btn span {
	_width: 1%;
}

#container table div.btn span {
	_width: auto;
}










/*
	File: calendar.css
	Media type: screen
	
	
  MODULES FOR CALENDAR & WEBMAILER
  
*/



.navBar {
	overflow: hidden;
	padding: 5px 5px 3px 5px;
	border: 1px solid #D0E3FF;
	background-color: #E7F1FF;
	margin: 0 10px;
}


.navBar .calpager {
	float: left;
}
#content .navBar h2 {
	float: left;
	font-size: 150%;
	padding: 3px 0 0 6px;
}
#content .navBar h3 {
	color: #69C;
	padding-bottom: 3px;
}
.navBar .btnBar {
	float: right;
}

#content .navBar a.headflRight {
	margin: 0;
	padding-right: 0;

}
.navBar ul {
	float: left;
}

.navBar ul li {
	float: left;
	font-weight: bold;
	color: #69C;
	padding: 1px 18px 3px 0;
}
.navBar li.icon {
	padding-left: 18px;
	background-repeat: no-repeat;
	background-position: 0;
}

.navBar ul.categories li {
	padding: 2px 15px 2px 4px;
	border-right: 1px solid #D0E3FF;
	
}
.navBar ul.categories input {
	margin-right: 4px;
	
}




.noBorderTop {
	border-top: none;
}
.noPad {
	padding: 0;
}


.noFloat {
	clear: left !important;
}

#litebox {
	position: relative;
	z-index: 30;
	margin: 10px;
	background-color: #EDF5FF; 
	opacity: 0.5;
}
#litebox * {
	background-color: transparent;
}
#litebox table {
	margin: 0;
}

/*		CALENDAR MONTH  */
table.calendar-month {
	margin: 10px;
}

table.calendar-month td {
	padding: 0;
	width: 126px;
	height: 99px;
	border: 1px solid #D0E3FF;
	vertical-align: top;
	cursor: pointer;
}


/*    CALENDAR MONTH DETAILS  */
#calendar-details {
	display: inline-block;
	position: absolute;
	z-index: 80;
	left: 335px;
	top: 310px;
	width: 337px;
	background: #FFF url(/incl/img/bg_details_horizontal.gif) repeat-y;
}
.calendar-details-inner {
	overflow: hidden;
	display: inline-block;
	margin: 0 3px 0 4px;
	padding-bottom: 10px;
	background: #FFF url(/incl/img/bg_details_bottom.gif) no-repeat bottom;
	border-top: 1px solid #D0E3FF;
}
.calendar-details-inner-edit {
	overflow: hidden;
	display: inline-block;
	margin: 0 3px 0 4px;
	padding-bottom: 10px;
	background: #FFF url(/incl/img/bg_details_bottom.gif) no-repeat bottom;
	border-top: 1px solid #FF0000;
}
#calendar-details div.header {
	margin: 0 0 0 1px;
	background: #E7F1FF url(/incl/img/bg_details_top.gif) no-repeat top;
	height: 20px;
	padding: 8px 0 4px 6px;
	font-size: 1.3em;
	color: #69C;
	font-weight: bold;
	overflow: hidden;
}
#calendar-details div.header span {
	float: left;
	width: 292px;
	height: 18px;
	overflow: hidden;
}
#calendar-details div.header img {
	float: right;
	padding: 2px 8px 0 0;
}
#calendar-details h3 {
	margin: 12px 0 0 10px;
	color: #69C;
}

#content #calendar-details table,
#calendar-details ul {
	margin: 3px 10px;
	width: 310px;
	border-top: 1px solid #F0F4FA;
}
#content #calendar-details table a {
	color: #06C;
}
#calendar-details table img {
	vertical-align: text-bottom;
	padding: 0 2px;
}

#content #calendar-details table tr td {
	border-bottom: 1px solid #F0F4FA;
	vertical-align: top;
	padding: 5px 0;
	line-height: 1.2em;
	height: auto;
}
#calendar-details ul li {
	border-bottom: 1px solid #F0F4FA;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.2em;
	font-weight: bold;
}


/*		CALENDAR WEEK  */

table.calendar-week {
	margin: 10px;
	border: 1px solid #D0E3FF;
}

#content table.calendar-week tr {
	border-bottom: none;
}
table.calendar-week td {
	padding: 0;
	width: 116px;
	height: 18px;
	border-right: 1px solid #D0E3FF;
	vertical-align: top;
}
#content table.calendar-week thead th {
	border: 1px solid #D0E3FF;	
	height: 64px;
	padding: 0;
	width: 116px;
	vertical-align: top;
}

#content table.calendar-week tr th.label,
#content table.calendar-week tr td.label {
	text-align: right;
	border-bottom: none;
	background-color: #FFF;		
	width: 67px;
	color: #69C;
	padding: 0 4px;	
}
table.calendar-week th span {
	color: #69C;
	font-weight: bold;
	padding: 2px 0 2px 3px;
}


#content table.calendar-week iframe {
	width: 892px;
	height: 400px;	
}




#content table.calendar-week tr th.label {
	vertical-align: middle;
}
#content table.calendar-week tbody.todo td {
	background-color: #F5F9FF;
	padding: 5px;
	height: 52px;
}
#content table.calendar-week tr.todo td.label {
	background-color: #FFF;
	padding: 0 4px;
	border-bottom: 1px solid #D0E3FF !important;
	
}
#content table.calendar-week tr.todo div {
	overflow: hidden;
	margin-bottom: 2px;
	width: 750px;
}
#content table.calendar-week tr.todo input {
	float: left;
	margin-right: 2px;
}
#content table.calendar-week tr.todo span {
	margin: 0 4px 0 2px;
	padding: 0;
	width: 15px;
	height: 15px;
	float: left;
	display: block;
}

dl { clear:both; height:30px; width:873px; border-bottom:1px solid #D0E3FF;}

dl.alt { background-color:#F5F9FF; }

dt { height:30px; float:left; width:59px; border-right:1px solid #D0E3FF; border-left:1px solid #D0E3FF; color:#69C; }

div.cell {height:30px; width:115px; float:left; border-right:1px solid #D0E3FF; overflow:visible;  }

div.entry { float:left; overflow:hidden;}

.padding4 { padding:4px; } 

.padding2 { padding:2px; } 



/*  CALENDAR DAY  */
table.calendar-day {
	margin: 10px;
	border: 1px solid #D0E3FF;
}
#content table.calendar-day tr {
	border: none !important;
}
table.calendar-day td {
	padding: 0;
	width: 116px;
	height: 18px;
	border-right: 1px solid #D0E3FF;
	border-bottom: none;
	vertical-align: top;
}

#content table.calendar-day thead th {
	border: 1px solid #D0E3FF;	
	height: 64px;
	width: 826px;
	padding: 0;
	vertical-align: top;
}
table.calendar-day th span {
	color: #69C;
	font-weight: bold;
	padding: 2px 0 2px 3px;
}

table.calendar-day tbody.hours {
	background: transparent url(/incl/img/bg_calendar_week.gif) repeat;
}

#content table.calendar-day tbody.hours td {
	height: 15px;
	border-bottom: none !important;
}

#content table.calendar-day td.noBorder {
	border-right: none;
}
#content table.calendar-day tr th.label,
#content table.calendar-day tr td.label {
	text-align: right;
	border-bottom-color: #FFF !important;
	border-bottom-style: solid;
	background-color: #FFF;		
	width: 67px;
	color: #69C;
	padding: 0 4px;

}

#content table.calendar-day tr th.label {
	vertical-align: middle;
}

#content table.calendar-day tbody.todo td {
	background-color: #F5F9FF;
	padding: 5px;
	height: 52px;
}
#content table.calendar-day tr.todo td.label {
	background-color: #FFF;
	padding: 0 4px;
	border-bottom: 1px solid #D0E3FF !important;
	
}
#content table.calendar-day tr.todo div {
	overflow: hidden;
	margin-bottom: 2px;
	width: 750px;
}
#content table.calendar-day tr.todo input {
	float: left;
	margin-right: 2px;
}
#content table.calendar-day tr.todo span {
	margin: 0 4px 0 2px;
	padding: 0;
	width: 15px;
	height: 15px;
	float: left;
	display: block;
}



/*  CALENDAR LIST  */
table.calendar-list {
	margin: 10px;
	border: 1px solid #D0E3FF;
}

table.calendar-list th.first {
	border-right: 1px solid #D0E3FF;
}

table.calendar-list th {
	color: #69C;
	border-bottom: 1px solid #D0E3FF;
	padding: 2px 4px;	
}
table.calendar-list th.type {
	width: 130px;
}
table.calendar-list th.from {
	width: 80px;
}
table.calendar-list th.to {
	width: 70px;
}
table.calendar-list th.title {
	width: 450px;
}
table.calendar-list td {
	white-space: normal;
	vertical-align: top;	
	padding: 5px;	
	border-bottom: 1px solid #D0E3FF;
}

table.calendar-list td.label {
	text-align: right;
	border: 1px solid #D0E3FF;
	width: 150px;
	color: #69C;
	background-color: #FFF;	
}
table.calendar-list div {
	margin-left: 15px;
	padding: 1px;
}
table.calendar-list input {
	float: left;
	margin-right: 5px;
}



/*  CALENDAR  Allgemein   */

div.day {
	padding-top: 2px;
	padding-right: 4px;
	width: 18px;
	height: 16px;
	border-right: 1px solid #D0E3FF;
	border-bottom: 1px solid #D0E3FF;
	background-color: #FFF;
	color: #A6BDC6;	
	text-align: right;
	font-weight: bold;
}
table.calendar-week div.day,
table.calendar-day div.day {
	float: left;
	margin-bottom: 2px;
	padding-top: 0;
	padding-bottom: 2px;
}
div.today,
span.today {
	color: #FFF;
	background-color: #06C;
}
div.holiday,
table.calendar-week th span.holiday,
table.calendar-day th span.holiday {
	color: #DA4444;
}

table.calendar-month p.entry,
table.calendar-week p.entry,
table.calendar-day p.entry {
	margin: 1px;
	padding: 3px 2px;
	width: 94%;
	border: 1px solid #cdf;
	color: #000;	
	line-height: 1.1em;
	cursor: pointer;
	font-size: 0.9em;
}
table.calendar-week p.entry {
	padding: 0 2px;
	line-height: 1em;
	
}
table.calendar-day p.entry {
	padding: 0 2px;
	line-height: 1em;
	width: 99%;
}
table.entry2 p.entry {
	width: 98%;
}
table.calendar-week th p.entry, 
table.calendar-day th p.entry {
	clear: left;
}
table.calendar-week .height1, table.calendar-day .height1 { height: 11px; }
table.calendar-week .height2, table.calendar-day .height2 { height: 27px; }
table.calendar-week .height3, table.calendar-day .height3 { height: 40px; }
table.calendar-week .height4, table.calendar-day .height4 { height: 57px; }
table.calendar-week .height5, table.calendar-day .height5 { height: 70px; }
table.calendar-week .height6, table.calendar-day .height6 { height: 85px; }
table.calendar-week .height7, table.calendar-day .height7 { height: 101px; }
table.calendar-week .height8, table.calendar-day .height8 { height: 116px; }

table.calendar-week .height9, table.calendar-day .height9 { height: 131px; }
table.calendar-week .height10, table.calendar-day .height10 { height: 146px; }
table.calendar-week .height11, table.calendar-day .height11 { height: 161px; }
table.calendar-week .height12, table.calendar-day .height12 { height: 176px; }
table.calendar-week .height13, table.calendar-day .height13 { height: 191px; }
table.calendar-week .height14, table.calendar-day .height14 { height: 206px; }
table.calendar-week .height15, table.calendar-day .height15 { height: 221px; }
table.calendar-week .height16, table.calendar-day .height16 { height: 236px; }
table.calendar-week .height17, table.calendar-day .height17 { height: 251px; }
table.calendar-week .height18, table.calendar-day .height18 { height: 266px; }
table.calendar-week .height19, table.calendar-day .height19 { height: 281px; }
table.calendar-week .height20, table.calendar-day .height20 { height: 296px; }
table.calendar-week .height21, table.calendar-day .height21 { height: 311px; }
table.calendar-week .height22, table.calendar-day .height22 { height: 325px; }
table.calendar-week .height23, table.calendar-day .height23 { height: 341px; }
table.calendar-week .height24, table.calendar-day .height24 { height: 356px; }




td.inactive {
	background-color: #F5F9FF;
}


table.calendar-month td.inactive p.entry {
	padding: 3px 2px;
	width: 94%;
	margin: 1px;
	border: none;
	color: #A68DC6;
	background-color: transparent;
}



.cat1 {
	background-color: #A3FF9D;
}
.cat2 {
	background-color: #FFF89D;
}
.cat3 {
	background-color: #CECECE;
}
.cat4 {
	background-color: #F89DFF;
}
.cat5 {
	background-color: #9DFFF8;
}
.cat6 {
	background-color: #E0CAAC;
}

table.calendar-day p.cat1,
table.calendar-week p.cat1 { 
	background: #A3FF9D url(/incl/img/bg_cat1.gif) repeat-x;	 
}
table.calendar-day p.cat2,
table.calendar-week p.cat2 { 
	background: #FFFBCE url(/incl/img/bg_cat2.gif) repeat-x;	 
}
table.calendar-day p.cat3,
table.calendar-week p.cat3 { 
	background: #CECECE url(/incl/img/bg_cat3.gif) repeat-x;	 
}
table.calendar-day p.cat4,
table.calendar-week p.cat4 { 
	background: #FBCEFF url(/incl/img/bg_cat4.gif) repeat-x;	 
}
table.calendar-day p.cat5,
table.calendar-week p.cat5 { 
	background: #9DFFF8 url(/incl/img/bg_cat5.gif) repeat-x;	 
}
table.calendar-day p.cat6,
table.calendar-week p.cat6 { 
	background: #E0CAAC url(/incl/img/bg_cat6.gif) repeat-x;	 
}



/*  ###################   WEBMAIL  #####################  */



/* Webmailer NavBar */
.navBarLeft {
	float: left;
	margin: 0 10px;
}
.navBarRight {
	float: left;
}

.navBarTop {
	overflow: hidden;
	padding: 5px 0;
	border: 1px solid #D0E3FF;
	background-color: #E7F1FF;
}
.navBarBottom {
	overflow: hidden;
	padding: 2px 5px 3px 5px;
	border: 1px solid #D0E3FF;
	border-top: none;
	background-color: #E7F1FF;
}

.navBarLeft .navBarTop {
	width: 160px;
	padding: 5px 0;
}
.navBarLeft .navBarBottom {
	width: 160px;
	border-top: none;
	padding: 2px 0;
}

.navBarRight .navBarTop {
	width: 711px;
	margin-left: 0;
	padding-right: 5px;
}
.navBarRight .navBarBottom {
	width: 706px;
	margin-left: 0;
	border-top: none;
}


.navBarBottom p {
	padding: 2px 8px 2px 0;
}
.navBarBottom p strong {
	padding-left: 12px;
}
.navBarBottom label {
	float: left;
	margin-left: 50px;
	padding: 3px 8px 0 0;
}
.navBarBottom select {
	float: left;
	height: 16px;
	width: 118px;
}

.navBarBottom .mailpager {
	padding: 0;
	float:left;
	height: 16px;
	margin-top: 2px;
}

.navBarLeft div.btn span {
	width: 120px;
}
.navBarLeft input.text {
	float: left;
	margin: 0 4px 0 5px;
	width: 110px;
	color: #999;
	padding-top: 1px;
}
.navBarLeft input#searchsubmit {
	height: auto;
	border: none;
	padding: 1px 0 0 0;
}


#wrapper-webmail {
	vertical-align: top;
	overflow: hidden;
	padding: 10px 0 0 10px;

}
#wrapper-webmail h4 {
	margin: 0;
	padding: 0;
	padding-top: 3px;
	color: #69C;
	font-size: 1em;
	font-weight: normal;
	height: 16px;
	line-height: 1em;
}
#wrapper-webmail .mininav {
	width: 160px;
}


/* Mailboxlist  */
#wrapper-webmail div.container-mailboxes {
	float: left;
	overflow: hidden;
	margin-right: 11px;
	width: 162px;
}
ul.mailboxlist {
	border: 1px solid #D0E3FF;
	border-bottom: none;
	min-height: 470px;
}
ul.mailboxlist li {
	padding-left: 30px;
	border-bottom: 1px solid #F0F4FA;
	line-height: 2em;
	font-weight: bold;
	color: #06C;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 6px 3px;
}
ul.mailboxlist li:hover {
	background-color: #06C;
	color: #FFF;
	text-decoration: none;
}
ul.mailboxlist li:hover a {
	color: #FFF;
}
ul.mailboxlist li.selected {
	color: #FFF;
	background-color: #06C;
}
ul.mailboxlist li.selected a {
	color: #FFF;
}


/* Mailbox content */

.container-mailcont {
	float: left;
	width: 717px;
}

table#messagelist {
	margin-left: 1px;
	width: 717px;
	border: 1px solid #D0E3FF;
}

table#messagelist * {
	padding: 0;
}
table#messagelist thead {
	border: 1px solid #FFF;
	border-bottom: 1px solid #D0E3FF;
	font-size: 1em;
	font-weight: normal;
	color: #69C;
	
}
table#messagelist thead td {
	height: 20px;
}
table#messagelist .icon1,
table#messagelist .icon2 {
	width: 22px;
	text-align: center;
}
table#messagelist td.date,
table#messagelist td.subject,
table#messagelist td.from {
	padding-right: 10px;
}

table#messagelist tr.unread td {
	font-weight: bold;
}
table#messagelist a {
	color: #000;
}
table#messagelist tbody tr:hover {
	background-color: #06C;
	color: #FFF;
	cursor: pointer;
}
table#messagelist tr:hover a {
	color: #FFF;
}


/* READ MESSAGE  */
#messageframe {
	overflow: hidden;
	margin-top: 20px;
	border: 1px solid #D0E3FF;
}
#messageframe a {
	color: #06C;
}

table.mailheader {
	width: 100%;
}

table.mailheader tr td {
	padding: 2px 0;
	height: auto;
	line-height: 1.3em;
	white-space: normal;
	vertical-align: top;
}
table.mailheader td {
	width: 89%;
}
table.mailheader td img {
	padding: 1px 0 0 5px;
	vertical-align: text-bottom;
}
table.mailheader td.header-title {
	padding-right: 10px;
	width: 11%;
	text-align: right;
}
#messagebody {
	margin-top: -1px;
	min-height: 473px;
	border-top: 1px solid #D0E3FF;	
}
#messagebody p {
	margin: 0;
	padding: 10px;
	font-family: "Courier New", Courier, monospace;
}
p.attachments {
	padding: 5px 0 5px 10px;
	border-top: 1px solid #D0E3FF;
	font-weight: bold;	
 	color: #69C;
}
p.attachments a {
	padding-right: 4px;
}

fieldset.attachments ul {
	margin: 2px 0 5px 10px;
	width: 695px;
	border-top: 1px dotted #D0E3FF;
}

fieldset.attachments ul li {
	padding: 4px 0;
	border-bottom: 1px dotted #D0E3FF;
	font-weight: bold;
}
fieldset.attachments ul li img {
	margin: 0 5px 0 0;
	vertical-align: text-bottom;
}
fieldset.attachments .btn {
	float: left;
}

	

