

/* GLOBAL */


body {
	padding: 0px;
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	background-color: #CCCCD0;
}

a {
	color: #FF0000;
	text-decoration:none;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}


code {
	font-family: Courier, "Courier New", mono;
	font-size: 11px;	
}

ul {
	list-style-type:square;
}


#pgpkeyblock {
	font-family: Courier, "Courier New", mono;
	font-size: x-small;	
	text-align: left;
	white-space: pre;
}


.errorcode {
	color: #666677;
	text-align: right;
	font-size: 144pt;
}

.errortext {
	color: #666677;
	text-align: left;
	font-size: xx-large;

}



/* HEADER */
/* [id], line-height & expression() = IE workarounds */

#headerbgone {
	position: absolute;
	z-index: 111;
	top: 13px; left: 13px;
	height: 80px; width: 80px;
	background-color: #666677;
}
#headerbgone[id] {
	position: fixed;
}

#headerlogo {
	position: absolute;
	top: 8px; left: 8px;
	z-index: 112;
	border: 0px; padding: 0px; 
}
#headerlogo[id] {
	position: fixed;
	top: 21px; left: 21px;
}

#headerhbar {
	position: absolute;
	top: 32px; left: 0px;
	z-index: 110;
	height: 8px;
	background-color: #666677; 
	color: #666677;
	line-height: 8px;
	width: expression(document.body.scrollWidth + 'px');
}
#headerhbar[id] {
	position: fixed;
	width: 100%;	
}

#headervbar {
	position: absolute;
	top: 0px; left: 32px;
	z-index: 110;
	width: 8px;
	background-color: #666677; 
	color: #666677;
	height: expression(document.body.scrollHeight + 'px');	
}
#headervbar[id] {
	position: fixed;
	height: 100%;	
}

#headerbanner {
	position: absolute;
	top: 22px; right: 16px;
	z-index: 111;		
	min-height: 32px;
	min-width: 33%;
	width: 50%;
	color: #000000;
	background-color: #FFFFFF; 
	text-align: left; vertical-align: middle;
	border: 2px solid #666677; padding: 2px;
}

#headerbanner[id] {
	position: fixed;
}

/* MENU */


#menubar {
	position: fixed;
	top: 108px; left: 19px;
	z-index: 110;
	text-align: left;
	font-size: 14px;
}


.menuitem {
	border: 2px solid #666677; 
	background-color: #FFFFFF;
	color: #000000;
	min-width: 60px;
	max-width: 60px;	
	margin-top: 4px;
	padding: 2px;
	text-align: left;
	vertical-align: bottom;
	font-size: 13px;
	overflow: hidden;
}

.activemenuitem {
	border: 2px solid #666677; 
	background-color: #666677;
	color: #FFFFFF;
	min-width: 60px;
	max-width: 60px;	
	margin-top: 4px;
	padding: 2px;
	text-align: left;
	vertical-align: bottom;
	font-size: 13px;
	overflow: hidden;
	
}

.submenuitem {
	border: 2px solid #666677; 
	background-color: #FFFFFF;
	color: #000000;
	min-width: 54px;
	max-width: 54px;
	margin-top: 3px;
	margin-left: 6px;
	padding: 2px;
	text-align: left;
	vertical-align: bottom;
	font-size: 11px;
	overflow: hidden;	
}

.activesubmenuitem {
	border: 2px solid #666677; 
	background-color: #666677;
	color: #FFFFFF;
	min-width: 54px;
	max-width: 54px;
	margin-top: 3px;
	margin-left: 6px;
	padding: 2px;
	text-align: left;
	vertical-align: bottom;
	font-size: 11px;
	overflow: hidden;
}





.menuitem a {
	color:#000000;
	background-color: #FFFFFF;
	text-decoration: none;
}

.menuitem a:hover {
	color:#666677;
	background-color: #FFFFFF;
	text-decoration: none;
}

.activemenuitem a {
	color:#FFFFFF;
	background-color: #666677;
	text-decoration: none;
}

.activemenuitem a:hover {
	color:#FFFFFF;
	background-color: #666677;
	text-decoration: none;
}



.submenuitem a {
	color:#000000;
	background-color: #FFFFFF;
	text-decoration: none;
}

.submenuitem a:hover {
	color:#666677;
	background-color: #FFFFFF;
	text-decoration: none;
}

.activesubmenuitem a {
	color:#FFFFFF;
	background-color: #666677;
	text-decoration: none;
}

.activesubmenuitem a:hover {
	color:#FFFFFF;
	background-color: #666677;
	text-decoration: none;
}

/* BODY */

