
html,body{height:100%;width:100%;overflow:hidden;}
body {
   font-family: Arial,Courier, 'Courier New';
   color:#000;
   background-color:#dddddd;
   font-size:15px;
}
h3 {
   margin:0px 0px 0px 0px;
   padding:0px 0px 0px 0px;
   font-size:15px;
   font-weight:bold;
}
a:link {color:#000;text-decoration: none}
a:visited {color:#000;text-decoration: none}
a:active {color:#000;text-decoration: none}
a:hover {color:#000;text-decoration: none;}


img {
   border-width:0px;
   margin:0px 0px 2px 0px;
}
p.embedded_title {
   margin:2px 0px 0px 0px;
}
#topbar {
   position:absolute;
   top:0px;
   left:0px;
   font-size:1em;
   border-width:0px;
   margin:0px 0px 0px 0px;
   padding:20px 0px 0px 20px;
   display:block;
}

table{
   border-collapse:collapse;
}
#menu{display:none;}
span{
   border:1px solid #000;
   background-color:#dddddd;
   color:#000;
   padding-left:2px;
   padding-right:2px;
   font-size:1em;
   z-index:5;
   position:relative;
   top:-13px;
}
span.thumblabel{white-space:nowrap;background-color:#fff;display:none;}
span.thumblabel_highlight{white-space:nowrap;background-color:#dddddd;display:none;}

#loading {position:relative;top:-20px;/*display:none;*/}

#leftbar {
   position:absolute;
   top:110px;
   left:0px;
   width:240px;
   height:96%;
   padding-top:1px;
   padding-bottom:4px;
   overflow:auto;
   display:table-cell;
   text-align:center;
}
#leftbar img {margin-bottom:7px;}
#leftbar a {outline:none;}

#topbar a:link {text-decoration:none;}
#topbar a:visited {text-decoration:none;}
#topbar a:active {text-decoration:none;}
#topbar a:hover {text-decoration:underline;}

#content {
   width:80%;
   height:91%;
   position:absolute;
   top:110px;
   left:240px;
   padding:0px 0px 0px 30px;
   overflow:auto;
}

div.project_text{
   border-color:#000;
   color:#000;
   margin:0px 32px 0px 0px;
   border-width:0px 0px 0px 0px;
   border-style:solid;
   width:500px;
   padding:0px 0px 15px 0px;
   font-size:14px;
   font-family: Arial,'Courier New',Courier;
}
div.project_text a:link {font-weight:bold;}
div.project_text a:visited {font-weight:bold;}
div.project_text a:active {font-weight:bold;}
div.project_text a:hover {font-weight:bold;text-decoration: underline;}
div.project_text h1 {margin:0px 0px 8px 0px;color:#000;font-size:14px;font-weight:normal;}

div.content_picture{
   margin:0px 32px 0px 0px;
   padding:0px 0px 0px 0px;
   white-space:nowrap;
   font-size:13px;
}
div.content_mov{
   margin:0px 32px 0px 0px;
   padding:0px 0px 0px 0px;
   z-index:0;
   background-color:#dddddd;
}
a.projectlink {
  cursor:click;
}
ul.boxy {
	list-style-type: none;
}
ul.boxy li {
	cursor:move;
	width:500px;
	margin:10px 0px 10px 0px;
}
input {
   border:1px solid white;
}
textarea {
   border:1px solid white;
}
td {
   vertical-align:top;
}
td.middle {
   vertical-align:top;
}
a.external:link {color:#000;text-decoration: none}
a.external:visited {color:#000;text-decoration: none}
a.external:active {color:#000;text-decoration: none}
a.external:hover {color:#000;text-decoration: none;}


