
html, body {
  height:100%;
  width:100%;
}


body{
	margin:0;
	padding:0;
	font-family: Arial, Verdana, Palatino Linotype, sans-serif;
	font-size: 0.8em;
	line-height: 1.25em;
      background-color: silver;
}

#maincontainer{
	position: relative;
	width: 796px; /*Width of main container*/
	margin: 15px auto 0 auto; /*Center container on page*/
	border: solid 1px black;
      background-color: white;
}


/* Some general settings for appearance */


h1 {
	font-weight: bold;
	font-size: 1.5em;
	margin: 20px 0 10px 0;
}

h2 {
	margin: 0;
	font-size: 1.3em;
	line-height: 1.3em;
      font-weight: normal;
      text-align: center;
}

h3 {
	margin: 20px 0 3px 0;
	font-size: 1em;
	letter-spacing: 1px;
	font-weight: bold;
}

acronym {
	cursor: help;
	text-decoration: underline;
}

img {
	border: 0;
}

/* Some more general settings for lists */
ul, ol {
	padding: 0;
	margin: 1em 0 1em 2em;
}

ul>li {
	margin-bottom: 0.5em;
}

ul li {
	margin-bottom: 0.5em;
}

ol>li {
	margin-bottom: 1em;
	list-style: decimal outside;
}

ol li {
	margin-bottom: 1em;
	list-style: decimal outside;
}

/* ... and the most general text setting is...  */
p {
margin: 1em 0 0 0;
}


/* And from here the more individual settings */

.important {text-decoration: underline;}

.align-center {text-align: center;}

.tx-newloginbox-pi1 {
      margin-left: 100px;
      margin-right: 100px;
}

.csc-uploads{
	border-collapse: collapse;
      border: 0;
      margin: 10px auto 0 auto;
      padding: 0;
}

.csc-uploads td{
      padding: 2px 5px 3px 5px;
      height: 1.2em;
}

.csc-uploads p{
      padding: 0;
      margin: 0;
}

.csc-uploads-fileSize{
	text-align: right;
}

.tr-odd {
	margin: 0;
      padding: 0;
      background-color: rgb(223, 238, 247);
}

.tr-even {
	margin: 0;
      padding: 0;
      background-color: rgb(255, 220, 140);
}

#header{
	width: 100%;
      height: 90px;
	text-align: center;
	padding: 0;
}

#navigation{
	float: left;
      width: 100%;
	background-position: left bottom;
	background-repeat: no-repeat;
	background-image: url(grfx/nav1.gif);
}

#navigation a {
      text-decoration: none;
      color: black;
}

#leftnavi{
	width: 456px;
	height: 20px;
      margin-right: 320px;
      margin-left: 10px;
      padding-left: 10px;
      padding-top: 10px;
	font-size: 0.85em;
      overflow: hidden;    /*sw: Only required when used with fixed layout 2-2 */
      border-top: 1px solid rgb(223, 238, 247);
      border-left: 1px solid rgb(223, 238, 247);
      border-bottom: 1px solid rgb(223, 238, 247);
	background-position: left top;
	background-repeat: repeat;
	background-image: url(grfx/nav2.gif);
}

#leftnavi span {margin-right: 10px;}

.last {
}


#login {
      vertical-align: text-bottom;
}

#login a {
      text-decoration: none;
      color: black;
}

#leftnavi :active, #login :active {
      text-decoration: none;
      color: rgb(223, 238, 247);
}

#leftnavi :hover, #login :hover {text-decoration: underline; }

#rightnavi{
	float: left;
	height: 20px;
      width: 320px;
      margin-left: -340px;
      padding-top: 10px;
      padding-right: 10px;
	font-size: 0.85em;
      overflow: hidden;
      text-align: right;
      border-top: 1px solid rgb(223, 238, 247);
      border-right: 1px solid rgb(223, 238, 247);
      border-bottom: 1px solid rgb(223, 238, 247);
	background-position: left top;
	background-repeat: repeat;
	background-image: url(grfx/nav2.gif);
}

/*#rightnavi :hover {text-decoration: underline; }            */

.tx-bblanguageselect-pi1 {
	float: right;
      margin-right: 10px;
      margin-left: 20px;
      vertical-align: text-bottom;
}

#contentwrapper{
	float: left;
	width: 100%;
      background: rgb(255, 194, 54);
      margin-top: 0px;
      min-height: 390px;
}

#mainimg {
	margin-top: 30px;
      margin-left: 100px;
      width: 600px;
      height: 200px;
}


#mainimg h2{
	position: absolute;
	top: -100px;
}

#maincontent {
	margin-bottom: 20px;
      margin-left: 100px;
      width: 600px;
      height: 140px;
      overflow: auto;
}

#loginarea {
	margin-top: 20px;
      margin-left: 100px;
      width: 600px;
      font-size: 0.9em;
}

#databasearea {
	margin-top: 30px;
      margin-left: 100px;
      width: 600px;
      font-size: 0.9em;
}

#maincontent table, #databasearea table{
      margin-bottom: 16px;
}

#footer{
	clear: left;
	width: 100%;
      height: 30px;
	text-align: center;
	padding: 4px 0;
      background: rgb(255, 194, 54);
}

#logout {
	position: absolute;
      top: 180px;
      right: 20px;
}