
body {
  margin:           0px;
  padding:          10px;
  background-color: #FFFFFF;
  color:            #000000;

  font-size:   .688em;
  line-height: normal;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* General Element styles */

/* this generates a warning in the css validator, because no background color is specified. The warning wants you
   to check what happens when all images are turned off, to make sure your text is still readable. The white
   background on the contentbody and contentbody_content would keep these elements readable, so it is ok */
h1 {
   color:       #2E71BD;

   font-size:   2em;
   margin: .64em 0;

   line-height: normal;
   font-weight: bold;
   font-family: Arial, Helvetica, sans-serif;
}

h2 {
   color:       #2E71BD;

   font-size:   1.4em;
   margin: .82em 0;

   line-height: normal;
   font-weight: bold;
   font-family: Arial, Helvetica, sans-serif;
}

kbd {
   font-size: 1.2em;
}

p {
   font-size: 1em;
   line-height: normal;
   font-family: Verdana, Arial, Helvetica, sans-serif;
}

acronym, abbr {
   font-size: 1em;
   border-bottom: 1px dotted black;
   cursor: pointer;
}

table, td, th {
   font-size: 1em;
   border-collapse: collapse;
   border-color:    #B5B5B5;
   line-height: normal;
   font-family: Verdana, Arial, Helvetica, sans-serif;
}

td {
	padding: 4px;
}

th {
	padding: 4px;
	background-color: #364C5B;
	color: #FFFFFF;
}

ul {
   font-size: 1em;
   list-style-type:  none;
   margin:           1em 0 1em .2em;
   padding:          0 0 0 0;
}

ul>li {
   font-size: 1em;
   margin:     0;
   padding:    .2em 0 .2em 1.5em;
   background: transparent url("../Images/left-menu-main-bullet.gif") 0 .6em no-repeat;
}

ol {
   font-size: 1em;
   margin:           1em 0 1em 1.7em;
   padding:          0 0 0 0;
}

ol>li {
   font-size: 1em;
   margin:     0;
   padding:    .2em 0 .2em 0em;
}
img {
   font-size: 1em;
   background: #FFFFFF;
   color:      #000000;
   margin:     .5em;
   padding:    .4em;
   border:     1px solid #B5B5B5;
}

/* this generates a warning in the css validator, because no background color is specified. The warning wants you
   to check what happens when all images are turned off, to make sure your text is still readable. The white
   background on the contentbody and contentbody_content would keep these elements readable, so it is ok */
.link_like, a, a:link, a:visited {
   font-size: 1em;
   color:           #ED6A00 !important;
   text-decoration: none !important;
   font-family:     Verdana, Arial, Helvetica, sans-serif !important;
}

a:active, a:hover, a:focus {
   font-size: 1em;
   text-decoration: underline !important;
}

/* end General element styles */

/* toolkit styles */
.mtcBlock {

}
.inlineMtcBlock {
}

.inlineMtcBlock img {
   width: 1.6em;
   height: 1.6em;
   vertical-align: middle;
}

.toolkit {
   display: inline;
   float: left;
   width: 10%;
}

.page_tools {
   white-space: nowrap;
   text-align: right;
   float: left;
   width: 44%;
}

.login {
   white-space: nowrap;
   text-align: right;
   width: 45%;
   float: right;
	font-size: 1em;
   font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* end toolkit styles */


.fileListing {
}

.fileListing p {
   margin: 0 0 .4em 0;
}

.fileListing div {
   margin: .2em 0 .4em 0;
}
