/*
-----------------------------------------------
Wikka Default Stylesheet (screen)
----------------------------------------------- */

/* global styling */

p, td, li, input, select, textarea {
	font-family: Verdana, Arial, sans-serif;;
	line-height: 14pt;
	font-size: 10pt;
}

form, h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
}


/* page layout */

body {
	font-family: Georgia, Garamond, "Times New Roman", serif;
	font-size: 10pt;
	text-align: justify;			/* comment out this line if you really need justified text */
	line-height: 120%;
	color: #F0F0d6;
	background-color: #ffffff;
	margin-top:0;
	background-image:url(../images/back.jpg);
	background-repeat:no-repeat; 
	background-position:bottom right; 
	background-attachment:fixed; 
}

.content
	{
	display: block
	position:fixed;
	left:200px;
	top:149px;
	}


.titel {
	z-index:9;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	padding:0;
	margin-left:0;
	margin-top:0;
	margin-right:auto;
	position:fixed;
	height: 149px;
	width: auto;
	left:0px;
	top:0px;
	float:left;
	text-align:right;
	vertical-align:bottom;
}


.header {
	top: 149px;
	padding:30px 3pt;
	position:fixed;
	width:150px;
	height: 550px;
	left:0px;
	float:left;
	line-height: 100%;
	overflow:hidden;
	font-size:90%;
	background-color:none;
	background-image:url(../images/left.png);
	background-repeat:no-repeat;
}	
	
.page {
	color: #0f0f29;
	font-size: 100%;
	font-family: Georgia, Garamond, Arial, serif;
	background-color: none;
	padding: 15px;
	height: 100%;
	margin-right: 10pt;
	margin-left: 150px;
	margin-top:149px;
	margin-bottom:25px;
}

.footer {
	margin:0px 15px 5pt;
	padding:0pt 0px;
	position:fixed;
	right:auto;
	width:auto;
	height: auto;
	left:0px;
	bottom:0px;
	z-index:9;
	float:right;
	overflow:hidden;
	line-height:150%;
	border-style: solid solid solid solid;
	border-width:1px 4px 1px 1px;
	border-color:#000000;
	background-color:none;
	font-size: 80%;
	color: #333333;
}


/* comments */

.commentsheader {
	clear: both;
	background-color: #F0F0D6;
	padding: 2px 10px;
	margin-right: 10pt;
	margin-left:250px;
	color:#0f0f29;
	border-top: 1px solid #80765f;
	font-size: 10pt;
}

.comment {
	background-color: #fffff0;
	padding: 10px;
	margin-right: 10pt;
	margin-left:150px;
	color:#0f0f29;
	border-top: 1px solid #80765f;
	font-size: 10pt;
}

.commentinfo {
	color: #888888;
	margin-right: 10pt;
	font-size: 10pt;
}

.commentform {
	background-color: #F0F0D6;
	padding: 10px;
	margin-right: 10pt;
	margin-left:250px;
	color:#051844;
	border-top: 1px solid #80765f;
	font-size: 10pt;
}

/* BigImageGallery */

.thumbs_area {
    text-align: left;
    margin-left: 15px;
    padding: 4px;
    background: #EEE;
    border: 1px solid #CCC;        
}

.thumbs_main {
    float: left;
    text-align: left;
}


/* links */

a {text-decoration:none; font-weight:normal;}

/* link icons */

.page a.ext {
	background: url('../images/icons/ext_simple.gif') left bottom no-repeat;
	padding-left: .8em;
}

.page a.mailto {
	background: url('../images/icons/mail.gif') left bottom no-repeat;
	padding-left: .9em;
}

.page a.interwiki {
	background: url('../images/icons/ext.gif') left bottom no-repeat;
	padding-left: 1em;
}

