/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 2;
	padding: 0;
}
.red {
	background-color: #F00;
	color: #000;
}


body {
	font-size: 9px;
	font-family: Verdana, sans-serif;
	scrollbar-arrow-color: #D3D3D3;
	scrollbar-3dlight-color: #F8FFEF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-face-color: #FBFFEF;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #c0c0cc;
	scrollbar-track-color: #f5f5f5;
}

pre 
{
	font-size: 9px;
	font-family: Verdana, sans-serif;
}

.evenrow {
	background-color: #CCCCCC;
}
.oddrow {
	background-color: #EEEEEE;
}

a:link { text-decoration: none; color: #000000; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #807F7F; }
a:hover {
	text-decoration: none;
	background-color: #99cc66;
}

#menu {
	width: 275px;
	overflow: auto;
	top: 0;
	bottom: 0;
	left: 50px;
	position: fixed;
	height: 100%;
	background-color: #fff;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title {
	text-decoration: none;
	color:#000000;
	font-weight: bolder;
}

#menu ul li.section-title_curently_visiting {
	text-decoration: none;
	font-weight: bolder;
	display:inline;
	background-color: ccff99;
}

#content {
	height: 100%;
	top: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 390px;
}

.container {
    padding: 5px 5px 25px 5px;
}

#content p { width: 400px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

.collapsible_year {
	cursor:pointer;
	font-weight:bold;
	width: 1px;
}
.collapsible_year:hover {
	background-color: #99cc66;
	font-weight:bold;
	display:inline;
}
.collapsible_worklist_visible {
	display:block;
}
.collapsible_worklist_invisible {
	display:none;
}
.collapsible_work {
	margin-left:10px;
	display:table;
}
.collapsible_work_currently_visiting {
	margin-left:10px;
	display:table;
	background-color: #CCFF99;
}
