/* undohtml.css */
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,table,tr,td
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }

html {overflow-y: scroll;}

/* text -----------------------------------------------------------------------*/

body{
  font-family: Verdana, sans-serif;
  font-size: 70.01%;
  color: #000;
}

table, tr, td, pre, code, li, ul,  input{
	font-family: Verdana, sans-serif;
	font-size: 1em;
}

h1{
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 8px;
  color: #3acbff;
}

h2{
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 8px;
}

a:link {color: #808080; text-decoration: none;}
a:visited {color: #808080;	text-decoration: none;}
a:hover {color: #808080;text-decoration: none;}
a:active {color: #808080; text-decoration: none;}

/* ----------------------------------------------------------------------------*/

body{
	text-align: center;
}

#wrapper {
	margin: 0 auto;
	margin-top: 5px;
	width: 775px;
	text-align: left;
}

#top-nav {
	color: #808080;
}

#mainmenu {
	display: inline;
	text-align: center;
}

#mainmenu ul {
	padding:0;
	margin:0;
	list-style-type: none; 
	display: block;
	width: auto;
}

#mainmenu ul li {
           vertical-align: middle;
	padding-top: 12px;
	padding-bottom: 7px;
	float: left;
	font-size: 11px;
	list-style-type: none;
	padding-left: 6px;
	padding-right: 8px;
}

#submenu {
	width: 194px;
	vertical-align: top;
	color: white;
	margin:0;
	padding:0;
	float: left;
}

#submenu a {
	color: #fff;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 6px;
	display: block;
	width: 194px;
	border-bottom: solid 1px #fff;
}

#submenu a.selected {	
        background: url(images/arrow.gif) no-repeat 10px 5px;
	padding-left: 20px;
	display:block;
}

#content-wrapper {
	background-image: url(images/content-wrapper.gif);
	background-repeat: repeat-y;
	margin-top: -2px;
}

#main-content {
	width: 550px;
	float: left;
	padding: 10px;
}

#spacer {
	width: 770px;
}

#footer-container {
	margin: 0 auto;
	text-align: left;
	width: 775px;
}

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 font: bold 10px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #0167B9;
 border-bottom: none;
 background: #eeeeee;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #0167B9; }
ul.tabbernav li a:visited { color: #0167B9; }

ul.tabbernav li a:hover
{
 color: #0167B9;
 background: #cccccc;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #0167B9;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:0px solid #aaa;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}