a.user, a.user:hover {
	background: url('../images/icons/user.gif') left bottom no-repeat;
	padding-left: 1em;
}
.page a:link, .comment a:link, .commentsheader a:link {color: #DF0101; background-color:transparent; font-variant:small-caps;}
.page a:visited, .comment a:visited, .commentsheader a:visited {color: #61380B; background-color:transparent; font-variant:small-caps;}
.page a:hover, .comment a:hover, .commentsheader a:hover {color:#FFFFF0; background-color:#965905; font-variant:small-caps;}
.page a:visited:hover, .comment a:visited:hover, .commentsheader a:visited:hover {color:#FFFFF0; background-color:#B40404; font-variant:small-caps;}
.page a:active, .comment a:active, .commentsheader a:active {color:#FFFFF0; background-color:#000000; font-variant:small-caps;}
.page a:focus, .comment a:focus, .commentsheader a:focus {color:#000000; background-color:transparent; font-variant:small-caps;}
 
.page a.ext:link, .comment a.ext:link {color: #DF0101; background-color:transparent;font-variant:small-caps;}
.page a.ext:visited, .comment a.ext:visited {color:#61380B; background-color:transparent;font-variant:small-caps;}
.page a.ext:hover, .comment a.ext:hover {color: #FFFFF0; background-color: #965905; font-variant:small-caps;}
.page a.ext:visited:hover, .comment a.ext:visited:hover {color:#FFFFF0; background-color:#B40404; font-variant:small-caps;}
.page a.ext:active, .comment a.ext:active {color:#FFFFF0; background-color:#000000; font-variant:small-caps;}
.page a.ext:focus, .comment a.ext:focus {color:#000000; background-color:transparent; font-variant:small-caps;}
.exttail {
	color: #999999;
	position: relative;
	bottom: 0.5ex;
}
.titel a {
  font-family: Verdana, Arial, sans-serif;
  text-decoration:none;
  color:#7e7e7e;
  vertical-align:bottom;
}

.titel h2 {font-size:18pt; text-align:right;}

.titel h2 a {border-style:none;}

.header h1 a {border-style:none; padding:1pt 0px 1pt; margin:0;}

.header a {
	background-color: #DF0101;
	display:block;
color:#FFFFFF;
	border-color:#FFFFFF;
	border-style:solid solid double solid;
	width:140px;
	left:auto;
	right:auto;
	text-decoration:none;
	font-variant:small-caps;
	margin: 5px 10px;
	padding: 1px 3px;
	text-align:left;
	font-weight:bold;
}



.footer a {
	margin: 0px 0px;
	text-align:left;
	font-weight:normal;
	border-style: solid double solid solid;
	border-width: 0px 0px 0px 1em;
}
		

.header a:link {
  color: #FFFFFF;
  background-color:#DF0101;

}
.footer a:link {
  color: #333333;
  background-color:transparent;
}
.header a:visited
  color: #D8D8D8;
  background-color:#DF0101;
}
.footer a:visited {
  color: #0000FF;
  background-color:transparent;
}
.header a:visited:hover, .footer a:visited:hover {
  color:#DF0101;
  background-color:#0B610B;
}
.header a:hover, .footer a:hover {
  color:#DF0101;
  background-color:#FFFFFF;
}
.header a:active, .footer a:active {
  color:#000000;
  background-color:#FFFFF0;
}
.header a:focus, .footer a:focus {
  color:#FFFFFF;
  background-color:transparent;
}

.page a {
	text-decoration: none;
}

.page a:hover {
	text-decoration: none;
}

/* lists */

ul, ol {
	margin-top: 0px;
	margin-bottom: 0px;
/*	padding-top: 0px;
	padding-bottom: 0px;*/
	padding: 0pt 0pt 0pt 30pt;
}

ul.thread {
	list-style-type: none;
	border-left: 2px #666 solid;
	padding-left: 10pt;
	margin: 5px 0px;
}

ul.thread li {
	color: #333;
	font-size: 11px;
}

/* images */

img {
	border: 0px;
}

img.centre, img.center {
	display: block; 
	text-align: center; 
	margin: 5px auto;
}

img.left {
	margin: 5px 5px 5px -5px;
	float: left;
}

img.right {
	margin: 5px -5px 5px 5px; 
	float: right;
}

/* floats */

.floatl, .floatr {
	background-color: #F0F0D6;
	text-align: left;
	width: 46%;
	padding: 4px;
	border-style: ridge;
	border-color: #FFF8DC;
	border-width: 3px 6px 6px 3px;
}

.floatl {
	float: left;
	margin-right: 15px;
}

.floatr {
	float: right;
	margin-left: 15px;
}

.clear {clear:both;}

/* text formatting */

h5 {
	font-size: 100%;
}

h4 {
	font-size: 120%;
	counter-reset: Ebene4;
}

h3 {
	font-size: 140%;
	counter-reset: Ebene3;
}

h2 {
	font-size: 160%;
	counter-reset: Ebene2;
}

/*h5:before {
	content: counter(Ebene1) "." counter(Ebene2) "." counter(Ebene3) "." counter(Ebene4) " ";
	counter-increment: Ebene4;
}
h4:before {
	content: counter(Ebene1) "." counter(Ebene2) "." counter(Ebene3) " ";
	counter-increment: Ebene3;
}
h3:before {
	content: counter(Ebene1) "." counter(Ebene2) " ";
	counter-increment: Ebene2;
}
h2:before {
	content: counter(Ebene1) ". ";
	counter-increment: Ebene1;
}*/

h2, h3, h4, h5 {
	padding: 0.2em 0 0.2em 10pt;
	font-color:#FFFFFF;
	font-variant:small-caps;
	background-color:##B40404;
	margin-top: 1em;
	margin-bottom: 0.67em;
}

h1 {
	font-size: 180%;
	margin-top: 15px;
	margin-bottom: 10px;
	font-variant:small-caps;
}

.highlight {color: red; background: #FFFFD0;}

.strikethrough {color: #888; text-decoration: line-through;}

.underline {text-decoration: underline;}

.indent {
	margin-left: 2em;
}

.notes {
	color: #888800; outline:1px solid #965905;
}

.centre {text-align: center;}

.center, .center p {text-align: center;}

.keys {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 100%;
	color:#000;
	font-weight: bold;
	background-color: #DDD;
	border-top: 2px solid #FFF;
	border-left: 2px solid #FFF;
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
	text-align: center;
	padding: 0.1em 0.3em;
	line-height: 1.6em;
	vertical-align: top;
}

.keys:hover {
	background-color: #666;
	color:#FFF;
	border-top: 2px solid #333;
	border-left: 2px solid #333;
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
}

acronym {
	border-bottom: 1px dotted #333;
	cursor: help;
}

abbr {
	border-bottom: 1px dotted #333;
	cursor: help;
}

blockquote {
	font-size: 90%;
}

/* code blocks */


.code_header {
	color: #FFF;
	background: #33A;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-bottom: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding: 0 3px;
	width: 95%;
	margin: 5px auto 0 auto;
	text-align: left;
	line-height: 15px;
}

.code {
	color: black;
	background: #ffffee;
	border: 1px solid #CCC;
	font-size: 11px;
	font-family: "Lucida Console", Monaco, monospace;
	width: 95%;
	margin: auto;
	padding: 6px 3px 13px 3px;	/* padding-bottom solves hor. scrollbar hiding single line of code in IE6 but causes vert. scrollbar... */
	text-align: left;			/* override justify on body */
	overflow: auto;				/* allow scroll bar in case of long lines - goes together with white-space: nowrap! */
	white-space: nowrap;		/* prevent line wrapping */
}

.code pre {
	margin-top: 6px;
	margin-bottom: 6px;			/* prevent vertical scroll bar in case of overflow */
	font-size: 11px;
	font-family: "Lucida Console", Monaco, monospace;
}

/* form elements */

input[type=submit], input[type=button] {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 1px;
	width: auto;
	font-size: 9pt;
	color:#fff;
	font-weight: bold;
	background-color: #33A;
	border-right: 2px solid #336;
	border-bottom: 2px solid #336;
}

input[type=submit]:hover, input[type=button]:hover {
	background-color: #66C;
	border-right: 2px solid #668;
	border-bottom: 2px solid #668;
}

textarea#body{
	width: 100%;
	height: 500px;
	padding: 2px;
}

.searchbox {
	/* border: none; */
	border: 1px solid #CCCCAA;
	padding: 0px;
	margin: 0px;
	display:block;
}

input.grabcode {
	float: right;
	margin-right: 20px;
	margin-top: 0px;
	font-size: 90%;
}

input.highlight {
	font-weight: normal;
	background-color: #FCC;
	color: #000;
}

/* editor textarea decorations */
/* (decorations can't be in "textarea#body" declaration, else the "width:100%" won't work) */
#textarea_container {
	border: 1px solid #CCC;
	padding: 2px;
	margin-bottom: 2px;
}

textarea#body{
	width: 100%;
	height: 500px;
	/* padding and border must be 0 for the "width:100%" to work */
	padding: 0;
	border: 0;
}

.searchbox {
	/* border: none; */
	border: 1px solid #CCA;
	padding: 0px;
	margin: 0px;
}

input.grabcode {
	float: right;
	margin-top: 0px;
	font-size: 90%;
}

input.highlight {
	font-weight: normal;
	background-color: #FCC;
	color: #000;
}

/* system information */

.datetime {
	color: #666;
	font-size: 80%;
	font-family: "Lucida Console", Monaco, monospace;
}

.missingpage {
	/* background: #ccffff; */
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-color: #933;
	border-bottom-style: dashed;
}

/* inline system messages */
em.error {
	color: #AA3333; 
	font-style: normal;
	font-weight: bold;
	font-size: 95%;
}

em.success {
	color: #33AA33; 
	font-style: normal;
	font-weight: bold;
	font-size: 95%;
}

/* redirection messages */

div.success {
	position: fixed;
	top: 6em;
	right: 1.5em;
	max-width: 40%;
	border: 2px solid #3A3;
	padding: .2em .4em;
	color: #3A3; 
	background-color: #EFE;
	font-style: normal;
	font-weight: bold;
	font-size: 90%;
}

.comments {display: none;}

.revisioninfo {
	color: #AAAAAA;
	padding-bottom: 20px;
}

.copyright {
	font-size: 11px;
	color: #AAAAAA;
	text-align: right;
}

.copyright a {
	color: #AAAAAA;
}

.previewhead {
	margin: auto;
	z-index:20;
	position:fixed;
	top: 40px;
	left: 10px;
	color: red;
	font-size: xx-large;
	font-weight: bold;
	padding: 5px;
}

ins {
	background-color: #CFC;
	text-decoration: none;
}

del {
	color: #876;
	background-color: #FC9;
	text-decoration: none;
}

.additions {background-color: #ccffcc;}

.deletions {color: #876; background-color: #FFCC99;}

.recentchanges {font-size: 0.9em;}

.pagenote {color: #888;}

.smaller {font-size: smaller;}

.smallprint {font-size: 0.8em; color: #777; padding-right: 0.5%; text-align: right; margin-right: 10pt;}

.smallprint a {
	color: #987;
}

/* Table stuff */

td, th { text-align:center; border: 1px solid #000; border-collapse: collapse; margin:0; border-spacing: 0;}


/* Tables */
table.data {
	border: 2px solid #CCC;
	border-collapse: collapse;
	border-spacing: 0;
}

table.data caption {
	border: 1px solid #CCC;
	font-size: 95%;
	color: #666;
	margin:5px 0;
	padding:2px;
}

table.data thead {
	background-color: #DDD;
}

table.data tfoot {
	background-color: #DDD;
}

table.data th {
	border: 1px solid #CCC;
	padding: .1em .25em;
}

table.data thead th {
	background-color: #DDD;
}

table.data tfoot th {
	background-color: #DDD;
}

table.data tbody th {
	background-color: #EEE;
}

table.data tbody tr:hover {
	background-color: #E9E9F9;
}

table.data tbody tr.alt:hover {
	background-color: #E9E9F9;
}

table.data td {
	border: 1px solid #CCC;
	padding: .1em .25em;
}

table.data td.number {
	text-align: right;
}

table.data td.datetime {
	text-align: right;
	white-space: nowrap;
}

/* --- alternate row & column color --- */

table.data tr.alt {
	background-color: #EEE;
}

table.data th.c1 {
	background-color: #CDD;
}

table.data th.c2 {
	background-color: #DCC;
}

table.data th.c3 {
	background-color: #DDC;
}

table.data th.c4 {
	background-color: #CDC;
}

table.data th.c5 {
	background-color: #CCD;
}

table.data th.c6 {
	background-color: #DCD;
}

table.data td.c1 {
	background-color: #EFF;
}

table.data td.c2 {
	background-color: #FEE;
}

table.data td.c3 {
	background-color: #FFE;
}

table.data td.c4 {
	background-color: #EFE;
}

table.data td.c5 {
	background-color: #EEF;
}

table.data td.c6 {
	background-color: #FEF;
}

table.data tr.alt td.c1 {
	background-color: #DEE;
}

table.data tr.alt td.c2 {
	background-color: #EDD;
}

table.data tr.alt td.c3 {
	background-color: #EED;
}

table.data tr.alt td.c4 {
	background-color: #DED;
}

table.data tr.alt td.c5 {
	background-color: #DDE;
}

table.data tr.alt td.c6 {
	background-color: #EDE;
}

/* Action-related styling */

/* Adminpages action */

table#adminpages {
	border: 1px solid #CCC;
	width: 100%;
}

form#form_page_admin_panel fieldset {
	line-height: 2em;	
}

/* Adminuser action */

table#adminusers {
	border: 1px solid #CCC;
	width: 100%;
}

form#form_user_admin_panel fieldset {
	line-height: 2em;	
}

/* Table action */

table.wikka {
	border: 2px solid #CCC;
	border-collapse: collapse;
	border-spacing: 0;
}

table.wikka td {
	border: 1px solid #CCC;
	padding: .1em .25em;
}

/* Lastedit action */
.lastedit {
	border:dotted 1px;
	padding:3pt;
	margin:8pt; color:#888;
	font-size:8pt;
	width:30%;
}

.lastedit_notes {
	color: #888800;
}

/* TextSearch & TextSearchExpanded Actions*/
.tse_keywords {
	font-weight: bold;
	color: green;
	background-color: #FAEBD7;
}

/* Calendar Action */

/* general styling */
table.calendar {
	color: #000000;
	background-color: transparent;				/* comment out to have space between cells same color as page background */
	/*border-collapse: collapse;*/			/* would make single-width borders, ignoring cell-spacing */
}
table.calendar caption {
	background-color: transparent;
	font-weight: bold;
	line-height: 1.6em;
}

table.centre, table.center {
	display: block; 
	text-align: center; 
	margin: 5px auto;
}

table.left {
	margin: 5px 5px 5px -5px;
	float: left;
}

table.right {
	margin: 5px -5px 5px 5px; 
	float: right;
}

table.calendar thead {
	background-color: transparent;
}
table.calendar tbody.face {
	background-color: transparent;
}
table.calendar tbody.calnav {
	background-color: transparent;
}
/* styling for some specific elements */
table.calendar thead th {
	/*border: 1px solid #000000;*/			/* uncomment to have border around day name headers (will be page background if table background is undefined) */
	padding: 1px;
	text-align: center;
	font-size: 85%;
	width: 26px;
}
table.calendar tbody.face td {
	border: 1px solid #000000;
	text-align: right;
}
table.calendar td.currentday {
	color: #993333;
	background-color: #F0F0D6;
	font-weight: bold;
}
/* styling of calendar navigation */
table.calendar tbody.calnav {
	font-weight: bold;
}
table.calendar td.prevmonth {
	text-align: left;
	font-size: 85%;
}
table.calendar td.curmonth {
	text-align: center;
}
table.calendar td.nextmonth {
	text-align: right;
	font-size: 85%;
}
table.calendar a:link {
	color: #993333;
	text-decoration: none;
}
table.calendar a:visited {
	color: #993333;
	text-decoration: none;
}
table.calendar a:hover {
	color: #993333;
}
table.calendar a:active {
	color: #993333;
	text-decoration: none;
}

/* Usersettings action */
table.usersettings {
}

/* Wikkaconfig action */
table.wikkaconfig {
	width: 70%;
	font-size: 90%;	
}

table.wikkaconfig caption {
	font-size: 120%;
	background-color: #E9E9F9;
	padding: 5px;
}

table.wikkaconfig tbody th[scope=row] {
	text-align: right;
	padding-right: 5px;
}

table.wikkaconfig tbody td {
	padding-left: 5px;
}

/* Handler-related styling */

/* Acls handler */
table.acls {
}

/* 3rdparty-code related styling */

/* syntax highlighting code - GeSHi */
.code ol {
	margin-top: 6px;
	margin-bottom: 6px;			/* prevent vertical scroll bar in case of overflow */
}
.code li {
	font-size: 11px;
	font-family: "Lucida Console", Monaco, monospace;
}
.code .br0	{ color: #66cc66; }
.code .co1	{ color: #808080; font-style: italic; }
.code .co2	{ color: #808080; font-style: italic; }
.code .coMULTI	{ color: #808080; font-style: italic; }
.code .es0	{ color: #000099; font-weight: bold; }
.code .kw1	{ color: #b1b100; }
.code .kw2	{ color: #000000; font-weight: bold; }
.code .kw3	{ color: #000066; }
.code .kw4	{ color: #993333; }
.code .kw5	{ color: #0000aa; }
.code .me0	{ color: #006600; }
.code .nu0	{ color: #cc66cc; }
.code .re0	{ color: #0000aa; }
.code .re1	{ color: #0000aa; }
.code .re2	{ color: #0000aa; }
.code .re4	{ color: #009999; }
.code .sc0	{ color: #00bbdd; }
.code .sc1	{ color: #ddbb00; }
.code .sc2	{ color: #009900; }
.code .st0	{ color: #ff0000; }

/* wikiedit */

.toolbar tr { background: ButtonFace; }
.toolbar .btn-, .toolbar  .btn-hover,  .toolbar .btn-active,
.toolbar .btn-pressed {
	background: ButtonFace;
	color: ButtonText;
	border: 1px solid ButtonFace;
	padding: 1px;
	margin: 0px;
	cursor: pointer;
}
.toolbar .btn- img  { width: 20px; height: 20px; }
.toolbar .btn-hover { border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight; }
.toolbar .btn-active,
.toolbar .btn-pressed { border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow; }
.toolbar .btn-pressed { background: ButtonHighlight; }
.editornamecss { background-color:#CCCCFF; font-size: 18px; padding: 0 10px; }

/* Contains css for sidenote action. */
/* postit note-style information box */
div.sidenote {
        clear: both;
        font-size: 10pt;
        float: left;
        width: 200px;
        border: 1px solid #AAAAAA;
        margin: 15px 10px 0px 0px;
        padding: 0px;
        background-color: #FFF900;
        text-align: justify;
        vertical-align: top;
}

div.sidenote hr {
        height: 1px;
        border: 1px solid #AAAAAA;
        width: 100%;
}

div.sidenote div.title {
        text-align: center;
        font-weight: bold;
        background-color: #EEE800;
        border-bottom: 1px solid #AAAAAA;
        color: #000000;
}

div.sidenote div.text {
        padding: 4px;
        color: #000000;
}

/* Spesific for (yellow) notes. */
div.note {
    background-color: #fff900;
}

div.note div.title {
    background-color: #eee800;
}

/* Spesific for (white) tips. */
div.tip {
    background-color: #ffffff;
}

div.tip div.title {
    background-color: #efefef;
}

/* Spesific for (red) warnings. */
div.warning {
    background-color: #ffaaaa;
}

div.warning div.title {
    background-color: #ff0000;
    color: #ffffff;
}

/* --- row & column color --- */

th.c1 {
    background-color: #CDD;
}

th.c2 {
    background-color: #DCC;
}

th.c3 {
    background-color: #DDC;
}

th.c4 {
    background-color: #CDC;
}

th.c5 {
    background-color: #CCD;
}

th.c6 {
    background-color: #DCD;
}

tr.alt td {
    background-color: #EEE;
}

td.c1 {
    background-color: #EFF;
}

td.c2 {
    background-color: #FEE;
}

td.c3 {
    background-color: #FFE;
}

td.c4 {
    background-color: #EFE;
}

td.c5 {
    background-color: #EEF;
}

td.c6 {
    background-color: #FEF;
}

tr.alt td.c1 {
    background-color: #DEE;
}

tr.alt td.c2 {
    background-color: #EDD;
}

tr.alt td.c3 {
    background-color: #EED;
}

tr.alt td.c4 {
    background-color: #DED;
}

tr.alt td.c5 {
    background-color: #DDE;
}

tr.alt td.c6 {
    background-color: #EDE;
}

th.check, td.check {
    width: 5%;
    text-align: center;
    vertical-align: middle;
}
th.number, td.number {
    text-align: right;
}

th.time, td.time {
    width: 5%;
    text-align: center;
    vertical-align: top;
    white-space: nowrap;
}

td.time {
    font-size: 0.85em;
}

table.calendar td.created {
	color: #550055;
	background-color: #55CC55;
	text-decoration: none;
}

table.calendar td.new {
	color: #AABBFF;
	background-color: #CC6666;
	text-decoration: none;
}

table.calendar td#today {
	text-decoration: none;
	font-weight:bold;
}

table.calendar div.overview {
    text-align:left;
}
table.calendar div.overview a {
    font-size: 80%;
}

a { font-weight:inherit;}

.fulllist { 
    border: 2px solid #CCAAAA; 
    background-color: #cccccc;
    padding: 0px;  
    margin: 0px; 
}
.emptylist {
}
.singlelist {
}
.inexistinglist {
}
.errorlist{
}
#viewer {
position:absolute;
width:84%;
height:84%;
top:50px;
left:50px;
}

#viewer[id] {
position:fixed;
top:50px;
left:50px;
bottom:50px;
right:50px;
}