#bodymain {
	position: absolute;
	z-index: 50;
	top: 128px;
	left: 128px;
	right: 30%;
	margin-bottom: 12%;
	width: 75%; 
/*	max-width: 420pt; */
	padding: 0px;
}


.bodylinkline {
	position: absolute;
	right: -2px; top: -2px;
	display: inline;
	float: right; clear: right;
	background-color: #FFFFFF; 
	color: #AAAAAA;
	border: 2px solid #666677; 
	padding-top: 2px; padding-bottom: 2px;
	padding-left: 8px; padding-right: 4px;
	vertical-align: bottom; text-align: right;
	font-size: 10px;
	z-index: 66;
	
}


.bodydateline {
	position: absolute;
	left: -2px; top: -2px;
	display: inline;
	float: left; clear: left;
	background-color: #FFFFFF; 
	color: #AAAAAA;
	border: 2px solid #666677;
	padding-top: 2px; padding-bottom: 2px;
	padding-left: 4px; padding-right: 8px;	
	vertical-align: top; text-align: left;
	margin-bottom: 4px;
	font-size: 10px;
	z-index: 65;	
}


.bodyitem {
	position: relative;
	margin-top: 8px;
	margin-bottom: 32px;
	width: 100%;
	background-color: #FFFFFF; 
	color: #000000;
	border: 2px solid #666677; padding: 8px;
	text-align: left; vertical-align: bottom;
	overflow: hidden;
	z-index: 60;
	
}

#bodyheader {
	background-color: #FFFFFF; 
	color: #AAAAAA;
	margin-bottom: 16px;
	width: 100%;
	text-align: left; vertical-align: bottom;
	border: 2px solid #666677; padding: 4px;
	padding-top: 8px;
	z-index: 60;
	font-size: 10px;
	overflow: hidden;
}


#bodyfooter {
	background-color: #FFFFFF; 
	color: #AAAAAA;
	margin-top: -16px; margin-bottom: 10%;
	width: 100%;
	text-align: right; vertical-align: bottom;
	border: 2px solid #666677; padding: 4px;
	font-size: 10px;
	z-index: 60;
}


#bodyfooter a {
	background-color: #FFFFFF; 
	color: #AAAAAA;
}

#largetitle { /* project title, etc. */
	font-size: x-large;
	font-weight: bold;
	color: #000000;
}

a.navlink { /* for small local or mailto links */
	font-size: 10px;
	color: #AAAAAA;
	text-decoration: none;
}


a.navlink:hover {
	color: #FF0000;
}

a.navlink:before {
	content: "[";
	color: #FFFFFF;
}

a.navlink:after {
	content: "]";
	color: #FFFFFF;
}

a.navlink:hover:before {
	content: "[";
	color: #FF0000;
}

a.navlink:hover:after {
	content: "]";
	color: #FF0000;
}




a.textlink { /* use for 'reference' links */
	color: #000000;
}

a.textlink:hover {
	color: #FF0000;
}

a.textlink:before {
	content: "->";
	color: #FF0000;
}



a.filelink:before { /* use for downloadable files */
	content: "[";
	color: #FF0000;
}

a.filelink:after {
	content: "]";
	color: #FF0000;
}


a.namelink { /* use for target links */
	color: #000000;
}


/* standard html elements */

img {
	border: 0px;
}

hr {
	border: 1px solid #666677;
	background-color: #666677;
	margin-left:0px; margin-right: -4px;
}

h4 {
	margin-left: 4px; 
	margin-top :4px; 
	margin-bottom: 0px;
}



#bodyfooter {
        background-color: #FFFFFF;
        color: #AAAAAA;
        margin-top: 8px; margin-bottom: 128px;
        width: 100%;
        text-align: right; vertical-align: bottom;
        border: 2px solid #666677; padding: 4px;
        font-size: 10px;
}

hr {
	border: 1px solid #666677;
	margin-left:-4px; margin-right: -4px;
}

h4 {
	margin-left: 4px; 
	margin-top :4px; 
	margin-bottom: -6px;
}

/* User */

table {
	border: 0;
	margin: 0;
	
}

tr.odd {
	background-color: #E5E5E0;
}

td {
	color: #000000	vertical-align: top;
	font-size: 12px;    
	padding-right: 6px;
}

td.head {
	border-bottom:1px solid #000000;
}

td a {
	color: #FF0000;
}

td.descr {
	text-align: right;
	vertical-align: top;
}

body {
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	background-color: #CCCCD0;
	background-image: url(/patrick/shared/bgtile.png);
	background-attachment: fixed;
	background-repeat: repeat;
}

#mizuho {
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 0;
}

#headersubtitle {
	color: #000000;
	font-size: 12px;
}

