﻿/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-family: inherit;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
body#studioLambda {
	background:#ffffff url('../images/font.gif');
	font-family:arial;
}
body {
line-height: 1;
color: black;
background: white;
}
ol, ul {
list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}
a {
text-decoration:none;
}
div#content {
	margin-left:220px;
	height:605px;
}

/* MENU */

img#logo {
	margin-bottom:0px;
}	

a.menuLink, a.menuLinkWithoutArrow {
	display: block;
	padding: 5px 0px 5px 15px;
	background:#ffffff;
	width: 190px;
}

a.menuLink {
	padding-left:12px;
	width: 2px;
	width: 205px;
	margin-top:20px;
}

a.menuLinkWithoutArrow {
	padding-left:27px;
	width: 190px;
	margin-top:20px;
}

ul.subMenu {
	background:#ffffff;
	padding:5px 0px 5px 27px;
	width: 190px;
}

ul.subMenu li {
	margin-bottom:5px;
	clear:both;
}

ul.subSubMenu {
	margin-top:5px;
	display:none;
	clear:both;
}

li.subSubMenuItem {
	display:inline;
}

span.arrowClose, span.arrowOpen {
	display:block;
	margin-right:3px;
	float:left;
	width:12px;
	height:12px;
}

span.arrowClose {
	margin-top:3px;
	background:#ffffff url('../images/arrow.png') no-repeat 0px 0px;
}

span.arrowOpen {
	margin-top:4px;
	background:#ffffff url('../images/arrow_down.png') no-repeat 0px 0px;
}

/* CONTENT */


div#navigation {
	width:700px;
	background:#ffffff;
	height:40px;
	position:absolute;
	bottom:0px;
}

h1.projecttitle {
	float:left;
	margin-top:9px;
	margin-left:10px;
	height:22px;
	display:block;
	font-weight:bold;
	font-family:arial;
}

ul.blockBar {
	margin-top:9px;
	margin-right:10px;
	float:right;
	width:100px;
}	

ul.blockBar li {
	float:right;
	width:22px;
	height:22px;
	margin-right:3px;
}

ul.blockBar li a {
	display:block;
	height:100%;
	width:100%;
	background:url('../images/nav_block.gif');
}

ul.blockBar li a:hover, ul.blockBar li a.activated {
	background:url('../images/nav_block_o.gif');
}