/* Define canvas attributes */

html,body
{
 color: rgb(0,0,0);
 background-color: rgb(255,255,255);
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
 width: 100%;
 height: 100%;
 overflow: auto;
}
p,td
{
 text-align: justify;
 padding: 5px 5px 5px 5px;
 margin: 0px 0px 0px 0px;
}
table
{
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  border-width: 0px;
}
table#width100
{
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
td#left
{
  vertical-align: top;
  width: 130px;
  overflow: hidden;
}

hr
{
  width: 75%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.enableScroll
{
  overflow: auto;
}


/* For centering stuff in a container */

.center
{
 margin-left: auto;
 margin-right: auto;
 text-align: center;
}


/* Define menu layout classes */

#floatleft
{
  float: left;
  border: 0;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 130px;
  height: 100%;
  overflow: hidden;
  background-color: #FFFFFF;
}
.td_menu,.td_menu_ret,.td_menu_main
{
  text-align: center;
  border-width: 5px;
  border-style: groove;
  border-color: rgb(192,0,0);
  width: 115px;
  padding: 2px 2px 2px 2px;
  overflow: hidden;
  left: 5px;
  float: left;
}
.td_menu
{
 height: 32px;
}
.td_menu_ret,.td_menu_main
{
 height: 85px;
}
.td_menu_other
{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 75%;
  border-width: 2px;
  border-style: groove;
  border-color: rgb(192,0,0);
  margin-top: 10px;
  margin-bottom: 10px;
}


/* Define containers for right hand pane */

.container
{
 position: absolute;
 top: 0;
 left: 129px;
 width: auto;
 height: 100%;
 overflow: hidden;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
}
.floatright
{
 height: 100%;
 overflow: auto;
 padding: 0px 5px 0px 5px;
 margin: 0px 0px 0px 0px;
}


/* Define formatting for other tags */

h1,h2,h3,h4,img
{
 text-align: center;
 font-weight: bold;
 border-width: 0;
}
h5
{
 text-align: right;
}
h5,h6
{
 margin: 5px 5px 5px 5px;
 padding: 5px 5px 5px 5px;
}
a
{
 color: rgb(127, 0, 0);
 text-decoration: none;
}
a:link,a:visited
{
 color: rgb(64,0,0);
}
a:hover
{
 color: rgb(192,0,0);
}
a:active
{
 color: rgb(192,0,0);
}

