@import url('./general.css');
body{
	background-color: #b8d8f9;
    background-image:url(grafx/bg_body.png);
    background-repeat:repeat-x;
    background-attachment:fixed;
}
.title{
    color: #777;
	text-decoration:none;
    text-align: right;
	font-size: 2.3em;
	font-family: helvetica ;
	font-weight: bold;
	font-style:italic;
	letter-spacing: 0.1em;
    padding-bottom: -5px;
    margin-bottom: 15px;
}
.title a{
    color: #666;
	text-decoration:none;
}
h1,h2,h3{color: #666;margin-top:0px;text-decoration:underline;}
h4,h5,h6{color: #666;margin:5px;text-decoration:underline;}
h1{font-size: 26px;}
h2{font-size: 18px;}
h3{font-size: 15px;}
h4{font-size: 13px;}


.menu{
	font-size:0.8em;
	font-family: tahoma, verdana, helvetica, arial;
	width: 780px;
	margin: auto;
	margin-bottom: 2px;
    vertical-align:bottom;
}
.menu a{
	border-left:1px #aaa solid;
	border-right: 2px solid #aaa;

    height: 23px;
    width: 180px;
	padding: 3px;
	margin:auto;
	text-decoration:none;

	color: #89c;
    background-image:url('./grafx/bg_menua.png');
    background-repeat:repeat-x;
	background-color: #fff;
	font-weight:bold;
}
.menu a:hover{
    color: #67a;
    border-color:#aaa;
    background-color:#efefef;
    background-image:url('./grafx/bg_menub.png');
}
.menu a#current{
    color: #569;
    background-color:#efefef;
    border-color: #999;
    border-top:1px dotted #888;
}
.menu a img{
	border:0;
	vertical-align:bottom;
	padding:0px;
	margin:0;
	padding-right:3px;
}
.content{
	width: 780px;
	margin:auto;
	padding: 5px;
	border: 1px solid #aaa;
	border-right-width: 2px;
	font-size: 0.7em;
	color: #000;
	background-color: #fefefe;
    
}
a.within{color: #40a0ef;text-decoration:none;font-weight:bold;}
.content a:link{color: #40a0ef;}
.content a:visited{color: #5fbfef;}
.content a.messagelink:before{content: url('./grafx/mail_16.png');vertical-align:sub;margin-right: 3px;}
p{
	margin:5px;
	padding:5px;
	margin-left:30px;
	font-size:1.3em;
}
.box{
	margin: 5px;
	margin-left: 30px;
	padding: 5px;
	border: 1px solid #888;
	border-right-width: 2px;
	display: block;
}
.sbox{
	border: 1px solid #888;
	border-right-width: 2px;
	margin: 5px;
	padding: 5px;
}
table.list{
	padding:0;
	margin-left: 00px;
	font-size:17px;
	width: 100%;
}
table.list a{
    display: block;
    letter-spacing:0.5em;
    text-decoration:none;
}
a.yearlink:before{content: '«';}
a.yearlink:after{content: '»';}
a.yearlink{
    padding: 5px;
    border: 1px solid #999;
    border-right-width: 2px;
    border-bottom-width: 2px;
    padding-left: 150px;
    font-size: 22px;
    font-weight: bold;
}

.news{
	float:right;
}

table{
	padding:0;
}
table th a{
	text-decoration:none;
	display: block;
	color: #000 !important;
}
table td{
    vertical-align: top;
	border:0px solid #000;
	vertical-align:top;
}
table.portrait{
     width: 100%;
}
.portrait{
    width: 25%;
    margin-bottom:50px;
}

td:target{background-color: #f3f3f3;display:block;}
table .topside{
    font-weight: bold;
    vertical-align: top;
}
table .leftside{
    font-weight: bold;
    vertical-align: top;
    text-align:right;
}

table .multirow h4{
    margin: 0px;
    margin-bottom: 5px;
    border-bottom: 1px dotted #a0aaad;
    text-decoration:none;
}
table .multirow{
    vertical-align: top;
    text-align: justify;
    padding: 0px;
    padding-left: 10px;
    padding-bottom: 10px;
}
table td.upload{
    vertical-align: top;
    text-align: justify;
    padding: 0px;
    padding-left: 5px;
    width:190px;
	border: 1px solid #aaa;
	border-right-width: 2px;
}
table td.upload p{
    margin:0;
    color: #888;
}
table td.adress{
    color: #888;
	border: 1px solid #aaa;
}
form label{
    margin:0;
    padding:0;
    width: 100%;
    height: 100%;
}
form button{
    background-image:url('./grafx/menua.png');
    background-repeat:repeat-x;
	-moz-border-radius:4px;
}
a.button img{
	margin-top: 3px;
	margin-right: 5px;
	border: 0;
}
a.button{
	width: 50px;
	height: 17px;
	padding: 2px;
	padding-right: 5px;
    background-image:url('./grafx/menua.png');
    background-repeat:repeat-x;
	-moz-border-radius:4px;
	text-decoration: none;
	color:#000 !important;
}
table.view{
     padding-left: 20px;
     width: 100%;
}
table.view th{
    text-align:left;
}
table.edit{
     padding-left: 20px;
     width: 100%;
}
table.edit .mid{
    width: 380px;
}

table.adress{
    margin:auto;
    width:50%;
}
table.messages tr.unread{
	font-weight:bold;
}
table.messages tr.unread td.subject a:before{
    content:url('./grafx/message_new_16.png');
    vertical-align: sub;
    margin: 3px;
}
table.messages tr.read td.subject a:before{
    content:url('./grafx/message_16.png');
    vertical-align: sub;
    margin: 3px;
}
table.message td a img,table.messages td a img{
	display:block;
	border:0;
}

table.message,table.messages{
	border: 1px solid #888;
	border-right-width: 2px;
	border-spacing:0px;
 	margin: auto;
	margin-bottom: 30px;
	padding: 0px;
	width:85%;
	background-color:#fafafa;
}
table.message tr, table.messages td{
	margin:0;
	padding: 3px;
	z-index:5;
}
table.message .label{
	width: 55px;
	font-weight: bold;
	border:1px solid #ccc;
	background-color: #ddd;
	font-size: 12px;
	text-align: right;
	white-space:pre;
}
table.message .label.to,table.message .label.from{
	width: 35px;
	font-size: 12px;
	background-color: #ddd;
}
table.message .body{
	border:1px solid #ccc;
	border-top-width:0px;
	padding: 8px;
	font-size: 17px;
	z-index: 0;
}
table.message td.from, table.message td.to{
	font-style: italic;
	padding-left:15px;
	font-size: 14px;
	background-color:#eaeaea;
}
table.message td.reply, table.messages td.time{
	background-color:#eaeaea;
}
table.message td.subject{
	font-weight: bold;
	padding-left:8px;
	font-size: 17px;
	border:1px solid #ccc;
	background-color: #eaecef;
	width: 100%;
}
table.message td{color:#666;}
table.message td a,table.messages td a{
	color:#666 !important;
	text-decoration:none;
/*	background-color:#fff;*/
	display:block;
	padding-left:15px;
}

pre{
	margin-left: 10px;
	font-size:1.3em;
}

table tr.a{background-color: #cfe6f6;}
table tr.b{background-color: #bfd6e6;}
table tr.c{background-color: #afc6d6;font-weight:bold;}
