body {
	background-color: #000000;
	cursor: default;
	margin: 0px;
	padding: 0px;
	overflow-y: scroll;
}

body, table {
	font-family: Tahoma, Arial, Verdana;
	font-size: 9pt;
}

hr {		
	background-color: #B0C0D0;
	color: #B0C0D0;
	height: 2px;
	border: 0px;
	padding: 0px;
	margin: 4px 0px 4px 0px;
}

td {
	padding: 0px;
}

ul {
	background-image: none;
	padding: 0px;
	margin: 0px;
}

li {
	background-image: none;
	padding: 0px;
	margin: 0px;
	display: inline;
}

url {
	padding: 0px;
	margin: 0px;
}

table.allpage {
	width: 800px;
	background-color: #FFFFFF;
	border-spacing: 0px;
}
table.allpage td {
	vertical-align: top;
	padding: 0px;
}
table.allpage td.left {
	//background-image: url('./images/left_shadow.gif');
	background-color: #000000;
	background-repeat: repeat-y;
	width: 16px;
}
table.allpage td.right {
	//background-image: url('./images/right_shadow.gif');
	background-color: #000000;
	background-repeat: repeat-y;
	width: 16px;	
}


table.main {
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	border-spacing: 0px;
}


table.main td {
	vertical-align: top;
	padding: 0px;
}

table.main tr.header {
	height: 40px;
}

table.main tr.header td {
	//background-image: url('./images/header.png');
	vertical-align: middle;
	background-color: #000000;
	color: #FFFFFF;
	padding: 3px;
	text-alignment: right;
}

table.main .header .title {
	font-size: 18pt;
	display: inline;
}

table.main .header .title a {
	color: white;
	text-decoration: none;
}







table.main .bar {
	background-image: url('./images/bar.png');
	height: 24px;
	margin: 0px;
	padding: 0px;
}

table.main .bar .item a {
	background-image: url('./images/iphone.png');
	height: 24px;
	display: table-cell;
	vertical-align: middle;
	padding: 0px 10px;
	color: #FFFFFF;
	font-size: 9pt;
	font-family: Tahoma;
	text-decoration: none;
}
table.main .bar .item a:hover {
	background-image: url('./images/iphone_hover.png');
}
table.main .bar .item a:active {
	background-image: none;
	outline: 0 !important;
}
table.main .bar .item a:focus {
	outline: 0 !important;
}

/*=======================
 NAVIGATION 
=======================*/
table.main .navigation {
	background-image: url('./images/bar.png');
	height: 16px;
	margin: 5px;
	padding: 0px;
}
table.main .navigation .title {
	background-image: url('./images/nav_title.png');
	height: 24px;
	display: block;
	vertical-align: middle;
	padding: 0px 10px 0px 10px;
	color: #FFFFFF;
	font-size: 9pt;
	font-family: Tahoma;
	text-decoration: none;
}
table.main .navigation .item {
	background-image: url('./images/nav_item.png');
	display: block;
	vertical-align: middle;
	padding: 0px 10px 0px 10px;
	color: #FFFFFF;
	font-size: 9pt;
	font-family: Tahoma;
	text-decoration: none;
}
table.main .navigation .item a {
	color: #FFFFFF;
	font-size: 9pt;
	font-family: Tahoma;
	text-decoration: none;
}
table.main .navigation .bottom {
	background-image: url('./images/nav_bottom.png');
	height: 24px;
	display: block;
	vertical-align: middle;
	padding: 0px 10px 0px 10px;
	color: #FFFFFF;
	font-size: 9pt;
	font-family: Tahoma;
	text-decoration: none;
}




table.main td.news {
	width: 150px;
	/*
	background-image: url('./images/axel-brzostowski.gif');
	background-repeat: no-repeat;
	background-position: center bottom;
	*/
	background-color: #505050;
	vertical-align: top;
	text-align: left;
}

table.main td.sep {
	background-color: #AAAAAA;
	width: 2px;
}

table.main td.projects {
	background-color: #F0F0F0;
	
}


table.main tr.footer {
	height: 32px;
}
table.main tr.footer td {
	vertical-align: middle;
	background-color: #000000;
	color: #E0E0E0;
	padding: 3px;
	text-align:	center;	
	font-size: 8pt;
}







/*=======================
 MESSAGE
=======================*/
table.message {
	width: 100%;	
	background-color: #FFFFFF;
	border-spacing: 0px;
	margin: 5px;
	margin-bottom: 0px;
	border: 1px solid #E0E0E0;
}
table.message td {	
	padding: 7px;
}
table.message td.image {
	width: 64px;
	height: 64px;
	vertical-align: top;
	text-align: center;	
	padding: 10px;
}
table.message td.description .title {
	font-weight: bold;
}
table.message .link {
	text-align: right;
}
table.message a:link, table.message a:visited {
	text-decoration: underline;
	color: #0000FF;
}
table.message a:hover {
	/*color: red;*/
}

table.requirements {	
	border-spacing: 1px;
	background-color: #909090;
}

table.requirements td, table.requirements th {
	vertical-align: top;
	text-align: left;
	padding: 3px;
	font-weight: normal;
}

table.requirements th {
	background-color: #EAEAEA;	
}

table.requirements th.high {
	background-color: #DADADA;	
}

table.requirements td {
	background-color: #FFFFFF;
}






table.curriculum {
    /*...*/
}

table.curriculum td {
    background-color: #FFFFFF;
	padding: 0px;
}

td.curriculum_info {
    background-color: #FFFFFA;
}

.curriculum_title {
    font-weight: bold;
    font-size: 10 pt;
    text-decoration: underline;
    color: #553300;
}

.curriculum_year {
    font-weight: bold;
    vertical-align: top;
    text-align: left;
}

.curriculum_subtitle {
    font-weight: bold;
    color: #221100;
}

a.curriculum, a.curriculum:hover, a.curriculum_bold, a.curriculum_bold:hover {
    color: #3355AA;
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
}a.curriculum:hover {
    text-decoration: underline;
}a.curriculum_bold, a.curriculum_bold:hover {
    font-weight: bold;
}

table.curriculum table.languages {
	background-color: #D0D0D0;
	border-spacing: 1px;	
	margin-left: 10px;
	width: 210px;
	
} table.curriculum table.languages th {
	background-color: #F0F0F0;
	color: #444444;
	padding: 4px;
	text-align: left;
	
} table.curriculum table.languages td {
	background-color: #FFFFFF;
	padding: 3px;
	vertical-align: middle;
} table.curriculum table.languages img {	
	/*...*/
}

table.comments {
	width: 100%;
}

table.comments tr.header{
	background-color: #E0E0F0;
	background-image: none !important;
	height: 20px;
}
table.comments tr.header td{
	background-color: transparent;
	background-image: none !important;
	border-top: 1px solid #808080 !important;
}

table.comments td{
	color: #505050 !important;
	padding: 0px;
}
table.comments td.time {
	text-align: right;
}

table.comments td.message {
	padding: 5px;
	padding-left: 20px;
}

/**/
